/* CSS Document */

body {
	background: #9ab5cd url(images/site-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

form {
	margin: 0px;
	padding: 0px;
	}

.tableborder {
	border: solid 15px #fff;
	}
	
.logo {
	background: #fff;
	padding: 0px 10px 0px 0px;
	}

.topright {
	padding: 0px;
	text-align: right;
	background: #ebebeb;
	border-top: solid 1px #b5c1e4;
	border-right: solid 1px #b5c1e4;
	border-bottom: solid 1px #b5c1e4;
	}

.toprightshell {
	padding: 0px;
	text-align: right;
	background: #fff;
	border-bottom: solid 1px #eaeaea;
	font-size: 12px;
	color: #000;
	}

.contentarea {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	}

.leftcolumn {
	background: #f1f4f6;
	padding: 0px;
	}

.whitebg {
	background: #fff;	
	}


#nav {
	float: left;
	width: 220px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	background: #eceff3 url(images/nav-bg.gif) repeat-x;
	}

#nav p {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 12px 0px 12px;
	padding: 0px 0px 2px 0px;
	background: url(images/nav-item-background.gif) bottom left repeat-x;
	color: #0f5fa1;
	}

#nav p.subnavtop {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 12px 0px 20px;
	padding: 0px 0px 0px 8px;
	background: url(images/subnav-bullet.gif) left no-repeat;
	color: #0f5fa1;
	}

#nav p.subnav {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 12px 0px 20px;
	padding: 0px 0px 0px 8px;
	background: url(images/subnav-bullet.gif) left no-repeat;
	color: #0f5fa1;
	}

#nav a {
	color: #0f5fa1;
	text-decoration: none;
	}

#nav p.subnavtop a, #nav p.subnav a {
	color: #0f5fa1;
	text-decoration: underline;
	}

#nav a:hover, #nav p.subnavtop a:hover, #nav p.subnav a:hover {
	color: #0f5fa1;
	text-decoration: underline;
	}

#rightcolumn {
	float: right;
	width: 528px;
	height: auto;
	margin: 0px;
	padding: 0px;
	}

.rightcontent {
	background: #fff;
	font-size: 12px;
	color: #000;
	padding: 10px 0px 10px 20px;
	}

.rightcontent h1 {
	font-size: 20px;
	color: #005dab;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-weight: normal;
	}

.rightcontent p {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-weight: normal;
	line-height: 1.5em;
	}

.rightcontent p.attorneytitles {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	line-height: normal;
	}

.rightcontent a {
	color: #3F5A76;
	text-decoration: underline;
	}

.rightcontent a:hover {
	color: #657D95;
	text-decoration: underline;
	}


.positioningbottom {
	padding: 7px 0px 7px 0px;
	text-align: center;
	background: #f0f0f0;
	font-size: 14px;
	color: #333;
	border-top: solid 12px #fff;
	}

.positioningbottom p {
	font-size: 16px;
	color: #444;
	letter-spacing: 0.3pt;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	}

.positioningbottom a {
	color: #444;
	text-decoration: none;
	}

.positioningbottom a:hover {
	color: #444;
	text-decoration: underline;
	}

.separatebullet {
	color: #0f5fa1;
	}

.attorneystrip {
	padding: 5px;
	background: #f5f5f5;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	border: solid 1px #999;
	}

.footer {
	padding: 7px 0px 7px 0px;
	text-align: center;
	background: #538cbe;
	font-size: 12px;
	color: #fff;
	border-top: solid 12px #fff;
	}

.footer p {
	font-size: 12px;
	color: #f9f9f9;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	}

.footer a {
	color: #fff;
	text-decoration: none;
	}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
	}



.positioningstatementright {
	margin: 0px 5px 0px 0px;
	}

.imgmarginleft {
	margin: 0px 0px 6px 15px;
	}


.imgmarginright {
	margin: 0px 15px 6px 0px;
	}


.bullet {
	color: #005dab;
	}


.formtextdark {
	background: #f2f2f2;
	padding: 3px;
	font-size: 12px;
	color: #000;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	}

.formtext {
	background: #fff;
	padding: 3px;
	font-size: 12px;
	color: #000;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	}




