/* GLOBALS
------------------------------------- */

div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span, img, table, form, thead, tbody, tr, td, form, label, small, input, textarea, select, option { margin: 0; padding: 0; border: none; font-weight: normal; list-style: none;}
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
body { font-family: arial, helvetica, sans-serif;}
a { color: #38598f; }
/* FPO
------------------------------------- */

/* LAYOUT
------------------------------------- */

#bannerad {
	height: 90px;
	width: 728px;
	margin: 0 auto;
	background: #eee;
}

#container {
	width: 976px;
	margin: 30px auto 0 auto;
}

#nav h1.logo {
	width: 246px;
	height: 54px;
	float: left;
	margin-left: 15px;
	display: block;
}

#nav h1.logo a {
	text-indent: -9999px;
	display: block;
	width: 246px;
	height: 54px;
	background: url(../images/logo.png) left top no-repeat;
}

#nav {
	float: left;
	width: 100%;
	background: url(../images/navigation.jpg) right top no-repeat;
}

#nav ul, #footer ul#footernav {
	float: right;
	width: 680px;
	padding: 20px 0 0 0;
}

#footer ul#footernav {
	width: 600px;
	padding: 5px 0 0 0;
}

#nav ul li, #footer ul#footernav li {
	display: block;
	float: left;
	margin: 5px 0;
	padding: 5px 20px;
	border-right: 1px solid #ccc;
}

#nav ul li.parentsnav, #footer ul#footernav li.parentsnav {
	border: none;
}

#footer ul#footernav li {
	padding: 5px 13px;
}

#nav ul li a, #footer ul#footernav li a {
	height: 22px;
	text-indent: -9999px;
	display: block;
	margin: 0 0 1px 0;
	outline: none;
}

#nav ul li a:hover, #footer ul#footernav li a:hover {
	border-bottom: 1px solid #444;
	margin: 0 0 0 0;
}

#container ul li a.babies {
	background: url(../images/babies.gif) right top no-repeat;
	width: 74px;
}

#container ul li.active a.babies {
	background: url(../images/babies-active.gif) right top no-repeat;
	width: 79px;
}

#container ul li a.toddlers {
	background: url(../images/toddlers.gif) right top no-repeat;
	width: 93px;
}

#container ul li.active a.toddlers {
	background: url(../images/toddlers-active.gif) right top no-repeat;
	width: 100px;
}

#container ul li a.littlekids {
	background: url(../images/littlekids.gif) right top no-repeat;
	width: 100px;
}

#container ul li.active a.littlekids {
	background: url(../images/littlekids-active.gif) right top no-repeat;
	width: 109px;
}

#container ul li a.bigkids {
	background: url(../images/bigkids.gif) right top no-repeat;
	width: 85px;
}

#container ul li.active a.bigkids {
	background: url(../images/bigkids-active.gif) right top no-repeat;
	width: 95px;
	height: 24px;
}

#container ul li a.parents {
	background: url(../images/parents.gif) right top no-repeat;
	width: 86px;
}

#container ul li.active a.parents {
	background: url(../images/parents-active.gif) right top no-repeat;
	width: 92px;
}

#subnav {
	width: 100%;
	background: #000 url(../images/subnav_bg.gif) right top no-repeat;
	padding: 8px 0;
	clear: both;
	float: left;
}

#subnav ul {
	float: left;
	padding: 5px 0 0 12px;
}

#subnav ul li {
	float: left;
	display: block;
	border-left: 1px solid #444;
	padding: 0 4px;
}

#subnav ul li.homesubnav {
	border: none;
}

#subnav ul li a {
	color: #9c9c9c;
	padding: 0 4px;
	margin: 0;
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav ul li a:hover {
	color: #ddd;
}

#searchbox {
	width: 250px;
	float: right;
	padding: 0 8px 0 0;
	height: 21px;
}

#searchbox input {
	height: 100%;
}

#searchbox #search {
	width: 200px;
	background: url(../images/search_bg.gif) left top repeat-x;
	text-align: right;
	padding: 0 5px 0 0;
	color: #959595;
	font-size: 12px;
	line-height: 13px;
	font-family: "geneva", arial, helvetica, sans-serif;
}

