@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
}

.content {
	width:980px;
	margin:0 auto;
}

#header {
	background:url(images/header_bg.jpg) top repeat-x;
	height:126px;
}
	#header h1 {
		background:url(images/logo.png) top left no-repeat;
		text-indent:-5000px;
		float:left;
		height:57px;
		width:471px;
		margin-top:27px;
	}
	#header #call {
		font-family:Garamond, "Times New Roman", Times, serif;
		color:#fff;
		float:right;
		text-align:right;
		font-weight:bold;
		font-size:18px;
		line-height:1.0;
		margin-top:15px;
	}
	#header #call strong {
		font-weight:bold;
		font-size:47px;
		color:#f90;
	}
	#header #nav {
		float:right;
		margin-top:0px;
		color:#fff;
		clear:both;
		font-size:13px;
	}
	#header #nav a { color:#fff; }
	#header #nav a:hover { color:#ccc; }


#question { }
	#question h2 {
		background:url(images/main-question.png) top left no-repeat;
		height:178px;
		width:609px;
		text-indent:-5000px;
		margin-left:20px;
		float:left;
	}
	#question #callout {
		background:url(images/call_bg.png) top left no-repeat;
		width:230px;
		height:163px;
		text-align:center;
		font-weight:bold;
		font-size:23px;
		letter-spacing:-1px;
		padding:20px 45px 0 40px;
		float:right;
		margin:10px 20px 0 0;
	}

#grayarea {
	clear:both;
	background:url(images/gray_bg.png);
	color:#fff;
	padding:20px 0;
	height:1%;
	overflow:hidden;
}
	#grayarea .photo {
		float:left;
	}
	#grayarea #copy {
		float:right;
		width:566px;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		margin-top:20px;
	}
	#grayarea #callnow {
		background:url(images/call-now.png) top center no-repeat;
		width:435px;
		height:69px;
		text-indent:-5000px;
		margin:25px auto 0 auto;
	}

#darkarea {
	background:url(images/dark_bg.png) top repeat-x #003;
	padding:30px 0;
	color:#fff;
	height:1%;
	overflow:hidden;
	clear:both;
}
	#darkarea h2 {
		font-family:Garamond, "Times New Roman", Times, serif;
		color:#ff9;
		font-size:22px;
		margin:0 0 15px 0;
		padding-top:15px;
	}
	#darkarea h2.first { padding-top:0; }
	#darkarea h2 a { color:#fff; }
	#darkarea h2 a:hover { color:#ccc; }

#col1 {
	background:url(images/divider.png) right repeat-y;
	width:300px;
	padding-right:22px;
	float:left;
}
#col2 {
	width:300px;
	padding-left:22px;
	float:left;
}
#col3 {
	width:313px;
	float:right;
}


.table_2col-list td {
	padding:0 0 0 20px;
}


#formarea {
	background:url(images/form_bg.png) top left no-repeat;
	padding:10px 15px;
	height:552px;
}
	#formarea h2 {
		font-family:Garamond, "Times New Roman", Times, serif;
		color:#fff;
		font-size:34px;
		margin:0 0 10px 0;
		padding-top:0;
	}
	#formarea p {
		font-size:13px;
		margin-bottom:10px;
	}

.table_form {
	margin:20px 0 0 0;
}
.table_form td {
	padding:0 0 8px 0;
	vertical-align:top;
}
label, .label {
	font-weight:bold;
	font-size:11px;
}
label.col {
	display:block;
	width:90px;
	text-align:right;
	margin:5px 10px 0 0;
}
input.textbox, textarea {
	background:url(images/form-field_bg.png) top left no-repeat;
	border:1px solid #333;
	padding:3px;
	width:172px;
	color:#555;
}
.hideme {
	display:none;
}
.btn_submit {
	background:url(images/btn_bg.png) top repeat-x #ce6a00;
	border:1px solid #000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	margin-top:10px;
}
.required {
	font-size:11px;
	color:#FFC;
}


#callus {
	font-family:Garamond, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:1;
}
#callus strong {
	font-size:48px;
	color:#ff9900;
}

#readmore {
	clear:left;
	width:630px;
	display:none;
}


#footer {
	font-family:Garamond, "Times New Roman", Times, serif;
	text-align:center;
	color:#336;
	font-size:15px;
	font-weight:bold;
	padding:15px 0;
}


p {
	margin-bottom:15px;
}


