body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #7d746c;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
}
#container {
	padding: 24px 0 0 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align:left;
	background-color: #ffffff;
}



#container #logoBanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 56px;
	padding: 0;
	width: 800px;
}
#container #subhead {

	margin: 0;
	color: #000000;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
#container #subhead p{
	padding: 0 0 0 20px;
	margin: 0;
}

#container #banner {
	color: #FFFFFF;
	background-color: #437590;
	background-image: url(images/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	margin:0;
	padding: 0;
}
#container #banner p {
	padding-top: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align:center;
	width: 600px;
}

#container #banner p a {
	color: #ffffff;
	text-decoration: none;
}


#container #content {

	width: 800;
	margin: 0;
	padding: 0px;

}

* html #container #content {
	height: 1%;
	overflow: visible;
	padding-bottom: 20px;

}

#container #content #rightColumn {

	width: 560px;
	line-height: 1.6em;
	padding-top: 24px;
	padding-right: 20px;
	margin-left: 220px;
	min-height: 500px;

	_position: fixed;
	_overflow: visible;


}

#container #content #leftColumn {

	width: 205px;
	height: 500px;
	float: left;
	padding: 0px;
	margin-top: -1px;
	position: relative;	

	_position: fixed;
	
}








#leftColumn .leftColumnNav {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.wrapper {
	width:205px;
	margin:0; padding:0;
	height:100px;
}
.leftColumnImage {
	float:left;
	width:100px;
	height:100px;
	background:#666;
	display:block;
	_margin-left: -3px;
	
	}
.wrapper>.floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;

}
.floating { /*for IE*/
	height:100%;
	position:relative;
}
.floating div { /*for IE*/
	position:absolute;
	left: 0;
	top:50%;
	width:100px;

}
.floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
	width:100px;
}
.floating div div {
	position:relative;
	top:-50%;
}

.floating p {
	margin:0; padding:0;
	text-align:center;
}



.homeContent {
	background-color: #f7edd4;
	background-image: url(images/triangle-home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.autoIns {
	background-color: #FC0B1F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

.yourHome {
	background-color: #3F7913;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

.business {
	background-color: #F15316;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

.other {
	background-color: #F1A500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

.contact {
	background-color: #001B3C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

.leftColumnNav a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftColumnNav a:hover {
	text-decoration: underline;
}

#leftColumn .active {
	border-right:none;
}

.white {
	color: #ffffff;
}

.white a {
	color: #dddddd;
	text-decoration:none;
	font-weight:bold;
}

.white a:hover {
	text-decoration:underline
}



.blue {
	color: #437290;
}

.blue a{
	color: #336280;
	font-weight:bold;
	text-decoration:none;
}

.blue a:hover{
	text-decoration:underline
}




#rightColumn h1 {
	font-size: 1.6em;
	font-weight: bold;
}
#rightColumn h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -1em;
	padding-bottom: 0px;
}


#emailform .required {
	font-weight: bold;
}
#emailform fieldset {
	padding: 1.5em 20px 1em 20px;
}
#emailform legend {
	font-weight: bold;
}
#emailform div {
	padding-top: 4px;
	padding-bottom: 4px;
}
