/**************************** Unto Html*/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	margin: 0;
	padding: 0;
	font:80% Arial, Helvetica, sans-serif;
	background-color: #cbd9de;
	color: #fff;
}
h2 {
	font-size: 24px;
	color: #c3bc06;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #a9bec4;
	font-weight: normal;
}
h4 {
	font-size:14px;
	margin: 0 0 5px 0;
	color:#C3BC06;
	font-weight: normal;  
}

strong {
	color:#C3BC06;
}

p{
	line-height: 16px;
	margin: 0 0 5px 0;
	text-indent: 10px; 
}

a:link, a, a:visited {
	color: #fff;
	text-decoration: underline;
}

/************************* Column layouts*/   

#threeColLayout #primaryContent {
	float:left;
	display:inline;
	width:235px;
	margin: 25px 0 0 25px;

}

#twoColLayout #primaryContent {
	float:left;
	display:inline;
	width:498px;
	margin-right: 25px;
}                        

#twoColLayout #secondaryContent{
	display:none;
}              

#oneColLayout #secondaryContent, #oneColLayout #sideContent{
	display:none;
}


/********************* Layout*/
#primaryContent {
	width:800px;
	display:inline;  
	margin: 25px;
}

#secondaryContent {
	float: left;
	display:inline;
	width:235px;
	margin: 120px 25px 0 25px;
}

#sideContent{
	float:left;
	display:inline;
	width:197px;
	margin: 25px 25px 0 0;
	padding-left: 25px;
	border-left: 2px solid #634B35; 
}

#footer {
	clear:both;
}   
#wrapper {
	width:800px;
	margin: 10px auto 0;
	padding: 0 0 25px 0;
	background-color: #74583e;
}

#header {
	height:200px;
	background: #fff url(../images/header.gif) no-repeat 25px 25px;
}
#homelink {
	display:block;
	width:390px;
	height: 70px;
}

/******************** navigation */
#nav{
	position: relative;
	padding-top: 95px;
}
#nav ul {
	float:right;
	margin: 0 25px 0 0;
	font-size: 16px;
}
	#nav ul li{
		float:left;
		padding-right: 25px;
	}
	#nav ul li a{
		display:block;
		line-height: 35px;
		text-decoration: none;
	}
		body.home #nav li a#home, body.practice #nav a#practice, body.attorneys #nav a#attorneys, body.resources #nav a#resources, body.articles #nav a#articles {
		color: #74583e;
		background: #fff url(../images/nav.gif) no-repeat center 22px;
	}
		#nav a{
			color:#006c8c;
		}
		#nav a:hover{
			color: #C3BC06; 
		}


/********************* Attorney's Page*/

body.attorneys #primaryContent img, body.attorneys #secondaryContent img {
/*	border: 1px solid #a9bec4;  */
	float:left;
	display:block;
	margin: 0 0 20px 0;
	padding: 5px;
	background-color:#fff;
}
	body.attorneys #primaryContent #intro-bio img {
		float:left;
		display:block;
		margin: 0 20px 20px 0;
		padding: 5px;
		background-color:#fff;
	}

body.attorneys h4 a {
	color:#a9bec4;
	text-decoration: none;
	font-size: 18px; 
}
	body.attorneys h4 span {
		color:#fff;
		text-decoration: none;
		font-size: 12px;
		margin-bottom: 50px;
	}
  body.attorneys h4 span em {text-decoration: underline;font-style: normal;}
body.attorneys span a {
	color:#C3BC06;
	text-decoration: none;
		margin: 15px 0;  
} 
body.attorneys h2.blue{
	color: #a9bec4;
	}
	
body.attorneys #primaryContent p, body.attorneys #secondaryContent p {
	text-indent: 0px;
}
body.attorneys #primaryContent #bio {
	margin-top: 20px;
}

body.attorneys #primaryContent #bio p {
	text-indent: 10px;
} 

body.attorneys #primaryContent #intro-bio{  
	width: 473px;
}
/************************** Intro Widths* */ 

body.practice #primaryContent #intro{  
	width: 473px;
}  

div#intro {
	width:235px;
	display:block;
	margin: 0 0 10px 0;
	height: 85px;
} 

div#intro p {
	text-indent: 0px;
}
/************************** Contact information*/ 

.contact {
	margin: 100px 0 13px 0;
	height: 185px;                                      
	background: #74583E url(../images/contact.gif) repeat-x;  
	padding: 10px;     
}

.contact a:link {
	color: #fff;
	text-decoration: underline;
}

.contact p, .copyright {
		text-indent: 0px; 
}

.copyright {
	font-size: .8em;
	line-height:10px;
} 

/************************ Misc. */

.clearfix {
	clear:both;
}
