@charset "utf-8";

* { margin: 0; padding: 0; }
html { min-height: 100%; margin: 0 0 .1em; }

body { background-color: #0A798D; font: 10px/12px Verdana, Arial, Helvetica, sans-serif; color: #666; text-align: center; }
body * { position: relative; }

/* links */
a:link, a:visited { }
a:hover { }


#container { width: 925px; height: auto; margin: 0 auto; text-align: left; z-index: 3; }


#header { height: 90px; background:url("../i/header.png") no-repeat 0 0; }

/* top navigation */
#topNav  { background:url("../i/masthead.png") no-repeat 0 0; width: 925px; height: 45px; z-index: 10; _margin-bottom: -1px; font-family: Arial, Helvetica, sans-serif; }
#topNav li span { display: none; }
#topNav li { float: left; list-style: none; _display: inline;  }
#topNav li a:link, #topNav li a:visited, #topNav li a:hover { width: auto; height: 45px; display: block; }
	#topNav #about { width: 113px; }
	#topNav #founder { width: 132px; }
	#topNav #members { width: 105px; }
	#topNav #deadbeats { width: 95px; }
	#topNav #community { width: 105px; }
	#topNav #news { width: 60px; }
	#topNav #resources { width: 95px; }
	#topNav #fathers { width: 130px; }
	#topNav #shop { width: 90px; }



#feature { margin-bottom: 20px; }

#content { background:url("../i/content-bg.png") repeat-x 0 0; width: 925px; height: 245px; }
	#content .articles { float: left; width: 198px;	padding: 20px 0 0 33px; }
		#content .articles .teaser { color: #03C3FF; font-weight: bold; line-height: 20px; }
			#content .articles .teaser a:link, 
			#content .articles .teaser a:visited,
			#content .articles .teaser a:hover { color: #FF9900; text-decoration: none; font-variant: small-caps; font-size: 11px; font-weight: bold; }
		#content .articles .moreInfo { line-height: 20px; }
			#content .articles .moreInfo a:link, 
			#content .articles .moreInfo a:visited,
			#content .articles .moreInfo a:hover { color: #3399FF; text-decoration: none; font-variant: small-caps; font-size: 11px; font-weight: bold; }
#btmNav { background:url("../i/btmnav-bg.png") repeat-x 0 0; width: 895px; height: 10px; color: #336666; font-size: 9px; padding: 15px 0 15px 30px; }
	#btmNav a:link, #btmNav a:visited { color: #336666; text-decoration: none; font-weight: bold; font-variant: small-caps; font-size: 10.5px; }
	#btmNav a:hover { text-decoration: underline; }
	
#footer p {  }
#footer a:link, #footer a:visited { text-decoration: none; font-weight: bold; }
#footer a:hover { text-decoration: underline; }


