body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#535E3B url('/images/pg_bg.gif') repeat-x;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	position:relative;
}

/* GENERAL */
/*--------------------------------------------------*/
p, ol, ul, li, td, tr, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


p { color:#000; font-size:11px;}


h1 { font-size:13px; color:#fff; margin:0; padding:0; margin-bottom:30px;}

h1 a {color:#9FAA88;}
h1 a:hover {color:#fff; text-decoration:underline;}

h2 {}

a {
	color:#7D8E59;
	text-decoration:none;
	outline:none;
	font-size:11px;
}

a:hover {
	color:#535e3b;
	text-decoration:underline;
}

/* HEADER */
/*--------------------------------------------------*/

a.logo {display:block; width:135px; height:108px; background:url('/images/logo.jpg') no-repeat; text-indent:-9999px; position:absolute; top:32px; left:0;}
#header { width:780px; margin-top:32px; float:left; clear:both;}
#tagline {width:780px; height:32px; text-indent:-9999px; background:url('/images/keywords.gif') no-repeat;}


/* CONTENT */
/*--------------------------------------------------*/

#container { background: #fff url('/images/bg_container.jpg') repeat-x top left; width:780px; float:left; clear:both;}
#container.home {background: #fff url('/images/bg_container_home.jpg') no-repeat top left;}
#col1 {width:232px; float:left; padding: 4px 14px 0px 16px; background:url('/images/divider.gif') right top no-repeat; margin-bottom:30px; position:relative; min-height:282px;}
#col2 {width:225px; float:left; padding: 4px 14px 0px 23px; background:url('/images/divider.gif') right top no-repeat; margin-bottom:30px; position:relative; min-height:282px;}

a.home {color:#7d8e59; font-size:11px; text-decoration:none; position:absolute; bottom:-10px; left:17px; font-weight:bold;}
a.home.home2 {position:absolute; left:24px;}

a.home:hover {color:#535e3b; text-decoration:underline;}

#content {width:460px; padding:4px 30px 20px 30px; margin-bottom:30px; float:left; clear:both; background:url('/images/divider.gif') right top no-repeat;}

/* SIDEBAR */
/*--------------------------------------------------*/
#sidebar {float:right; width:210px; padding: 4px 20px 20px 10px;}
span.scottgreen { width:100%; height:33px; background:url('/images/sig.gif') no-repeat right top; margin-bottom:30px; text-indent:-9999px; display:block; float:right; clear:both;}

/* FOOTER */
/*--------------------------------------------------*/
#footer { padding:20px 0 20px 10px; font-weight:bold; color:#C1CBAE; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; position:relative; float:left; clear:both; width:770px;}
#footer a{ font-weight:bold; color:#C1CBAE; font-size:10px; text-decoration:none; padding: 0 8px;}
#footer a:hover {color:#fff; text-decoration:underline;}
#footer span.firmname {position:absolute; top:20px; right:0;}

/* ATTORNEYS */
/*--------------------------------------------------*/


/* PRACTICES */
/*--------------------------------------------------*/


/* OFFICES */
/*--------------------------------------------------*/


/* FORM */
/*--------------------------------------------------*/
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	border: 1px solid #999999;
}
.cssform .input:hover, .cssform .text-area:hover { /*width of text boxes. IE6 does not understand this attribute*/
	background-color: #CFD7BF;	
}

.cssform .text-area{
width: 250px;
height: 150px;
border: 1px solid #999999;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:white !important; 
 }
 
 #recaptcha_table {
   border-color: white !important; 
 }
 
 #recaptcha_response_field {
	background-color: white !important;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
 }


/* MENU */
/*--------------------------------------------------*/
/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 635px;
	margin: 0;
	padding: 0;
	float: right;
	background:  #535E3B;
	margin-bottom:10px;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
	border-left:1px solid #757e62;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 5px 14px 5px 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 5px 14px 5px 14px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
	background:#899373;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 5px 14px 5px 14px;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 190px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	padding-top:9px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 190px;
	background: #535e3b;
	border:none;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 4px 0px 4px 25px;
	width: 166px;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border:none;
	border-top: 1px solid #c1cbae;
	float: none;
}

#menu ul li ul li:hover { 
	
}

#menu ul li ul li a:hover {
	color: #000;
	background: #a9b78e;
	padding: 4px 0px 4px 25px;
	width: 166px;
}

#menu ul li ul li:hover > a {
	color: #000;
	background: #a9b78e;
	padding: 4px 0px 4px 25px;
	width: 166px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 190px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 190px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */