.sans { font-family: Helvetica, Arial, sans-serif; }
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.rounded {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blue { color: #4b5254; }
.bluer { color: #4f7785; }
.pic {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
}
.cell {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.boxshadow {
  -webkit-box-shadow: 0 0 10px #ffffff;
  -mozilla-box-shadow: 0 0 10px #ffffff;
}
a:link {
  color: #4f7785;
  text-decoration: underline;
}
a:visited {
  color: #4f7785;
  text-decoration: underline;
}
.hover { color: #000000; }
.navhover { color: #ffffff; }
.sidehover {
  color: #000000;
  background-color: #b8ff1b;
  border-color: #ffffff;
  border-bottom-color: #d4d7d8;
}
a:active { text-decoration: underline; }
p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.87em;
  line-height: 1.3em;
  padding: 0.3em 0;
}
.smaller {
  font-size: 0.75em;
  line-height: 1.3em;
}
h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #6d7f83;
}
h1 { font-size: 2em; }
h2 {
  font-size: 1em;
  padding: 0.6em 0 0.4em 0;
}
h3 { font-size: 1.8em; }
h4 { font-size: 1em; }
.hide { display: none; }
.right {
  float: right;
  display: inline;
}
.left {
  float: left;
  display: inline;
}
.center { display: block; }
.author { font-style: italic; }
#header {
  position: relative;
  margin-bottom: 16px;
}
#logo {
  min-height: 100px;
  display: block;
  width: 50%;
}
#header h1 { display: none; }
#topright {
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 1.23em;
  font-size: 0.7em;
}
#navigation {
  width: 906px;
  height: 2em;
  border-bottom: 4px solid #6d7f83;
  z-index: 999;
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
}
#navigation li {
  float: left;
  margin-right: 4px;
  background: url(../images/nav-right.png) no-repeat 100% 0px;
  font-size: 1em;
}
#navigation li a {
  height: 2em;
  padding: 0.5em 1.9em 0.2em 1.7em;
  background: url(../images/nav-left.png) no-repeat 0% 0px;
  color: #606060;
  text-decoration: none;
}
#navigation li.current { background-position: 100% -150px; }
#navigation li.current a {
  background-position: 0% -150px;
  color: #ffffff !important;
}
#navigation li:hover { background-position: 100% -150px; }
#navigation li:hover a {
  background-position: 0% -150px;
  color: #ffffff;
}
#footer {
  background: #f4f6f6;
  border-top: 1px solid #dce0e1;
  padding: 0.8em 0;
  color: #a2a3a3;
  margin-top: 16px;
}
#footer a {
  color: #a2a3a3;
  text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer li {
  display: inline;
  padding: 0 7px;
  font-size: 0.77em;
}
.sidebar h4 {
  font-size: 0.7em;
  font-weight: bold;
  color: #000000;
  background: #f4f6f6;
  padding: 1em;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 16px;
}
#main-sidebar {
  border: 1px solid;
  border-color: #bdbdbd;
  font-size: 1em;
  padding-bottom: 1px;
}
#main-sidebar li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: #606060;
  border: 1px solid #ffffff;
  border-bottom-color: #d4d7d8;
  background: #e6e9ea;
  color: #606060;
}
.secondary-links li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: #606060;
  border: 1px solid #ffffff;
  border-bottom-color: #d4d7d8;
  background: #e6e9ea;
  color: #606060;
}
.sidebar li a:hover { background: url(../images/arrow.gif) no-repeat 95% 50%; }
.secondary-links li a:hover { background: url(../images/arrow.gif) no-repeat 95% 50%; }
.sidebar li.current a {
  color: #000000;
  background: #b8ff1b url(../images/arrow.gif) no-repeat 98% 50%;
  border-bottom: 1px solid #93a75f;
  background-color: #b8ff1b !important;
}
#secondary-sidebar { font-size: 0.83em; }
.secondary-links li a {
  border: 1px solid #d4d7d8;
  background-color: #e6e9ea;
  margin: 2px 0;
  padding: 0.3em 0.8em;
}
.featured-books { border: 1px solid #f4f6f6; }
.featured-books li {
  display: block;
  margin: 10px;
}
.featured-books h3 {
  font-size: 1.1em;
  border-left: 5px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  padding: 5px;
  margin-bottom: 5px;
  font-variant: small-caps;
}
.featured-books h3 a { text-decoration: none; }
.featured-books p a {
  color: #4f7785;
  text-decoration: underline;
}
.featured-books img {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin: 5px 10px 3px 0;
  width: 50px;
}
.action {
  background-color: #fcfcfc;
  margin-bottom: 16px;
  position: relative;
}
.action h2 {
  color: #4b5254;
  text-decoration: none;
}
.action h2 a {
  color: #4b5254;
  text-decoration: none;
}
.action h5 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: absolute;
  top: 23px;
  right: 8px;
  width: 145px;
  text-align: center;
  text-shadow: 1px 1px #333333;
}
#home-news li { padding-bottom: 10px; }
.book-thumbs li { display: inline; }
.book-thumbs a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin: 4px;
}
.book-thumbs img { height: 88px; }
#sponsors h4 {
  background: #342c5f;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-variant: small-caps;
  margin-bottom: 10px;
}
#sponsors { text-align: center; }
#sponsors li {
  width: 64px;
  margin: 5px;
}
#content { margin-bottom: 20px; }
#content p {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0.4em 0;
}
#main { margin-bottom: 16px; }
.page { padding-left: 10px; }
#main ul { padding: 0.4em 0; }
#main ol { padding: 0.4em 0; }
#main ul { margin-left: 1.5em; }
#main ul li { list-style: square; }
#main ol li { list-style: square; }
#main ol { margin-left: 2em; }
#main ol li { list-style: decimal; }
#main p { padding: 0.6em 0; }
#main blockquote {
  margin: 1.5em;
  padding: 1em;
  color: #999999;
  font-style: italic;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
