﻿/* CSS Document */
/*********** Standardize Browsers ***********/

body,div,dl,dt,dd,/*ul,ol,li,*/h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}



/*********** Tag Styles ***************/

body{
	font-family:Helvetica, Arial, sans-serif;
	color:#747474;
	font-size:12px;
}

h1{
	color:#00529b;
	font-size:20px;
	font-weight:bold;
	padding-bottom:.3em;
}

h2{
	font-weight:bold;
	font-size:16px;
}

h3{
	font-weight:bold;
}

a{
    color:#6caedf;
}

p{
    padding-bottom:1em;
}

ul{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

strong{
    font-weight:bold;
}

em{
    font-style:italic;
}



/*********** Header styles ***********/

#headWrapper {
	background-image:url(../_images/bg_header_repeat.gif);
	background-repeat:repeat-x;
	height:140px;
}

#header {
	width:950px;
	height:140px;
	margin:auto;
	background-image:url(../_images/bg_header.gif);
}

#logo{
    position:relative;
    left:-62px;
    width:475px;
    height:95px;
}

#ChatNow{
	width:300px;
    float:right;
    padding: 29px 22px 0 0; text-align:right;
}

#ChatNow span{ font-weight:bold; padding-top:6px}
#ChatNow a{ color:#6a6a6a; font-weight:bold }
#ChatNow a:hover{ text-decoration:none; color:#6a6a6a; font-weight:bold }
#ChatNow img{ float:right; padding-left:5px  }



#nav{
	
}

.navLink{
	font-size:15px;
	color:#6a6a6a;
	font-weight:bold;
	text-decoration:none;
}

.navLink:hover{
	color:#6caedf;
}

.activeLink{
    color:#00529b;
}

.navDivider{
	padding:0px 18px 1px 18px;	
}

.menuLinks{
	color:#6a6a6a;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #6daedf;
	border-bottom-width: 0;
	font-size:13px;
	line-height:18px;
	z-index:100;
	padding-right:6px;
	margin-top:3px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #6daedf;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #d4e8f5;
}

/********** Middle styles *************/

#midWrapper{
	background-color:#FFF;
}

#middle{
	width:950px;
	margin:auto; position:relative;
}

#middleWIDE{
	width:1100px;
	margin:auto; position:relative;
}


.backLinks{
    padding-top:3px;
    color:#00529b;
    font-weight:bold;
}

.backLinks a{
    color:#00529b;
    text-decoration:none;
    font-weight:bold;
}

.backLinks a:hover{
    text-decoration:underline;
}

/********** Footer styles *************/

#footWrapper{
	background-image:url(../_images/bg_footer.gif);
	background-repeat:repeat-x;
}

#footer{
	width:950px;
	height:76px;
	margin:auto;
}

#footerHeadroom{
	height:27px;	
}

#footerNav{
	width:auto;
	float:left;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	color:#6a6a6a;
}

#footerNav a{
	color:#6a6a6a;
	text-decoration:none;
}

#footerNav a:hover{
	text-decoration:underline;
}

.footerDivider{
	padding:0px 3px 0px 3px;	
}

#footerSpacer{
	padding-right:10px;	
}

#copyright{
	width:auto;
	float:right;
	padding-top:5px;
	font-size:11px;
	color:#6a6a6a;
}





.clear{
	clear:both;
	height:0px;
}



#legal{
    padding:25px 120px 35px 120px;
}

#glossary{
    padding:0px 120px 35px 120px;
}

#glossary a{
	color:#6a6a6a;
	text-decoration:none;
}

#glossary a:hover{
	text-decoration:underline;
}







