@charset "utf-8";
body {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	behavior: url(/includes/inc.csshover.htc);
	font-family: "Arial", Helvetica, sans-serif;
	font-size:14px;
	
}

* {margin:0; padding:0;}
img {border:0;}
a {text-decoration:none; color:#262626}

/* Start Colors */

body {color:#00000;}

#address {color:#735842;}
#footer a {color:#42392b;  padding: 0 4px; border-right: 1px solid #42392b; text-decoration:none;}
#body h1, #body a {color:#262626}
#body a:hover { color: #4c5622;}

/* End Colors */

#background {
	background-image: url(../images/top-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
*  html div.shadow { background-image: url(../images/bg-shadow.jpg); }
.shadow {
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 12px;
	font-size: 1px;
	clear:all;
}
#header {
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	float: left;
	width: 960px;
	height:122px;
	position:relative;
	z-index:1000;
}
#logo { float:left; padding: 25px 0 0 45px;}

#address {float:right; padding: 40px 25px 0 0px; font-size:12px;}

#photo {
	margin-top:9px;
	background-color:#fff;
	padding: 9px;
	position:relative;
	z-index:1;
	
}
#tagline {
	width:500px;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:#000;
	position:absolute;
	right:9px;
	top:9px;
	width:500px;
	font-family: "Lucida Sans", Lucida Sans Unicode;
	padding-bottom:32px;	
	background-image: url(../images/bg-tagline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
#tagline h1 { 
	font-size: 34px;
	padding-left:48px;
	padding-top:32px;
	opacity:1;
	filter:alpha(opacity=100);
	 }
#tagline h2 { 
	font-size: 24px;
	padding-left:48px;	
	opacity:1;
	filter:alpha(opacity=100);
}

#tagline p {
	font-size:14px;
	padding-left:48px;
	position:relative;
	opacity:1;
	filter:alpha(opacity=100);
	
}
* html #tagline p a.contact {left:0}
#tagline p a.contact {
	position:absolute;
	left:48px;
	top:40px;
	display:block;
	background-color:#31322e;
	padding:  12px 32px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display:none;
}

* html #tagline {right:21px;}

#container {
	background-color: #FFFFFF;
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 5px;
	font-size:14px;
	float:left;
	width:100%;
	padding-top:31px;
	padding-bottom:31px;
}
#body {
	font-size: 14px;
	padding: 0 35px 31px 35px;
	float:left;
	width:663px;
	line-height:21px;
}
#body p {padding:15px 0;}
#body h1 {font-size:23px;  padding-bottom:15px;} 
#body ul {padding: 15px  50px}
#body ul li {padding:6px 0;}

#footer {
	background-color:#dddcd6;
	font-size:13px;
	margin-top:6px;
	text-align:center;
	padding:32px  0 42px  0;
	background-image: url(../images/bg-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float:left;
	width:100%;
}
#footer ul {padding-bottom:15px;}

#footer ul li { display:inline; list-style:none;} 

#footer ul li ul {display:none;}

#rightnav {color: #858585; float:right; padding-right:20px;
width:185px;}

#rightnav  h2, #leftnav-home h2  {color:#452610; font-size:17px;  padding-bottom:15px;}

#rightnav ul, #leftnav-home ul  { list-style:none; padding:0;}

#rightnav ul li, #leftnav-home ul li { border-bottom:1px dotted #b9b6b5; padding:0;}

#rightnav ul li a, #leftnav-home ul li a { display:block; padding: 8px 2px; color: #4c5622;}

#rightnav ul li a:hover, #leftnav-home ul li a:hover { color:#452610; }


#rightnav ul li ul, #leftnav-home ul li ul { padding-left: 14px; font-size: 90%;}
#rightnav ul li ul li a, #leftnav-home ul li ul li a { padding-top: 3px; padding-bottom: 3px; }


#rightnav p {border-bottom: 1px solid #bab9b7; padding:10px 0; font-size:12px; color:#858585;}
#rightnav p span  {color:#67684d;}

#rightnav p#readmore {border:none; padding-top:14px;}

#rightnav p#readmore  a {display:block; padding:4px; background-color:#452610; color:#fff; float:left;}

#leftnav-home {float:left; width:185px; margin-left:-240px; }

* html #leftnav-home { margin-left:-120px;}

#body-home {margin-left: 240px;}





/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */

#menu {
	position:absolute; 
	top: 85px; 
	background-color:#30281d; 
	right:9px;
	padding: 8px 12px 7px 12px;}


/* 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;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 8px 10px ;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {

	background: #25648c;  
	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;
	
}

/* 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: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #fff;
}

/* 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: 211px;
	background: #25648c;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	float: none;
}

#menu ul li ul li:hover { 
	background: #0e2737; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px 0px 8px 10px;
}

#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: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */


.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;

width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .inputform { /*width of text boxes. IE6 does not understand this attribute*/
font-family:"Arial",  Helvetica;
padding:2px;
width:180px;
}

.cssform textarea{
width: 335px;
height: 100px;
}

.attorney-photo {
float: right; padding-left: 20px; padding-bottom: 10px;
}

#attorney ul.attorney-landing { padding-left: 20px; margin-left: 0; }



