@charset "UTF-8";


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #f6f7f3 url(../img/bkgd_shadow.png) repeat-x;
}
#container {
	margin: auto;
	padding: 0px;
	width: 900px;
	background-color: #000;
	overflow: auto;
	background: url(../img/container_bkgd.png) repeat-y top left;
}




/* header styles */

#header {
	background: #f6f7f3 url(../img/header_bkgd.png) repeat-x;
	height: 80px;
}
#logo {
	float: left;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 300px;
}
#top_nav {
	float: right;
	margin: 22px 0 0 0;
	padding: 10px 0 10px 0;
	text-align:right;
	color: #999;
	overflow:visible;
}
#top_nav li {
	display: inline;
	padding: 10px 10px 10px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 100%;
	font-weight: bolder;
}
#top_nav li a {
	text-decoration: none;
	color: #1C3632;
	background: none;
	margin: 0;
	padding: 0;
}
#top_nav li a:hover {
	text-decoration: none;
	color: #A9B089;
}
#selected {
	background: #f6f7f3 url(../img/nav_on.png) repeat-x bottom left;
	overflow:visible;
}




/* image styles */

#image_about {
	background: #f6f7f3 url(../img/img_about.jpg) no-repeat;
	height: 260px;
	width: 900px;
}
#image_practice {
	background: #f6f7f3 url(../img/img_practice_wheelchair.jpg) no-repeat;
	height: 260px;
	width: 900px;
}
#image_contact {
	background: #f6f7f3 url(../img/img_contact.jpg) no-repeat;
	height: 260px;
	width: 900px;
}
#image_testimonials {
	background: #f6f7f3 url(../img/img_testimonials.jpg) no-repeat;
	height: 260px;
	width: 900px;
}
#image_home {
	background: #f6f7f3 url(../img/img_home_kids.jpg) no-repeat;
	height: 325px;
	width: 900px;
}



#image_home p, #image_about p, #image_practice p, #image_contact p, #image_testimonials p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 1.6em;
	font-weight: normal;
	color: #A9B089;	
}
#image_home p {
	padding: 130px 360px 0 90px;
	font-size: 190%;
}
#image_contact p {
	padding: 105px 70px 0 450px;
}
#image_about p {
	padding: 55px 70px 0 450px;
}
#image_practice p {
	padding: 70px 430px 0 70px;
}
#image_testimonials p {
	padding: 85px 430px 0 70px;
}
#separator {
	background: #f6f7f3 url(../img/separator.png) repeat-x;
	height: 11px;
	width: 900px;
	margin: 0;
}
#nameright{
	padding: 10px 70px 0 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 1.6em;
	font-weight: normal;
	color: #A9B089;
}
#nameleft{
	padding: 10px 70px 0 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 1.6em;
	font-weight: normal;
	color: #A9B089;
}




/* home page styles */

#content_home {
	width: 900px;
	font-size: 95%;
	color: #444;
	background: #BAC7C3 url(../img/content_shadow_bottom.png) repeat-x bottom left;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
#content_home p {
	margin: 0;
	padding: 30px 50px 30px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 1.7em;
	font-weight: normal;
	color: #FFF;
	background: url(../img/content_shadow_top.png) repeat-x top left;
}




#content_home3 {
	width: 900px;
	font-size: 95%;
	color: #444;
	background: #BAC7C3 url(../img/content_shadow_bottom.png) repeat-x bottom left;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
#content_home3 p {
	margin: 0;
	padding: 30px 50px 30px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 1.7em;
	font-weight: normal;
	color: #FFF;
	background: url(../img/content_shadow_top.png) repeat-x top left;
}




/* content styles */


