/* CSS Document */
body
{
padding:0;
margin:0;
background-image:url(../images/bodybg.jpg);
}
#container
{
width:1010px;
height:auto;
margin:0 auto;
background-image:url(../images/top_pic.jpg);
background-position:right top;
background-repeat:no-repeat;
}
#wrapper
{
width:888px;
height:auto;
margin:0 auto;
background-image:url(../images/shadowbg.jpg);
background-position:center;
background-repeat:repeat-y;
}
#main
{
width:856px;
margin:0 auto;
background-image:url(../images/mainbg.jpg);
}
#content_area
{
width:auto;
height:auto;
background-image:url(../images/headerbg.jpg);
background-repeat:no-repeat;
background-position:top;
}
#nav
{
float:left;
width:322px;
padding-left:8px;
height:auto;
}
#txt_area
{
padding-top:80px;
margin-left:340px;
margin-right:10px;
width:auto;
height:auto;
font-family:Arial;
font-size:14px;
color:#085692;
}
#txt_area a, #txt_area a:visited
{
text-decoration:underline;
color:#085692;
}
#txt_area li
{
padding:5px 0px;
}
.clear
{
clear:both;
}
#footer
{
width:888px;
padding:40px 0px;
text-align:center;
margin:0 auto;
background-image:url(../images/footerbg.jpg);
background-repeat:no-repeat;
background-position:top;
font-family:Arial;
font-size:12px;
color:#FFFFFF;
}
#footer a, #footer a:visited
{
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover
{
text-decoration:underline;
}
#footer ul
{
padding:0;
margin:0;
}
#footer li
{
padding:0;
display:inline;
list-style-type:none;
}
.img_left
{
float:left;
padding:0px 10px 5px 0px;
}

/*submenus*/
#dropmenudiv{
margin-top:-25px;
margin-left:275px;
position:absolute;
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:#FFF;
z-index:100;
width: 170px;
border:1px solid #fff;
border-bottom:none;

}

#dropmenudiv a{
width: 170px;
background-color:#3E92D2;
color:white;
display: block;
border-bottom:1px solid #fff;
padding: 5px;
text-decoration:none;
/*font-weight: bold;*/


}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#3E92D2;
text-decoration:underline;
background-image:url(../images/submenubg.jpg);
background-repeat:repeat-x;
background-position:center;
background-color:#93D0FD;
}

/*submenus*/
#dropmenudiv2{
margin-top:-25px;
margin-left:145px;
position:absolute;
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:#FFF;
z-index:100;
width: 170px;
border:1px solid #fff;
border-bottom:none;

}

#dropmenudiv2 a{
width: 170px;
background-color:#3E92D2;
color:white;
display: block;
border-bottom:1px solid #fff;
padding: 5px;
text-decoration:none;
/*font-weight: bold;*/


}

#dropmenudiv2 a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#3E92D2;
text-decoration:underline;
background-image:url(../images/submenubg.jpg);
background-repeat:repeat-x;
background-position:center;
background-color:#93D0FD;
}
/*submenus*/
#dropmenudiv3{
position:absolute;
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:#FFF;
z-index:100;
width: 170px;
border:1px solid #fff;
border-bottom:none;

}

#dropmenudiv3 a{
width: 170px;
background-color:#3E92D2;
color:white;
display: block;
border-bottom:1px solid #fff;
padding: 5px;
text-decoration:none;
/*font-weight: bold;*/


}

#dropmenudiv3 a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#3E92D2;
text-decoration:underline;
background-image:url(../images/submenubg.jpg);
background-repeat:repeat-x;
background-position:center;
background-color:#93D0FD;
}