/* CSS Document */

/* BODY */
body {
	color:black;
	background:white url('imgs/body-bg.jpg') repeat-x top;
	font: .8em Verdana;
	padding:7px 0 0 0;margin:0;
}

#top, #bottom, #footer {
	width:762px;
	margin: 0 auto;
	padding:6px 11px;
	}
#top {background:url('imgs/top-bg.jpg') no-repeat;}
#bottom {background:url('imgs/bottom-bg.jpg') repeat-y;}
/* HEADER */
#header {
	height:117px;
}
.right-header {
	float:right
}
.logo {
	margin:17px 0 0 26px;
}
a img {border:0;}

/* NAVIGATION */
#nav {
	margin:0;padding:4px 0;
	font-size:.85em;
	width:100%;
	background-color:#660000;
	text-align:center;
	height:13px;
	}
#nav li {
	display: inline;
	list-style-type: none;
	padding:0;margin:0;
	}	

#nav a {
	text-decoration:none;
	font-weight:bold;
	color: white;
	padding:4px 40px;
	}
#nav a:hover {
	background-color:#333333;
	
}	

/* BOX */
#star-box {
	margin:1px 0;
	background:white url('imgs/header-shadow.jpg') bottom repeat-x;
	padding-bottom: 16px;
	height:140px;
	}
#infobox {
	font-size:.85em;
	background:#996533 url('imgs/info-box.jpg') top right no-repeat;
	width:200px; height:125px;
	color:white;
	padding:15px 0 0 15px;
	float:right;
	}
#star-box img {float:left}	
#infobox p {
	margin:0 0 10px 0;
	}	
.small-info {
	font-size:.8em;
}
	
/* CONTENT */
#content {
	padding:0 22px 10px;
	background:white url('imgs/virginia-bg.jpg') bottom right no-repeat;
}

.setheight {
height:300px
}

#content p {line-height:1.5em;}
h1 { font: 1.4em "Arial Black"; margin:5px 0 8px;}

a {color:#002E5C}
a:hover {color:#660000;text-decoration:none;}

#attorney-box {
	background:url('imgs/attorney-box.gif') 0 15px no-repeat;
	height:180px; width:350px;
	font-size:.85em;
	margin-bottom:20px;
}

.left-attorney {float:left}
.right-attorney {float:right}

#attorney-box p {line-height:1.5em; margin:12px 0}

h2 { font-size: 1.1em;}
#attorney-box h2 { padding-top:0;margin:0}

.thumbnail {
	margin:0 15px 70px 10px;
	float:left
	}
.icon {float:left;margin:3px 3px 0 0 }

.more {
	border:1px solid #999999;
	float:right;
	background-color:#FFFFFF;
	padding:4px 1px;
	font-size:.8em;
	margin-right:10px;
}
.more a { 
	text-decoration:none;
	background-color:#333333;
	color:white;
	font-weight:bold;
	padding:3px 4px;
	}
.more a:hover {
	background-color:#660000;color:white;
}

.attorney-pic {float:left;padding:0 40px 10px 0;}

#ul-indent li {margin-left:30px;}

hr {margin:30px 0;}

#map {float:right}

.sitemap li {padding:5px 0}
/* FOOTER */
#footer {
	height:58px;
	background:url('imgs/footer.jpg') top center no-repeat;
	font-size:.8em;
	color:white;
	line-height:1.5em;
	}
#footer a{color:white;}
#footer a:hover{color:#996633;}
#footer p {
	padding:2px 7px;
	margin:0;}
#footer .links {
text-align:right;
float:right;
}