@charset "utf-8";
/* CSS Document */

html{
	background:url(images/back.jpg) left;
}

body{
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#444;
	line-height:1.3em;
	background:url(images/body.jpg) top repeat-x;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}

p{
	padding:0px 0px 15px;
	margin:0;
}

ul{
	padding:0 0 20px 20px;
}



*html ul{
	padding:0 0 20px 0px;
}

li{
	list-style:disc;
}




/*HEADINGS*/
h1{
	font-weight: normal;
	font-size:1.8em;
	padding:0px 0px 15px;
	margin:0;
	color:#444;
	line-height:normal;
}

h2{
	font-weight:normal;
	font-size:1.6em;
	padding:0px 0px 15px;
	margin:0;
	color:#174567;
	line-height:normal;
}
h3{
	font-weight:normal;
	font-size:1.4em;
	padding:0px 0px 15px;
	margin:0;
	color:#174567;
	line-height:normal;
}
h4{
	font-weight:normal;
	font-size:1.2em;
	padding:0px 0px 15px;
	margin:0;
	color:#6e6e6e;
	line-height:normal;
}
h5{
	font-weight:normal;
	font-size:1em;
	padding:0px 0px 15px;
	margin:0;
	color:#6e6e6e;
	line-height:normal;
}

#blueContainer h1,
#blueContainer h2,
#blueContainer h3,
#blueContainer h4,
#blueContainer h5{
	color:#fff;
}

#blueContainer h1{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.4em;
}


.green{
	color:#017904;
}

.large{
	font-size:3em;
}

a:link{
	text-decoration:underline;
	color:#135989;
}
a:visited{
	text-decoration:underline;
	color:#135989;
}
a:hover{
	text-decoration:none;
	color:#027dd3;
}
a:active{
	text-decoration:underline;
	color:#135989;
}

a.buttonHelp{
	display:block;
	background:url(images/button_help.jpg) left center no-repeat;
	padding:6px 5px 6px 40px;
	text-decoration:none;
	color:#135989;
	font-weight:bold;
}

a.buttonHelp:hover{
	background:url(images/button_help.jpg) no-repeat 1% 50%;
	color:#027dd3;
}


a.buttonMatrix{
	display:block;
	background:url(images/button_matrix.jpg) left center no-repeat;
	padding:6px 5px 6px 40px;
	text-decoration:none;
	color:#135989;
	font-weight:bold;
}

a.buttonMatrix:hover{
	background:url(images/button_matrix.jpg) no-repeat 1% 50%;
	color:#027dd3;
}

a.buttonSolutions{
	display:block;
	background:url(images/button_solutions.jpg) left center no-repeat;
	padding:6px 5px 6px 40px;
	text-decoration:none;
	color:#135989;
	font-weight:bold;
}

a.buttonSolutions:hover{
	background:url(images/button_solutions.jpg) no-repeat 1% 50%;
	color:#027dd3;
}



#footer a{
	text-decoration:underline;
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
	color:#6e6e6e;
}

#blueContainer a{
	color:#fff;
}

/*-------------------------LAYOUT-------------------------*/

#container{
	width:890px;
	margin:auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
}

#header{
	background:#2a6e9d;
	color:#fff;
	position:relative;
}

#tagline h1{
	font-size:1.30em;
	padding-bottom:20px;
}

#logo{
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}

#rotatingBanner{
	float:right;
	width:70%;
	text-align:right;
	min-height:100px;
}

*html #rotatingBanner{
	height:100px;
}
#clientLogin a{
	color:#fff;
	display:inline-block;
	padding-right:15px;
	font-size:.8em;
	text-decoration:none;
}
#clientLogin a:hover{
	color:#00a2ff;

}

#phone{
	text-align:right;
	font-size:1.45em;
	padding:15px 20px;
}
#phone span#pNumber{
	float:right;
	padding-top:12px;
}

#contentContainer{
	clear:both;
	padding:5px 0px;
}

#blueContainer{
	background:#29709e url(images/blue_container.jpg) bottom repeat-x;
	color:#fff;
	padding:10px 0px;
}

*html #blueContainer{
	border-bottom:1px solid #fff;
}


#footer{
	clear:both;
	background:#fff url(images/footer.jpg) top repeat-x;
	padding:20px;
	text-align:center;
}




/*--------------------------MENU--------------------------*/


#nav{
	padding:0;
	margin:0;
	background:#15476a;
}

/*#menu{
	padding:0;
	margin:0;
	float:right;
}

#menu li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}

#menu li a{
	display:inline-block;
}

#menu li a{
	text-decoration:none;
	display:inline-block;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	padding:10px 20px;
}

#menu li a:hover{
	color:#00a2ff;
}
*/

