/* CSS Document */

body {
	background: #f3f3f3 url(../images/bodyBG.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
}
a { color: #4C6785; }
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #594a7d;
	font-size: 2em;
	line-height: 1.5;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 span {
	float: right;
	font-size: 14px;
	font-style:italic;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin: 56px 0 0 6px;
	float: left;
}
#logo a:link, #logo a:visited {
	width: 280px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 36px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	height: 96px;
	margin: 0;
	padding: 0;
}
#header ul {
	list-style: none;
	margin: 75px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #dce0e4;
	text-decoration: none;
	font-size: .916em;
	text-transform: uppercase;
	margin: 0 1.5em 0 0;
}
#header ul li a:hover { color: #FFF; }
#tools {
	float: right;
	width: 547px;
	text-align: right;
}
/* self clearing rules */
#tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#tools { display: block; }
/* End hide from IE-mac */
#topTools {
	margin: 0;
	padding: 0;
}
#topTools h2.slogan {
	width: 359px;
	height: 0;
	background: url(../images/slogan.jpg) no-repeat;
	float: left;
	margin: 18px 0 0 8px;
	font-size: 1px;
	padding-top: 21px;
	display: block;
	overflow: hidden;
}
#topTools ul {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 145px;
	float: right;
}
#topTools ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topTools ul li a:link, #topTools ul li a:visited {
	border-left: solid 1px #E6E6E6;
	color: #B1B1B1;
	text-decoration: none;
	float: left;
	font-size: 11px;
}
#topTools ul li a:hover {
	text-decoration: underline;
}
#topTools ul li a.home {
	padding: 16px 13px 0 23px;
	background-image: url(../images/cs_iconHome.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
#topTools ul li a.contact {
	padding: 16px 13px 0 27px;
	background-image: url(../images/cs_iconContact.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
/* self clearing rules */
#topTools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topTools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topTools { display: block; }
/* End hide from IE-mac */
#nav {
	float: left;
	width: 189px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/navBG.gif) no-repeat 0px 0px;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; position: relative; z-index: 80; }
/* End hide from IE-mac */
#nav ul {
	margin: 0 auto;
	padding: 3px 0 0 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-family: Georgia;
	font-size: 1.5em;
	color: #5d4c85;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	line-height: 1.7778;
	background: url(../images/navSep.gif) no-repeat left bottom;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li a.first {
}
#nav ul li a.last {
	background:  none;
}
#nav ul ul {
	background: #f5f5f5;
}
#nav ul ul li a {
	background: url(../images/navSep.gif) no-repeat left bottom;
	display: block;
}
	
/* Leaderboard */
#leaderboard {
	height: 311px;
	margin: 0;
	padding: 0;
}
#leaderboard img {
	float: right;
}
#leaderboard h3 {
	font-size: 1.667em;
	color: #706094;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	margin: 0;
	margin-bottom: .45em;
	font-weight: normal;
	font-style: italic;
}
#contentContainer {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Feature Box Styles */
.feature {
	float: right;
	width: 188px;
	padding-top: 8px;
	margin-top: 58px;
	background: #d6d6e7 url(../images/secondarycontent-caps.gif) no-repeat 0px 0px;
}
.feature .content {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #acacc6;
	border-right: 1px solid #acacc6;
}
.feature .capB {
	display: block;
	width: 188px;
	height: 12px;
	margin: 0 auto;
	background: url(../images/secondarycontent-caps.gif) no-repeat -188px 0px;
}
.feature + .feature{
	margin-top: 15px;
}
.feature .content img {
	float: left;
	padding: 0 9px 0 0;
}
.feature .content .subjects img {
	float: none;
	padding: 0 8px;
	text-align: center;
	margin-bottom: 9px;
}
.feature .content h3 {
	font-size: 1.167em;
	color: #4c6785;
	margin: 0;
	padding: 0;
}
.feature .content h4 {
	font-size: .916em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #706094;
}
.feature .content h5 {
	font-size: 1.05em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #706094;
}
.feature .content p {
	font-size: .916em;
	line-height: 1.636em;
	margin: 0;
}
.feature .content a {
	color: #484878;
}
.feature .content p.more {
	text-align: right;
	margin-bottom: 0;
}
.feature .content p.quote {
	font-size: 14px;
}
.feature .content ul {
	margin: 0;
	padding-left: 28px;
	padding-bottom: 0;
	list-style: none;
}
.feature .content ul.links {
	padding-left: 28px;
	list-style: disc;
}
.feature .content ul li {
	font-size: .916em;
	line-height: 1.636em;
	margin: 0 0 0;
	list-style-type: disc;
}
.feature .content ul li.first {
	margin-top: 0;
}
.feature .content ul li.last {
	margin-bottom: 0;
}
.feature .content ul li a {	
	font-size: .916em;
	line-height: 1.636em;
	margin: 0 0 0;
	
}
.feature .content ul li a:hover {
	text-decoration: underline;
}
* html .feature .capT {
	margin-bottom: -8px;
}
* html .feature .capB {
	margin-bottom: -8px;
}


