﻿s
/* Remove padding and margin */
* {	margin: 0;	padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, blockquote, form, table, ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
a:link {
	color: #12436b;
}
a:visited {
	color: #12436b;
}
a:hover {
	color: #4B6D8C;
	text-decoration: underline;
}



ul{list-style-type: none; padding: 0; margin: 0;}

.left{float: left;}

.right{float: right;}

/* Class for clearing floats */
.clear {clear:both;}


/* Remove border around linked images */
img {border: 0;}

* =Typography
-----------------------------------------------------------------------------*/

body { font: 62.5%/1.6 "Arial", "Verdana",  "sans-serif";}


/* =Headings
-----------------------------------------------------------------------------*/
h1{margin-bottom: 7px;}

h2{margin: 15px 0 7px 0;}


/* =Links
-----------------------------------------------------------------------------*/
.team{
	background: #FFF url('images/meet-members.jpg')no-repeat scroll 0 0;
	width: 195px;
	height: 179px;
	float: right;
}

.testimonials{
	background: #FFF url('images/testimonials.jpg')no-repeat;
	width: 620px;
	height: 85px;
}

/* =Containers
-----------------------------------------------------------------------------*/
body{
	background: #292928	url('images/bodyGradient.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

html>body #outer-wrapper{
	width: 984px;
	position: relative;
	margin: 0 auto;
	border: #000000 3px solid;
	background-color: #FFF;
	padding: 10px 7px 10px 7px;

}

html>body #address{
	width: 990px;
	position: relative;
	margin: 0 auto;
	height: 20px;

}

#address{width: 1000px;}


#outer-wrapper{width: 1000px;}


html>body #inner-wrapper{
	width: 940px;
	border: #8ea5a3 1px solid;
	padding: 14px 21px 14px 21px; 

}

#inner-wrapper{
	width: 940px;
	border: 1px #6b8987 solid;
	padding: 14px 21px 0 21px;
}

#content{ padding: 28px 0 0 0; background: #FFF url('images/main-content-gradient.jpg') repeat-x 0 0;}

#web-address{position: absolute; left: 0; top: -8px;}

#street{position: absolute; right: 0; top: -8px;}

/* =Header
-----------------------------------------------------------------------------*/

#header-top{
	position: relative;
	background-color: #F8FAF9;
	background-image: url(images/header-top.jpg);
	background-repeat: repeat-x;		
}

#header-right{
	position: absolute;
	top: 0;
	right: 0px;
}

#header-bottom{
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#header-bottom a {
	background: #FFF url('images/free-evaluation.jpg') no-repeat scroll 0 0;
	margin-left: 1px;
	width: 307px;
	height: 193px;
}

/* =Branding
-----------------------------------------------------------------------------*/

#call-now-image{
	position: absolute;
	right:22px;
	top: 19px;
}

#logo{
	position: absolute;
	top: 8px;
	left: 13px;
}

/* =Nav
-----------------------------------------------------------------------------*/
#main-nav{
	float: left;
	clear:both;
	width: 940px;
	padding-left:0;
	background: url(images/nav-gradient.jpg) repeat-x;
	height: 38px;
}

#main-nav li {
	float: left;
	letter-spacing: 1px;
}


#main-nav li a{
	display: block;
	float: left;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 0;
	padding-right: 1.6em;
	padding-bottom: 0;
	padding-left: 1.6em;
	background-image: url(images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#main-nav li a:hover {
	color: #FDFFE7;
}

#main-nav a.first{background: none;}

/* =Main Content
-----------------------------------------------------------------------------*/
#main-content{float: left;	width: 623px;}

#main-content p, #main-content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:.0003px;
	color: #383836;
	line-height:18px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
.clearboth {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#main-content h1.upper, #main-content h2.upper{
	font-family: "Times", serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #801416;
	letter-spacing: 0.06em;
}
#main-content h1.upper{font-size:18px;}

#main-content h1.upper em {font-style: normal; font-size: 23px;}

#main-content h2.upper{
	font-size: 15px;
	font-weight: normal;
}

#main-content h2.upper em {
	font-style: normal;
	font-size: 20px;
	font-weight: lighter;
}

#main-content ul{
	list-style-image:url('images/redbullet.jpg');
	list-style-position:outside;
	margin-top: -20px;
	margin-left: 187px;
	
}
#main-content ul li {
	margin-bottom: 5px;
}

