@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	height:100%;
}
img {
	border:0 none;
	padding:0px;
	margin:0px;
}
body {
	background:#F1EFED none repeat scroll 0 0;
}
h1, h2, #content p {
	margin-bottom:10px;
}
#center h2 {
	margin-top:10px;
}
.article_img {
	float:right;
	padding: 0;
}
#header {
	width:100%;
	height:144px;
	background-color:#FFF;
	z-index:5;
	position:relative;
}
#header_wrap {
	margin:auto;
	width:950px;
	height:100%;
}
#logo {
	height:92px;
	float:left;
}
#toptopnav {
	padding:8px 0 0 0;
	position:relative;
	height:20px;
}
#topnav {
	bottom:0;
	float:left;
	width:950px;
	position:relative;
}
#topnav, #topnav ul, #toptopnav, #toptopnav ul {
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
}

#topnav a, #topnav p {
	display:block;
	padding:0 2px 0 2px;
	width:90px;
	height:24px;
	line-height:12px;
}
#topnav ul li {
	text-align:center;
	margin:0 4px 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
	_height: 25px;
	vertical-align:middle;
}
#topnav ul li:hover, #topnav ul li.sfhover {
	background-color:#999;
}
#topnav li ul {
	position: absolute;
	width: 85px;
	left: -999em;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}
#content {
	width:950px;
	margin:auto;
	padding-top:20px;
	position:relative;
}
#content ul {
	margin-left:30px;
	padding-bottom:10px;
}
#content ul a {
	font-size:1em;
}
#content ul li {
	font-weight:bold;
	list-style:none;
}
#content ul ul {
	margin-bottom:5px;
}
#content ul ul li {
	font-size:1em;
	font-weight:normal;
	list-style:circle;
}
#content ul ul ul {
	margin-bottom:-10px;
}
#content ul ul ul li {
	margin-right:15px;
	display:inline;
	font-size:0.7em;
}
.articles {
	width:690px;
	padding-left:0;
	padding-top:0;
	position:relative;
}
.article img {
	padding-bottom:5px;
}
.article {
	float:left;
	display:inline;
	position:relative;
	background-color:#FFF;
	border:1px solid #CDCDCD;
	width:190px;
	height:260px;
	padding:10px;
	margin:0 18px 20px 0;
}
.article h3 {
}
.article p {
	padding-top:5px;
}	
.a_bottom{
	bottom:10px;
	position:absolute;
}
.block {
	min-height:80px;
	_height:80px;
}
.block img {
	float:left;
	padding:0 5px 0 0;
}
#center {
	padding:10px;
	position:relative;
	background-color:#FFF;
	border:1px solid #CDCDCD;
	width:650px;
}
#center h1 {
	margin-top:0px;
}
.factfile {
	margin: 20px 0;
	background-color:#F1EFED;
	padding:10px;
	border:thin #CDCDCD solid;
}
.factfile h3 {
	margin-bottom:5px;
	font-size:0.9em;
}
#content .factfile p {
	margin-bottom:5px;
}
.prev {
	font-size:0.7em;
	display:inline;
	height:100%;
}
.prev a {
	margin:0px 7px;
}
.next {
	float:right;
	position:relative;
}
#right {
	float:right;
	width:250px;
}
.ads img {
	margin-bottom:10px;
}
.article_nav_block {
	width:190px;
	background-color:#FFF;
	border:1px solid #CDCDCD;
	padding:5px 10px 10px 10px;
	margin-bottom:10px;
	text-align:center;
}
.article_nav_block h3 {
	margin-top:5px;
}
.article_nav_block img {
	margin-top:5px;
}
.page_nav {
	position:relative;
	height:20px;
}
.clear {
	clear:both;
}
#footer {
	width:100%;
	margin-top:20px;
	padding-top:20px;
	background-color:#FFF;
	height:40px;
}
#footer-wrap {
	width:950px;
	height:100%;
	margin:auto;
}
#footer ul, #toptopnav ul {
	float:right;
	text-align:right;
}
#footer ul li, #toptopnav ul li {
	display:inline;
}