/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #dcd9b4 url(../images/html_bg.gif) repeat-x left top;
}

body {
	background: url(../images/body_bg.png) no-repeat center 97px;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
	
}
a { color: #97684e; }
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #5b3020;
	font-size: 2em;
	line-height: 1.5;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	color: #CC9900;
	line-height: 1.5;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#header, #leaderboard, #footer {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin: 54px 0 0;
	float: left;
	width: 163px;
}
#logo a:link, #logo a:visited {
	width: 234px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 35px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	height: 96px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h3 {
	color: #97684e;
	font-size: 1.167em;
	font-style: italic;
	line-height: 1.285;
	font-weight: normal;
	float: right;
	margin: 18px 0 0 0;
	text-align: right;
	overflow: visible;
	width: 350px;
}
#header p {
	float: right;
	clear: right;
	font-size: 1.667em;
	line-height: 1.8;
	font-style: italic;
	overflow: visible;
	margin: 0;
	color: #c0b49b;
}
#nav {
	float: left;
	margin: 0;
	width: 188px;
	background: url(../images/nav_bg.gif) no-repeat;
	height: 186px;
	padding: 0;
	list-style: none;
	line-height: 2.25;
	font-size: 1.333em;
}
/* 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; }
/* End hide from IE-mac */
#nav  li {
	display: inline;
}
#nav  li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c281b;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	background: url(../images/nav-icon_bg.gif) no-repeat 10px center;
	border-bottom: 1px dotted #aaa485;
}
#nav  li a:hover {
	color: #872434;
}
#nav  li a.first {
}
#nav  li a.last {
	border-bottom: none;
}

/* Leaderboard */
#leaderboard {
	height: 213px;
	float: none;
	margin-top: 22px;
	padding: 0;
}
#leaderboard img {
	float: right;
}
#leaderboard h3 {
	font-size: 1.667em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	margin: 22px 0 0;
	font-weight: normal;
	margin-bottom: .45em;
}
#contentContainer {
	width: 760px;
	margin: 0 auto;
	background: #f7f7ef url(../images/content_bg.gif) repeat-x top left;
	padding: 0 20px;
	float: none;
	border-left: 1px solid #d2ceab;
	border-right: 1px solid #d2ceab;
}

/* Feature Box Styles */
.feature {
	float: right;
	width: 188px;
	padding-top: 8px;
	margin-top: 58px;
	background: #f2f2e1 url(../images/feature_caps.gif) no-repeat 0px 0px;
}
.feature .content {
	width: 168px;
	padding: 0 9px;
	border-left: 1px solid #d5d2a9;
	border-right: 1px solid #d5d2a9;
}
.feature .content a {
	color: #97684e;
}
.feature .capB {
	display: block;
	width: 188px;
	height: 8px;
	margin: 0 auto;
	background: url(../images/feature_caps.gif) no-repeat -188px 0px;
}
.feature .content img {
	float: left;
	padding: 11px 0 0 6px;
	width: 155px;
}
.feature .content h3 {
	font-size: 1.167em;
	color: #613322;
	font-weight: bold;
	margin: 0;
}
.feature .content h4 {
	font-size: .916em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #872434;
}
.feature .content p {
	font-size: .916em;
	line-height: 1.636em;
	margin: 0 0 1.636em;
}
.feature .content p.more {
	text-align: right;
	margin-bottom: 0;
}
.feature .content p.more a { text-decoration: none; }
.feature .content p.last {
	margin-bottom: 0;
}
.feature .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature .content ul.links {
	padding-left: 20px;
	list-style: disc;
}
.feature .content ul li {
	font-size: .916em;
	line-height: 1.636em;
	margin: .818em 0;
}
.feature .content ul li.first {
	margin-top: 0;
}
.feature .content ul li.last {
	margin-bottom: 0;
}
.feature .content ul li a {	
	color: #97684e;
	text-decoration: none;
	font-size: 1.09em;
}
.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;
	font-size: 14px;
}
#content p.sig {
	float: right;
	padding-right: 25px;
	font-style:italic;
	
}
#content h2 {
	margin-top: .916em;
	margin-bottom: .625em;
}
#content h3 {
	color: #613322;
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	font-weight: normal;
}
#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: 225px;
	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 ul {
	margin-left: 20px;
	line-height: 1.5;
	font-size: 14px;
}
#content li {
	margin-left: 20px;
	line-height: 1.5;
	list-style-type: disc;
	font-size: 14px;
}
#content ul li {
	margin-left: 20px;
	line-height: 1.5;
	list-style-type: disc;
	font-size: 14px;
}
#content p.information {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content strong {
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content p.number {
	font-weight: bold;
	color: #872434;
	font-size: 22px;
	text-align: center;
	line-height: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#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;
}
/* Footer */
#footerContainer {
	background: #28282c url(../images/footer_bg.gif) repeat-x 0px 0px;
	width: 100%;
	padding-top: 20px;
}
#footer {
	height: 73px;
	font-size: .916em;
	line-height: 1.6em;
	color: #66696b;
}
#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: #66696b;
	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: #66696b;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #66696b;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.designers {
	font-size: 14px;
	font-weight: bold;
}
#login {
	}
