@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#deebf1;
}
.clear { 
	clear:both;
}
#container { 
	width:800px; 
	margin:auto; 
	display:block; 
}
#header { 
	margin:auto;
	width:800px; 
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:131px;
}
#logo { 
	float:left; 
	width:300px;
	padding:49px 0px 32px 56px;
}
#banner { 
	float:left; 
	width:800px; 
	margin-top:0px;
	background-image:url(images/banner.jpg);
	background-position:top left;
	background-repeat:repeat;
	height:336px; 
}
#bannerAuto { 
	float:left; 
	width:800px; 
	margin-top:0px;
	background-image:url(images/banner_auto.jpg);
	background-position:top left;
	background-repeat:repeat;
	height:336px; 
}
#bannerLife { 
	float:left; 
	width:800px; 
	margin-top:0px;
	background-image:url(images/banner_life.jpg);
	background-position:top left;
	background-repeat:repeat;
	height:336px; 
}
#bannerHealth { 
	float:left; 
	width:800px; 
	margin-top:0px;
	background-image:url(images/banner_health.jpg);
	background-position:top left;
	background-repeat:repeat;
	height:336px; 
}
#bannerHome { 
	float:left; 
	width:800px; 
	margin-top:0px;
	background-image:url(images/banner_home.jpg);
	background-position:top left;
	background-repeat:repeat;
	height:336px; 
}
#navigation {
	width:480px;
	float:left;
	text-align:left;
	padding-left:320px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#navigation ul li { 
	display:inline;
	padding-right:10px;
}
#navigation ul li a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; color:#ffffff; 
	text-decoration:none; 
} 

#navigation ul li a:hover { 
	color:#f9e58a; 
}
#navigation ul li a#current
{
	color: #f9e58a;
}
#content { 
	float:left; 
	width:695px; 
	padding-left:57px;
}
#form {
	padding:75px 0px 0px 98px;
	width:305px;
}
.top {
	float:left; 
	width:695px; 
	background-image: url(images/top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
}
.bottom {
	float:left; 
	width:695px; 
	background-image: url(images/bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:63px;
}
.contentTextBox {
	float:left;
	width:695px; 
	background-color:#73acca;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.contentTextBox1 {
	float:left;
	width:695px;
	background-color:#73acca;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #172d3a;
	font-weight: bold;
	text-decoration:none;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172d3a;
	font-weight: bold;
	text-decoration:none;
}
.overtext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172d3a;
	font-weight: bold;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #072036;
	font-size: 14px;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c21717;
}
.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}
.text8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing:5px;
}



a.text4:hover {
	text-decoration: underline; 
}
.textBox {
	margin:auto;
	width:635px;
	padding-bottom:15px;
	text-align:justify;

}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #072036;
	height: 20px;
	width: 88px;
	border: 1px solid #e4cf5c;
}
.box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #072036;
	height: 20px;
	width: 145px;
	border: 1px solid #e4cf5c;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding:0px;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.imgBorder {
	border: 2px solid #FFFFFF;

}
#footerMenu {
	margin: auto;
	width:800px;
	text-align:center;
	padding-top:10px;

}
#separator {
	margin:auto;
	width:100%;
	background-image:url(images/separator.gif);
	background-repeat:x;
	height:8px;
}
#copy {
	margin:auto;
	width:696px;
	text-align:right;
	padding-top:10px;
}

