@charset "utf-8";
/*Colors
Title text: #0d749d
Title Dark:#202020
Nav Link:#202020
RollOverText:#3fb3d8
RollOverBorder:1688be
Paragraph:#656565
*/

*{
	margin:0px;
	padding:0px;
}

html{
height: 100%;
overflow: -moz-scrollbars-vertical;	
overflow-x:auto;
overflow-y:scroll;
}

a{
	text-decoration:none;
	color:#2eacd4;
}

a:hover{
	text-decoration:underline;
}

li{
	list-style-position:inside;
	*list-style-position:inherit;
}

h2, h3, h4,h5, p, form, label, input, textarea, span{
	margin:0; padding:0;
}

p{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:150%;
}

p span{
	color:#336666;
}

.thrColAbsHdr .disclaimer{
	font-size:9px;
	line-height:normal;
}
h5{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#336666;
	margin-bottom:5px;
	text-transform:uppercase;
}

h5 span{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	text-transform:none;
}

h4{
	font:normal 12px/20px Verdana, Geneva, sans-serif;
	color:#0d749d;
	text-transform:uppercase;
	padding-bottom:10px;
	font-weight:normal;
}

h4 span{
	color:#000;
}

img{
	border:none;
}

hr{
	border:none; 
	border-top:#999 dashed 1px; 
	margin-top:10px; 
	margin-bottom:10px;
	}

body{
	color:#333333;
	background-color: #edf9ff;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	text-align:left;
}

.thrColAbsHdr #container {
	position: relative;
	width: 1000px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
} 

.thrColAbsHdr #header { 
	_height: auto;
	height:60px;
	padding: 10px;
} 

.thrColAbsHdr #banner {
	padding-bottom:10px;
	width:100%;
	height:201px;
} 

.thrColAbsHdr #leftSideBar {
	position: relative;
	width:226px;
	padding:10px;
	float:left;
}
.thrColAbsHdr #rightSideBar {
	position:relative;
	float:right;
	text-align:center;
	width:100px;
	height:auto;
	padding:10px;
}

.thrColAbsHdr #mainContent {
	min-height:300px;
	height:auto;
	_height:300px; /*hack for ie 6*/
	margin-right:120px;
	margin-left:260px;
	_margin:0px; /*hack for ie 6*/

	*margin:0px; /*hack for ie*/
	padding: 10px;
}

#logo{
	float:left;
}

#logo_mr{
	float:right;
}

/*Navigation*/
#navigation-bar{
	width:650px;
	margin-left:15px;
	float:left;
	position:relative;
	text-transform:none;
	color:#626262;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	position:absolute;
	top:20px;
	height:auto;
	width:100%;
}
	
.menu ul{
	height:22px;
	list-style:none;
	margin:0;
	padding:0;
}


.menu li{
	float:left;
	padding:0px;
	background:url("../images/seperator.gif") right no-repeat;
}

.menu li a{	
	color:#404040;
	display:block;
	line-height:22px;
	padding:0px 7px 0px 7px;
	margin:0px;
	text-align:center;
	text-decoration:none;
}


		
.menu li a:hover{
	border-top:#1688be solid 2px;
	color: #3fb2de;
	text-decoration:none;
}

.menu ul li .current {
border-top:#1688be solid 2px;
}

	
.menu .folder li a{
	float:left;
	position:relative;
}	
			
.menu li ul{
	display:none;
	height:32px;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	z-index:900;
	width:auto;
	font-size:10px;
}


.menu li:hover ul{
	display:block;
	background-image:url(../images/submenu_bg.gif);
}


.menu li:hover li{
	display:block;
	width:auto;
	position:relative;
	top:7px;
}

.menu li:hover ul .rightside{
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
	right:-6px;
}
		
.menu li:hover li a{
	background:none;
	color:#666666;	
}
		
.menu li ul a{
	display:block;
	padding-left:10px;
	margin:0px;
	padding:0px;
	text-align:left;
}

.menu li ul li{
	padding-left:10px;
	padding-right:10px;
	color: #7d7d7d;
	border:none; 
	text-decoration:none;
}

.menu li ul a:hover{
	color: #2eacd4;
	border:none; 
	text-decoration:none;
}


.menu .last{
background-image:none;
}

.menu .last ul{
right:0px;
width:150px;
}
		
.menu p{
	clear:left;
}


/*--------------------------------------------Main Content -------------------------------------*/


.subMenu{
	position:relative;
	top:-20px;
	_top:-24px; /*ie hack*/
	padding-top:17px;
	width:100%;
	color:#666;
	border-left:#6fd2ea solid 5px;
}