#searchbox #searchsubmit {
	background: #000;
	border: 1px solid #888;
	width: 32px;
	color: #fff;
}

#leftside {
	width: 157px;
	float: left;
}

#leftside div {
	border: 1px solid #b2b2b2;
	margin: 10px 0 25px 0;
	padding: 0 0 5px 0;
	text-align: center;
}

#leftside div p {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #333;
	padding: 5px 10px;
	font-family: "geneva", arial, helvetica, sans-serif;
}

#leftside div img {
	padding-bottom: 5px;
	clear: both;
	border: none;
	border-bottom: 1px solid #b2b2b2;
}

#leftside div h3 {
	width: auto;
	margin: -10px auto 0 auto;
	text-indent: -9999px;
	position: relative;
	z-index: 999;
}

#leftside div h3.mhhead { background: url(../images/mh_icon.gif) center top no-repeat; }
#leftside div h3.familyfriendly { background: url(../images/familyfriendly.gif) center top no-repeat; height: 38px; }
#leftside div h3.facebook { background: url(../images/facebook.png) center top no-repeat; height: 44px; }

#contentwrap {
	clear: both;
	position: relative;
	padding: 3px 0 0 0;
}

#content {
	width: 615px;
	max-width: 615px;
	overflow: hidden;
	float: left;
	display: block;
	margin-left: 5px;
}

#content h2.sectionhead {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/contenthead-FPO.jpg) left top repeat-x;
}

#content .articlehead {
	display: block;
	position: relative;
	width: 100%;
	min-height:44px;
	clear:both;
}

#content .articlehead h2 {
	line-height: 22px;
	color: #302c2d;
	font-size: 26px;
	font-family: georgia, "times new roman", times, serif;
	text-transform: lowercase;
	position: absolute;
	clear: both;
	color: #fff;
	font-weight: normal;
	background: url(../images/sectionhead_bg.png) bottom right no-repeat;
	padding: 11px 18px;
}

#content .articlehead span {
	background: url(../images/articleleadframe.png) left bottom no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	display: block;
	width: 100%;
}

#content #articlelist {
	margin: 0 23px;
	_margin: 0 5px;
	border-bottom: 5px solid #000;
	float: left;
}

#content #articlelist li {
	border-bottom: 5px solid #d3d3d3;
	padding: 15px 0;
	float: left;
	width: 100%;
	clear: both;
}

#content #articlelist li.pagination {
	border: none;
	padding: 10px 0;
}

#content #articlelist li.pagination a {
	color: #e40022;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#content #articlelist li.pagination a.next {
	float: right;
}

#content #articlelist li.pagination a.prev {
	float: left;
}

#content #articlelist li .thumbframe {
	position: relative;
	float: left;
}

#content #articlelist li .listcontent {
	float: left;
	width: 400px;
	margin: 0 0 0 20px;
}

#content #articlelist li .listcontent h2, #content #articlelist li .listcontent h2 a, #content #articlelist li .listcontent h2 a:link, #content #articlelist li .listcontent h2 a:visited {
	line-height: 22px;
	color: #231f20;
	text-decoration:none;
	font-size: 26px;
	font-family: georgia, "times new roman", times, serif;
}

#content #articlelist li .listcontent h2 a:hover, #content #articlelist li .listcontent h2 a:active {
	line-height: 22px;
	color: #231f20;
	text-decoration:underline;
	font-size: 26px;
	font-family: georgia, "times new roman", times, serif;
}

#content #articlelist li .listcontent p {
	font-family: "geneva", verdana, arial, serif;
	font-size: 12px;
	line-height: 13px;
	max-width: 350px;
	color: #0b5b98;
	padding: 8px 0;
}

a.readmore {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
}

#content #articlelist li .thumbframe a {
	background: url(../images/listthumb_frame.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	height: 143px;
	width: 143px;
}

#content #centerads {
	clear: both;
	padding: 30px 3px 0 3px;
}

