#picture { /*background-image: url("/includes/images/home/intro.jpg");*/ width: 930px; height: 345px; }

#buttonContainer { padding: 70px 0px 0px 130px; text-align: center; }
	#enterZip { width: 161px; height: 96px; background: #cc001b url(/includes/images/home/enterZip_whiteBkgd.png) no-repeat; margin: 10px 0px 0px -2px; float: left; }
		input.enterZip { border: 1px solid #cc001b; padding: 3px; width: 75px; color: #0b254f; text-align: center; font-size: 14px; }
	#enterCounty { float: left; padding-left: 25px; }
	#introArrow { width: 27px; height: 31px; /*background: url("/includes/images/home/introArrow.png") no-repeat;*/ margin: 42px 10px 0px 10px; float: left; }
	#getQuote { width: 211px; height: 89px; background: #cc001b url(/includes/images/home/getFreeQuoteBtn_whiteBkgd.png) no-repeat bottom right;
		margin: 0px 20px 0px 2px; padding-top: 35px; float: left; }
	#contactAgent { width: 211px; height: 89px; background: #cc001b url(/includes/images/home/contactAgentBtn_whiteBkgd.png) no-repeat bottom right;
		padding-top: 35px; float: left; }
	a:hover #getQuote { background-position: left top; }
	a:hover #contactAgent { background-position: left top; }

#alertContainer { width: 661px; height: 151px; background: url(/includes/images/home/alertbox.png) no-repeat; margin: -117px auto 10px auto; }
	#alertBox { padding: 30px 35px; font-size: 14px; }
	.alertCircles { float: right; margin: 10px 15px 0px 0px; }
	.alertCircle { cursor: pointer; width: 8px; height: 8px; float: left; background: transparent url(/includes/images/icons/alertCircle.png) no-repeat; padding: 3px; }
	.alertCircle_current { cursor: pointer; width: 8px; height: 8px; float: left; background: transparent url(/includes/images/icons/alertCircle_current.png) no-repeat; padding: 3px; }
span.bannerPhone  { font-weight: bold; font-size: 14px; color: #fff; }

.introButtonTxt { color: #fff; font-weight: bold; font-weight: normal\9; /* IE7 & earlier, bold looks awful */ font-size: 18px; text-transform: uppercase; }

.homepageBanner {
	width: 500px;
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */

	border-radius: 12px;
	border: 1px solid #6fc2f6;
	margin: 20px auto -30px auto;
	padding: 10px 20px;
	text-align: center;
	box-shadow: 0 0 20px #a1dbff;
	color: #333;
}
.homepageBanner h3 { font-size: 2em; margin: 0; padding: 0; }

/* because IE8 is special */
.introButtonTxt { font-weight /*\**/: normal\9 }
.alertTitle { float: left; font-weight: bold; font-size: 18px; color: #0b254f; }
.bk_nxt { float: right; margin-top: 5px; width: 18%; }
.bk_nxt a { color: #0b254f; font-weight: bold; text-decoration: none; }
.bk_nxt a:hover { text-decoration: underline; }
.alertText { clear: both; color: #676767; }

/* JCAROUSEL LITE
--------------------- */
#list { margin: 20px auto; overflow: hidden; }
.slider { float: left; position: relative;  visibility: hidden; }
.slider ul {  }
.slider ul li { margin-top: 10px; padding: 6px 15px; width: 560px; height: 130px; text-align: center; line-height: 115%; }
.prev { cursor:pointer; float:left; }
.next { cursor:pointer;  float:left; }