.subMenu li{
	color:#777777;
	padding-left:5px;
	line-height:32px;
	list-style: none;
	/*list-style-image:url(../images/bullet.gif);*/
	border-bottom:#b8b8b8 solid 1px;
}

.subMenu li span{
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
}

.subMenu .current{
	/*list-style-image:url(../images/bullet_active.gif);*/
	color:#3399cc;
	font-weight:bold;
}

.subMenu .current span{
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
	color:#F00;
}

.subMenu li a{
	color:#777777;
}

.subMenu li a:hover{
	color:#2eacd4;
	text-decoration:none;
}

.bulletsGallery{
	list-style:square;
	list-style-image:url(../images/blue-arow.gif);
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	background-color:#edf9ff;
	border-top:#cfd6db solid 1px;
	border-bottom:#cfd6db solid 1px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.bulletsGallery li{
	float:left;
	color:#3399cc;
	padding-left:15px;
	line-height:25px;
	cursor:pointer;
	cursor:hand;
}

.bulletsGallery li:hover{
	cursor:pointer;
	text-decoration:underline;
}

.bulletList{
	list-style:none;
	display:block;
	padding-bottom:10px;
}

.bulletList li{
	list-style-image:url(../images/bullet_green.gif);
	list-style-position:inside;
	*list-style-position:outside; /*ie hack*/
	position:relative;
	margin-left:20px;
}



.pageTitle{
	font-size:15px;
	border-bottom:#999 solid 1px;
	height:22px;
	display:inline-block;
	margin-bottom:15px;
}

.pageTitle h3{
	font-size:15px;
	color:#336666;
	background-image:url(../images/green-arrow.gif);
	background-repeat:no-repeat;
	border-bottom:#6fd2ea solid 3px;
	padding-left:15px;
	float:left;
}

.pageTitle span{
	font-size:15px;
	color:#175f7b;
	float:left;
	border-left:#b7babb solid 2px;
	padding-left:10px;
	margin-left:10px;

}
.formfields {
	font-size: 12px;
	font-weight: normal;
	width:312px;
	color: #444444;
	border:#CCC solid 1px;
}

.formfields_small {
	font-size: 12px;
	font-weight: normal;
	width:150px;
	color: #444444;
	border:#CCC solid 1px;
}


.formfieldshed{
	font-size:11px;
	color:#6f6f6f;
	text-indent:5px;
}
.smalltext{
	color:#666;
	font-size:10px;
	font-weight:normal;
}
.bigblack{
	color:#000;
	font-size:15px;
	font-weight:normal;
}

.preformat{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:160%;
}

.techTable td{
	padding:5px;
	color:#667f65;
	border-top:#cfd6db solid 1px;

}

.techTable td span{
	color:#666;
}

.techTable th{
	padding:5px;
	font-weight:normal;
	font-size:12px;
	color:#333;
	border-top:#cfd6db solid 1px;
	background-color:#3db1d8;
	text-transform:uppercase;
}

/*--------------------------------------------Start Footer -------------------------------------*/

#footer {
height:30px;
text-align:center;
background-color:#fbfbfb;
border-top:1px #d0d2d3 solid;
padding:5px;
padding-top:20px;
color:#5c5d5d;
}

.footermenu {


}

.footermenu  {
	
	
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}

.footermenu  a {
	
	color:#7f7f7f;
	text-decoration:none;
}

.footermenu a:hover {
    color:#199ba6;
}

.combomenu{
	display:block;
	width:200px;
	float:right;
	font-size:11px;
	color:#5c5d5d;
}

.copyright{
font-size:9px;
color:#5c5d5d;
width:250px;
font-weight:bold;
float:left;
position:relative;
margin-left:100px;
}


/*--------------------------------------------End Footer -------------------------------------*/

#dealerList{
	height:auto;
	overflow:auto;
}

#dealerList table, #dealerList td, #dealerList th
{
border:1px solid #CCC;
border-collapse:collapse;
padding:5px;
color:#666;
}

#dealerList th
{
background-color:#f2f7fa;
font-weight:normal;
color:#666;
}

#dealerList .alt{
	background-color:#fcfcfc;
}

#dealerList .footer{
	background-color:#eee;
	text-align:center;
}


/* Start Accordian*/
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	padding:5px;
	font-weight:normal;
	font-size:12px;
	border-top:#cfd6db solid 1px;
	background-color:#edf9ff;
	/*background-color:#3db1d8;*/
	text-transform:uppercase;
}

h3.toggler span{
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
	color:#6fd2ea;
}

/* End Accordian*/
.submit_button
{
	background-image:url(../images/submit_btn.gif);
	background-color: transparent;
}
.reset_button
{
	background-image:url(../images/reset_btn.gif);
	background-color: transparent;
}