#content #centerads div {
	height: 250px;
	width: 300px;
	background: #ddd;
}

#content #centerads div.boxad1 {
	float: left;
}

#content #centerads div.boxad2 {
	float: right;
}

#rightside .coverpromo {
	padding-top: 10px;
	text-align: center;
	position: relative;
}

#rightside .coverpromo img {
	border: 2px solid #000;
}

#rightside .coverpromo span {
	position: absolute;
	background: url(../images/promocorner.png) center center no-repeat;
	top: -3px;
	right: 0;
	display: block;
	clear: both;
	height: 91px;
	width: 91px;
}

#rightside {
	background: #e5e5e5 url(../images/sidebar-bottom.gif) left bottom no-repeat;
	width: 195px;
	float: right;
}

#rightside #newsletter {
	width: 157px;
	clear: both;
	margin: 20px auto 0 auto;
}

#rightside #newsletter h3 {
	background: url(../images/newsletter-header.png) center center no-repeat;
	display: block;
	text-indent: -9999px;
	height: 52px;
}

#rightside #newsletter .newssignup {
	background: #f5f5f5;
	border: solid #ababab;
	border-width: 0 1px 1px 1px;
	padding: 5px 8px 15px 8px;
}

#rightside #newsletter .newssignup label {
	font-family: "geneva", verdana, arial, serif;
	font-size: 13px;
	line-height: 15px;
	color: #2e2e2e;
	display: block;
}

#rightside #newsletter .newssignup #email {
	border: 1px solid #cfcfcf;
	margin: 5px 0;
	width: 130px;
	color: #959595;
	font-family: "geneva", verdana, arial, serif;
	padding: 3px 0 1px 5px;
}

#skyscraper {
	height: 600px;
	background: #aaa;
	width: 160px;
	margin: 20px auto;
}

#footer {
	width: 100%;
	background: url(../images/footer_bg.gif) center top no-repeat;
	clear: both;
	float: left;
	margin-top: 20px;
	padding: 30px 0;
}

#footer h1.logo {
	width: 135px;
	height: 28px;
	float: left;
	margin: 10px 15px 0 35px;
	display: block;
}

#footer h1.logo a {
	text-indent: -9999px;
	display: block;
	width: 135px;
	height: 28px;
	background: url(../images/footerlogo.png) left top no-repeat;
}

#footer .sublinks {
	margin-top: 15px;
	float: left;
	width: 180px;
}

#footer .sublinks li {
	float: left;
	padding: 2px 10px;
}

#footer .sublinks li a {
	font-size: 10px;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
}

#footer .sublinks li a:hover {
	text-decoration: underline;
}

#container .morebutton {
	border: 1px solid #000;
	padding: 2px 10px 2px 5px;
	text-decoration: none;
	background: url(../images/seemore_bg.gif) right center no-repeat;
	color: #eee;
	font-size: 10px;
	text-transform: uppercase;
}

#footer #footerbar {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	background: #000 url(../images/footerbar-bottomleft.gif) bottom left no-repeat;
}

#footer #footerbar p {
	color: #ccc;
	display: block;
	padding: 10px 25px;
	background: url(../images/footerbar-topright.gif) top right no-repeat;
	font-size: 10px;
}

#footer #footerbar p a {
	color: #fff;
}

#footer #footerbar p a:hover {
	text-decoration: none;
}

#articlecontent {
	padding: 10px 20px;
	display:block;
	clear:both;
}

#articlecontent h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 34px;
	line-height: 34px;
	color: #231f20;
}

#articlecontent h3 {
	font-family: "geneva", verdana, arial, serif;
	font-size: 14px;
	line-height: 14px;
	color: #04528d;
	padding: 10px 0;
}

#articlecontent h4 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	font-family: "geneva", verdana, arial, serif;
}

#articlecontent p {
	font-family: "geneva", verdana, arial, serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
	padding: 8px 0;
}

