﻿html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: #fff url('../graphics/background.jpg') repeat-x;
} 

td {
	vertical-align:top}

#container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

#header {
	padding: 20px 0 0 0;
	margin: 0;
	width: 800px;
	height: 89px;
	text-align:left;
	float: left;
}

#columnContainer {
	margin:0;
	width: 1000px;
	padding-bottom: 106px; /* ADJUST FOR FOOTER */
	/*background: url("../graphics/web_contentBG.jpg") left top repeat-y;*/
}

#leftColumn {
	/* Total Width: 800px */
	display:inline;
	width:800px;
	padding: 0;
	float:left;
	margin: 0;
	text-align: left;
}

#rightColumn {
	/* Total Width: 200px */
	display:inline;
	width:185px;
	padding: 0;
	float:right;
	margin: 12px 0 0 15px;
	text-align: left;
}

#footer {
	position: relative;
	margin: -106px 0 0 0; /* ADJUST FOR FOOTER */
	height: 106px; /* ADJUST FOR FOOTER */
	clear:both;
	padding:0;
	text-align: center;
	background: #133a55 url('../graphics/bg_footer.jpg') repeat-x;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#quickQuote {
	background: #fff url('../graphics/bg_quickQuote.jpg') no-repeat;
	position:relative;
	width: 800px;
	height: 345px;
}

	#zipcodeBox {
		position: absolute;
		top: 202px;
		right: 20px;
		width: 240px;
		height: 31px; 
		vertical-align: middle;
	}

	.zipcodeInput {
		font: bold 18px Arial;	
		width: 125px;
		color: #005a9a;	
		margin-top: 2px;	
		height: 20px;
		border: 1px solid #ddd;
		background: #f7f7f7 url('../graphics/bg_zipcodeField.png') repeat-x;		
	}

#mainTextContainer {
	background: #fff url('../graphics/bg_homeText.jpg') no-repeat;
	position:relative;
	width: 800px;
	height: 430px;
}

#mainText {
	padding: 40px 22px 0 23px;
}
		
#testimonies td {
	font: normal 11px Georgia, Arial, sans-serif;	
	color: #5f5f5f;
	width: 16%;
}

#pageContentTop {
	background: #fff url('../graphics/bg_pageContentTop.jpg') no-repeat;
	width: 800px;
	height: 91px;
}

#pageContentContainer {
	position:relative;
	width: 798px;
	border-left: 1px #cacaca solid;
	border-right: 1px #cacaca solid;	
}

#pageContent{
	margin: 0 6px;
	/*min-height:680px;
	height:auto !important;
	height:680px;*/

}

#pageContentBottom {
	background: #fff url('../graphics/bg_pageContentBottom.gif') no-repeat;
	width: 800px;
	height: 19px;
}

/******************************************************************/
/* Instant Quote Now */
/******************************************************************/

.quoteNowBox {
	width: 200px;
	height: 143px;
	background: transparent url("../img/bg_quoteNow.jpg") no-repeat;
	float: right;
	position: relative;
}

.quoteNowBox form {
	text-align:center;
	vertical-align:middle;
	margin-top: 80px;
}

.quoteNowBoxText {
	width: px;
	height: px;
	top: 85px;
	left: 34px;
	position: absolute;	
}

.quoteNowBoxText input {
	font: bold 18px tahoma;
	color: #3365c8;
}

.quoteNowBoxSubmit {
	width: px;
	height: px;
	top: 82px;
	right: 35px;
	position: absolute;	
}