#footer .footerMenu{
	display:inline-block;
	padding:0px 10px;
}
#footer .footerMenu a{
	color:#6e6e6e;
}

/*LINKS*/

.links{
	padding:0;
	margin:0;
}

.links li{
	padding:0;
	margin:0;
	list-style:none;
}

.links li a{
	display:inline-block;
	color:#444;
	padding:5px;
	width:98%;
	border-bottom:1px solid #ccc;
	text-decoration:underline;
}

.links li a:hover{
	color:#fff;
	text-decoration:none;
	background:#3485bc;
}



#blueContainer .links{
	padding:0;
	margin:0;
}

#blueContainer .links li{
	padding:0;
	margin:0;
	list-style:none;
}

#blueContainer .links li a{
	display:inline-block;
	color:#fff;
	padding:5px;
	width:98%;
	border-bottom:1px solid #3485bc;
	text-decoration:underline;
}

#blueContainer .links li a:hover{
	background:#3485bc;
	text-decoration:none;
}


/*-------------------------FORM-------------------------*/



.form .item label{
	width:65px;
	text-align:right;
	float:left;
	margin:3px 0px;
}

.form .item input{
	float:left;
	width:65%;
	margin:3px 0px;
	
}

.itemButton{
	clear:both;
	width:68%;
	float:right;
}	

.itemRemember{
	clear:both;
	width:68%;
	float:right;
	font-size:.8em;
}

.itemForgot{
	clear:both;
	width:68%;
	float:right;
	font-size:.8em;
}

/*-------------------------CLASSES-------------------------*/

.relative{
	position:relative;
}
.bottom{
	position:absolute;
	bottom:1px;
}

.minHeight500{
	min-height:505px;
}
*html .minHeight500{
	height:505px;
}

.minHeight100{
	min-height:100px;
}
*html .minHeight100{
	height:100px;
}

.quoteTop{
	background:url(images/quote_top.gif) top left no-repeat;
}

.quoteBottom{
	background:url(images/quote_bottom.gif) no-repeat 100% 95%;
	padding:5px 40px;
}



*html .quoteBottom{
	background:url(images/quote_bottom.gif) no-repeat 100% 95%;
}


.border1{
	border:1px solid #a5acb2;
}

.separatorVert{
	background:url(images/separator_vert.jpg) right top no-repeat;
	min-height:280px;
}

#blueContainer .separatorVert{
	background:url(images/separator_blue_vert.jpg) right bottom no-repeat;
	min-height:210px;
}

*html .separatorVert{
	height:280px;
}

*html #blueContainer .separatorVert{
	height:210px;
}


.alignCenter{
	text-align:center;
}

.alignLeft{
	text-align:left;
}

.alignRight{
	text-align:right;
}

.clear{
	clear:both;
}

.content{
	padding: 10px 15px;
}

#blueContainer .content{
	padding: 20px 30px;
}

*html #blueContainer .content{
	height:160px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.imgLeft{
	float:left;
	padding:0px 15px 5px 0px;
                     
}

.imgRight{
	float:right;
	padding:5px 0px 10px 15px;

}

.padding0{
	padding:0;
	margin:0;
}

.paddingRight10{
	padding-right:10px;
}

.paddingBottom10{
	padding-bottom:10px;
}

.paddingTop94{
	padding-top:95px;
}

.paddingTop110{
	padding-top:110px;
}

.hide{
	display:none;
}

.borderRight1{
	border-right:1px solid #ccc;
}

/*WIDTHS*/

.width5{
	width:5%;
}
.width10{
	width:10%;
}

.width20{
	width:20%;
}
.width25{
	width:25%;
}

.width26{
	width:26.5%;
}
.width27{
	width:27%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:32.6%;
}
.width38{
	width:38%;
}
*html .width34{
	width:34%;
	position:relative;
	overflow:hidden;
}
.width34{
	width:34.2%;
}
.width35{
	width:35%;
}
.width36{
	width:36%;
}
.width37{
	width:37.5%;
}
*html .width37{
	width:30%;
}
.width40{
	width:40%;
}
.width41{
	width:40.9%;
}
.width44{
	width:44%;
}

.width45{
	width:44.5%;
}.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}


.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width66{
	width:65.8%;
}
.width67{
	width:67%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}

.client_logo{
	text-align:center;
}
.client_logo img{margin:10px;}

.highslide-header{
	border-bottom:0!important;
}

.partnersLogo{
	display:inline-block; 
	float:left; 
	clear:both;
	height:120px
}
.mImg{
	margin-bottom:5px;
}
.red{font-size: 11px; color: #ff0000; font-family: Tahoma;}

#img_rotator div{overflow:hidden;}
