body{
	background: #e5f5f8 url(../images/bg.png) repeat-x;
	color: #5f5f5f;
	font-size: 11px;
}

a{
	color: #1a97ac;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

.clear{
	clear: both;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	padding-top: ;
	width: 972px;
	padding: 420px 14px 0;
	background: url(../images/content-top.png) no-repeat 14px 59px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}

#logo{
	position: absolute;
	text-transform: uppercase;
	overflow: hidden;
	color: #197583;
	font-size: 32px;
	width: 183px;
	height: 96px;
	left: 32px;
	top: 84px;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
}

#menu{
	position: absolute;
	width: 978px;
	z-index: 1000;
	top: 0;
	left: 14px;
}

#menu li{
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}

#menu li a{
	display: block;
	width: 158px;
	text-transform: uppercase;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	float: left;
	color: #1a97ac;
	background: url(../images/menu-item.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: #fff 0 1px 1px;
}

#menu li:hover a, #menu li a:hover{
	background-position: 0 100%;
}

#menu li ul{
	display: none;
	width: 134px;
	position: absolute;
	left: 10px;
	top: 41px;
	margin: 0;
	background: #fff;
	border: 2px solid #ceedf1;
	
}

#menu li:hover ul{
	display: block;
}

#menu li ul li, #menu li ul li a{
	float: none;
	background: none;
	
}

#menu li ul li{
	margin: 0;
	height: auto;
	
}

#menu li ul li a{
	width: 124px;
	height: auto;
	display: block;
	line-height: 1.2em;
	padding: 5px;
	font-size: 11px;
}

#menu li:hover ul li a, #menu li ul li a:hover{
	background: #eafbf7 0 0;
}

#menu li ul li a:hover{
	background: #ceedf1;
	color: #0c6675;
}

#headerFlashj{
	position: absolute;
	top: 65px;
	left: 247px;
	width: 738px;
	height: 342px;
	background: url(../images/flash-holder.png) no-repeat;
	z-index: 100;
}


#headerFlash{
	position: absolute;
	top: 65px;
	left: 247px;
	width: 738px;
	height: 342px;

}


#content{
	overflow: hidden;
	_overflow: visible;
	padding: 0 9px 9px;
	margin: 0 0 18px 0;
	_height: 230px;
	min-height: 230px;
	background: #f9f9f9 url(../images/content-bottom.png) no-repeat 0 100%;
}

#content p{
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}

#content h2{
	padding: 5px 0 0 0;
	font-size: 18px;
}

#content h3{
	padding: 3px 0 0 0;
	font-size: 15px;
}

#content h4{
	padding: 3px 0 0 0;
	font-size: 12px;
}

.homeBoxes{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;	
}

.homeBoxes li{
	position: relative;
	float: left;
	padding: 0 170px 0 13px;
	width: 274px;
	height: 143px;
	color: #646464;
	font-size: 12px;
	margin-bottom: 8px;	
	background: #fff url(../images/home-box-white.png) no-repeat;	
}

.homeBoxes li.right{
	margin-left: 8px;	
}

.homeBoxes li.bottom{
	margin-bottom: 0;	
}

.homeBoxes li h2{
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color: #646464;
	margin: 0 0 15px 0;
}

.homeBoxes li p{
	line-height: 1.4em !important;
	margin: 0 0 10px 0 !important;	
}

.homeBoxes li a.more{
	text-transform: uppercase;
	color: #2ab8e1;
	font-size: 11px;
	padding: 4px 30px 4px 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	background: url(../images/home-box-arrow.png) no-repeat 99% center;
}

.homeBoxes li .boxLogo{
	position: absolute;
	left: 160px;
	top: 105px;
}

#sixMonthLogo{
	top: 88px;
	left: 170px;
}

#inmanLogo{
	top: 95px;
}

#expressLogo{
	top: 100px;
	left: 165px;
}

#stbLogo{
	top: 95px;
	left: 175px;
}

#damonLogo{
	left: 146px;
}

.homeBoxes li .boxImage{
	position: absolute;
	left: 302px;
	top: 0;
}

h1.whiteBoxTop{
	height: 46px;
	padding: 5px 16px 0;
	line-height: 46px;
	font-size: 22px;
	color: #fff;
	background: url(../images/white-area-top.png) no-repeat;
}

.whiteBoxMiddle{
	background: #fff;
	border: solid #dfe0e4;
	border-width: 0 1px;
	padding: 5px 16px;
}

.whiteBoxBottom{
	height: 5px;
	_position: relative;
	_left: 2px;
	_top: 5px;
	margin: -5px 0 0 0;
	background: url(../images/white-area-bottom.png) no-repeat;
}

.greyBox{
	background: #e5e5e5 url(../images/grey-area-top.png) no-repeat;
	margin: 0 0 9px;
}

.greyBoxBottom{
	padding: 16px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	background: url(../images/grey-area-bottom.png) no-repeat 0 100%;
}

#contactForm{
	position: absolute;
	left: 30px;
	top: 195px;
	width: 216px;
	text-align: right;
}

#contactForm label{
	display: block;
	padding: 3px 0;
	text-align: left;
}

#contactForm .niceField{
	display: block;
	padding: 1px 2px;
	margin: 0 0 8px 0;
	height: 14px;
	text-align: left;
	color: #777;
	width: 210px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contactForm .errorField{
	background: #fde1d4;
	color: #333;
}

#contactForm textarea.niceField{
	height: 80px;	
}

#contactForm .submit{
	position: relative;
	width: 76px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/submit-button.png) no-repeat;
}

#contactForm .submit:active{
	top: 1px;
	left: 1px;
}

#footer{
	margin: 0 0 18px 0;
	height: 48px;
	padding: 20px 25px 0;
	background: url(../images/footer-bg.png) no-repeat;
}

#footer div{
	line-height: 1.4em;
}

#footer .floatLeft span{	
	color: #1a97ac;
}

#footer .floatRight{
	text-align: right;
}

#footer .floatRight a{
	text-transform: uppercase;
}


.whiteBoxMiddle ul{

padding: 2px 0 8px 15px;
list-style: inside;

}

.whiteBoxMiddle ul li{
	
padding: 0px 0 5px 0px;

}

.whiteBoxMiddle ol{

padding: 2px 0 8px 20px;
list-style: inside;

}

.whiteBoxMiddle ol li{

padding: 0px 0 5px 0px;

}


.niceBorder{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	margin: 0 10px 5px 0px;
	text-align: center;
	font-style: italic;
	
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	float: right;
	margin: 0 0px 5px 10px;
	text-align: center;
	font-style: italic;
}

.niceBorderright img, .niceBorderright object{
	vertical-align: bottom;
}

.niceBorderleft{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	margin: 0 10px 5px 0px;
	float: left;
	text-align: center;
	font-style: italic;
}

.niceBorderleft img, .niceBorderleft object{
	vertical-align: bottom;
}


/*
 * Required 
*/
.container { width:738px; height:342px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:738px; display:none; }

.bigQuotes{

	text-align: justify;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.bigQuotes big{
	
	position: relative;
	top: 8px;
	left: 1px;
	padding: 0 3px;
	color: #8fccd9;
	font: 36px "Trebuchet MS", Trebuchet, Verdana, sans-serif;

}



.imageRow{
	padding: 10px 0 0px 0px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowItem{
	padding: 0 10px 10px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	float:left
}

.imageRowItem{
	display: inline;
}











