* { 
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
}

body { 
	background-color: black;
	margin: 0;
	padding: 0;
}

img { border: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline !important; }

div#top{ 
	position: relative;
	background-color: #001832;
	width: 100%;
	height: 144px;
	background: #001832 url(graphics/top-new.jpg) center top no-repeat;
}
div#main1{
	position: relative;
	background: black url(graphics/top-bg.jpg) top left repeat-x;
	height: 325px;
}

div#login { 
	 position: absolute;
	 left: 50%; 
	 margin-left: 400px;
	 margin-top: 10px;
}
div#login img {
	position: relative;
	top: 3px;
	left: 2px;
}
div#login a { 
	color: #cbe3ff;
	text-decoration: none;
	font-size: 11px;
}

/*---- TOP NAV ----*/
div#topnav {
	position: absolute;
	left: 50%;
	margin-left: -29%;
	bottom: -8px;
	background: transparent url(graphics/navbar.png) top left no-repeat;
	background-size: 100% 37px;
	height: 45px;
	z-index: 30;
	padding-right: 45px;
}
div#topnav a { text-decoration: none; }
div#topnav a { color: #fff; }
div#topnav a:hover { color: #ff9808; text-decoration: none !important; }

div#topnav ul { 
	list-style-type: none;
	margin-top: 7px;
	margin-left: 40px;
}
div#topnav ul li { 
	float: left; 
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	background: transparent url(graphics/nav-right.png) top right no-repeat;
	padding: 0px 10px;
}
div#topnav ul li:last-child { 
	background: none; 
}

div#topnav li.pressed { color: #ff9808; }
div#topnav li.pressed a { color: #ff9808; }

img#photo { 
	position: absolute;
	height: 100%;
	left: 0;
	margin-left: -50%;
	top: 2px
}

div#text { 
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -130px;
	width: 457px;
}

div#text p { 
	text-align: center;
	line-height: 25px;
}

/* ---------- bottom ------------------ */
div#bottom { 
	height: 342px;
	width: 100%;
	position: relative;
	background: black url(graphics/home-bottom-bg.jpg) 0px -1px repeat-x;
}

div#bottom div#bottom_content {
	position: absolute;
		font-size: 12px;

	left: 50%;
	top: 50px;
	margin-left: -509px;
	width: 1017px;
	height: 241px;
	z-index: 20;
	background: transparent url(graphics/home-bottom-content-bg-new.png) top left no-repeat;
}

div#bottom a { 
	color: #2c63ff;
}

div#featured_articles {
	position: absolute;
	left: 27px;
	top: 45px;
	width: 275px;
	height: 170px;
	z-index: 25;
	color: #2c4562;
	/* overflow: scroll; */
}
div#featured_articles strong { color: #2c2d2e; }
div#featured_articles img { 
	float: left;
	margin-right: 5px;
	width: 85px;
}


div#news { 
position: absolute;
	left: 340px;
	top: 45px;
	width: 230px;
	height: 170px;
	z-index: 25;
	color: #2c4562;
	overflow: hidden;
}

div#news dt { font-weight: bold; color: #000; }
div#news dd { margin-bottom: 15px; }


div#most_popular { 
	position: absolute;
	right: 55px;
	top: 25px;
	width: 330px;
	height: 170px;
	z-index: 25;
	overflow: hidden;
	color: #eaeaea;
}

div#most_popular h2 { 
	color: #f4b64c;
	margin-bottom: 10px;
	text-align: center;
}

div#most_popular ol { margin-top: 10px; }
div#most_popular ol li { 
	margin-left: 20px; 
	margin-bottom: 5px;
}

div#searchbar { 
	width: 753px;
	height: 57px;
	position: absolute;
	left: 50%;
	margin-left: -413px;
	top: -1px;
	background: transparent url(graphics/searchbar.png) top left no-repeat;
	
}
div#searchbar div.container { 
	margin-top: 10px;
}

div#searchbar input#qry {
	height: 22px; 
	width: 200px;
}

div#searchbar input#searchbutton {
	width: 76px;
	height: 25px;
	background: transparent url(graphics/search-button.png) top left no-repeat;
	border: 0px;
	position: relative;
	top: 3px;
	left: 3px;
}



/* ---------------- footer stuff ------------------ */

div#footer { 
	background: transparent url(graphics/footer-bg.png) top left repeat-x;
	color: #fff;
	font-size: 10px;
}
div#footer div.container { 
	position: relative;
	width: 980px;
	height: 30px;
	left: 50%;
	margin-left: -490px;
	padding-top: 8px;
}

div#footer div.left { 
	position: absolute;
	left: 0px;
}
div#footer div.middle { 
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}
div#footer div.right { 
	right: 0px;
	position: absolute;
}

div#footer img#sep1 { 
	position: absolute;
	left: 250px;
	top: 2px;
}


div#footer img#sep2 { 
	position: absolute;
	right: 250px;
	top: 2px;
}

div#footer a, div#footer a:visited { color: #52b6ff; }


#banner { 
	position: absolute;
	right: -10px;
	top: -80px;
}

#most_popular form td { color: #fff; font-size: 12px; }
