.body {
	margin: 0 auto;
	padding: 0px;
	background: url('/images/background.gif') repeat;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	width: 990px;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2.1em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 24px;
	color: #2f3e69;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	font-style: italic;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #FFF url('/images/top.jpg') no-repeat center top;
}

#header {
	width: 100%;
	margin: 10px auto;
	height: 90px;
}

#header a {
	text-decoration: none;
}

#header .buttons img {
	padding: 10px 0 0 20px;
	float: left;
}

#header .buttons {
	float: left;
}

#header .buttons ul {
	list-style-type: none;
	margin: 180px 0 0 15px;
}

#header .buttons ul li {
	display: inline;
	margin: 2px 30px;
}

#header .buttons ul li a {
	background: url('/images/button.jpg') no-repeat center;
	padding: 12px 25px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header .buttons ul li a:hover {
	text-decoration: underline;
}

#header .login {
	float: right;
	padding: 20px 40px 0 20px;
	text-align: right;
}

#header .login form {
	font-size: 14px;
	font-weight: bold;
}

#header .login form .forminput {
	height: 16px;
	padding: 7px 8px;
	width: 158px;
	margin: 0 5px;
	border: none;
	font-weight: bold;
	color: #485C5A;
}

#Login {
	background: #d6e4e1;
	padding: 4px 10px;
	font-weight: bold;
	color: #2f3e69;
}

.user {
	background: url('/images/login_user.gif') no-repeat;
}

.pass {
	background: url('/images/login_pass.gif') no-repeat;
}

.blank {
	background: url('/images/login.gif') no-repeat;
}

#header .login img {
	top: 76px;
	left: 50%;
	position: absolute;
	margin: 0 auto;
}

#header .hide h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 40px;
}

#menu {
	height: 60px;
	width: 100%;
	background: url('/images/menu.jpg') repeat-x top;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0px;
	float: left;
	text-align: center;
	padding: 21px 7px;
	line-height: 16px;
	color: #FFF;
	font-size:12px;
	background: url('/images/menu_bk.jpg') no-repeat center right;
}

.two_line {
	padding: 13px 14px !important;
}

.last {
	background: none !important;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover {
	color: #000;
}

.active {
	text-decoration: underline !important;
	color: #000 !important;
}

/* Page */

#page {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFF url('/images/bottom.jpg') no-repeat center bottom;
}

/* Content */

#content {
	float: right;
	width: 740px;
	padding: 5px 10px 15px 0;
}

#main_content {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 15px;
}

#main_content h2 {
	margin: 0;
	padding: 0;
}

#main_content ul {
	list-style-type: none;
}

#attorney_content {
	float: right;
	width: 700px;
	padding: 5px 40px 15px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-left: 10px;
}

#sidebar h2 {
	color: #FFF;
}

#sidebar h4 {
	margin: 10px 0 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 26px;
}

#sidebar ul {
	padding: 0px 0 2px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin: 0 10px;
	line-height: 30px;
	/*padding-left: 15px;*/
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .attorneys {
	padding-left:20px;
	padding-bottom: 50px;
	font-size: 14px;
}

#sidebar .attorneys a {
	text-decoration: underline;
}

#sidebar .attorneys .active {
	font-weight: bold;
	text-decoration: underline;
}

.contact li {
	border-bottom: none !important;
	padding: 1px 0 !important;
}

.contact li input, .contact li textarea {
	width: 170px;
	background: #EEE;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}

.contact li textarea {
	margin: 4px 0 0;
	height: 100px;
	overflow:auto;
	color: #666;
}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 20px;
	margin: 15px auto 35px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 4px 0 0;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

.ln-disclaimer {
	text-align:center;
	padding:8px 15px 15px;
}

/*  <![ Quick Contact Form [ ----------------------------------------------------*/

.pad_frm_itm2 {
	padding:0px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:164px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	color:#444;}
	
.msg-pct2 {
	width:164px;
	height:50px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	color:#444;}

.custom-form2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:170px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 23px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:center;}

.submit-align2 .submit {
	text-align: center;
	width: 100px;
	color: #222;
	border:none;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	background: #EEE;
	cursor:pointer;
}

/*  <!---------------------------------------------------- ] Quick Contact Form ] -->*/

/*  <![ Directions [ ----------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

/*  <!---------------------------------------------------- ] Directions ] -->*/