#articlecontent #contentwrap span.content span.dropcap {
	font-size : 52px;
	line-height: 42px;
	padding-right: .05em;
	text-align: center;
	font-weight : bold;
	font-style: italic;
	float : left;
	font-family: georgia, "times new roman", times, serif;
	color : #111;
}


span.content ul
{
	font-family: "geneva", verdana, arial, serif;
	font-size:12px;
	line-height:16px;
	margin: 0px;
	margin-left:20px;
	padding: 0px;
	padding-top:5px;
	padding-bottom:5px;
}

span.conent ul li
{
	font-family: "geneva", verdana, arial, serif;
	font-size:12px;
	line-height:16px;
	
	margin: 0px;
	padding: 0px;
}


#articlecontent #contentsidebar {
	float: right;
	width: 170px;
	padding-top: 10px;
}

#contentsidebar #factsoflife {
	border: 1px solid #e5e5e5;
	padding: 20px 3px;
	font-family: georgia, "times new roman", times, serif;
	width: 143px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#contentsidebar #factsoflife span {
	display: block;
	position: absolute;
	clear: both;
	height: 25px;
	width: 25px;
}

#contentsidebar #factsoflife span.topleft {
	border: solid #000;
	border-width: 18px 0 0 18px;
	top: -9px;
	left: -9px;
}

#contentsidebar #factsoflife span.bottomright {
	border: solid #e40022;
	border-width: 0 18px 18px 0;
	bottom: -9px;
	right: -9px;
}

#contentsidebar #factsoflife h5 {
	color: #e40022;
	font-size: 17px;
	font-style: italic;
}

#contentsidebar #factsoflife h5.fact {
	font-size: 80px;
	line-height: 76px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: "times new roman", times, serif;
	font-style: normal;
	color: #222;
}

#contentsidebar #factsoflife p {
	padding: 2px 0;
	line-height: 14px;
	font-family: "times new roman", times, serif;
	
}

#contentsidebar #factsoflife p.source {
	font-family: "geneva", verdana, arial, serif;
	color: #989898;
	font-size: 11px;
}

#articlecontent #contentwrap {
	float: left;
	width: 395px;
}

#sidebar {
	background: #bed3e0;
	border: 1px solid #9fafba;
}


#sidebar span.heading h5 {
	font-weight: normal;
	font-family: georgia, "times new roman", times, serif;
	font-size: 20px;
	line-height: 19px;
	color: #222;
	padding: 13px 0 0 15px;
	text-transform: uppercase;
}

#sidebar p {
	font-size: 9px;
	line-height: 11px;
	padding: 6px 10px 6px 15px;
	color: #222;
	background: #fff;
}

#sidebar span.heading p {
	font-size: 10px;
	line-height: 12px;
	background: none;
	padding: 6px 10px 8px 15px;
	color: #222;
}

#sidebar p:last-child {
	padding-bottom: 15px;
}

#sidebar h6 {
	font-size: 9px;
	text-transform: uppercase;
	background: #7fa8c1;
	margin: 0;
	display: block;
	padding: 3px 16px;
}

#articlecontent #articletools {
	border-top: 1px solid #999;
	padding: 5px;
	margin: 12px 0 30px 0;
	width: 385px;
	border-bottom: 4px solid #000;
	float: left;
	clear: both;
}

#articletools h6 {
	float: left;
	text-transform: uppercase;
	padding: 5px;
}

#articletools ul {
	float: left;
	padding: 1px 0 0 0;
}

#articletools ul li {
	font-size: 11px;
	display: inline;
	padding: 0 1px;
}

#articletools ul li a {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

#articletools ul li a.currentpage {
	text-decoration: none;
	color: #000;
}

#articletools a.printbutton {
	width: 69px;
	margin-top: 3px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	background: url(../images/printbutton.gif) left top no-repeat;
	float: right;
}

#articletools span.sharethis {
	float: right;
	height: 16px;
	display: block;
	background: url(../images/sharebutton.gif) left top no-repeat;	
	margin: 3px 10px 0 0;
	text-indent: -9999px;
	width: 125px;
}