#img-left{margin-right: 15px;}

#img-right{
	margin-top: 10px;
	margin-left: 10px;
}


/* =Side Content
-----------------------------------------------------------------------------*/
#side-bar{padding: 14px; border: 1px #dbdbdb solid; width: 266px; background-color: #f3f3f3;}

#side-bar td{
	font-size: .66em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6c6c6c;
}

#side-bar ul , ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.78em;
	color: #3a3a3a;
	line-height: 12px;
	text-decoration: none;	
}

#side-bar a:hover{text-decoration: underline;}

ul.left, ul.right{padding: 0 14px 0 14px;}

#side-bar ul{width: 98px; padding-top: 10px;}

ul.left{border-right: 1px solid #dbdbdb;}

#side-bar ul li{
	padding-bottom: 5px;
}

.box{width:254px; border: 1px #dbdbdb solid; padding: 7px; background-color: #f7f7f7;}

.top-box{
	width:254px;
	border: 1px #dbdbdb solid;
	padding: 7px;
	margin-bottom: 14px;
}

#side-bar h3{
	color:#801416;
	font-size: 12px;
	margin-top:40px;
}

#side-bar a.mail{color: #557186; font-weight:bold;}


/* =Footer
-----------------------------------------------------------------------------*/
#footer
{ 
	background-color: #292928;
	margin: 23px auto;
	height: auto;
	width: 982px;
	padding-left: 18px;
}

#foot-nav-box{width: 705px; float: right;}

#footer-branding{
	float: left;
	width: 238px;
}

#footer li
{
	background:transparent url(images/pipe.gif) no-repeat scroll 100% 7px;
	display:inline;
	padding-left: 6px;
	padding-right:10px;
	line-height: 20px;
}


#footer li.last{background:transparent none repeat scroll 0 0; padding-right: 0;}

#footer li.first {padding-left:0;}

#footer a, #footer a:visited 
{
	font-family: Arial, sans-serif;
	font-size: .75em;
	letter-spacing: .01em;
	color: #fff;
	text-align: center;
	text-decoration: none;
		
}

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

.copywright{
	font-size: 0.75em;
	color: #fff;
	clear: right;
	margin-top: 15px;
	float: left;
	margin-left: 40px;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { border-spacing: 0; border-collapse: collapse;}

td {text-align: left; font-weight: normal;}

.submit{border: 0 none;}

#contact-form td {text-align: right; vertical-align: top;}

#contact-form input, #contact-form textarea{width: 145px;}
#contact-form input#button-submit {width:188px;}

#contact-form{margin-top: 10px;}
.box-larger {
	width:350px;
	border: 1px #dbdbdb solid;
	padding: 7px;
	background-color: #f7f7f7;
}
.formfield_new {
	width: 215px;
}
.form-text-01 {
	font-size: 12px;
	line-height: 17px;
	color: #484848;
	text-align: right;
}
.contactus_header {
	background-image: url(images/bg_contactheader.gif);
	height: 56px;
}
.smallprint {
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-align: justify;
}
.bigredtype {
	color:#801416;
	font-size: 12px;
	margin-top:40px;
}
#faq_questons {
	font-size: 15px;
	line-height: 17px;
	margin-top: 10px;
}
#faq_questons p {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 15px;
	font-style: italic;
	padding-left: 20px;
	background-image: url(images/redbullet.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.attorneyname {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #801416;
	letter-spacing: 0.06em;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 35px;
}
#practice {
	font-size: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
	width: 632px;
}
.thrids_column {
	padding: 0px;
	float: left;
	width: 195px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#practice .practice li {
	font-size: 16px;
	background-position: 10px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/redbullet.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#practice .practice ul {
	list-style-type: none;
}
.areas_div {
	float: left;
	width: 623px;
}
.h_class01 {
	font-family: "Times", serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #801416;
	letter-spacing: 0.06em;
	font-size: 23px;
}
.h_class01 em {
	letter-spacing: 0.06em;
	font-style: normal;
}
.areas_div p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}
.h_class02 {
	font-family: "Times", serif;
	font-weight: normal;
	color: #801416;
	letter-spacing: 0.06em;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#main-content .thrids_column p {
	font-size: 13px;
	margin-bottom: 10px;
}
#main-content .thrids_column p strong {
	color: #861416;
}
