/* CSS Document */
body {
	margin: 20px;
	background-color: #817F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
a:link {
	color: #165089;
}
a:visited {
	color: #165089;
}
a:hover {
	color: #79795B;
}
a:active {
	color: #165089;
}

#titlename {
	color:#165089;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:2px;
	font-weight:bold;
}

.footer {
	font-size: 10px;
	color: #C1BFAD;
	padding-top: 16px;
}
.photocaption {
	font-size: 10px;
	color: #79795B;
}


.leftcolumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:200px;
	height:100%;
	background-color: #DDDCCF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
}

.attorneyleftcolumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:200px;
	height:100%;
	background-color: #edece1;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
}

.mainnav {
	font-weight: bold;
	background-color: #DDDCCF;
	font-size: 11px;
	padding: 16px;
	line-height: 2em;
}

.attorneynav {
	padding:inherit;
	background-color: #edece1;
	padding: 16px 8px 0px 8px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ffffff;

	z-index:-10;
}

.attorneynav a:link, .attorneynav a:visited, .attorneynav a:active {
	color:#165089;
	text-decoration:none;
	font-size:87%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#attorneynav-title {
color:#165089;
font-family:"Times New Roman",Times,serif;
font-size:12px;
font-weight:bold;
letter-spacing:2px;
}

.rightcolumn {
	font-size: 11px;
	padding: 16px;
}
.rightcolumn td {
	font-size: 11px;
}
.headerrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.mainnavlink:link {
	color: #696759;
	text-decoration: none;
}
.mainnavlink:visited {
	color: #696759;
	text-decoration: none;
}
.mainnavlink:hover {
	color: #165089;
	text-decoration: none;
}
.mainnavlink:active {
	color: #696759;
	text-decoration: none;
}

.content-padding{
	width:96%;
}
.bluetext {
	color:#165089;
}

/*IE 7 hack*/
#html>body .attorneynav .ie {
	margin-top:-3px;
}