#articletools span.sharethis a {
	height: 16px;
	padding: 0;
	margin: 0;
	background: none !important;
	text-indent: -9999px;
	display: block;
	width: 125px;
}

#commentblock {
	background: #e5e5e5;
	padding: 0 15px 15px 15px;
	clear: both;
	float: left;
}

#postcomment {
	border: 5px solid #e5e5e5;
	padding: 0 15px 20px 15px;
	clear: both;
	float: left;
	width: 355px;
	max-width: 355px;
	margin-top: 20px;
}

#postcomment h3, #commentblock h3 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 22px;
	color: #222;
	padding: 17px 0;
}

#postcomment #commentsubmit {
	background: #000;
	border: none;
	color: #fff;
	margin-top: 10px;
	padding: 5px 5px 4px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, helvetica, serif;
}

#commentblock ul {
	float: left;
	width: 365px;
}

#commentblock ul li {
	clear: both;
	margin: 5px 0;
	float: left;
	width: 100%;
}

#commentblock ul li p {
	background: #fff;
	font-family: "geneva", verdana, arial, serif;
	padding: 10px;
	font-size: 12px;
}

#commentblock ul li h2 {
	background-image: url(../images/commentarrow.gif);
	background-position: left top;
	margin: 0 15px;
	background-repeat: no-repeat;
	font-size: 11px;
	display: block;
	line-height: 12px;
	padding: 3px 20px 0 20px;
	color: #666;
	float: left;
}

#commentblock ul li.altcomment h2 {
	background-position: right top;
	float: right;
	text-align: right;
}

#postcomment input, textarea, label {
	display: block;
	font-size: 12px;
	font-family: "geneva", verdana, arial, serif;
}

#postcomment input, textarea {
	border: 1px solid #777;
	padding: 3px 0;
}
 
#postcomment label {
	font-size: 12px;
	padding-top: 15px;
}

#postcomment span {
	float: left;
	clear: right;
	font-size: 11px;
	padding: 10px 0 0 5px;
	position: relative;
}

#postcomment span.checkbox input {
	border: none;
}

#postcomment span.checkbox {
	clear: left;
	width: auto;
	padding-left: 0;

}

#postcomment label {
	clear: left;
}

#content .articlehead span.articleleadfoot {
	display: none;
}

#leftside #related {
	border: none;
	margin-bottom:25px;
}

#leftside #related h3 {
	display: block;
	height: 47px;
	margin: 0 0 0 10px;
	width: 136px;
	text-indent: -9999px;
	background-image: url(../images/relatedheading.png);
}

#leftside #related ul {
	padding: 5px 0 0 0;
	text-align: left;
}

#leftside #related ul li {
	line-height: 13px;
	padding: 5px 3px 5px 10px;
}

#leftside #related ul li a {
	font-size: 12px;
	font-family: "geneva", verdana, arial, serif;
	color: #04528d;
}

#leftside #related ul li a:hover {
	text-decoration: none;
}

#leftside #morefrom {
	border-right: solid 1px #b2b2b2;
	border-left: solid 1px #b2b2b2;
	border-bottom: solid 4px black;
	border-top: solid 2px black;
	margin-top:-10px !important;


}

#leftside #morefrom h3 {
	display: block;
	height: 47px;
	margin: 0 0 0 10px;
	width: 139px;
	text-indent: -9999px;
	background-image: url(../images/more-from-heading.gif);
}

#leftside #morefrom ul {
	padding: 5px 0 0 0;
	text-align: left;
}

#leftside #morefrom ul li {
	line-height: 13px;
	padding: 5px 3px 5px 10px;
	font-size: 12px;
	font-family: "geneva", verdana, arial, serif;
	color:#000000;
}

#leftside #morefrom ul li a {
	font-size: 12px;
	font-family: "geneva", verdana, arial, serif;
	color: #cb1919;
}

#leftside #morefrom ul li a:hover {
	text-decoration: none;
}

#homepagefeatures {
	border: 10px solid #e5e5e5;
	width: 956px;
	position: relative;
	overflow: hidden;
	float: left;
}

#homepagefeatures img {
}

