@charset "UTF-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: "Lucida-Grande", arial;
background-color: #646464;
font-size: 12px;
}

container {
height: 100%;
width: 100%;
}

h1, h2, h3{
font-family: "Lucida Grande", arial;
font-weight: normal;
margin-bottom: 0px;
margin-top: 30px;
}

img{
border: none;
}

.clear {
    overflow: hidden;
    width: 100%;
}

#headerContainer{
height: 80px;
background-color: #fff;
}

#header{
width: 800px;
margin: auto;
}

#logo{
/*margin-top: 24px;*/
margin-top: 15px;
}

#headerLeft{
width: 400px;
float: left;
}

#headerRight{
width: 380px;
height: 80px;
float: right;
}

#topNavBarContainer{
background-image: url('../images/topNavBarBg.jpg');
background-repeat: repeat-x;
background-color: #00346f;
height: 30px;
}

#topNavBar{
width: 800px;
margin: auto;
}

#navLeft{
width: 100px;
}

#topNav{
/*width: 550px;*/
width: 520px;
float: right;
background-image: url('../images/topNavBarGray.jpg');
background-repeat: repeat-x;
}

#topNavLeft{
background-image: url('../images/topNavBarLeft.jpg');
background-repeat: no-repeat;
height: 30px;
width: 47px;
float: left;
}

#topNavMid{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#topNavRight{
background-image: url('../images/topNavBarRight.jpg');
background-repeat: no-repeat;
height: 30px;
width: 10px;
float: right;
}

#banner{
background-color: #00346f;
}

#bannerContent{
width: 800px;
height: 140px;
margin: auto;
}

#pageBanner{
width: 800px;
height: 15px;
margin: auto;
}

#bottomNavBarContainer{
background-image: url('../images/bottomNavBarBg.jpg');
background-repeat: repeat-x;
height: 30px;
}

#bottomNavBar{
width: 800px;
margin: auto;
}

#bottomNav{
width: 480px;
float: left;
background-image: url('../images/bottomNavBarGray.jpg');
background-repeat: repeat-x;
}

#bottomNavLeft{
background-image: url('../images/bottomNavBarLeft.jpg');
background-repeat: no-repeat;
height: 30px;
width: 20px;
float: left;
}

#bottomNavMid{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#bottomNavRight{
background-image: url('../images/bottomNavBarRight.jpg');
background-repeat: no-repeat;
height: 30px;
width: 43px;
float: right;
}

/* ---------------- Main Nav ------------------ */
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;

}

#nav a{
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #00346f;
	padding: 5px;
	background: none;
	margin: 0 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../images/buttonHL2.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#nav li{
float:left;
width:auto;
}

#nav ul li {
	position: relative;
	float: left;
    width: auto;

}
#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}
#nav li:hover ul{
left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #00346f;
	padding: 5px;
	background: none;
	margin: 0 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../images/buttonHL2.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#nav a:hover { 
/*background: #000;*/
/*background-image: url('../images/buttonHL.jpg');*/
/*background-repeat: repeat-x;*/
background-position: bottom;
}

#nav .subMenu a {
	display: block;
	/*white-space:nowrap;*/
	text-decoration: none;
	line-height: 20px;
	color: #00346f;
	padding: 5px;
	background: none;
	margin: 0 2px;
	padding-right: 10px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccc;
	width: 150px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nav .subMenu a:hover {
background-image: url('../images/subMenuHL2.gif');
background-position: top;
background-color: #969696;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
color: #fff;
}


#nav li:hover ul, li.over ul { 
display: block;
}

#nav li ul ul {
	margin: -30px 0 0 165px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}



/* ---------------- bottom Nav ------------------ */
#bottomNavMid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottomNavMid ul li {
	position: relative;
	float: left;
    width: auto;

}
#bottomNavMid li ul {
	position: absolute;
	top: 30px;
	display: none;
}
#bottomNavMid ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #00346f;
	padding: 5px;
	background: none;
	margin: 0 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../images/buttonHL2.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#bottomNavMid a:hover { 
/*background: #000;*/
/*background-image: url('../images/buttonHL.jpg');*/
/*background-repeat: repeat-x;*/
background-position: bottom;
}

#bottomNavMid .subMenu a {
	display: block;
	/*white-space:nowrap;*/
	text-decoration: none;
	line-height: 20px;
	color: #00346f;
	padding: 5px;
	background: none;
	margin: 0 2px;
	padding-right: 10px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccc;
	width: 150px;
}


