* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background: #d8cfb2 url(../images/body_background.png) scroll repeat-x top left;
	margin: auto 0;
	font-family: Helvetica, Arial, sans-serif;
	}

.auralOnly {display:none;}

a, p {color:#000;}

.red {color: #C50624;}

.red a, .red a:link, .red a:visited {
	color: #C40624;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

.red a:hover {
	color: #FF082F;
	}

.apr {
	font-size:150%;
	}

sup.small {font-size:0.5em;}

.larger {
	font-size:1.3em;
	}
	
#wrapper {
	margin: 0 auto;
	width: 907px;
	}

#container {
	height:auto;
	width: 907px;
	float:left;
	position:relative;
	background:url(../images/header_background.png) bottom left no-repeat scroll;
	padding-bottom:55px;
	}

#header {
	float:left;
	width:847px;
	height:107px;
	padding:20px 30px 0px;
	}

	#headerLeft {
		width: 492px;
		height: 0px;
		background: transparent url(../images/header_logo.png) scroll no-repeat left top;
		padding-top:70px;
		float: left;
		}

		#headerLeft p {
			font-size:1.0em;
			}
		#headerLeft a {
			text-decoration:none;
			}
			#headerLeft a:hover {
				color:#C40624;
				}
				#headerLeft span {
					text-transform:uppercase;
				}

	#headerRight {
		width: 221px;
		height: 30px;
		float: right;
		background: transparent url(../images/header_phone_number.png) scroll no-repeat 0 30px;
		padding-top:80px;
		text-align:center;
		}

		#headerRight p {
			font-size:0.6em;
			}

			

/* NAVIGATION */

#nav {
	width:auto;
	height:20px;
	float:left;
	margin-left:6px;
	padding-top:2px;
	padding-bottom:10px;
	}

	#nav ul {
		float:left;
		list-style:none;
		margin-left:24px;
		width:846px;
		background:#a2122a;
		}

		#nav ul li {
			float:left;
			height:30px;
			width:auto;
			background:url(../images/navBg.png) repeat-x;
			}

		#nav ul li.navFirst a {
			border-left:1px solid #5F0716;
			}

			#nav ul li a {
				color:#fff;
				width:auto;
				padding:8px 16px 6px 16px;
				text-decoration:none;
				border-right:1px solid #5F0716;
				display:block;
				font-size:11px !important;
				}

				#nav ul li a:hover {
					background:url(../images/navActive.png) repeat-x;
					}


/* Main Message */

	#mainMessage {
		width:842px;
		height:294px;
		float:left;
		border-top:1px solid #F99531;
		position:relative;
		margin-left:30px;
		z-index:999;
		background:url(../images/showerOffer.jpg) no-repeat 0 10px;
		}
		
		#extraLine {
			width:370px;
			height:auto;
			position:absolute;
			top:20px;
			font-size:0.8em;
			z-index:998;
			}
		
		#mainMessageContent {
			width:250px;
			height:auto;
			position:absolute;
			top:20px;
			left:360px;
			z-index:999;
			}
			#mainMessage h2 {
				font-size:24px;
				line-height:25px;
				color:#00667F;
				padding-top:15px;
				float:left;
				padding-bottom:10px;
				}
				#mainMessage h2 span {
					font-size:39px;
					}
				#mainMessage h2 span.small {
					font-size:29px;
					line-height:35px;
					
				}
	
			#mainMessage h3 {
				padding-top:20px;
				color:#F99531;
				line-height:24px;
				}
			#mainMessage p {
				width:250px;
				font-size:13px;
				line-height:17px;
				float:left;
				padding-bottom:10px;
				color:#000;
				}

#left_column {
	position: absolute;
	top: 159px;
	right: 22px;
	width: 222px;
	z-index: 1000;
	background: transparent url(../images/form_background_full.png) no-repeat bottom left;
	}



/* Contact Form

-------------------------------- */

#contact_form {

}

.top {
	padding: 5px 10px 10px 10px;
	}

	.top h3 {
		color: white;
		text-align: center;
		padding:3px;
		}

.error {
	font-size:12px;
	color:#fd0;
	}

.thanks {
	height: 100px;
	background-position: bottom;
	}

