
/* ------------------------------------------------------------------------------------------- */
/* Main Attributes */
/* ------------------------------------------------------------------------------------------- */

a {
	
	color: #76a738;
	
	text-decoration: none;
	
}

a:visited {

	color: #547728;
	
}

body {
	
	background: #2a5e84 url("../images/bg_main.png") repeat-x;
	
	margin: 0; padding: 0;
	
	font-family: "Tahoma", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 62.5%; /* this percentage is to set base font size control -- 1em = 10px, 1.2em =  12px */
	
}

img {

	margin: 0; padding: 0; border: 0; background: none;
	
}

p {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #333;
	
	font-size: 1.1em;
	
}

li {

	margin: 0;
	
	padding: 0 0 1px 0;
	
	line-height: 160%;
	
	color: #333;
	
	font-size: 1.1em;
	
}

h1 {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #cf7c10;
	
	font-size: 1.6em;
	
	font-weight: normal;
	
}

h2 {

	margin: 0;
	
	padding: 0 0 5px 0;
	
	line-height: 160%;
	
	color: #333;
	
	font-size: 1.2em;
	
	font-weight: bold;
	
}

ul {

	margin: 0;
	
	padding-left: 16px;
	
	padding-bottom: 15px;
	
	list-style-image: url("../images/bullet.png");

}

/* ------------------------------------------------------------------------------------------- */
/* Class Attributes */
/* ------------------------------------------------------------------------------------------- */

.clear {

	clear: both;
	
	margin: 0; padding: 0;
	
	font-size: 0em;
	
}

.left {

	float: left;
		
}

.right {

	float: right;
		
}


.column_double {

	width: 598px;
	
	margin: 0;
	
}


.column_single {

	width: 302px;
	
	margin: 0;
	
}

.single_box {

	padding: 10px 20px 10px 20px;
	
	text-align: center;
	
	vertical-align: center;
	
	border-bottom: solid 1px #e9edf1;
	
}

.content_double {

	padding: 20px 30px 40px 40px;
	
}

.content_single {

	padding: 20px 20px 40px 20px;
	
}

/* ------------------------------------------------------------------------------------------- */
/* Nav Attributes */
/* ------------------------------------------------------------------------------------------- */

.nav ul {

	position: relative;

	margin: 0 0 0 149px;
	
	padding: 0;
	
	background: transparent url("../images/nav_main.png") top center no-repeat;
	
	width: 498px;
	
	height: 50px;
	
	list-style-type: none;

}

.nav ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

.nav li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	height: 50px;
	
}

.nav li#about a {

	background: url("../images/nav_main.png") 0 0 no-repeat;
	
	width: 79px;
	
}
	
.nav li#about a:hover {

	background: url("../images/nav_main.png") 0 -50px no-repeat; 
	
}

.nav li#about_on a, .nav li#about_on a:hover {

	background: url("../images/nav_main.png") 0 -100px no-repeat; width: 79px;
	
}

.nav li#insurance a {

	background: url("../images/nav_main.png") -79px 0 no-repeat;
	
	width: 84px;
	
}
	
.nav li#insurance a:hover {

	background: url("../images/nav_main.png") -79px -50px no-repeat;
	
}

.nav li#insurance_on a, .nav li#insurance_on a:hover {

	background: url("../images/nav_main.png") -79px -100px no-repeat; width: 84px;
	
}

.nav li#riskman a {

	background: url("../images/nav_main.png") -163px 0 no-repeat;
	
	width: 130px;
	
}
	
.nav li#riskman a:hover {

	background: url("../images/nav_main.png") -163px -50px no-repeat;
	
}

.nav li#riskman_on a, .nav li#riskman_on a:hover {

	background: url("../images/nav_main.png") -163px -100px no-repeat; width: 130px;
	
}

.nav li#testimonials a {

	background: url("../images/nav_main.png") -293px 0 no-repeat;
	
	width: 99px;
	
}
	
.nav li#testimonials a:hover {

	background: url("../images/nav_main.png") -293px -50px no-repeat;
	
}

.nav li#testimonials_on a, .nav li#testimonials_on a:hover {

	background: url("../images/nav_main.png") -293px -100px no-repeat; width: 99px;
	
}


.nav li#contact a {

	background: url("../images/nav_main.png") -392px 0 no-repeat;
	
	width: 106px;
	
}
	
.nav li#contact a:hover {

	background: url("../images/nav_main.png") -392px -50px no-repeat;
	
}	

.nav li#contact_on a, .nav li#contact_on a:hover {

	background: url("../images/nav_main.png") -392px -100px no-repeat; width: 106px;
	
}

/* ------------------------------------------------------------------------------------------- */
/* Nav Footer Attributes */
/* ------------------------------------------------------------------------------------------- */

.nav_footer ul {

	position: relative;

	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: transparent url("../images/nav_footer.png") top center no-repeat;
	
	width: 230px;
	
	height: 15px;
	
	list-style-type: none;

}

.nav_footer ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

.nav_footer li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	height: 15px;
	
}

.nav_footer li#home a {

	background: url("../images/nav_footer.png") 0 0 no-repeat;
	
	width: 39px;
	
}
	
.nav_footer li#home a:hover {

	background: url("../images/nav_footer.png") 0 -15px no-repeat; 
	
}

.nav_footer li#sitemap a {

	background: url("../images/nav_footer.png") -39px 0 no-repeat;
	
	width: 48px;
	
}
	
.nav_footer li#sitemap a:hover {

	background: url("../images/nav_footer.png") -39px -15px no-repeat; 
	
}

.nav_footer li#privacy a {

	background: url("../images/nav_footer.png") -87px 0 no-repeat;
	
	width: 74px;
	
}
	
.nav_footer li#privacy a:hover {

	background: url("../images/nav_footer.png") -87px -15px no-repeat; 
	
}

.nav_footer li#terms a {

	background: url("../images/nav_footer.png") -161px 0 no-repeat;
	
	width: 69px;
	
}
	
.nav_footer li#terms a:hover {

	background: url("../images/nav_footer.png") -161px -15px no-repeat; 
	
}
	

/* ------------------------------------------------------------------------------------------- */
/* ID Attributes */
/* ------------------------------------------------------------------------------------------- */

#Header {

	background: transparent;
	
	position: relative;

	margin: 40px auto 0 auto;
	
	padding: 0;
	
	width: 940px;
	
	height: 50px;
	
}

#MainContent {

	background: #fff url("../images/bg_content.png") repeat-y;
	
	position: relative;

	margin: -2px auto 0 auto;
	
	padding: 0;
	
	width: 900px;
	
}

#MainBanner {

	background: transparent;

	position: relative;

	margin: 0 auto 0 auto;
	
	padding: 0;
	
	width: 900px;
	
}

#MainContainer {

	background: #2a5e84 url("../images/bg_container.png") repeat-x;

	position: relative;

	margin: 0 auto 0 auto;
	
	padding: 0;
	
	width: 940px;
	
}


/* ------------------------------------------------------------------------------------------- */
/* ID Footer Attributes */
/* ------------------------------------------------------------------------------------------- */

#Footer {

	position: relative;

	width: 940px;
	
	height: 115px;
	
	text-align: center;
	
	margin: 0 auto 0 auto;
	
	padding: 60px 0;
	
	background: transparent url("../images/bg_footer.png") top left no-repeat;
	
}

