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

/* Body */

body {
	background: #000000 /*url('../img/background/wood_gradient.jpg') no-repeat center top*/;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	color:  #242424;
}

p { 
	color: #444;
	line-height: 3ex;
}

strong {
	color: #262626;	
}

a { 
	color: #242424;
	text-decoration: none;
	border: none;
	outline: 0px;
}

img {
	border: none;
}

address {
	font-style: normal;	
}



/* Headings */

h1,h2,h3,h4,h5 {
	margin: 0px;
}

h2 {
	font: normal 20px/23px Tahoma, Arial, Helvetica, sans-serif;
	margin-left:  15px;
}

h3 {
	font: normal 18px/20px Tahoma, Arial, Helvetica, sans-serif;
}

h4 {
	font: normal 16px/18px Tahoma, Arial, Helvetica, Sans-Serif;
}

h5 {
	font: normal 12px/15px Tahoma, Arial, Helvetica, Sans-Serif;
}

.fieldclass {
	background-image: url(../img/fields/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 20px;
	width: 360px;
}

.fieldclass:focus {
	border: 1px solid #242424;
	background: #fff;
}

/* Header */

#header_wrapper {
	background: #000 url('../img/background/suit_tie_bg.png') no-repeat top center;
	margin-top: -10px;
}

#header_logo {
	float: left;
	margin: 35px 0px 35px 35px;
}

#header_locations {
	margin: 25px 0px 25px 0px;
	float: right;
	width: 410px;
}

/* Top Menu Navigation */

#navigation {
	background: #fff url('../img/background/navigation_bg.jpg') repeat-x top left;
	height: 45px;
	font-weight: bold;
	font-size: 1.7ex;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#navigation ul { 
	float: left; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
	line-height: 45px;
}

#navigation li { 
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: left;
}

#navigation li a { 
	height: 45px; 
	color: #fff; 
	font-size: 2.2ex;
}

#navigation li a:hover {
	color: #ddd; 
	text-decoration: none; 
	border: none;
}

#navigation .links ul {
	float: left; 
	margin: 0 0 0 0px;
}

#navigation .links li { 
	display: inline; 
	padding: 0px 17px 0px 12px; 
	margin: 0px auto; 
	background: url('../img/border/nav_left_border.jpg') no-repeat right ;
}

#navigation .links .first { 
}

#navigation .links .last {
	background: none;	
}

#navigation_search {
	float: right;	
	color: #fff;
	line-height: 45px;
	margin-right: 10px;
}

.screen-reader-text {
	display:none;
}

/* Sidebar Navigation */

#sidebar {
	float: left;
	min-height: 600px;
	margin: 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff url('../img/background/fancy_search_bg.jpg') repeat-x;
}

#sidebar h2 {
	margin-top: 10px;	
}
#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: -30px;
}

#sidebar ul li {
	text-indent: 7px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	height: 25px;
	line-height: 25px;
	width: 90%;
}

#sidebar ul li:hover {
}

#sidebar ul li a:hover {
	font-weight: none;
	color: #950e0e;
}

#sidebar ul .last {
	border-bottom: 1px solid #fff;
}

.help_center {
	text-align: center;
	margin-bottom: 25px;
}

.help_center img {	
	margin-bottom: 5px;
}

/* Content */

#content_container {
	background: #fff;
	margin: 0 0 50px 0;
	padding: 0px;
}

#content {
	float: right;
	margin: 0px 0px 20px 0px;
	width: 659px;
	background: #fff;
}

#content a {
	text-decoration: underline;	
}

#content a:hover {
	color: #950e0e;
	text-decoration: none;
}

#content h2 {
	margin: 30px 0px 30px 0px;	
}

#content h3 {
	color:#242424;
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}

#content .page_image {
	margin:  15px 0px 15px 15px;
}

.content_quote {
	border: 1px solid #ddd;
	padding: 15px;
	width: 85%;
	margin: 0px auto;
}

.content_box {
	width: 95%;
	margin: 0px auto;
}

.content_box_top {
	width: 95%;
	margin: 10px auto 0px auto;
}

/* Content Footer Background */
#content_bottom {
	background: #fff url('../img/background/fancy_search_bg_bottom.jpg') repeat-x top left;
	height: 58px;
}

/* Footer */

#footer_links {
	background: #000;	
}

#footer_links a{
	font-size: 1.8ex;
	color: #fff;
}

#footer_links a:hover {
	color: #950e0e;	
}

#footer_links ul {
	display: block;
	margin: 5px 0 0 0;
	float: right;
}

#footer_links ul li {
	display: inline;
	margin: 0 10px 0 0;
}

.footer-copywrite {
	float: left;
	margin-top: 10px;	
	color: #fff;
}

.footer_info {
	clear: right;
	margin: 30px;
	text-align: justify;
}

/* Areas of Practice Page */

.areas_of_practice {
	margin-left: 40px;
	/* list-style-image: url(../images/list_styles/checkmark_dark.png) */
	list-style: none;
}

.areas_of_practice li {
	margin: 1px 0 0 0;
	font-size: 2.4ex;
	line-height: 2.5ex;
	letter-spacing: 0px;
}

#attorney_picture {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #fff;
}

/* Attorney Profiles */

.attorney_box_info {
	margin: 15px auto;
	text-align: justify;
}

.attorney_box_info img {
	float: right;
	background: #fff url('../img/attorneys/attorney_image_background.png') repeat-x top left;;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 20px 0px 0px 25px;
}

/* Attorney Video */

#video {
	display: none;	
}

.attorney_video {
	float: right; 
	margin: 5px 0px 15px 10px; 
	padding: 5px; background: url('../img/background/video_bg.png') repeat-x top left;
	border: 1px solid #ccc;	
}


/* Contact Page Map */

#contact_form {
	margin: 20px auto;
}

#myForm {
	
}

/* Attorney Bio's */

#jeff {
	display: none;
}

#erin {
	display: none;	
}

#jean {
	display: none;	
}

.read_more {
	margin: 5px 0px 10px 0px;	
}

.bio {
	width: 600px;
	margin: 15px ;	
}

.bio p {
	margin-top: 10px;	
}

.bio h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

.bio_pic {
	float: left;
	margin: 20px 50px 20px 20px;
}

.schedule_today {
	width: 225px;
	height: 40px;
	margin: 10px auto;
	float: right;
}

/* Questions & Answers */


/* Resources */

.resources_title {
}

.resources_list {
	line-height: 2.8ex;
	font-size: 1.9ex;
}
.resources_list li {
	margin: 5px 0px;
}

/* Contact */

.left_side {
	margin-top: 30px;
	float: left;
	width: 50%;
	padding: 20px;
}

.right_side {
	text-align: center;
	margin-top: 30px;
	margin-left: 50%;
	margin-right: 20px;
	width: 50%;
}
.right_side img { margin: 20px auto; border: 1px solid #ddd;}
.right_side h5 {
	margin: 5px 0px;
}	

/* Divorce Information Center */

.resources_list {
	list-style: disc;
	margin-left: 35px;
	line-height: 2.3ex;
}

/* Where you may have seen us page */

.advertisement_image {
	margin-bottom: 15px;
	padding: 5px;
	background: #ddd;
	border: 1px solid #aaa;
}

/* Page Photos */

.page_thumb {
	float: left;
	border: 0px solid #efefef;
	margin: 5px 10px 10px 0px;
}

.page_photo {
	float: right;
	border: 1px solid #efefef;
	margin:  5px 0px 15px 15px;
}
