/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F8F6E7;
	text-align: center;
}
p {
padding-bottom: 5px;
}

/* ---question boxes--- */
#menu {
	position: relative; top: 0; left: 0;
	width: 125px;
	margin: 0; padding-top: 8px;
	}
	/*moved background to #leftcontent a. Can now create transparent gap for background to show between links.*/

#menu a {
	margin: 0; padding: 7px 5px;
	line-height: 1em;
	text-decoration:none;
	} /**/

#menu a:hover {
	border: none;	
	}
	/*had to add border: none; to make span box work in IE*/ 

#menu a span {
	display: none;
	}

#menu a:hover span {
	display: block;
	position: absolute; bottom: 25px; left: 0px; right: 0px;
	width: 250px;
	margin-left: -5px; padding: 5px;
	background: #E1E1E1; color: #333333;
	font-size: 10px;	
	} 
	/*Changed Right&Left padding to 0. This got extra width in FF corrected*/

#menu a:hover span p {		
	font-size: 10px;	
	text-decoration:none;
	} 

#menutitle{
	text-align:center;
	text-decoration:underline;
}
/* ---container--- */
table.container {
  	margin: 0 auto;
	padding:0px;
	width: 744px;
	text-align: left;
}

p,td,li {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

ul.numbered{
	text-align:left;
	list-style-type:decimal;
}
p {
	margin: 5px 0px;
}
#infosection{
	text-align:right;
}

#info a:hover{
 text-decoration:none;;
}

#info a span {
	display:none;
}

#info a:hover span {
	display:block;	
	text-decoration:none;
	 scrollbar-base-color: red ;
	width:380px;
	height:400px;
	background:#F3F3F3;
	position:absolute;	
	right:10px;
	top:390;
	overflow:auto;	
	z-index:1;
}

#info a:hover span {
	font-size:10px;
	text-decoration:none;
}
#info a:hover span h2{
	font-size:12px;	
}

#notes{
	font-size:10px;
	text-align:left;
}

#notes div{
	border-style:solid;
	margin-left:5px;
	border-width:1px;
	border-color:black;
}

#notes div div{
	padding:2px;
	border-style:none;
}

#notes h2{
	font-size:12px;
	font-weight:bold;
}

#notes li{
	font-size:10px;
	font-weight:normal;
}
#notes p{
	font-size:10px;
	font-weight:normal;
}
h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #6E93A6;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h2.faq {
	padding-top:15px;
	padding-bottom:5px;
	font-size: 14px;
	font-weight: normal;
}
.required_field {
	font-weight:bold;
	color: #CC0000;
}

img.req_reportfield{
	width:5px;
	height:22px;
	border:0;
}

hr.line { 
	border: 0;
	width: 70%;
	color: #666666;
	background-color: #666666;
	height: 1px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

/* ---header--- */
td.topbar {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 744px;
	background-color: #857D7D;
	border-bottom: 1px solid #CC0000;
}

/* ---navigation--- */
td.nav {
	background-color: #FFFFFF;
	width: 744px;
	height: 40px;
}

ul.navlinks {
	background-color: #E1E1E1;
	margin: 10px;
	padding: 10px 0px 8px 0px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	font-weight: bold;
	background-image: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
	width: inherit;
}
    
ul.navlinks li {
	display: inline;
}

ul.navlinks li a:link, ul.navlinks li a:visited {
	color: #333333;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

ul.navlinks li a:hover {
	color: #FFFFFF;
	background-color: #7AA3B8;
	border-bottom: 1px solid #6E93A6;
	background-image: url(images/pattern_blue.gif);
	background-repeat: repeat-x;
}

ul.navlinks li a.current:link, ul.navlinks li a.current:visited {
	color: #CC0000;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
}

ul.navlinks li a.current:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}

#login {
	float: right;
	margin-right: 10px;
}

ul.navlinks li.login {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0px 8px 0px; 
	margin: 0px;

}

