body{
	background: url(../images/bg.png) repeat-x 0 0;
	font-size: 12px;
}

a{
	color: #128cba;
	text-decoration: none;
}

a:hover{
	color: #cc2118;
	text-decoration: underline;
}

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

dl{
	overflow: hidden;
	margin-bottom: 10px;
}

dl dt, dl dd{
	padding: 1px 0;
}

dl dt{
	float: left;
	clear: left;
	padding: 1px 3px 1px 0;
}

.content h1{
	font-size: 22px;
	padding-left: 30px;
	background: url(../images/main-header-arrow.png) no-repeat left center;
	text-align:justify;
}

.content h2{
	font-size: 19px;
}

.content h3{
	font-size: 16px;
}

.content h4{
	font-size: 13px;
}

.clear{
	clear: both;
}

.blueButton{
	background: #41b4d7 url(../images/header-login-button.png) no-repeat;
	border: 0;
	color: #fff;
	width: 75px;
	height: 20px;
	text-transform: uppercase;
}

.arrowButton{
	display: inline;
	display: inline-block;
	height: 20px;
	width: 85px;
	padding-left: 20px;
	background: url(../images/header-arrow-button.png);
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.greyButton{
	background: #939089 url(../images/side-button.png) no-repeat;
	border: 0;
	color: #fff;
	display: inline;
	display: inline-block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.arrowButton:hover, .greyButton:hover{
	color: #fff;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 940px;
	padding: 362px 20px 0;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 362px;
	background: url(../images/header-bg.png) no-repeat 15px 139px;
}

#logo{
	position: absolute;
	width: 348px;
	height: 50px;
	left: 20px;
	top: 42px;
}

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

#userLogin{
	display: block;
	position: absolute;
	right: 20px;
	top: 11px;
	width: 219px;
	height: 79px;
	padding: 10px 16px 0;
	text-align: right;
	background: #f5f4ed url(../images/header-login-bg.png) no-repeat;
}

#userLogin label{
	padding: 0 5px 0 0;
}

#userLogin input{
	margin: 0 0 5px 0;
	text-align: left;
	*position: relative;
	*top: 5px;
}

#userLogin input.niceField{
	*top: 0;
	width: 150px;
	height: 14px;
}

#userLogin input.blueButton{
	*top: 0;
	margin: 3px 0 0 7px;
	text-align: center;
}

#menu{
	position: absolute;
	top: 110px;
	left: 20px;
	height: 29px;
	border-right: 1px solid #fff;
	border-left: 1px solid #d9d6cf;
}

#menu li{
	float: left;
	position: relative;
}

#menu li a{
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 20px;
	color: #3e3e3e;
	border-left: 1px solid #fff;
	border-right: 1px solid #d9d6cf;
	text-align: center;
	text-decoration: none;
}

#menu li:hover a, #menu li a:hover{
	color: #128cba;
}

#menu li ul{
	position: absolute;
	display: none;
	width: 120px;
	margin: 0;
	left: -1px;
	top: 29px;
	background: #f0ebe1;
	border: solid #d8d3cc;
	border-width: 0 1px 1px 1px;
	z-index: 1000;
}


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

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

#menu li ul li{
	height: auto;
}

#menu li ul li a{
	text-align: left;
	height: auto;
	border-right: 0;
	border-top: 1px solid #d8d3cc;
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 1.2em;
	padding: 4px 0 3px 5px;
	font-size: 11px;
}

#menu li ul li a:hover{
	background: #fff;	
}

#searchForm{
	display: block;
	width: 230px;
	position: absolute;
	right: 20px;
	top: 113px;
}

#searchField{
	width: 145px;
	position: absolute;
	right: 40px;
	border: 1px solid #ccc;
	top: 2px;
	padding: 0;
	height: 16px;
}

#searchSubmit{
	position: absolute;
	top: 2px;
	right: 0;
	width: 36px;
	height: 18px;
	border: 0;
	background: url(../images/header-search-go.png) no-repeat;
}

#searchForm label{
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}

#headerJobSection, #headerVacancySection{
	position: absolute;
	top: 167px;
	width: 193px;
	padding: 0 123px 0 0;
	height: 176px;
}

#headerJobSection h2, #headerVacancySection h2{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#headerJobSection p, #headerVacancySection p{
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.2em;
	color: #fff;
}