/* Content */
#content {
	width: 557px;
	float: left;
}
#content p {
	margin: 0 0 1.5em;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: .916em;
	margin-bottom: .625em;
}
#content h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.47em;
	color: #6f6f6f;
	line-height: 1.5;
}
#content h4 {
	font-size: 1em;
	margin: 0;
}
#content .postinfo {
	margin-top: 0;
	font-size: .916em;
	color: #666;
}
#content .sep {
	display: block;
	height: 17px;
	width: 100%;
	border-top: 1px dotted #AAA;
}
#content .resource {
	float: left;
	width: 250px;
	margin-top: 1.5em;
	margin-right: 2em;
}
#content .resource ul{
	margin: 0 0 1.5em;
	padding-left: 20px;
}

#content .faq li {
	margin-bottom: 1.5em;
}
#content .faq dt {
	margin: 0;
	font-size: 1.167em;
	color: #6f6f6f;
	font-weight: bold;
}
#content .faq dd {
	margin-left: 0;
}
#content ol ol li {
	list-style: lower-alpha;
}
#content p.red {
	color: #5d4c85;
	padding-left: 180px;
	font-weight: bold;
	}
#content p.links {
	color: #4C6785;

	}
.bodyImg {
padding:0 10px 5px 15px;
}
/* Footer */
#footerContainer {
	background: #2b2b5a url(../images/footerBG.gif) repeat-x 0px 0px;
	width: 100%;
	padding-top: 20px;
	margin-top: 2em;
}
#footer {
	height: 73px;
	font-size: .916em;
	line-height: 1.6em;
	color: #9d9dca;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #9d9dca;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #9d9dca;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #9d9dca;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.designers {
	font-size: 14px;
	font-weight: bold;
}
.table{
padding:0 10px 5px 0;
}
.bodyImg {
padding:0 10px 5px 6px;
}
	#imagerotator {
		padding: 0 0 3px;
		margin: 0;
		float: right;
		position: relative;
		overflow: hidden;
	}
	.pics {
		width: 559px;
		height: 229px;
		top: 3px;
		left: 8px;
	}
	.pics img { 
		width: 559px;
		height: 229px;
		top:  0; 
		left: 0;
	} 
	#imagerotator.norotate {
		padding-bottom: 0;
	}
	#imagerotator.norotate img {
		padding: 3px 0 0 8px;
	}

/* INDEX NEW BOOKS Styles */
.books  {
	float: left;
	width: 557px;
}
.books .content {
	padding: 0 9px;
}
.books .content h2 {
	font-size: 1.2em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #706094;
	font-weight: bold
}
.books .content p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color: #706094;
	padding-left: 20px;
}
.books .content ul{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color: #333333;
	padding-left: 220px;
}
.books .content ul li{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color: #706094;
}
.books .content ul a{
	font-size: .99em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 20px 0 0;
	color: #333333;
	float: right;
}
.books .content img{
	float: left;
	padding: 0 9px 0 0;
}
.books .content h2 img{
	float: right;
	padding: 0 9px 0 9px;
}
div.horRule {
	height: 30px;
	width: 450px;
	background: url(../images/hr.jpg) no-repeat;
	margin: 15px auto 20px;
}
.quotes {
	padding-left: 10px;
	width: 550px;
	margin-bottom: 30px;
}
.quotes .content ul {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color: #706094;
	padding-left: 10px;
	font-style: italic;
}
.quotes .content ul p{
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color: #706094;
	float: right;
}
.bio {
	float: left;
	width: 350px;
	padding-right: 45px;
}
.bio .content {
	padding: 0px;
	vertical-align: top;
}
.bio .content h2 {
	font-size: 1.2em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #706094;
	font-weight: bold
}
.bio .content ul li {
	padding-left: 3px;
}
.bio .content p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	margin: 0;
	color: #706094;
	
	
}	
.then{
	float: right;
	margin-top: 10px;
	width: 138px;
}
.then img {
	float:right;
	padding: 0 12px;
}
.now{
	float: right;
	width: 138px;
	margin-top: 275px;
}
.now img {
	float:right;
	padding: 0 12px;
}
p.smallRight {
	font-size: .88em;
	text-align: right;
	padding-right: 100px;
	color: #706094;
}
p.quote {
	font-style: italic;
	line-height: 1.65;
}	
td.picture {
	font-size: 11px;
	vertical-align: top;
}

	