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

			/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #4a7061;
	background: #f7f7ef;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
			/*End RESET*/

			/*Layout*/
html{
	height:100%;
}

body{
	background:url(images/head_tile.jpg) #f7f7ef top right repeat-x;
	height:100%;
}

#header{
	 background:none;
	 width:940px;
	 height:143px;
	 margin:0 auto;
}

#wrapper{
	background: url(images/wrapper_tile.jpg) #f7f7ef top right repeat-y;
	position:relative;
	margin:0 auto;
	width:940px;

}

#banner{
	height:297px;
	width:940px;
}

#main{

	width:604px;
	float:left;
	margin-left:27px;
	margin-right:10px;
	position:relative;
	min-height:670px;

}

#sidebar{
	background:url(images/sidebar_top.jpg) top left no-repeat;
	width:250px;
	overflow:hidden;
	position:absolute;
	left:654px;
	min-height:250px;
}

#sidebar_bottom{
	height:99px;
	width:286px;
	position:absolute;
	left:654px;
	margin-top:-99px;
}

#side_button{
	width:206px;
	margin:0 auto;
	min-height:460px;
	position:relative;
	z-index:500;
}

#side_flash{
	height:200px;
	margin:0 auto;
	width:206;
}

#clearfloat{
	clear:both;
}

#footer_tile{
	background:url(images/foot_tile.jpg) #f7f7ef top right repeat-x;
	height:165px;
	width:auto;

	}

#footer{
	background:url(images/footer_bk.jpg) #272928 top center no-repeat;
	height:165px;
	width:936px;
	margin:0 auto;
	position:relative;
}

#footer_primary_left{
	position:absolute;
	left:25px;
	width:auto;
	font-size:10px;
	color:#75ae29;
	margin-top:15px;
	float:left;
	line-height:59px;
}

#footer_primary_right{
	position:absolute;
	right:25px;
	width:auto;
	font-size:10px;
	color:#75ae29;
	margin-top:15px;
	float:right;
	line-height:59px;
}

#footer_primary_left ul,#footer_primary_right ul{
	display:inline-block;
	list-style:none;
}

#footer_primary_left li, #footer_primary_right li{
	float:left;
	margin:6px;
	list-style:none;
}

#spacer{
	background:url(images/li_spacer.jpg) no-repeat;
	width:2px;
	height:59px;
}

#footer_logo{
	position:absolute;
	left:400px;
	top:28px;
	width:152px;
	height:67px;
}

#footer_secondary{
	position:absolute;
	bottom:50px;
	left:270px;
	width:auto;
	font-size:10px;
	color:#8f8f8f;
}

#footer_secondary ul{
	display:block;
}

#footer_secondary li{
	float:left;
	margin:6px;
}

#contact{
	margin:0 auto;
	text-align:center;
}


			/*Text Styles*/


a, a:link, a:visited{
	color: #4a7061;
	text-decoration:underline;
}

#footer_primary_left a, #footer_primary_right a{
	color:#75ae29;
	text-decoration:none;
}

#footer_secondary a{
	color:#8f8f8f;
	text-decoration:none;
}

p{
	color:#4a7061;
	font-size:12px;
	padding-bottom:12px;
	line-height:18px;
}

#main li{
	color:#4a7061;
	font-size:12px;
	line-height:18px;
}

#main ul{
	padding-left:20px;
	list-style:square;
	padding-bottom:12px;
}

#main ol{
	padding-left:20px;
	list-style:decimal;
	padding-bottom:12px;
}

h1{
	color:#5cad00;
	font-size:18px;
	font-weight:bold;
	padding-bottom:12px;
}

h2{
	color:#5cad00;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
}


			/*Classes*/

.floatleft{
	float:left;
}

			/*Form Styling*/
			
label{
	width:220px; display:block;
}

input[type=text], textarea  { width: 300px; outline: none; }

.rowElem{
	position: relative;
	clear: both;
	min-height: 55px;
}
	
#insurance-area { float: left; margin: 0 0 10px 0; width: 350px; }

.clear { clear: both; }