#featuredarticle {
	position: relative;
	padding: 10px 0;
	float: left;
}

#featuredarticle a.featartframe {
	margin-top: 10px;
	width: 329px;
	height: 234px;
	border-width: 0 0 0 10px;
	background: url(../images/featureframe.png) bottom right no-repeat;
	position: absolute;
	clear: both;
	top: -10px;
	left: -10px;
	z-index: 9999;
}

#featuredarticle h2  {
	font-family: georgia, "times new roman", times, serif;
	font-size: 22px;
	color: #222;
	font-size: 32px;
	display: block;
	padding: 3px 0 0 13px;
	text-decoration:none;
}

#featuredarticle h2 a, #featuredarticle h2 a:link, #featuredarticle h2 a:visited
{
color: #222;
text-decoration:none;
}

#featuredarticle h2 a:hover, #featuredarticle h2 a:active  {
	text-decoration:underline;
}

#featuredarticle p {
	font-family: "geneva", verdana, arial, serif;
	font-size: 14px;
	line-height: 15px;
	color: #0b5b98;display: block;
	width: 270px;
	padding: 5px 13px;
}

#featuredarticle a.readmore {
	padding: 0;
	margin: 0 0 0 13px;
}

#homemostpop {
	float: left;
	width: 285px;
	padding: 10px 0 5px 25px;
}

#homemostpop h3 {
	background: url(../images/mostpop-home.png) left top no-repeat;
	display: block;
	width: 190px;
	height: 57px;
	text-indent: -9999px;
}

#homemostpop ul {
	float: left;
}

#homemostpop ul li {
	clear: both;
	width: auto;
	padding: 10px 0;
	float: left;
	position: relative;
	background: url(../images/mostpop-homeborder.gif) 70px bottom no-repeat;
}

#homemostpop ul li:last-child {
	background: none;
}

#homemostpop ul li a.mostpophomeframe {
	background: url(../images/mostpophome-frame.png) left top no-repeat;
	display: block;
	height: 57px;
	width: 57px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 9999;
}

#homemostpop ul li h2, #homemostpop ul li h2 a {
	font-family: georgia, "times new roman", times, serif;
	font-size: 17px;
	line-height: 18px;
	text-decoration: none;
	float: left;
	color: #000;
	display: block;
	width: 205px;
}

#homemostpop ul li img {
	float: left;
	padding-right: 15px;
}

#homemostpop ul li p {
	font-family: "geneva", verdana, arial, serif;
	font-size: 11px;
	display: block;
	float: left;
	line-height: 12px;
	color: #0b5b98;
	display: block;
	width: 205px;
}

#chpromo {
	background: #e5e5e5;
	float: right;
	width: 310px;
	margin: 0 -10px 0 0;
	position: relative;
	right: 0;
	top: 0;
	height: 1000px;
	position: absolute;
}

#chpromo p {
	display: block;
	width: 200px;
	font-size: 12px;
	color: #222;
	float: left;
	margin: 7px 0 0 0;
	padding: 0 0 0 18px;
}

#chpromo .morebutton {
	float: right;
	margin: 4px 22px 0 0;
}

span#promocorner {
	position: absolute;
	top: 0;
	right: 0;
	clear: both;
	background: url(../images/homepromocorner.png) right top no-repeat;
	width: 170px;
	height: 170px;
}

#chpromo img {
	margin: 0 auto;
	display: block;
	border: 4px solid #000;
}

#homenav {
	text-align: center;
	clear: both;
	margin: 15px 0 25px 0;
	float: left;
}

#homenav li a {
	display: block;
	position: absolute;
	background: url(../images/home-frame.png) left top no-repeat;
	clear: both;
	top: 0;
	left: 0;
	z-index: 9998;
	height: 230px;
	width: 229px;
}

#homenav li {
	display: block;
	position: relative;
	margin: 0 6px;
	height: 230px;
	width: 229px;
	float: left;
}

#homenav li img {
	position: absolute;
	top: 0;
	left: 0;
}