ul.navlinks li.login a:link, ul.navlinks li.login a:visited {
	color: #626262;
	font-weight: bold;
	border: none;
	padding: 10px 0px 8px 0px; 
	margin: 0px;
	background-color: #E1E1E1;
	background-image: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
}

ul.navlinks li.login a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* ---home content--- */
td.content {
	background-color: #FFFFFF;
	padding: 10px 20px;
	width: 744px;
	height:100%;
}

td.logo {
	padding: 15px 0px 5px 0px;
	text-align: center;
}

td.visual {
	vertical-align: middle;
}

td.headline {
	padding: 15px 15px 5px 15px;
	vertical-align: middle;
	background-image: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #DBDADA;
	border-right: 1px solid #DBDADA;
}

td.maincontent {
	width: 410px;
	border: 1px solid #DBDADA;
	padding: 15px;
}

td.space {
	width: 20px;
}

.requestbtn {
	text-align: left;
	padding: 20px 0  20px 0;
}

.registerbtn{
	text-align: left;
	padding: 10px 0  10px 0;
}

.signinbtn{
	text-align: left;
	padding: 10px 0  10px 0;
}

#header_padding{
	padding: 0px 0 4px 0;
}  
#vert_padding{
	padding: 10px 0 10px 0;
}

.contactusbtn{
	text-align: center;
	padding: 10px 0  10px 0;
}

.leftlink {
	padding: 10px 0px 10px 10px;
	float: left;
}

.rightlink {
	padding: 10px 10px 10px 0px;
	float: right;
}

ul.bulletpoints {
	line-height: 1.5em;
}

/* ---sub content--- */

td.contentarea {
	padding: 10px;
	margin: 0px;
	width: 744px;
	background-color: #FFFFFF;
}


table.contentbox {
	padding: 0px;
	margin: 0px;
	width: 724px;
}

td.logosub {
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px 10px;
}

td.subhead {
	padding: 0px 20px;
	margin: 0px;
	background-color: #FFFFFF;
}

#reportbtns {
	padding: 15px 0px 5px 0px;
}

tr.results {
	background-color: #F3F3F3;
	border-bottom: 1px solid #DBDADA;
	background-image: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

td.resultbox {
	width: 241px;
	padding: 10px;
	border-bottom: 1px solid #DBDADA;
}

td.resultbox2 {
	width: 241px;
	padding: 10px;
	border-left: 1px solid #DBDADA;
	border-right: 1px solid #DBDADA;
	border-bottom: 1px solid #DBDADA;
}

p.number { 
	font-size: 24px;
	color: #CC0000;
}

p.title {
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
}

p.data {
	font-size: 10px;
	margin: 0px;
	padding: 0px 10px;
}

table.summary {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	width: 100%;
	background-color: #E6F2F8;
	border: 1px solid #B6CCD7;
}

table.summary td {
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	width: 100%;
	background-color: #E6F2F8;
}

td.border {
	padding: 5px 0px 10px 0px;
	margin: 0px 5px;
	border-bottom: 1px solid #B6CCD7;
}

td.noborder {
	padding: 6px 0px 5px 0px;
	margin: 0px 5px;
}

td.border a:link, td.border a:visited {
	padding: 0px 5px;
	text-decoration: underline;
}

td.graph {
	vertical-align: top;
	padding: 20px 10px;
}

/* --contact us */
td.required {
 background-color:#CC0000;
}
/* ---footer--- */
td.footerbar {
	background: url(images/pattern_gray.gif);
	background-repeat: repeat-x;
	width: 744px;
	height: 5px;
	border-bottom: 1px solid #CC0000;
}

#footerlogo {
	padding: 5px 5px 5px 0px;
	float: left;
}

#footerlinks {
	padding: 5px;
	line-height: 1.5em;
	font-size: 9px;
	float: left;
}

/* --- links --- */
a, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
}