body {
	margin:			0;
	background-color:	white;
	font:			normal 12px Arial;
	color: 			#423D3C;
	line-height:		18px;
	background: 		#FFFFFF url('/images/horizontal-blue.gif') repeat-x;
}	
h1 {
	font-size:		20px;
	margin: 		0 0 15px 0;
	color: 			#423D3C;
}

h2 {
	font-size:		16px;
	margin: 		15px 0 15px 0;
	color: 			#423D3C
}
h5 {
	font-size:		16px;
	margin: 		0 0 20px 5px;
	color: 			#423D3C
}

h3 {
	font-size:		14px;
	margin: 		15px 0 10px 0;
	color: 			#423D3C;
}

h4 {
	font-size:		14px;
	margin: 		0 0 2px 0;
	color: 			#423D3C;
}

p {
	font-size:		13px;
	color: 			#423D3C;
	padding:		0 0 0 0;
	margin:			10px 0 0 0;
		line-height:20px;
}


#container {

	width:			960px;

	margin-bottom:		5px;
	margin-top:		0px;
	margin:			0 auto;
}


#header {
	width:			960px;
	margin:			0 auto;
	height:			122px;

}
#slogan {
	float:			right;
	text-align: 		right;
	width:			525px;
	height:			42px;
	padding:	30px 3px 0 0;
}
#logo {
	float:			left;
	padding-top:		19px;
	padding-left:10px;
	width:			273px;
	height:			40px;
}

#leftcol {
	float:			left;
	width:			597px;
	padding:		0 20px 30px 0;
	border-right:		1px dotted #CCCCCC;
}

.leftcol_left {
	float:			left;
	width:			295px;
	padding:		0 7px 20px 0;
}
.leftcol_right {
	float:			left;
	width:			295px;
	padding:		0 0 20px 0;
}


#rightcol {
	float:			left;
	width:			322px;
	padding:		0 0 30px 20px;
}


h2.rightcol {
	font-size:		16px;
	margin: 		0 0 15px 0;
	color: 			#423D3C
}

h3.rightcol {
	font-size:		14px;
	margin: 		0 0 0 0;
	color: 			#285C80;
}

h3.team {
	font-size:		14px;
	margin: 		0px 0 10px 0;
}
	
img.spacing { 
	float: 			right;
	margin: 		0 0 0 10px;
}

#footer {
	clear: both;
	width:			100%;
	margin:			0 0 0 0;
	padding:		0 0 0 0;
	height:			40px;
	background-color: 	#423D3C;
}

#inner-footer {
	clear: 			both;
	width:			960px;
	margin:			0 auto;
	padding:		10px 0 0 0;
	color: 			white;
	font-size:		13px;
	font-weight: 		bold;
	text-align:		center;
}
#inner-footer a {
	color:			white;
	font-size:		12px;
}

#inner-footer-right {
	float:			right;
	width:			320px;
	margin-top:		30px;
	margin-bottom:		30px;
	line-height:		25px;
	text-align:		right;
	font-size:		12px;
	background-color: 	white;
	color:			black;
}
#inner-footer-right a {
	color:			black;
}

.team_image {
float: left;
margin: 2px 15px 0 0;
}

a.home:link {
text-decoration: none;
font-size:		14px;
font-weight:	bold;
margin: 		15px 0 15px 0;
color: 			#285C80
}
a.home:visited{
text-decoration: none;
font-size:		14px;
font-weight:	bold;
margin: 		15px 0 15px 0;
color: 			#587720
}
a.home:active {
text-decoration: none;
font-size:		14px;
font-weight:	bold;
margin: 		15px 0 15px 0;
color: 			#285C80
}
a.home:hover {
text-decoration: underline;
font-size:		14px;
font-weight:	bold;
margin: 		15px 0 15px 0;
color: 			#285C80
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}


table.getquote_mssg{
	font-size: 		18px;
	border: 		none;
}

table.getquote_error{
	font-size: 		16px;
	border: 		none;
	line-height:		13px;
	background-color:	#ED1B2F;
	color:			white;
	padding:		6px;
	-webkit-border-radius:	8px; 
	-moz-border-radius: 	8px;
}

.icons {
	margin: 0 15px 15px 5px;
	border: none;
	clear:both;
}

#clear {
	clear:both;
	height:0px;
}