#main img {
  float: right;
  margin: 0.4em 0 0 1em;
  padding: 0 0 10px 10px;
}
#main img.alignleft {
  float: left;
  margin: 0.4em 1em 0 0;
  padding: 0 10px 10px 0;
}
#main img.aligncenter {
  display: block;
  margin: 0.4em auto;
  padding: 0 10px 10px 10px;
}
.main-list li {
  display: block;
  background: #f8f8f8;
  margin-bottom: 16px;
  padding: 5px;
  border: 1px solid #efefef;
}
.main-list li.alt { background: #ffffff; }
#list-home p { padding: 0.6em 0; }
#attention h5 {
  padding: 1em 0.7em;
  background: #b8ff1b;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: bold;
}
#attention-content {
  border: 1px solid #b8ff1b;
  margin: 10px 0;
  padding: 0 10px;
  font-size: 0.874em;
}
#attention-content p {
  line-height: 1.4em;
  padding: 0.6em 0;
}
#list { margin-bottom: 16px; }
input, select, textarea {
  padding: 4px 4px 4px 4px;
  color: #949494;
  font-size: 0.8em;
  border: 1px solid #c5c5c5;
}
input.submit {
  background: #e6e9ea;
  padding: 4px 14px;
  display: block;
  text-transform: uppercase;
}
input[type=text]:focus { background: #ffffee; }
input[type=password]:focus { background: #ffffee; }
textarea:focus { background: #ffffee; }
textarea {
  width: 96%;
  height: 40px;
}
select { font-size: 0.7em; }
input[type=text], input[type=password] { width: 96%; }
.req { color: #ff0000; }
#login form {
  border-left: 3px solid #b8ff1b;
  padding: 0 10px;
}
#login label {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding: 3px 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 0.8em;
}
#login input.submit { margin: 0.8em auto; }
#main form ul {
  margin: 0;
  width: 500px;
}
#main form h3 {
  font-size: 1.25em;
  text-align: center;
  margin: 0.5em 0 0.7em;
}
#main form ul li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0.2em 0 0.2em 190px;
}
#main form ul li label {
  display: block;
  width: 180px;
  position: absolute;
  top: 8px;
  left: 0;
  text-align: right;
  font-size: 0.8em;
}
#main form ul li label.error {
  color: #ff0000;
  position: relative;
  width: auto;
  text-align: left;
  top: 0;
}
#main form input.submit { margin: 0.8em 0; }
.main-list li {
  min-height: 100px;
  height: auto !important;
  height: 100px;
}
.main-list li img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
#single .pic {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  width: 200px;
  margin: 0 15px 5px 0;
}
#book .cover {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  float: right;
  width: 200px;
  margin: 0 0 5px 15px;
}
#books { margin: 10px 0 20px; }
#books li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 45%;
  padding-right: 3%;
  height: 230px;
}
#books p { font-size: 0.8em; }
#books li img {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin: 0 10px 5px 0;
}
#books li h3 {
  font-variant: small-caps;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
}
#books li .author {
  display: block;
  padding: 1px 0 5px 0;
}
#main ul#ourmembers {
  padding: 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #dddddd;
  font-size: 0.8em;
}
#main ul#ourmembers img {
  float: left;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin: 7px 10px 5px 0;
}
#main ul#ourmembers li {
  list-style: none;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
  border-top: 0;
  background: #f4f4f4;
}
#main ul#ourmembers li.alt { background: #ffffff; }
#main ul#ourmembers li h3 {
  font-variant: small-caps;
  font-size: 1.3em;
}
a#pdf {
  text-decoration: underline;
  color: #4f7785;
}
.simple_popup_div {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 600px;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px #ffffff;
  -mozilla-box-shadow: 0 0 10px #ffffff;
}
.simple_popup_inner {
  padding: 20px;
  border: #6d7f83 4px solid;
  text-align: left;
}
.simple_popup_close { text-align: right; }
a.help {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding: 2px 5px;
  color: #4f7785;
  text-decoration: underline;
}
#help { display: none; }
