@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #666666;
	text-align: center;
	margin-top: 10px;
}
.clear {
	clear: both;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 900px;
	position: relative;
}
#header p {
	width: 391px;
	font-size: 12px;
	margin-left: 50px;
	margin-top: 10px;
	line-height: 18px;
}
.imgbanner {
	padding-top: 0px;
	margin-top: 41px;
	margin-left: 37px;
}

#navbar {
	background-image: url(../images/navbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	color: #FFFFFF;
	width: 900px;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navbar   ul li  {
	float: left;
}
#navbar  ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(../images/navbar_breaker2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 34px;
	padding-right: 1.2em;
	padding-left: 1.2em;
	float: left;
}
#navbar  ul a:hover {
	color: #E3B055;
}



#mainContent {
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/maincontent-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#columnLeft {
	background-image: url(../images/leftcolumn-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 646px;
}

				#content {
	padding-right: 18px;
	padding-bottom: 36px;
	margin-top: 10px;
	margin-left: 20px;
}
#content  a {
	color: #0033CC;
	text-decoration: none;
}
#content a:hover {
	color: #562810;
	text-decoration: none;
}
#indexContent {
	margin-left: 20px;
}
#indexContent a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#indexContent a:hover {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#indexContent a.blul-text {
	color: #0033CC;
	text-decoration: none;
	font-weight:normal;
}

#indexContent a.blul-text:hover {
	color: #562810;
	text-decoration: none;
	font-weight:normal;
}

.imgPadding {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#columnLeft   h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-top: 10px;
}

#content table.InternetExplorerFix table { margin: 0 0 1.2em 0; }
#columnLeft h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	width: 605px;
	margin-bottom: 5px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
	padding-bottom: 5px;
}
#columnLeft h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.headingCorrection {
	width: 350px;
}


#columnLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	line-height: 18px;
}

#columnRight {
	width: 250px;
	float: right;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1px;
}



.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgFloatRight {
	float: right;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
.practiceAreas {
	background-color: #402102;
	width: 240px;
	border: 1px solid #e7b356;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.practiceAreas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	line-height: 1.3em;
}


#footer {
	background-color: #653317;
	width: 840px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #E0AD54;
}
#footer p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtsize {
	font-size: 10px;
}

#footer .logo {
	padding:10px 0px;
}

.disclaimer {
	font-size:10px;
	width:700px;
	margin:0 auto;
}

#footer .disclaimer a {
	font-size:10px;
}

.practiceAreas  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.practiceAreas  ul li{
	display:inline;
}

.practiceAreas  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #E7B356;
	margin-top: 5px;
	text-align: left;
	margin-left: 14px;
}
.practiceAreas  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	margin-left: 14px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
}
.imgRogers {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	margin-top: 80px;
}
.rogersList {
	margin-left: 20px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
.mList {
	margin-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: disc;
}


.floatLeft {
	float: left;
}
#columnLeftTwo {
	background-image: url(../images/leftcolumn-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 646px;
}
#columnLeftTwo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1px;
}
#columnLeftTwo h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	width: 605px;
	margin-bottom: 5px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
	padding-bottom: 5px;
}
#columnLeftTwo h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#columnLeftTwo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	padding-right: 25px;
	line-height: 18px;
	padding-bottom: 10px;
}
#indexContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.cases {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #402102;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 600px;
}
#locationContent {
	margin-left: 20px;
}
.map {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links p {
	padding-top: 5px;
	line-height: 1.2em;
}

#links   ul     {
	list-style-type: none;
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000099;
}
#links a:hover {
	color: #CC0000;
}


#links  ul li   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #562810;
	padding-bottom: 15px;
	padding-top: 15px;
}

.email a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 5px;
	padding-left: 60px;
	padding-top: 10px;
	font-weight: bold;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 20px 11px;
}

.email a:hover {
	color: #E7B356;
}
/*#formWrap {
	margin-top: 15px;
	background-color: #999;
	padding-bottom: 1em;
	padding-right: 15px;
	padding-left: 0px;
	margin-right: 15px;
	position: relative;
}
form#formContact {
	width: 505px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
fieldset {
	background: #D8D5C5;
	border: none;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 30px;

	}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	background: #D8D5C5;
	margin-left: 0.5em;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;

}
#formWrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #602E0C;
	font-size: 0.85em;
	line-height: 1.2;
	margin-top: .1em;
	margin-right: 0;
	margin-bottom: .1em;
	margin-left: 0;

}*/

.lineup {
	position: absolute;
	left: 130px;
}
.thankYou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	color: #333333;
	margin-top: 15px;
}
#wrapper #mainContent #columnLeft #indexContent li {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: .8em;*/
	font-weight: bold;
	margin-left: 20px;
/*	line-height: 1.4em;*/
}
.practice {
	background-color: #FFFFFF;
	width: 250px;
	float: left;
	padding-top:15px;
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:300px;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:480px;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	padding:20px;
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		
#wrapper #mainContent #columnLeft #indexContent .custom-form li {
	margin:0px;
}
/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree a.overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree a.overlay_submit:hover{
	font-weight:normal;
	}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* 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{
	}



#overlay_div {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	position:relative;
	z-index:100;
}
#overlay_div p {
	border-top:1px solid #194502;
	padding-top:6px;
}
#iagree2 {
	background-color:#efffe7;
	border:1px solid #194502;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin:0;
	padding:15px;
	position:absolute;
	width:449px;
	height:320px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#iagree2 sub{
	position:relative;
	left: 300px;
	font-size:10px;
	display:block;
	margin:1em 0;
}
 
#overlay_div h3 {
	-x-system-font:none;
	color:#031C40;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
}
#iagree2 .overlay_submit {
	-x-system-font:none;
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#666666;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 6px 0 0;
	padding:4px;
}
#iagree2 .checkbox {
	display:block;
	float:left;
	height:22px;
	width:450px;
	padding:15px 0px;
}
#iagree2 input#Agreement {
	border:medium none;
	position:relative;
	top:3px;
}
 
/* Removes the ability to close Shadowbox */
 
#sb-nav-close{
	display:none;
	visibility:hidden;
}
 
#sb-loading a{
	display:none;
}