@charset "utf-8";

/* ============================================ */
/* 	GENERIC 										*/
/* ============================================ */

html {
	height: 100%;
}
body {
	background-color: #d4d4d4;
	color:#000066;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height:20px;
	height: 100%;
	background-image:url(../_images/bg_page.jpg)}

/* ============================================ */
/* 	LINKS 										*/
/* ============================================ */

a:link, a:visited {

}
a:hover{
	color:#4a6186;

}

.quotepage {
	text-decoration:none;
	color:#4a6186;
}
.quotepage:hover{
	color:#FF6600;
}

/* ============================================ */
/* 	HEADER 										*/
/* ============================================ */

#header {
	background-image: url(../_images/bg_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	width:316px;
}
#logo h1 {
	display: none;
}

#headbuttons {
	float: right;
	width:190px;
}


/* ============================================ */
/* 	BANNER 										*/
/* ============================================ */
#banner {
	width: 990px;
	height: 170px;
	margin: 0;
	padding: 0;
	background-image: url(../_images/bg_banner.jpg);
	background-repeat: repeat-x;
	clear:both;
}
#bannerShadow {
	width: 990px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(../_images/content_shadow.jpg);
	background-repeat: repeat-x;
}
#innerbannerShadow {
	width: 990px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(../_images/inner_banner_shadow.jpg);
	background-repeat: repeat-x;
}


/* ============================================ */
/* 	FOOTER 										*/
/* ============================================ */
#footer {
	width: 990px;
	clear: both;
	height:72px;
	text-align:center;
	background-image: url(../_images/footer.jpg);
	background-repeat:repeat-x;
	color:4d92ce;
	padding-top:10px;
	margin:0 auto;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#4a6186;
}
#footer a:hover{
	color:#FF6600;
}



/* ============================================ */
/* 	CONTENT 										*/
/* ============================================ */

#addressBlock{
	clear:both;
}
.addressPanel{
	float:left;
	margin:0 5px 5px; 5px;
	padding:5px;
	width:220px;
}

.addressPanel1{
	float:left;
	margin:0 5px 5px; 5px;
	padding:5px;
	width:250px;
	background-color:#ffffff;
}


H1 {
	color:#3176B1;
	font-size:18px;
	margin:1px;
}
.H1Red {
	color:#FF0000;
	font-size:18px;
	margin:1px;
}
H2 {
	color:#004586;
	font-size:16px;
	margin-bottom:8px;
	border-bottom: solid 1px #FFCC00;


}
H2.yellow {
	color:#F0B410;
	font-size:16px;

}

H3 {
	color:#004586;
	font-size:14px;
	margin:1px;
}

h4 {
	color:#004586;
	font-size:12px;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:5px;

}
.lightBlue{
	color:#3176B1;

}

#innerTD {
	background-image:url(../_images/bg_content2.jpg);
	padding-right:8px;
}
#innerTD2 {
	background-image:url(../_images/bg_content_bot.jpg);
	padding-right:5px;
}
#rightcol {
	float:left;
	width: 242px;
	height: 286px;
	float:right;
}
.tick li { /* new selector */
	background: url(../_images/tick_cc.gif) no-repeat;
	padding-left: 25px;
	margin-bottom:8px;
	list-style: none;
	line-height:20px;
}

#bigtick UL {
	margin-left: 2px;
	padding-left: 2px;/* No borders set */
}
#bigtick LI {
	list-style: none ;            /* no glyphs before a list item *//* No borders set */
	padding-left:25px;
	padding-bottom:2px;
	margin-bottom:2px;
	background: url(../_images/tick_cc.gif) no-repeat;
}

#arrow UL {
	margin-left: 2px;
	padding-left: 2px;/* No borders set */
}
#arrow LI {
	list-style: none ;            /* no glyphs before a list item *//* No borders set */
	padding-left:10px;
	padding-bottom:2px;
	margin-bottom:2px;
	background: url(../_images/arrow_bullet.gif) no-repeat;
}

/********** TEXT Changes *********/
.orangespan {
	color:#FF9900;
}
.whiteText {
	color:#FFFFFF;
}



/* ============================================ */
/* 	NAV 										*/
/* ============================================ */

#nav {
	font-size:14px;
	background-image:url(../_images/nav.jpg);
	width:205px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 190px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	width : 179px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width : 169px;
	w\idth : 169px;
	display : block;
	text-decoration : none;
	color:#004586;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:12px;
	padding-top:12px;
	/*	border-top:#ffffff solid 1px;
*/	background-image:url(../_images/nav/grey.jpg);
}
#nav li a:hover {
	font-weight:bold;
	color:#FF9900;
	background-image:url(../_images/nav/nav_button_blu2.jpg);
	
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear {
	display: inline-block;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

/* Clear a div away from floats - Andre */
.clearme{
 	clear:both;
	display:block;
 	}


.red {
    color: Red;
}


/* E-Web Styles */
.bold {
font-weight: bold;
}