﻿@import url("common.css");
@import url("Admin.css");
#container {
	width:1000px;
	margin:0 auto 10px auto;
}
/* header & leaderboard */
#header {
	width:1000px;
	height:180px;
	margin:0 0 30px 0;
	padding:0;
}
#header #topper {
	width:950px;
	height:15px;
	background-color:#666666;
	padding:10px 25px;
}
#header #topper p {
	width:800px;
	margin:0 auto;
	padding:0;
	color:#FFCC00;
}
#header #lower {
	width:1000px;
	height:145px;
	background:url('../imagesstyle/headerBG.gif') no-repeat;
	padding:0;
	margin:0;
}
#header #lower #leaderBoard {
	width:728px;
	height:90px;
	padding:25px 18px 0 0;
	margin:0;
	float:right;
}
/* left nav column */
#leftColumn {
	width:150px;
	float:left;
	margin:0;
	padding:0;
}
#leftColumn ul#nav {
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
	width:132px;
}
#leftColumn ul#nav li {
	width:132px;
	padding:0;
}
#leftColumn ul#nav li a {
	background:url('../imagesstyle/leftnav.gif') no-repeat;
	color:black;
	text-decoration:none;
	width:110px;
	padding:2px 0 2px 22px;
	display:block;
	font-size:8pt;
}
#leftColumn ul#nav li a:hover {
	background:url('../imagesstyle/leftnav_on.gif') no-repeat;	
}
div#SearchForms {
	margin:0 0 15px 0 !important;
	padding:0;
}
div#SearchForms form {
	/*border:2px black dashed;*/
	background-color:#001062 /*011C83*/;		
	padding:5px;
	width:124px;
	
}
div#SearchForms form h2 {
	color:white;
	font-weight:normal;
	/*line-height:22px;*/
}
div#SearchForms form div {
	margin-bottom:3px;
}
div#SearchForms form label {
	font-style:italic;
	color:#FFD705;
	font-size:9pt;
	margin-bottom:2px;
	display:block;
}
div#SearchForms form input {
	font:8pt;
	padding:0;
	font-family:Arial, Verdana;
}
#leftColumn img {
	margin:0 0 15px 0;
	padding:0;
}
/* main content */
#MainConent {
	width:850px;
	min-height:500px;
	padding:0;
	margin:0;
	float:left;
	
}
#DynamicContent {
	width:650px;
	margin:0 0 25px 0;
	padding:0;
	float:left;	
}
img#cover {
	float:left;
	margin:0 30px 10px 60px;
}

div.Row {
	width:300px;
	margin:0;
	padding:0 25px 0 0;
	float:left;
}
#RHS {
	width:200px;
	margin:0;
	padding:0;
	float:right;
}
iframe.BoxAd {
	margin:0 0 10px 20px;
	padding:0;
}
#RHS #exploreNP {
	width:105px;
	margin:10px 0 10px 50px;
	background-color:#D1DBF0;
	padding:10px;
	text-align:center;
}
#RHS #exploreNP p {
	margin:0;
	padding:10px 0;
	border-bottom:3px #C1C1BD ridge /*groove*/;
}
#RHS #exploreNP a {
	font-size:7pt;
	font-weight:bold;
	color:blue;
	text-decoration:underline;
}
#RHS #exploreNP a:hover {
	color:#CC0000;	
}



/*footer */
#Footer {
	width:1000px;
	height:50px;
	background:url('../imagesstyle/footerBG.jpg') no-repeat;
	padding:0;
	margin:0;
	clear:both;
}
#FooterContent {
	width:1000px;
	/*border:1px #CCC dotted;*/
	background-color:#EDEFE6 /*#CDC1AB*/;
	margin:auto;
	padding:0 6px;	
}
#FooterContent ul {	
	width:850px;
	margin:0 auto;
	padding:10px 0;
	list-style-type:none;
	font-size:8pt;
}
#FooterContent ul li {
	margin:3px 0;
	padding:0 5px;
	float:left;
	border-left:1px teal solid;
}
#FooterContent ul li:first-child {
	border:none;
}
#FooterContent ul li a {
	text-decoration:none;
	color:#005BA3 /*4A241B*/;
}
#FooterContent ul li a:hover,#FooterContent p a:hover {
	color:#CC0000;
}
#FooterContent .StaffLogin {
    padding-left: 17px;
	background: url('../imagesstyle/button_logon.gif') no-repeat 0 50%; 
}
#FooterContent p {
    margin:0 0 5px 0;
    padding:0;
    font-size:8pt;
    text-align:center; 
    color:#005BA3 /*F47D31*/;
}    