html, body{
	margin: 0px;
}
body{
	background: #dfdfdf url(../images/bg_body.gif) center top repeat-x;
}
a{ color: #da4a4d; text-decoration:none;}
a:hover{ text-decoration: underline;}
a img{ border:none; line-height: 0em;}
.clear{ clear:both;}
/*============================================================================================================== PLATFORM */
#platform{
	background: url(../images/bg_platform.gif) center 144px repeat-x;
}
/*============================================================================================================== HEADER */
#header{
	margin: 0px auto;
	background: white url(../images/bg_header.gif) center top no-repeat;
	width: 812px;
}
	#header .wrapper{
		background: url(../images/bg_header-wrapper.jpg) right bottom no-repeat;
		height: 120px;
		padding-top: 10px;
		width: 798px;
		margin: 0px auto;
	}
	#header .wrapper a{
		float: left;
		width: 350px;
		display: block;
		margin-left: 30px;
	}
	.tollFree{
		float:right;
		width: 210px;
		color: #133f73;
		font: italic normal 32px Georgia, "Times New Roman", Times, serif;
		line-height: .5em;
		letter-spacing: -1px;
		margin-top: -3px;
	}
	.icon{
		float: right;
		width: 80px;
		text-align: center;
		color: #133f73;
		font: normal normal 11px Verdana, Geneva, sans-serif;
	}
	
	.icon a{ float:left; width:25px!important; margin:0 0 0 5px!important;}
/*============================================================================================================== CONTAINER */
#container, #footer{
	margin: 0px auto;
	width: 798px;
}
#container{
	background: white url(../images/bg_container.gif) center 9px no-repeat;
	padding: 35px 27px 30px 27px;
	width: 744px;
	color: #666;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	line-height: 1.7em;
}
.featured{
	border: 1px solid #d0deeb;
	padding: 1px;
	width: 740px;
	line-height: 0em;
}
.bodyPanel{
	padding: 20px 0 0 0;
	vertical-align: top;
}
.sidePanel{
	width: 250px;
	vertical-align: top;
	padding: 20px 0 0 30px;
	line-height: 1.4em;
}
/*============================================================================================================== FOOTER */
#footer{
	background: url(../images/bg_footer.gif) center top no-repeat;
	padding: 40px 0px 70px 0px;
	text-align: center;
	color: #8a949e;
	font: normal normal 9px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	#footer a{ color: #8a949e;}
	#footer a:hover{ color: #da4a4d; text-decoration: none;}
/*============================================================================================================== TYPOGRAPHY */
h1{
	font: normal normal 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #d42e32;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h2{
	font: normal normal 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #d42e32;
	margin: 0px 0px 20px 0px;
}
h3{
	font: normal normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #285d9c;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.required{ color: red;}
/*============================================================================================================== HOMEPAGE */
ul.serviceList{
	font: normal bold 13px Verdana, Geneva, sans-serif;
}
ul.serviceList li{
	list-style-image: url(../images/bg_list.gif);
	padding: 5px 0px;
}
.hotButtons{
	display: block;
	height: 190px;
}
.hotButtons a{
	display: block;
	position: relative;
	float: left;
	width: 240px;
	height: 145px;
	border: 1px solid #d0deeb;
	padding: 1px;
	margin-top: 10px;
	text-align: center;
}
.hotButtons a span{
	display: block;
	background: #2c333a;
	color: white;
	position: absolute;
	left: -1px;
	width: 244px;
	height: 25px;
	bottom: -31px;
	padding-top: 5px;
}
.hotButtons a:hover span{ background: #796607; color: white;}
.hotButtons a:hover{
	border: 1px solid #796607;
	text-decoration: none;
	color: #C00;
}
/*============================================================================================================== QUOTE PAGE */
form{
	margin: 0px;
	padding: 0px;
}
.field1{
	color: #c12025;
	border: 1px solid #CCC;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	padding: 5px 0px;
	margin-bottom: 10px;
}
select{
	color: #c12025;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.button{
	background-color: #285d9c;
	color: white;
	height: 30px;
	padding: 0px 30px;
	float: right;
	margin-left: 20px;
	border: none;
}
.button:hover{ background:#113d6f; cursor: pointer;}