@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	min-width: 940px;
	/*	background-color: #1f5267;*/
/*	background-color: #c5d494;*/
	background-color: #000000;
	height:auto;
	margin: 0px;
	padding: 0px;
}

p
{margin:12px 0;}

a
{color:#164F4D;text-decoration:underline;}

a:visited
{color:#164F4D;text-decoration:underline;}

a:hover
{color:#ca0002;text-decoration:underline;}

a:focus
{outline:none;text-decoration:underline;}


.contentcontainer
{
	float:left;
	width:940px;
	background-color:#FFF;

}

#contenttitle{
	color:#6D1616; 
	font-size:30px;
	border-bottom:dotted 1px #6D1616;
	margin-bottom:5px;
}

#maintagline{
	font-size:16px;
	font-style:italic;
	color:#000; 
	line-height:1.3em; 
	border-top:dotted 1px #6D1616; 
	padding-top:8px;	
}

#flashheader {
	margin:0px; 
	border-bottom:solid 20px #703614; 
	background-color:#ffffff;	
}

#pagewrapper {
	width:940px;
	height:auto;
	margin: 0 auto;
	background-color: #e4d3b0;
/*	background-color: #fff;*/
	color: #000000;
/*	min-height:1175px;*/
}

#columnwrapper {
	background-color:#fff; 
	float:left; 
	width:940px;
}

.col1{
	float:left; 
	width:660px; 
	padding:0px; 
/*	height:510px;*/

	background-color:#ffffff; 	
/*	background-color:#E4D3B0;	*/
}

.col1 #maincontent{
	width:625px;
	padding:25px 15px 0px 20px;
	background-color:#ffffff;
}

.col1subpage{
	float:left;
	width:625px;
	padding:15px 15px 20px 20px;
	background-color:#ffffff;
}


.col2{
	float:right; 
	width:280px;
	padding:25px 0 0 0px; 
	background-color:#ffffff;
}

#col2topcontainer, #col2bottomcontainer{
	width:265px; 
	height:195px; 
	background-color:#ffffff;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #dfdfdf;		
}

#col2topcontainer{
	margin-bottom:25px;
	padding-bottom:20px;
	margin-top: 35px;
}

#col2bottomcontainer{
	padding-left:3px; 
	padding-bottom:10px;
	border-bottom:0px solid #dfdfdf;
}

#col2toptitle{
	color:#164F4D;
	padding-bottom:10px;	
}

#col2bottomtitle{
	color:#164F4D;	
}

#col2top, #col2bottom{
	width:265px;	
}

#col2topT1{
	float:left; 
	width:125px;	
}
#col2topT2{
	float:left; 
	width:125px; 
	font-size:12px; 
	text-align:left;
	margin-top:10px; 
	margin-right:5px;
	font-weight:normal;	
}

#col2bottomT1{
	float:left; 
	width:144px; 
	padding-top:15px;
}
#col2bottomT2{
	float:left; 
	width:115px; 
	font-size:12px; 
	text-align:left;
	margin-top:20px; 
	margin-left:0px;
	font-weight:normal;	
}

#c1, #c2, #c3, #c4 {
	background-color: #ffffff;
	float: left;
}

#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 15px;
	width: 238px;
	font-size: 0px;
}


.biocontent{
	width:550px;
	background-color:#174F4E;
	padding:20px;
	color:#fff;
}

.biocontent td{
	font-size:.8em;
}


.biocontent strong{
	font-size:1.2em;
	font-weight:bold;
	color:#CC9;
}

#attorneyname{
	font-size:1em; 
	font-weight:bold;
	padding:5px 0 5px 0;	
	color:#174F4E;
	background-color:#F9F6F1;
	border:solid 0px #174F4E;
	width:590px;	
}

a:link.biolink{
	color:#CC9;
	text-decoration:underline;
}

a:hover.biolink{
	color:#ffffff;
	text-decoration:underline;
}


h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	float:left;
	margin: 0px auto;
	font-size: 0.7em;
	padding-top:5px;
	width:625px;
}
#footer p{
	color:#703614;
}

#footercontent {
	margin-bottom:5px;
	color:#703614;
	padding: 0px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#menu {
	padding-left:193px;
	background-color: #703614;
	font-size: 0.8em;
	height:40px;
}

#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu #BasicNav a {
	float: left;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
#menu #BasicNav a:hover {
	color: #dfdfdf;
/*	background-color: #FFFFFF;*/
}
#menunav {
	background-image: none !important;
	background-color: transparent !important;
}
