/* CSS Document */

body{background-color:#000; margin:0px; font-family:Geneva, Arial, Helvetica, sans-serif; color:#fff; font-size: 11px;}

.topright{background-image:url(assets/images/top_right.jpg);}

.btnback{background-image:url(assets/images/btn_back.jpg);  padding-left:80px; height:55px;}

a:link, a:active, a:visited{ color:#666; text-decoration:none;}
a:hover{color: #fff; text-decoration:underline;}

.home {background-image:url(assets/images/btn_home_over.jpg);
background-repeat: no-repeat; height: 50px; width: 70px; display: block;}
.home a{background-image:url(assets/images/btn_home.jpg);
background-repeat: no-repeat; height: 50px; width: 70px; display: block;}
.home a:hover{background: none;}

.firm {background-image:url(assets/images/btn_firm_over.jpg);
background-repeat: no-repeat; height: 50px; width: 130px; display: block;}
.firm a{background-image:url(assets/images/btn_firm.jpg);
background-repeat: no-repeat; height: 50px; width: 130px; display: block;}
.firm a:hover{background: none;}

.test {background-image:url(assets/images/btn_test_over.jpg);
background-repeat: no-repeat; height: 50px; width: 122px; display: block;}
.test a{background-image:url(assets/images/btn_test.jpg);
background-repeat: no-repeat; height: 50px; width: 122px; display: block;}
.test a:hover{background: none;}

.profile {background-image:url(assets/images/btn_profile_over.jpg);
background-repeat: no-repeat; height: 50px; width: 150px; display: block;}
.profile a{background-image:url(assets/images/btn_profile.jpg);
background-repeat: no-repeat; height: 50px; width: 150px; display: block;}
.profile a:hover{background: none;}

.mainback{background-image:url(assets/images/mainback.jpg); height:610px;}
.mainback2{background-image:url(assets/images/mainback2.jpg); height:610px;}

#flashcontent{height:600px; width:850px;}
#contact{height:600px; width:220px;}

.btm{background-image:url(assets/images/btm.jpg); padding-left:90px; height:115px;}

.criminal {background-image:url(assets/images/btn_criminal_over.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.criminal a{background-image:url(assets/images/btn_criminal.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.criminal a:hover{background: none;}

.family {background-image:url(assets/images/btn_family_over.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.family a{background-image:url(assets/images/btn_family.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.family a:hover{background: none;}

.personal {background-image:url(assets/images/btn_personal_over.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.personal a{background-image:url(assets/images/btn_personal.jpg);
background-repeat: no-repeat; height: 115px; width: 115px; display: block;}
.personal a:hover{background: none;}

.btmtext{font-size:10px; color:#999999;}

.bold{color:#C78E3A; font-size:125%;}
.color{color:#C78E3A; font-style:italic;}.LISTlinespacing {
	line-height: 18px;
}

.underline{text-decoration:underline;}

.grey{color:#CCC; background-color:#333;}
/*  dropdown menu*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 12px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999;
}

.chromestyle ul li a:hover{
color:#fff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(assets/images/SpryMenuBarDownHover.gif); 
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-image:url(assets/images/sub_btn_back_over.png);
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(assets/images/sub_btn_back.png);
}