









































































































































































































































































































































































































































































































































































































































































@charset "utf-8";
/* InsurancesUSA */
* {
	margin: 0;
}
	
html{
	height:100%;
}

body{
	height:100%;
	min-width:800px;
	background-color:#9b0101;	
}

.wrapper{
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -1.2em;
}

.header{
	position:absolute;
	background-image:url('images/backgroundTop1.jpg');
	background-repeat:repeat-x;
	top:0;
	left:0;
	height:200px;
	width:100%;
	z-index:-4;
}

.logo{
	background-image:url('images/logo.png');
	width:275px;
	height:65px;
	padding:0;
	margin:0;
}

.logo a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	outline:none;
}

.logo a:hover{
	text-decoration:none;
	outline:none;
}

.contentwrap{
	margin-top:0.5em;
	width:800px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	position:relative;
	background-image:url('images/menu.png');
	width:800px;
	height:60px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}

#menu li{
	position:absolute;
	margin:0;
	padding:0;
	list-style:none; 
}

#menu li, #menu a{
	display:block;
	height:60px;
	outline:none;
}

#menuAuto, #menuAutoActive{
	left:0;
	width:152px;
	height:60px;
}

#menuAuto a:hover{
	background:url('images/menuOver.png') 0 0;
	background-repeat:no-repeat;
}
#menuAuto a:focus{
	background:url('images/menuFocus.png') 0 0;
	background-repeat:no-repeat;
}

#menuAutoActive{
	background:url('images/menuOver.png') 0 0;
	background-repeat:no-repeat;
}
	
#menuHealth, #menuHealthActive{
	left:152px;
	width:152px;
	height:60px;
}

#menuHealth a:hover{
	background:url('images/menuOver.png') -152px 0;
	background-repeat:no-repeat;
}

#menuHealth a:focus{
	background:url('images/menuFocus.png') -152px 0;
	background-repeat:no-repeat;
}

#menuHealthActive{
	background:url('images/menuOver.png') -152px 0;
	background-repeat:no-repeat;
}
	
#menuHome, #menuHomeActive{
	left:304px;
	width:150px;
	height:60px;
}

#menuHome a:hover{
	background:url('images/menuOver.png') -304px 0;
	background-repeat:no-repeat;
}

#menuHome a:focus{
	background:url('images/menuFocus.png') -304px 0;
	background-repeat:no-repeat;
}

#menuHomeActive{
	background:url('images/menuOver.png') -304px 0;
	background-repeat:no-repeat;
}

#menuLife, #menuLifeActive{
	left:454px;
	width:139px;
	height:60px;
}

#menuLife a:hover{
	background:url('images/menuOver.png') -454px 0;
	background-repeat:no-repeat;
}

#menuLife a:focus{
	background:url('images/menuFocus.png') -454px 0;
	background-repeat:no-repeat;
}

#menuLifeActive{
	background:url('images/menuOver.png') -454px 0;
	background-repeat:no-repeat;
}

#menuAbout, #menuAboutActive{
	left:593px;
	width:207px;
	height:60px;
}

#menuAbout a:hover{
	background:url('images/menuOver.png') -593px 0;
	background-repeat:no-repeat;
}

#menuAbout a:focus{
	background:url('images/menuFocus.png') -593px 0;
	background-repeat:no-repeat;
}

#menuAboutActive{
	background:url('images/menuOver.png') -593px 0;
	background-repeat:no-repeat;
}	

#imageAuto{
	position:absolute;
	background-image:url('images/menuImage.gif');
	background-repeat:no-repeat;
	left:0;
	width:168px;
	height:60px;
}

#imageHealth{
	position:absolute;
	background:url('images/menuImage.gif');
	background-repeat:no-repeat;
	left:152px;
	width:172px;
	height:60px;
}

#imageHome{
	position:absolute;
	background:url('images/menuImage.gif');
	background-repeat:no-repeat;
	left:298px;
	width:159px;
	height:60px;
}

#imageLife{
	position:absolute;
	background:url('images/menuImage.gif');
	background-repeat:no-repeat;
	left:454px;
	width:139px;
	height:60px;
}

#imageAbout{
	position:absolute;
	background:url('images/menuImage.gif');
	background-repeat:no-repeat;
	left:587px;
	width:213px;
	height:60px;
}

.inputArea{
	position:relative;
	width:800px;
	height:350px;
}

input.frm{
	position:absolute;
	border-style:solid;
	border-color:#CCC;
	border-width:thin;
	outline:none;
	height:38px;
	width:136px;
	font-size:2em;
	left:325px;
	top:100px;
}

input.btn{
	position:absolute;
	background-color:transparent;
	background-image:url('images/button.gif');
	height: 100px;
	width: 100px;
	border:none;
	outline:none;
	left:550px;
	top:70px;
}
input.btnhov {
	position:absolute;
	background-color:transparent;
	background-image:url('images/buttonOver.gif');
	background-repeat:no-repeat;
	height: 100px;
	width: 100px;
	border:none;
	outline:none;
	left:550px;
	top:70px;
}

.content{
	background-image:url('images/contentIndex.gif');
	background-repeat:no-repeat;
	width:800px;
	height:350px;
	min-height:350px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:-1;
}

.contentAuto{
	background-image:url('images/contentAuto.gif');
	background-repeat:no-repeat;
	width:800px;
	height:350px;
	min-height:350px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:-1;
}

.contentHealth{
	background-image:url('images/contentHealth.gif');
	background-repeat:no-repeat;
	width:800px;
	height:350px;
	min-height:350px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:-1;
}

.contentHome{
	background-image:url('images/contentHome.gif');
	background-repeat:no-repeat;
	width:800px;
	height:350px;
	min-height:350px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:-1;
}

.contentLife{
	background-image:url('images/contentLife.gif');
	background-repeat:no-repeat;
	width:800px;
	height:350px;
	min-height:350px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:-1;
}


/*About Us*/

.aboutTitle{
	color:#FFFFFF;
	font-family:"Myriad Pro";
}

.aboutus{
	color:#FFFFFF;
	font-family:"Myriad Pro";
	font-size:15px;
}

.error{
	color:#CCFF33;
	font-family:"Myriad Pro";
	font-size:15px;
}

/*Footer*/
.push{
	height:1.2em;
}
	
.footer{
	height:1.2em;
	color:#FFFFFF;
	text-align:center;
	font-family:"Arial";
	font-size:11px;
}

.footer a{
	color:#FFFFFF;
}
