body{
background:#494a49;
text-align:center;
font-family:Arial, Tahoma;
font-size:11px;
font-weight:bold;
color:#ffffff;
}
body a{
color:#ffffff;
text-decoration:none;
}
body a:hover{
text-decoration:underline;
}
#contain{
width:846px;
height:auto;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
border:0px solid #ffffff;
margin:0 auto;
position:relative;
top:-26px;
}
* html #contain{
top:-33px;
}
* + html #contain{
top:-33px;
}
.bottom{
width:100%;
height:100%;
border:0px solid #ffffff;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:0 auto;
padding-top:18px;
padding-bottom:23px;
text-align:left;
}
.top{
width:100%;
height:100%;;
border:0px solid #ffffff;
background-image:url(images/top.jpg);
background-repeat:no-repeat;
background-position:top;
margin:0 auto;
}
#logo{
width:269px;
height:auto;
border:0px solid #000000;
background-image:url(images/logo.png);
background-repeat:no-repeat;
background-position:top left;
position:relative;
left:28px;
font-family:Arial, Tahoma;
font-size:13px;
font-weight:normal;
color:#40403f;
text-align:right;
padding-top:252px;
}
#logo a{
margin-right:15px;
color:#40403f;
text-decoration:none;
font-weight:bold;
}
#logo a:hover{
color:#5fa332;
}
#logo img{
border:0;
}
#content{
width:537px;
height:auto;
border:0px solid #000000;
float:right;
font-family:Arial;
font-size:16px;
font-weight:normal;
color:#40403f;
text-align:left;
}
.text{
width:480px;
height:auto;
border:0px solid #000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#40403f;
text-align:justify;
margin-left:15px;
margin-top:20px;
}

/*  MENU START  */


.menu{
width:525px;
height:57px;
border:0px solid #000000;
}
.menu a{
float:left;
font-family:Arial;
font-weight:bold;
color:#ffffff;
font-size:12px;
text-align:center;
padding-top:18px;
}
.menu a img{
border:0;
}

/*  HOME TAB START  */

.menu a.home-normal{
display: block;
text-decoration: none;
width: 105px;
height: 39px;
margin: 0 auto;
background-image:url(images/home-norm.png);
background-repeat:no-repeat;
background-position:top;
}
.menu a.home-normal:hover, a.home-current{
display: block;
text-decoration: none;
width: 105px;
height: 39px;
margin: 0 auto;
background-image:url(images/home-curr.png);
background-repeat:no-repeat;
background-position:top;
}

/*  HOME TAB END  */

/*  ABOUT US, ACCIDENT TYPES, FAQ TABS START  */

.menu a.nav-normal{
display: block;
text-decoration: none;
width: 102px;
height: 39px;
margin: 0 auto;
background-image:url(images/nav-norm.png);
background-repeat:no-repeat;
background-position:top;
}

.menu a.nav-normal:hover, a.nav-current{
display: block;
text-decoration: none;
width: 102px;
height: 39px;
margin: 0 auto;
background-image:url(images/nav-curr.png);
background-repeat:no-repeat;
background-position:top;
}

/*  ABOUT US, ACCIDENT TYPES, FAQ TABS END  */

/*  CONTACT US TAB START  */

.menu a.contact-normal{
display: block;
text-decoration: none;
width: 108px;
height: 39px;
margin: 0 auto;
background-image:url(images/endnav-norm.png);
background-repeat:no-repeat;
background-position:top;
}

.menu a.contact-normal:hover, a.contact-current{
display: block;
text-decoration: none;
width: 108px;
height: 39px;
margin: 0 auto;
background-image:url(images/endnav-curr.png);
background-repeat:no-repeat;
background-position:top;
}

/*  CONTACT US TAB END  */

/*  MENU END  */

#foot{
width:810px;;
height:auto;
border:0px solid #000000;
background-image:url(images/foot-bg.png);
background-repeat:repeat-x;
margin:0 auto;
margin-top:35px;
text-align:center;
font-family:Arial, Tahoma;
font-size:11px;
font-weight:normal;
color:#40403f;
}
#foot a{
color:#40403f;
text-decoration:none;
}
#foot a:hover{
color:#40403f;
text-decoration:underline;
}
a.faqlinks{
color:#4a6f1a;
text-decoration:none;
font-weight:bold;
font-size:14px;
}
a.faqlinks:hover{
text-decoration:underline;
}
.form{
width:480px;
height:auto;
border:0px solid #000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
margin-left:15px;
margin-top:20px;
padding:0;
}
label { position: absolute; width:150px;margin-left:30px;color:#5fa332;}
input, textarea{ margin-left: 200px;font-family:Arial;font-size:12px;color:#333333;}
select.sel{ margin-left: 200px;font-family:Arial;font-size:12px;color:#5fa332;}
select.normalsel{ font-family:Arial;font-size:12px;color:#5fa332;}
.submit input{margin-left: 200px;width:10em;font-family:Arial;font-size:12px;color:#ffffff;background-color:#5fa332;font-weight:bold;}