body {
	margin: 0px;
	background-image: url('../images/footer_bg.gif');
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-shadow: #106847 1px 1px 1px;
	text-align: justify;
}

@font-face{ 
	font-family: 'RegoFont';
	src: url('../media/fonts/regofont.eot');
	src: url('../media/fonts/regofont.eot?#iefix') format('embedded-opentype'),
	     url('../media/fonts/regofont.woff') format('woff'),
	     url('../media/fonts/regofont.ttf') format('truetype'),
	     url('../media/fonts/regofont.svg#regofont') format('svg');
}

/* Layout Stuff */

#container {
	padding-top: 120px;
	width: auto;
	height: 100%;
}

div.middleContain {
	width: 960px;
	margin: auto;
}

div.middleContain a {
	color: #ffffff;
}

#logo {
	width: 248px;
	height: 128px;
	background-image: url('../images/logo.png');
	position: absolute;
	cursor: pointer;
}

#menu {
	width: 100%;
	height: 126px;
	background-image: url('../images/header.png');
	background-position: center;
	background-repeat: repeat-x;
	float: left;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#featureContainter {
	width: 100%;
	height: 294px;
	background-image: url('../images/feature_bg.gif');
	background-position: center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #159866;
}

#headerContainter {
	font-family: RegoFont;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: #063423 1px 1px 1px;
	width: 100%;
	height: 294px;
	background-image: url('../images/header_bg.gif');
	background-position: center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #159866;
}

#content {
	background-image: url('../images/bg.gif');
	background-position: center;
	overflow-y: auto;
	overflow-x: hidden;
	clear: left;
}

div.feature {
	width: 288px;
	padding: 20px 15px 27px 15px;
	float: left;
}

div.feature a {
	color: #ffffff;
}

#footer {
	width: 100%;
	height: 100%;
	border-top: 1px solid #0d7b51;
	padding: 15px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#insurance {
	width: 300px;
	height: 350px;
	background-image: url('../images/menu_over.gif');
	border: 1px solid #159866;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 4px;
}

#insuranceScroll {
	width: 292px;
	height: 320px;
	overflow-y: scroll;
	padding: 0px 4px 0px 0px;
}

/* Feature Stuff */
div.featureBG {
	width: 100%;
	height: 294px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

div.featureTitle {
	width: 388px;
	height: 294px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	margin: auto;
}

/* Menu Stuff */
#menuContain {
	margin-left: 248px;
	margin-top: 93px;
	float: left;
}

div.menuItem {
	font-family: RegoFont;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	text-shadow: #063423 1px 1px 1px;
}

div.menuItem:hover {
	background-image: url('../images/menu_over.gif');
	cursor: pointer;
}

div.selected_menuItem {
	font-family: RegoFont;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	text-shadow: #063423 1px 1px 1px;
	background-image: url('../images/menu_over.gif');
	cursor: pointer;
}

/* Text Stuff */

.blurbTitle {
	font-family: RegoFont;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-shadow: #106847 1px 1px 1px;
}

.legal {
	font-size: 9px;
	color: #FFFFFF;
	text-shadow: #063423 1px 1px 1px;
}