#headerJobSection{
	background: url(../images/header-search-icon.png) no-repeat 100% 20px;
	left: 20px;
}

#headerVacancySection{
	background: url(../images/header-vacancy.png) no-repeat 100% 20px;
	left: 360px;
}

#headerFlash{
	position: absolute;
	top: 139px;
	left: 708px;
	height: 212px;
	
}

#content{
	overflow: hidden;
	_display: inline;
	_display: inline-block;
}

#mainColumn{
	float: left;
	width: 940px;
	padding-bottom: 1px;
	
}

#sideColumn{
	background: #f5f4ed;
	color: #474848;
	font-size: 11px;
	float: right;
	width: 212px;
	padding: 20px 20px 0;
	padding-bottom: 5010px;
	margin-bottom: -5000px;
}

#sideColumn h2{
	width: 212px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: url(../images/side-header-bg.png) no-repeat;
	margin-bottom: 5px;
}

#sideColumn h3{
	color: #141414;
	font-size: 14px;
	margin-bottom: 5px;
}

.sideJobs li{
	padding: 13px 0;
	border-bottom: 1px dotted #93928e;
}

.sideJobs li p{
	line-height: 1.3em;
	margin-bottom: 10px;
}


#footerWrapper{
	background: #262626;
}

#footer{
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	color: #a3a3a3;
	font-size: 11px;
}

#footer a{
	color: #a3a3a3;
}

#footerLeft{
	float: left;
}

#footerRight{
	float: right;
}


#headerFlashimage {
	position: absolute;
	top: 159px;
	width: 650px;
	padding: 0 0 0 0;
	height: 176px;
	left: 20px;
}


/* Contact Form */
#contactForm{
	text-align: left;
	width: 252px;
}

#contactForm  input, #contactForm textarea, #contactForm select{
	display: block;
	margin: 0 15px 5px 5px;
	border-top: 1px solid #939089;
	border-left: 1px solid #939089;
	border-right: 1px solid #939089;
	border-bottom: 1px solid #939089;
	color: #999;
	width: 222px;
	text-align: left;
}

#contactForm input, #contactForm selec{
	height: 16px;
	line-height: 18px;
}

#contactForm textarea{
	height: 50px;
}

#contactForm .button{
	display: inline;
	border: none;
	width: 86px;
	height: 18px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	background: url(../images/side-button.png) no-repeat;
}

#contactForm .button:hover{
	color: #fff;
}

#contactForm .button:active{
	left: 1px;
	top: 1px;
	opacity: 0.75;
}

#contactForm .errorField{
	color: #c00;
	background: #fde8e2;
}


#Freeconsult{
	position: absolute;
	height: 50px;
	right: 2px;
	top: 24px;
	font-size: 22px;
	font-weight:bold;
	color: #FFF;
}


#headerFlash h2{
	font-size: 19px;
	font-weight: bold;
	color:#fff;
	padding-bottom: 8px;
	margin-top: -10px;
}


.sideSection{

	margin-bottom: 10px;
	margin-top: 20px;
	
}

.sideSectionTop{
	
	
}

.sideSectionBottom{
	

}


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

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


ul.homeBoxes{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	list-style: none;
	margin-left: -6px;
	
}

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

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

.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: 95px;
}

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

#inmanLogo{
	top: 85px;
}

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

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

#damonLogo{
	left: 136px;
}

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


#FreeConsult{
	position: absolute;
	width: 248px;
	height: 50px;
	right: 20px;
	top: 32px;
	color: #000;
	font-size: 28px;
}


.niceBorder{
	padding: 5px;
	background: #eff9f9;
	border: 1px solid #b8c7e4;
	margin: 0 10px 5px 0px;
	
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderRight{
	padding: 5px;
	background: #eff9f9;
	border: 1px solid #b8c7e4;
	float: right;
	margin: 0 0px 5px 10px;
}

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

.niceBorderLeft{
	padding: 5px;
	background: #eff9f9;
	border: 1px solid #b8c7e4;
	margin: 0 10px 5px 0px;
	float: left;
}

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


.invis-offer {
	background-color:#FFF;
	border:1px dashed #1C94B9;
 
	margin:10px 0;
	padding:10px;
	width:520px;
}
.invis-offer h2 {
	color:#1C94B9;
	font-weight:bold;
	text-align:center;
}
.offer-home{
	font-size:15px;
	color:#1C94B9;
	font-weight:bold;
	padding:10px;
}
