/*  
Theme Name: Stovall
Theme URI: 
Description: Theme developed for Stovall and Associates
Version: 1.0
Author: David Williamson
Author URI:
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, a, em, q,
font, img, small, strike, strong, dl, dt, dd,
fieldset, form, label, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

body {
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align:top;
	font-weight: normal;
}
p {
	margin-top:0
}

body {
	background-color:#333333;
}

#wrapper {
	width:848px;
	margin:0 auto;
	border-left:white solid 10px;
	border-right:white solid 10px;
	padding-top:1px;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:1.3em;
	background:url(images/gradient.png) top left repeat-x #FFFFFF;
	/*background-position:0 -260px;*/
}

#nav {
	font-family:"Trebuchet MS", Times, serif;
	height: 36px;
	width:848px;
	/*background-color:#11496A;
	font-family:"Trebuchet MS", Times, serif;*/
	background:url(images/nav_bg.jpg) repeat-y;
	font-size:11px;
	border-bottom:#FFFFFF solid 1px;
}

#nav ul li {
	display: inline;
	padding: 0px 23px;/*
	background:url(images/nav_divider.gif) right center no-repeat;*/
}


#nav ul li.page-item-18 {
	display: inline;
	padding: 0px 23px;
	background:none;
}

#nav ul {
	margin: 0px;
	padding: 8px 0px;
	list-style-type: none;
	text-align: left;
}

#nav ul li.noborder {
	display: inline;
	padding: 0px 22px;
	border-right:none;
}

#nav ul li.page_item a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
}

#nav ul li.page_item a:hover {
	color: #656565;;
}

#header {
	 height:100px;
	 background: url(images/header_bkgd.png) repeat-y;
	 vertical-align:bottom;
	 border-bottom:1px solid white;
}

#footer {
	 margin:0;
}

#gray_border {
	border:1px solid #CED7DE;
	padding:3px;
	font-size:.7em;
	margin-top:4px;
}

#gray_border.center {
	text-align:center;
	vertical-align:middle;}

/* maintains left and right column heights, auto-flows right column when content is longer than left column */
#content {
	 position:relative;
	 color:#787878;
}

#content > .doublespace {
	 line-height:2em;
}

#content a {
	position:relative;
	min-height:400px;
	text-decoration: none;
	color:#C99B00;
}

#content a:hover {
	text-decoration:underline;
}

#content p.indent {
	padding-left:20px;
	font-size:13px;
}

#column-left {
	 width:512px;
	 padding:20px 15px 15px 15px;
	 min-height:375px;
	 /*border:1px solid red;*/
}

#column-right {
	 position:absolute;
	 top:0px;
	 right:0px;
	 bottom:15px;
	 width:265px;
	 padding:20px 0;
	 overflow:auto;
}

#blog-left {
	 float:left;
	 width:388px;
	 padding:20px 15px 15px 15px;
	 /*border:1px solid red;*/
}

#blog-left p{
	margin-left:15px;
}

#blog-right p{
	margin-left:15px;
}

#blog-right {
	float: left;
	width:388px;
	padding:20px 0;
}

#flash-container {
	height:259px;
	width:848px;
	position:relative;
}

#flash-container div.left {
	width:609px;
}

#flash-container div.right {
	position:absolute;
	right:0;	
	top:0;
	bottom:0;
	width:239px;
}

#eval-container {
	position:relative;
	background-color:#E2DAC3;
	height:259px;
}

#quickeval {
	position:absolute;
	top:10px;
	bottom:10px;
	right:10px;
	left: 10px;
}

#quickeval div.desc {
	padding-left:10px;
	padding-bottom:5px;
	font-size:12px;
	color:#656565;
	line-height:14px;
}

#quickeval label {
	color:#656565;
	display:block;
	float:left;
	margin-right:8px;
	padding-top:5px;
	text-align:right;
	width:78px;
	font-size:13px;
}

#quickeval input, #quickeval textarea {
	width:125px;
	height:23px;
	border:1px solid #BCA56F;
	background:url(images/quickeval_input_bkgd.png) top left repeat-x;
	/*margin-bottom:1px;*/
}

#quickeval textarea {
	height:53px;
	background:url(images/quickeval_txtarea_bkgd.png) top left repeat-x;
}

#divider {
	background: url(images/header_bkgd.png) repeat-y;
	clear:both;
	height:2px;
	margin-bottom:5px;
	margin-top:10px;
}

#divider-light {
	background: url(images/divider_light.gif) repeat-y;
	clear:both;
	height:2px;
	margin-bottom:5px;
	margin-top:10px;
}

#divider_gray {
	background-color:#DACFBE;
	clear:both;
	height:1px;
	margin-bottom:5px;
	margin-top:5px;
}

h2 {
	font-size:18px;
	font-weight:700;
	color:#114978;
	margin-bottom:5px;
}

h3 {
	font-size:14px;
	color:#114978;
	margin-top:10px;
}

h4 {
	font-size:12px;
	color:#BDA46C;
	font-weight:100;
	line-height:1em;
	display:inline;
}

#footer {
	font-size:11px;
	padding:0 15px 0 15px;
	height:68px;
	padding-bottom:1px;
	clear:both;
}

#footer table td {
	text-align:center;
	vertical-align:middle;
}

#footer a {
	position:relative;
	min-height:400px;
	text-decoration: none;
	color:#c99b00;
}

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

.home_img_icon {
	float:left;
	width:130px;
	padding:10px 23px;
}

.img_icon {
	width:370px;
	height:71px;
	margin-bottom:20px;
	clear:both;
}

.img_icon img {
	float:left;
	padding-right:15px;
}

.bold {
	font-weight:800;
}

.button {
	background-color:#BCA56F;
	padding:4px 7px 4px 7px;
	/*padding:7px;*/
	margin:7px;
	font-size:12px;
	color: white;
	text-decoration:none;
}

.bioheader {
	margin-bottom:13px;
}

.more-link {
	display: inline;
}

#bio {
	margin-left:190px;
}

.biophoto {
	float:left;
}

#title {
	margin-top:10px;
	margin-bottom:10px;
	/*margin-left:15px;*/
}

#resourceLibrary {
	margin-left:15px;
}

/* this styles control the alignment of the attorney profiles pages as well as the practice areas page. */
.overall {
text-align:center;
}

.overall .imagesholder{
display: inline-block;
padding-top:10px;
text-align:center;
}
.imagesholder span{
display: block;
}

.overall .imagesholder{
display:inline;
}

.overall > .imagesholder{
display:inline-block;
}

.prompt {
text-align:center;
}

<!--[if lt IE 8]><style>
.iewibl {
display: inline;
}
<![endif]-->
<!--[if lt IE 5.5000]>
.test {
height: 0;
}
<![endif]-->