@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../images/scales.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:130%;
	margin: 15px auto 15px;
}

img {
	border: none;
}

a:link,a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #447cac;
	text-decoration: underline;
	font-weight: bold;
}

a.foot, visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

a.foot:hover {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
}

h1 {
	font-size: 16px;
	color: #447cac;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #447cac;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #447cac;
	font-weight: bold;
}

h1.righthead {
	font-size: 14px;
	font-weight: bold;
	color: #447cac;
	text-align: center;
}

h1.home {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

p {
	text-align: justify;
}

p.center {
	background: transparent;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

p.disclaim {
	background: transparent;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin: 5px 10px 5px 10px;
}

#wrapper {
	width: 901px;
	min-width: 901px;
	margin: 0 auto;
}

.borderleft {
	background-image: url('../images/bdr-lft-tidewater-va.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.borderright {
	background-image: url('../images/bdr-rgt-va-attorney.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.content {
	background-color: #FFFFFF;
}

.contentpad {
	padding: 3px 0px;
}

#navbg {
	background-image: url('../images/nav-bg.gif');
	background-repeat: repeat-y;
	width: 173px;
	height: auto;
}

a.navlink:link, a.navlink:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 18px;
}

#bodyleft {
	background-image: url('../images/body-lft.gif');
	background-repeat: repeat-y;
	width: 6px;
}

#bodyright {
	background-image: url('../images/body-rgt.gif');
	background-repeat: repeat-y;
	width: 6px;
}

#bodytext {
	background-color: #CCDDEA;
	padding: 5px 5px;
}

.right-border-l {
	background-image: url('../images/rgt-lft.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.right-border-r {
	background-image: url('../images/rgt-rgt.gif');
	background-repeat: repeat-y;
	width: 5px;
}

#subleft {
	background-image: url('../images/sub-lft.gif');
	background-repeat: repeat-y;
	width: 5px;
}

#subright {
	background-image: url('../images/sub-rgt.gif');
	background-repeat: repeat-y;
	width: 5px;
}

.divide {	
	border-bottom-style: solid;
	border-bottom-color: #447cac;
	border-bottom-width: 1px;	
	border-top-style: solid;
	border-top-color: #447cac;
	border-top-width: 1px;
	background-color: #006699;	
}