body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/homepage/background_home.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

div, img, p {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #08087b;
	text-decoration: none;
}

a:hover {
	color: #ff1800;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#frame {
	width: 898px;
	margin: 0px auto;
}

div#head {
	width: 898px;
	height: 183px;
	padding-top: 25px;
	text-align: center;
	border-bottom: 1px solid #ecd39e;
	margin-bottom: 2px;
}

div#nav {
	width: 898px;
	height: 45px;
	background-color: #d6ad42;
	margin-bottom: 2px;
}

div#feature {
	width: 898px;
	text-align: center;
	background-image: url(../images/homepage/background_feature.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	background-color: #fff;
	border-bottom: 1px solid #ecd39e;
	border-top: 1px solid #ecd39e;
	margin-bottom: 0px auto 2px auto;
	padding: 18px 0px;
}

div#feature p {
	width: 635px;
	text-align: center;
	margin: 0px auto;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 5px;
}

div#feature p b, div#panel div.left p b {
	color: #007b00
}

div#panel {
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/homepage/background_panel.gif);
	background-repeat: repeat-y;
}

div#panel div.left {
	float: left;
	width: 593px;
	background-color: #ececf5;
	position: relative;
	margin-right: 2px;
}

div#panel div.left div.certainjacket {
	position: absolute;
	right: 23px;
	top: 24px;
}

div#panel div.left div.certain1 {
	background-image: url(../images/homepage/background_certainty_title.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	height: 79px;
}

div#panel div.left div.certain2 {
	background-color: #dedeed;
	border-bottom: 1px solid #fff;
	min-height: 172px;
	height: auto !important; /* Min Height Hack */
	height: 172px;
}

div#panel div.left div.certain3 {
	padding-top: 6px;
	padding-bottom: 8px;
	min-height: 42px;
	height: auto !important; /* Min Height Hack */
	height: 42px;
}

div#panel div.left p {
	padding-left: 22px;
	width: 325px;
	border: 0px solid #000;
	font-size: 11px;
}

img.logo {
	margin-right: 12px;
}

div#panel div.right {
	float: left;
	width: 303px;
}

div#panel div.right div.right_a {
	background-color: #eaeaea;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	min-height: 122px;
	height: auto !important; /* Min Height Hack */
	height: 122px;
	border-bottom: 2px solid #fff;
}

div#panel div.right div.right_a p {
	color: #0072bc;
	padding: 10px 6px 8px 8px;
	font-size: 11px;
}

div#panel div.right div.right_b {
	background-color: #d5d5ac;
	padding: 10px 10px 5px 10px;
	min-height: 137px;
	height: auto !important; /* Min Height Hack */
	height: 137px;
}

div#cities {
	border-top: 1px solid #ecd39e;
	border-bottom: 1px solid #ecd39e;
}

div#innerCities {
	padding: 6px;
	margin: 2px 0px;
	background-color: #f5ebd1;
	text-align: center;
}

div#innerCities ul {
	margin: 0px;
	padding: 0px;
}

div#innerCities ul li {
	display: inline; 
	list-style-type: none;
	padding: 0px 30px 0px 0px;
}

div#innerCities ul li.last {
	padding-right: 0px;
}

div#innerCities ul li a {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

div#innerCities ul li a:hover {
	color: #ff1800;
}

div#footer {
	margin: 12px 0px;
	text-align: center;
	font-size: 10px;
}


a.learnmore {
	display block;
	padding: 0px 0px 0px 8px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/homepage/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-transform: uppercase;
}