/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../_img/body_bg.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #4661ab;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #617002;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	margin-bottom: 1em;
}
h4 { 
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #155c87;
	font-size: 1.5em;
	line-height: 1;
	border-bottom: 1px dotted #bac36f;
	font-weight: normal; 
}
a {
	color: #155c87;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	background: url(../_img/content_bg.gif) repeat-y;
}

#header h1 {
	margin: 0 auto;
	float: left;
	width: 556px;
	margin-top: 206px; /*206*/
}
#header h1 a:link, #header h1 a:visited {
	width: 556px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 24px; /*20*/
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	background: url(../_img/header_bg-01.jpg) no-repeat left top;
	height: 239px;
	padding: 0 10px;
	margin: 0 auto;
}
#header p {
	float: right;
	color: #94ce47;
	font-size: 1.5em;
	line-height: 1;
}
#toptools {
	margin: 16px 20px 0 0;
	padding: 0;
	float: right;
	width: 300px;
	text-align: right;
}
#toptools li { display: inline; }
#toptools li a { 
	border-right: 1px solid #bfbfbf;
	color: #bfbfbf;
	padding: 0 .5em;
	text-decoration: none;
}
#toptools li.last a {
	border-right: none;
	padding-right: 0;
}
#nav {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../_img/nav_bg.gif) repeat-x 0px 0px;
	height: 35px;
	font-size: 16px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #fcfcfc;
	text-decoration: none;
	line-height: 35px;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	background: url(../_img/nav_bg-hover.gif) repeat-x 0px 0px;
}

#contentContainer {
	background: url(../_img/contentContainer_bg.gif) no-repeat center top;
	padding: 18px 10px 36px;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 640px;
}
#contentContainer p {
	margin: 0 0 1.5em;
}
.content h2 span {
	font-size: .619em;
}


dl dt a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.167em;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #4661AB;
}
dl dd {
	margin-left: 0;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* Practice Areas Styles */
#practice-areas {
	width: 140px;
	float: left;
	margin: 0;
	padding: 36px 0 0;
}
#practice-areas ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
#practice-areas ul li a {
	display: block;
	background: url(../_img/button_bg.gif) no-repeat 0px 0px;
	line-height: 32px;
	text-decoration: none;
	color: #fcfcfc;
	margin-bottom: 1em;
}
#practice-areas ul li a:hover {
	background-position: 0px -32px;
}


/* Secondary Content Styles */
#secondaryContent {
	width: 150px;
	padding-left: 10px;
	float: right;
	font-size: .916em;
	line-height: 1.636;
}
	#secondaryContent ul.links {
		padding:0;
		margin-left:20px !important;
		margin-left:20px;
		line-height:16px;
		list-style-position:outside;
	}
	#secondaryContent ul.links li {

	}
	#secondaryContent ul.links a {
		text-decoration:none;
		color:#155c87;
	}
	#secondaryContent ul.links a:hover {
		text-decoration:underline;
		color:#666;
	}
#footer {
	height: 42px;
	border-top: 1px solid #fff;
	font-size: .916em;
	line-height: 1.636em;
	color: #4e4e4e;
	clear: both;
	background: #171819 url(../_img/footer_bg.gif) repeat-x 0px 0px;
	padding: 18px 10px 0;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #4e4e4e;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #4e4e4e;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.left {
	width: 380px; 
	float: left;
	margin-left: 20px;
}
.leftBody {
	width:620px;
	float:left;
	margin-left:20px;

}
.middle {
	width: 220px;
	float: left;
	margin-left: 20px;
}
.center {
	text-align: center;
}
.more {
	text-align: right;
	font-size: .916em;
}
.more a {
	text-decoration: none;
}
.more a:hover { text-decoration: underline; }
.more a:before {
	content: "» ";
}
.headshot { float: left; margin: 0 10px 1.5em 0; }
p.headshot {
	float: right;
	margin: 0 0 1.5em;
	border: 1px solid #eee;
	background: #f7f7f7 url(../_img/headshot.jpg) no-repeat 10px 10px;
	padding: 10px 10px 10px 110px;
	width: 190px;
	margin-left: 20px !important;
}
.imgRight {
	float:right;
	padding:3px;
	border: 1px solid #859503;
	margin-left:5px;
}
.imgLeft {
	float:left;
	padding:3px;
	border:1px solid #859503;
	margin-right:5px;
}