#bottomNavMid .subMenu a:hover {
background-image: url('../images/subMenuHL2.gif');
background-color: #969696;
color: #fff;
}


#bottomNavMid li:hover ul, li.over ul { 
display: block;
}

/* ------------- end nav ------------------ */

#pageContainer {
background-image: url('../images/borderFade.jpg');
background-repeat: repeat-x;
background-color: #646464;
height: 100%;
}

#page {
background-image: url('../images/pageFade.jpg');
background-repeat: repeat-x;
background-color: #fff;
width: 800px;
margin: auto;
min-height: 475px;
height: auto !important;
height: 475px;
}

#pageContent {
width: 760px;
margin: auto;
}

#accountButtons {
display: inline;
float: right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
text-align: right;
}

#accountButtons a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
text-decoration: none;
margin-top: 5px;
}

#accountButtons a:hover {
color: #000;
}

#accountButtons li {
list-style: none;
display: inline;
padding-left: 10px;
}

#phoneChat {
float: right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
height: 25px;
width: 300px;
}

#phoneNumber{
	float: right;
	padding-right: 10px;
	position: relative;
	top: 5px;
}

#liveChat a{
	float:right;
	width: 111px;
	height: 25px;
	background-image: url('../images/liveChatOver.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
	
#liveChat a:hover{
	background-position: bottom;
}

#pageLeftCol{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
width: 300px;
float: left;
border-right: 1px solid #cccccc;
text-align: left;
padding-right: 5px;
}

#pageLeftCol2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
margin-left: 10px;
width: 400px;
float: left;
text-align: left;
}

#pageLeftCol3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
margin-left: 10px;
width: 250px;
float: left;
text-align: right;
}


#pageLeftColHome{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
width: 250px;
float: left;
border-right: 1px solid #cccccc;
text-align: left;
}

#pageRightCol{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
margin-right: 10px;
width: 300px;
float: right;
text-align: left;
}

#pageRightContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
width: 430px;
float: right;
text-align: left;
}


#pageRightContentHome{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 30px;
margin-bottom: 50px;
width: 480px;
float: right;
text-align: left;
}

#pageCenterCol{
font-family:Arial, Helvetica, sans-serif;
padding-top: 30px;
padding-bottom: 50px;
font-size:12px;
margin: auto;
width: 600px;
text-align: left;
}

#searchBox{
padding-bottom: 10px;
}

.module{
padding-top: 7px;
}


/* ----------- accordion --------------- */
#basic-accordian{
	border:none;
	padding:5px;
	width:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-50px;
}

.accordion_headings{
	padding:5px;
	color:#00346f;
	border:none;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	/*background:#ccc;*/
	color: #666666;
}

.accordion_child{
	padding:0px;
	margin-bottom: 10px;
	/*background:#ccc;*/
	color: #666666;
}

.accordion_child ul{
	list-style: none;
	/*margin-left: -15px;*/
	margin-left: 5px;
}

.accordion_child li{
	background: url('../images/bullet.gif') left center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

.accordion_child a{
color: #666666;
text-decoration: none;
}

.accordion_child a:hover{
color: #00346f;
}

.header_highlight{
	/*background:#999;*/
	color: #00346f;
}

/* ------------- end accordion ------------- */


#footer{
width: 800px;
margin: auto;
text-align: center;
font-size:12px;
color:#000000;
}

#footer a{
	text-decoration:none;
	color:#333333;
}

#footer a:hover{
color: #ffffff;
}


.top a{
background: url('../images/bullet-up.gif') left center no-repeat;
padding-left: 10px;
color: #00346f;
font-weight: 600;
text-decoration:none;
}

.top a:hover{
color: #666666;
}

.pageLink li{
list-style:none;
}

.pageLink a{
background: url('../images/bullet.gif') left center no-repeat;
padding-left: 10px;
color: #00346f;
font-weight: 600;
line-height: 20px;
text-decoration:none;
}

.pageLink a:hover{
color: #666666;
}

#clickToTalk{
height: 35px;
width: 320px;
}

#ctt-1{
/*background: url('../images/ctt-1.jpg') no-repeat;*/
width: 60px;
height: 25px;
float: right;
font-size: 9px;
text-align:center;
}

#ctt-2{
/*background: url('../images/ctt-2.jpg') repeat-x;*/
width: 260px;
height: 25px;
float: right;
}

.ctt-2img{
position: relative;
top: 7px;
}

#searchForm{
background: #00346f;
}