#content {
	float: right;
	width: 575px;
	color: #1C3632;
	background: #BAC7C3 url(../img/content_shadow_top.png) repeat-x top left;
	margin: 0;
}
#line_top {
	margin: 25px 0 15px 30px;
	height: 2px;
	width: 500px;
	background: url(../img/line.gif) repeat-x top left;
}
#line_bottom {
	margin: 20px 0 0 30px;
	height: 2px;
	width: 500px;
	background: url(../img/line.gif) repeat-x top left;
}
#content h1 {
	padding: 5px 0 5px 45px;
	margin: 0 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #FFF;
	background: url(../img/bug.png) no-repeat center left;
}
#content p {
	padding: 5px 40px 0 75px;
	margin: 0 0 13px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.7em;
	color: #1C3632;
}
#content p a {
	color: #FFF;
}
#sidebar {
	width: 315px;
	float: left;
	color: #1C3632;
	background: #60726f url(../img/sidebar_top.png) repeat-x top left;
	margin: 0;
}
#sidebar h2 {
	padding: 5px 0 5px 28px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #FFF;
}
#sidebar p {
	color: #BAC7C3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 29px 0 28px;
}
#sidebar ul {
	padding: 0 0 0 44px;
	font-family: Helvetica, Arial, sans-serif;
	color: #BAC7C3;
	margin: 0;
}
#sidebar li {
	padding: 0 0 0 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.7em;
	color: #BAC7C3;
	list-style:circle;
	margin: 0;
}
#sidebar_line_top {
	margin: 25px 0 15px 30px;
	height: 2px;
	width: 255px;
	background: url(../img/line.gif) repeat-x top left;
}
#sidebar_line_bottom {
	margin: 20px 0 0 30px;
	height: 2px;
	width: 255px;
	background: url(../img/line.gif) repeat-x top left;
}
#bottom_shadows {
	margin: 0x;
	height: 40px;
	width: 900px;
	background: url(../img/bottom_shadows.png) no-repeat bottom left;
}
#contact_info {
	padding: 5px 40px 0 75px;
	margin: 0 0 33px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.7em;
	color: #1C3632;
}
#contact_info a {
	font-weight: normal;
	line-height: 1.7em;
	color: #1C3632;
}
#contact_info a:hover {
	font-weight: normal;
	line-height: 1.7em;
	color: #FFF;
}
#contact_info h3 {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.7em;
	color: #FFF;
}
#contact_info img {
	float:right;
	padding: 11px 0 0 20px;
}



/* footer styles */

#footer_home {
	clear: both;
	height: 61px;
	width: 900px;
	overflow: hidden;
	margin: 0 0 0 0;
	background: #f6f7f3 url(../img/footer_bkgd.png) repeat-x bottom left;
}
#footer {
	clear: both;
	height: 101px;
	width: 900px;
	overflow: hidden;
	margin: 0 0 0 0;
	background: #f6f7f3 url(../img/footer_bkgd.png) repeat-x bottom left;
}
#copyright {
	margin: 27px 0 0 50px;
	float: left;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #778684;
}
#contactinfo {
	margin: 20px 50px 0 0;
	float: right;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #778684;
}
#contactinfo a {
	margin: 0 0 0 20px;
	padding: 0;
	color: #778684;
}
#contactinfo a:hover {
	color: #FFF;
}




#superlawyers {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 60px;
	text-decoration: none;
	background: #f6f7f3;
}
.sl_logo { 
	margin: 0;
	padding: 0;
	width: 325px;
	height: 40px;
	float: right;
	text-decoration: none;
}
.sl_logo a.rollover {
    display: block;
    width: 325px;
    height: 40px;
    background: url(../img/superlawyers_lt.jpg) no-repeat top left;
    text-decoration: none;
}
.sl_logo a:hover.rollover {
    background-position: 0 -40px;
}




#superlawyers_dk {
	margin: 0;
	padding: 0;
	width: 530px;
	height: 60px;
	text-decoration: none;
	background: #BAC7C3;
}
.sl_logo_dk { 
	margin: 0;
	padding: 0;
	width: 325px;
	height: 40px;
	float: right;
	text-decoration: none;
}
.sl_logo_dk a.rollover {
    display: block;
    width: 325px;
    height: 40px;
    background: url(../img/superlawyers_dk.jpg) no-repeat top left;
    text-decoration: none;
}
.sl_logo_dk a:hover.rollover {
    background-position: 0 -40px;
}