body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

abbr,acronym { 
	border:0;
}

body {
	background: #5a6373 url(images/main-background.png) repeat-x;
	color: #000; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

p{
	margin-bottom: .7em;
}

strong{
	font-weight: bold;
}

em strong{
	font-weight: normal;
	font-style: italic;
}

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

.border{
	border: 5px solid #fff;
}

#title{
	text-indent: -9999px;
	height: 154px;
	width: 200px;
	position: relative;
	left: 25px;	
	z-index: 10;
	background: url(images/logo.png) no-repeat;
}

#title img{
	display: block;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: 97px auto 0 auto;
	position: relative;
	width: 922px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;	
}

#headerHolder{
	margin: 0 auto;
	width: 920px;
	position: relative;
}

#callUs{
	height: 59px;
	position: absolute;
	right: 30px;
	padding: 50px 70px 0 0;
	line-height: 20px;
	text-align: right;
	top: 0;
	width: 350px;
	font-size: 20px;
	color: #fff;
	background: url(images/callUs-background.png) no-repeat;
}

#topMenu{
	position: absolute;
	top: 116px;
	left: 186px;
	z-index: 1000;
	width: 770px;
	height: 38px;
}

#topMenu li{
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	margin-right: 1px;
}

#topMenu li a{
	color: #d4deed;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	font-size: 12px;
	display: block;
	padding-left: 15px;
	line-height: 38px;
	height: 38px;
	background: url(images/menuItem-left.png) no-repeat 0 0;
}

#topMenu li a div{
	cursor: pointer;
	float: left;
	height: 38px;
	padding-right: 15px;
	background: url(images/menuItem-right.png) no-repeat 100% 0;
}

#topMenu li a:hover, #topMenu li a.selected{
	background: url(images/menuItem-left-active.png) no-repeat 0 0;
	text-decoration: none;
}

#topMenu li a:hover div, #topMenu li a.selected div{
	background: url(images/menuItem-right-active.png) no-repeat 100% 0;	
}


#innerMenu{
	position: absolute;
	top: 155px;
	left: 11px;
	z-index: 1000;
	width: 898px;
	text-align: center;
	height: 25px;
	background: #5c6472;
}

#innerMenu li{
	display: inline;
	line-height: 25px;
	font-size: 12px;
}

#innerMenu li a{
	color: #00182a;
}

#innerMenu li a:hover{
	color: #bacdda;
}

#middle{
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 28px;
	background: url(images/header-middle.png) repeat-x 0 0;
	padding: 94px 30px 0 30px;
	height: 42px;
	overflow: hidden;	
	line-height: 28px;
}

#home #middle{
	padding: 80px 30px 0 30px;
	height: 56px;
}

#single #middle{
	padding: 80px 30px 0 30px;
	height: 56px;	
}

#middleLeft, #middleRight{
	position: absolute;
	left: 0;
	height: 136px;
	z-index: 100;
	width: 22px;
	background: url(images/header-left.png) no-repeat;
}

#middleRight{
	left: auto;
	right: 0;
	background: url(images/header-right.png) no-repeat;
}

h1, h2, h3{
	font-size: 28px;
	margin-bottom: 10px;
	color: #5b6372;
}

h1{
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}

#content{
	color: #555;
	width: 898px;
	padding: 0 12px 15px 12px;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #e6e6e6 url(images/content-background.png) repeat-y;
}

#leftColumn{
	float: left;
	width: 620px;
	padding: 20px 0 20px 20px;
}


#leftColumn ul {
	list-style: disc;
	padding: 2px 0 8px 15px;

	}

#rightColumn{
	float: right;
	width: 250px;
}

#contactForm{
	width: 222px;
	height: 240px;
	float: right;
	position: relative;
	background: url(images/form-background.png) no-repeat;
	margin: 10px 10px 0 15px;
}

#contactForm label, #contactForm input{
	display: block;
	color: #272727;
	margin: 2px 0;
	height: 16px;
}

#contactForm label{
	text-align: right;
	font-size: 13px;
	margin: 2px 0 4px 0;
	color: #fff;
}

#contactForm h3{
	color: #d4deed;
	font-size: 24px;
	padding: 10px;
	position: relative;
	top: 5px;
	text-align: center;
}

#contactForm input, #contactForm textarea{
	background: #fff;
	width: 115px;
	border: 1px solid #666;
}

#contactForm textarea{
	height: 85px;
}

#contactForm #labels{
	float: left;
	width: 70px;
}

#contactForm p{
	margin-top: 10px;
}

#contactForm #inputs{
	float: right;
	width: 120px;
	left: -20px;
	position: relative;	
}

#contactForm #mailSent{
	width: 200px;
	text-align: center;
	margin-top: 80px;
	font-size: 16px;
	color: #58401b;
}

#contactForm #submit{
	display: inline;
	font-weight: bold;
	position: relative;
	margin: -5px 5px 0 0;
	width: 50px;
	height: 22px;
	border: 0;
}

.before{
	float: left;
	width: 48%;
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}

.after{
	float: right;
	width: 48%;
	margin-bottom: 15px;
}

.before img, .after img{
	border: 1px solid #39454d;
}

.before p, .after p{
	font-size: 16px;
}

#footer{
	background: #fff url(images/bottom-middle.png) repeat-x 0 100%;
	clear: both;
	height: 24px;
	position: relative;
	font-size: 12px;
	color: #888;
	text-align: right;
	padding: 8px 25px;
}

#footerText{
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: 100;
}

#footerLeft, #footerRight{
	background: #fff url(images/bottom-left.png) no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

#footerRight{
	background: #fff url(images/bottom-right.png) no-repeat;
	left: auto;
	right: 0;	
}

#subFooter{
	text-align: center;
}

#subFooter a:hover{
	color: #d4deed;
}
