/*------------------ @reset ------------------*/
body,h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,
input,button,select,textarea,dl,dd,dt,hr,table,thead,tbody,tfoot,tr,th,td
{ margin:0; padding:0 }
img,a img,:link img,:visited img { border:0;padding:0;margin:0; }
address,cite,caption { font-style: normal }
caption,th { text-align: left }
ol,ul { margin-left: 25px; }
* :focus { outline: 0; }

/*------------------ @global ------------------*/
body {
	background: #0162a9 url(images/body_bg.png) repeat-x 0 0;
	font: normal 12px/18px Arial, sans-serif;
}

h2 {
	color: #0062a9;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 20px;
	padding-top: 3px;
}

h3 {
	color: #8a8989;
	padding-bottom: 20px;
	font-size: 18px;
}

h4 {
	color: #0062a9;
	font-style: italic;
	font-size: 14px;
}
	
	h4 span {
		display: block;
		color: #818989;
		padding-bottom: 7px;
		font-weight: normal;
	}

a { color: #0062a9; }

p {
	padding-bottom: 15px;
}

#container {
	width: 768px;
	margin:  0 auto;
	overflow: hidden;
}

/*------------------ @header ------------------*/
#header {
	display: block;
	height: 65px;
	position: relative;
}

	#header h1 {
		position: absolute;
		left: 0;
		top: 13px;
	}
	
	#header h1,
	#header h1 a {
		display: block;
		width: 178px;
		height: 44px;
	}
	
		#header h1 a {
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
		
	#slogan {
		font-style: italic;
		color: #0062a9;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 450px;
		text-align: center;
	}

/*------------------ @nav ------------------*/
#nav { 
	list-style: none; 
	margin: 0;
	clear: both;
	height: 58px;
	background: url(images/nav.png) no-repeat 0 0;
	width: 100%;
}

	#nav li,
	#nav li a {
		float: left;
		display: block;
	}
	
	#nav li {
		border-right: 1px solid #dfdfdf;
		padding: 7px 0;
		margin-top: 5px;
	}
	
	#nav li a {
		padding: 10px 12px;
		color: #8a8989;
		font-weight: bold;
		text-decoration: none;
	}
	
		#nav li a.active,
		#nav li a:hover { color: #0062a9; }

/*------------------ @main ------------------*/
#photos {
	padding: 20px;
	margin: 0 4px;
	background: #fff;
	border-bottom: 1px solid #d3d3d3;
}

#main {
	background: url(images/content_bg.png) repeat-y 0 0;
	width: 768px;
	overflow: hidden;
}

	#wrapper {
		background: url(images/main_bg.png) repeat-x 0 0;
		width: 720px;
		overflow: hidden;
		padding: 20px;
		margin: 0 4px;
		position: relative;
	}

	#content {
		width: 475px;
		float: left;
		overflow: hidden;
		padding-right: 30px;
	}
	
	#sidebar {
		float: left;
		overflow: hidden;
		width: 214px;
		position: relative;
	}
	
		#cards {
			position: absolute;
			bottom: 5px;
			right: 25px;
		}
		
		.promo_button {
			width: 214px;
			height: 50px;
			display: block;
			text-indent: -9999px;
			cursor: pointer;
		}
		
			#schedule_an_appt {	background: url(images/schedule_an_appointment.gif) no-repeat 0 0; }
			#request_a_quote { background: url(images/request_a_quote.gif) no-repeat 0 0; }
	
#main_bottom {
	background: url(images/main_bottom.png) no-repeat 0 0;
	width: 768px;
	height: 15px;
	line-height: 0px;
}

ol.faq li {
	padding-bottom: 10px;
}

	ol.faq li .question { display: block; }

/*------------------ @forms ------------------*/
th {
	text-align:left;
	color:#666;
}

td,th {
	padding: 5px;
}

table.formTable {
	padding:5px;
}

input.inputBox {
	width:350px;
}

caption {
	margin-top:10px;
	font-weight:bold;
	color:#8A8989;
	text-align:left;
	font-size:16px;
	padding-bottom: 10px;
}

.subCaption {
	color:#8A8989;
	font-size:10px;
	font-weight:normal;
}
.emphasis {
	font-style:italic;
}

/*------------------ @footer ------------------*/
#footer {
	width: 760px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 4px;
}

label.error { 
	float: none; 
	color: red; 
	vertical-align: top; 
	display:block;
	width:300px;
}
input.error {
	background-color: #fcc;
	border: 1px solid #f00;
}
span.required {
	color:#f00;
	font-weight:bold;
	font-size:15px;
}
#facebook {
	margin-top:30px;
	height:100px;
}
#facebook a img {
	float:left;
	margin-right:10px;
}
#facebook a {
	text-decoration:none;
	font-weight:bold;
}