﻿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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

html, body {
	font: 12px/1.4 Georgia, Arial, sans-serif;
}

.clearAll {
	clear: both;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

h1 {
	font: bold 24px Georgia, Arial, sans-serif;
	color: #5B9FBD;
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
	font-variant: small-caps;	
	/*border-bottom: 1px gray solid;*/
}

h2 {
	font: bold 18px Georgia, Arial, sans-serif;
	color: #5B9FBD;
	margin: 5px 0 10px 0;
}

h3 {
	font: bold 18px Georgia, Arial, sans-serif;
	color: #72918b;
	margin: 5px 0 10px 0;
	/*border-bottom: 1px #72918b solid;*/
}

p {
	margin-bottom: 15px;
}

img {
	border: none;
}

sup {
	font: normal 10px Georgia, Arial, sans-serif;
}

.highlightRed {
	color: #FF0101;
	text-decoration: underline;
}

.hightlightText {
	background-color: #FFF;
}

#container {
	text-align: center;
  }

#seoContent {
	margin: 0 auto;
	width: 720px;
	padding: 25px 0 0 0;
	font: normal 12px Tahoma;
	text-align: left;
  } 

#seoContent h1 {
	border-bottom: 1px #17518B solid;
	font: bold 20px Tahoma;
	text-align: left;
	color: #17518B;
  }   
  
#seoContent p {
	padding: 16px 0 0 0;
}  

#seoFooter {
	border-top: 1px #17518B solid;
	margin: 0 auto;
	width: 720px;
	padding: 10px 0 0 0;
	font: normal 9px Tahoma;
	text-align: left;
  } 
  
#seoFooter a {
	font: normal 9px Tahoma;
	text-decoration: none;
  } 
  
#seoFooter a:hover {
	text-decoration: underline;
}

/*
--------------------------------------------------
Center Fixed Layout
*/

#contentContainer {
	margin:0;
	padding:0;
	text-align:center;
} 

#contentContainerHomepage {
	margin:0;
	padding:0;
	text-align:center;
	background: #fff url(../img/bg_base.png) repeat-y 50% 0;
} 

#contentBody {
	width:960px;
	margin: 0 auto;
	text-align:left;
}

		#contentBody h1 {
			font: bold 24px Georgia, Arial, sans-serif;
			color: #5B9FBD;
			margin: 25px 0 5px 0;
			letter-spacing: 1px;
		}

		#contentBody h3 {
			font: normal 21px Georgia, Arial, sans-serif;
			color: #B2C87D;
			margin: 25px 0 5px 0;
			letter-spacing: 1px;
		}
		
		#contentBody h4 {
			font: normal 18px Georgia, Arial, sans-serif;
			color: #5B9FBD;
			margin: 25px 0 5px 0;
		}
		
		#contentBody ul {
			margin: 0;
			padding: 0;
			list-style-position: outside;
		}

		#contentBody li {
		list-style: none;
		background: url(../img/bullet.png) 0px 3px no-repeat;
		margin: 10px 0px 10px 30px;
		padding-left: 20px;	
		}
		
#footerContainer {
	margin:0;
	padding:0;
	text-align:center;
	background: transparent url(../images/bg_footer.png) 0px 0px repeat-x;
}

#footerBody {
	width:960px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

		#footerBody h5 {
			font: bold 14px Georgia, Arial, sans-serif;		
			color: #1a77a0;
			font-weight: bold;
		}


		#footerBody td {
			text-align: left;
			vertical-align: top;
			width: 33%;
		}

		#footerBody ul {
			list-style: none;
			margin: 10px 0 25px 0;
			padding:0;
		}
		
		#footerBody li {
			list-style: none;
			background: url(../images/bullet.png) 0px 5px no-repeat;
			margin: 10px 0px 10px 10px;
			padding-left: 10px;	
		}
				
		#footerBody li a {
			font-size: 11px;
			font-weight: normal;
			padding: 5px;
			text-decoration: none;	
			color: #63811b;
		}
		
		#footerBody li a:hover {
			text-decoration: underline;	
}

/*
==========================================================
Misc Styles
==========================================================
*/


/* 
==========================================================
Instant Quote Box
==========================================================
*/

.sideQuoteBox {
	float: right;	
	position: relative;	
	margin: 15px 0 0 20px;
	height: 460px;
}

.quoteBox {
	width: 292px;
	height: 292px;
	position: relative;
	background: url(../img/bg_instantQuote.png) no-repeat;	
}

	.zipcodeBoxType {
		position:absolute;
		top:115px;
		left:85px;
		width:155px;
		height:21px; 	
	}

	.zipcodeBoxInput {
		position:absolute;
		top:180px;
		left:88px;
		width:115px;
		height:21px; 	
	}
	
	.zipcodeBoxInput input {
		border: none;
		float: left;
	}
	
	.zipcodeBoxInput input.box {
		color: #eb4e00;
		font: bold 16px Arial, Helvetica, sans-serif;
		padding: 0;
		background-color: transparent;
	}

	.zipcodeBoxSubmit {
		position:absolute;
		top:218px;
		right:24px;
		width:244px;
		height:25px;  
	}

	.quoteBoxText {
		position:absolute;
		top:280px;
		left:20px;
		width:262px;		
		
	}