#thanks_message {
	padding:20px 10px 50px;
	}

	#thanks_message p {
		color:#fff !important;
		padding-bottom:5px;
		}



#contact_form ul {
	list-style: none;
	padding: 3px 0;
	}

	#contact_form ul li {
}



#contact_form label, #left_column p {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	}



#contact_form input.txt, #contact_form select {
	width: 190px;
	height: 15px;
	margin: 3px 0 3px 0;
	font-size:11px;
	}

#contact_form li label {
	display: inline;
	padding-left:0.5em;
	}

p.submit_holder {
	text-align:center;
	padding:5px 0;
	}

input#submit {
	text-indent: -9999px;
	border: none;
	width: 109px;
	height: 33px;
	background: transparent url(../images/submit.png) no-repeat;
	font-size:1px;
	}



/* Midddle Panel

-------------------------------- */

#middlePanel {
	width:907px;
	height:160px;
	float:left;
	position:relative;
	z-index:999;
	}

#middle_bar {
	width:897px;
	height:157px;
	background:#998;
	position:absolute;
	top:0;
	left:-5px;
	background:url(../images/red_bg.png) no-repeat;
	padding:14px 0 0 30px;
	}

	.square {
		width:158px;
		height:139px;
		float:left;
		background:url(../images/square.png) no-repeat;
		padding:12px 0 0 10px;
		}

		.square h3 {
			width:137px;
			height:47px;
			color:#C50624;
			text-align:center;
			}

		.square p {
			font-size:0.8em;
			width:137px;
			text-align:center;
			padding-top:15px;
			}

			.square p.small {
				font-size:0.7em;
				}

		.square ul {
			font-size:0.75em;
			padding-top:10px;
			margin-left:18px;
			}

			.square ul li {
				line-height:14px;
				padding-bottom:5px;
				}

	.square2 {
		width:218px;
		height:139px;
		float:left;
		background:url(../images/square2.png) no-repeat;
		position:relative;
		padding:12px 0 0 10px;
		}	
		
		.square2 h3 {
			width:200px;
			height:47px;
			color:#C50624;
			text-align:center;
			}
			
		.square2 p {
			width:200px;
			height:auto;
			text-align:center;
			font-size:0.8em;
			padding-top:15px;
			}

	.plus {
		width:25px;
		height:25px;
		float:left;
		padding:60px 10px 0 8px;
		/*background:url(../images/plus.png) 0 60px no-repeat;*/
		}



/* Bottom Section

---------------------------------- */

#bottomPanel {
	float:left;
	width:847px;
	height:107px;
	padding:0 30px 0px;
	}

	#logos {
		width:202px;
		height:111px;
		float:left;
		background:url(../images/logos.png) 0 20px no-repeat;
		padding-top:22px;
		}

		#logos p {
			font-size:0.8em;
			padding-left:5px;
			}

	#orangePanel {
		width:362px;
		height:108px;
		float:left;
		background:url(../images/orangePanel.png) no-repeat;
		padding:25px 15px 0;
		}

		#orangePanel p {
			font-size:0.8em;
			line-height:17px;
			}

	#bottomCta {
		width:221px;
		height:46px;
		float:left;
		background:url(../images/bottom_number.png) no-repeat;
		padding:75px 0 0 27px;
		}

		#bottomCta p {
			text-align:center;
			font-size:0.8em;
			}

		.ctaButton {
			width:130px;
			height:33px;
			float:left;
			padding:8px 0 0 45px;
			}

			.ctaButton a {
				width:130px;
				height:33px;
				float:left;
				display:block;
				background:url(../images/callBack.png) top no-repeat;
				}

				.ctaButton a:hover {
					background:url(../images/callBack.png) bottom no-repeat;
					}


/* EXTRA COPY */

#extraCopy {
	width:907px;
	float:left;
	padding-top:20px;
	}

	#extraCopy h3 {
		color:#666;
		font-size:12px;
		}

	#extraCopy p {
		font-size:11px;
		padding-bottom:5px;
		color:#666;
		}



/* Footer Section

---------------------------------- */

#footer {
	width: 907px !important;
	}

	#footer p {
		font-size:10px;
		line-height:14px;
		}