#homenav li h2 {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	line-height: 22px;
	color: #302c2d;
	font-size: 26px;	
	font-family: georgia, "times new roman", times, serif;
	text-transform: lowercase;
	clear: both;
	color: #fff;
	font-weight: normal;
	background: url(../images/sectionhead_bg.png) bottom right no-repeat;
	padding: 8px 14px;
}

#boxad {
	float: left;
	height: 250px;
	width: 300px;
	background: #ccc;
}

#homefacts {
	float: left;
	width: 279px;
	margin: 0 0 0 35px;
	padding: 15px 0;
	border: 1px solid #e5e5e5;
	font-family: georgia, "times new roman", times, serif;
	text-align: center;
	position: relative;
}

#homefacts span {
	display: block;
	position: absolute;
	clear: both;
	height: 25px;
	width: 25px;
}

#homefacts span.topleft {
	border: solid #000;
	border-width: 18px 0 0 18px;
	top: -9px;
	left: -9px;
}

#homefacts span.bottomright {
	border: solid #004173;
	border-width: 0 18px 18px 0;
	bottom: -9px;
	right: -9px;
}

#homefacts h5 {
	color: #004173;
	font-size: 22px;
	font-style: italic;
}

#homefacts h5.fact {
	font-size: 90px;
	line-height: 86px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: "times new roman", times, serif;
	font-style: normal;
	color: #222;
}

#homefacts p {
	padding: 2px 0;
	font-size: 20px;
	line-height: 20px;
	font-family: "times new roman", times, serif;
}

#homefacts p.source {
	font-family: "geneva", verdana, arial, serif;
	color: #989898;
	font-size: 12px;
	line-height: 13px;
}

#homefacts a.readfacts {
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #004173;
	font-weight: bold;
}

#fitfacebook {
	float: left;
	margin: 0 0 0 35px;
	font-family: "geneva", verdana, arial, serif;
	width: 288px;
}

#fitfacebook .fitschools a {
	color: #c6000f;
}

#fitfacebook .homefacebook a {
	color: #3b5997;
}

#fitfacebook a:hover {
	text-decoration: none;
}

#fitfacebook h4 {
	display: block;
	text-indent: -9999px;
}

#fitfacebook .fitschools {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#fitfacebook .fitschools h4 {
	width: 165px;
	height: 21px;
	margin: 0 0 5px 0;
	background: url(../images/home-fitschools.gif) left top no-repeat;
}

#fitfacebook h4 a {
	display: block;
	height: 100%;
	width: 100%;
}

#fitfacebook .homefacebook h4 {
	width: 165px;
	margin: 0 0 5px 0;
	background: url(../images/facebook.png) left top no-repeat;
	height: 44px;
}

#fitfacebook p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
}

#fitfacebook a.morebutton {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
}

#zmodsidebar {
	float: left;
	width: 206px;
	margin: 0 15px 5px 0;
}

#zmodcontent {
	float: left;
	width: 320px;
}

#zmod {
	margin: 10px 0 25px 0 !important;
	padding: 0 !important;
	width: 206px;
	padding-bottom: 1px;
	background: #970000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#zmod li {
	border-bottom: 1px solid #d09191;
	margin: 0 !important;
	padding: 0 !important;
}

#zmod li.lastzmod {
	border: none;
	-webkit-border-bottom-right-radius: 10px;
}

#zmod li a {
	display: block;
	padding: 2px 8px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#zmod li.lastzmod a {
	-webkit-border-bottom-right-radius: 10px;
}

#zmod li.overview a {
	padding: 2px 8px;
	font-size: 10px;
	-webkit-border-top-left-radius: 10px;
}

#zmod li a:visited, #zmod li a:hover {
	background: #6e0000;
}

#zmodnextprev {
	padding: 0;
	margin: 0;
}

#zmodnextprev li {
	float: left;
	margin: 10px 20px 0 0;
}

#zmodnextprev li a {
	padding: 3px 10px 2px 10px;
	float: left;
	border: 1px solid #cccccc;
	display: block;
	font-size: 12px;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

#zmodnextprev li a span {
	color: #d00;
}
