/* @override 
	http://www.webdesign.gs/ralmediation/constructive.css
	http://webdesign.gs/ralmediation/style/constructive.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #f0d4ad;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#cms_content{
	width: 500px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 810px;
}

#header{
	margin: 0px;
	padding: 33px 75px 0px 0px;
	height: 172px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #6b91b2;
	font-size: 11px;
	text-transform: uppercase;
}

#header a{
	color: #6b91b2;
	text-decoration: none;
	padding-left: 26px;
}

#header a:hover{
	color: #a6c6e2;
}

#nav{
	margin: 0px;
	padding: 0px;
}

#middle{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middle_back.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}

#sidebar{
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	width: 249px;
	float: left;
	background-color: #305e94;
	border: 1px solid #fff;
	border-top: none;
}

#sidebar form p input{
	background-color: #ebd5b5;
	height: 25px;
	width: 215px;
	color: #333;
	border: 1px solid #fff;
	padding: 4px;
	margin-left: 10px;
}

#sidebar .submit{
	width: 80px;
	background-color: #0a2840;
	color: #f5d6a2;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	height: auto;
	margin-left: 155px;
}

#sidebar .title{
	background-color: #c7690c;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 40px;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 26px;
	color: #ebe4da;
	padding: 10px 0px 0px 20px;
}

#sidebar ul {
	padding-left: 30px;
	line-height: 22px;
}

#sidebar ul li{
	list-style-image: url(../images/bullet.png);	
}

#sidebar ul li a{
	color: #e5c393;
	text-decoration: none;
}

#sidebar ul li a:hover{
	color: #fff;
}

#sidebar #blue{
	background-color: #0e2446;
	color: #99bbd1;
	border-top: 1px solid #fff;	
	font-style: italic;
}

#content{
	margin: 0px;
	margin-right: 1px;
	padding: 10px;
	width: 536px;
	float: right;
	background-color: #fff;
	line-height: 16px;
	border-right: 1px solid #e5ab3e;
}

#footer{
	margin: 0px;
	padding: 3px;
	padding-bottom: 10px;
	text-align: right;
	color: #3e2421;
	font-size: 11px;
	line-height: 9px;
}

#footer a{
	color: #3e2421;
	text-decoration: none;
}

#footer a:hover{
	color: #a96044;
}

a{
	color: #305e94;
	text-decoration: none;
}

a:hover{
	color: #95b2e5;
}

h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #0e2440;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #0e2440;
}

.white{
	color: #fff;
}

.dark{
	color: #08233d;
	font-weight: bold;
}

/* NAV */

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
}

#nav a{
	background-image: url(../images/nav.jpg);
	height: 67px;
	display: block;
	float: left;
	overflow: hidden;
}

#nav .hidden{
	display: none;
}

a#firm{
	background-position: 0px 0px;
	width: 164px;
}

a#firm:hover{
	background-position: 0px -67px;
}

a#practice{
	background-position: -164px 0px;
	width: 118px;
}

a#practice:hover{
	background-position: -164px -67px;
}

a#attorneys{
	background-position: -282px 0px;
	width: 93px;
}

a#attorneys:hover{
	background-position: -282px -67px;
}

a#resources{
	background-position: -375px 0px;
	width: 183px;
}

a#resources:hover{
	background-position: -375px -67px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:558px;
  height:77px;
  float: left;
}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin: 0px;
margin-top: -10px;!important
padding: 0px;
height: auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
margin: 0px;
padding: 0px;
height: auto;
font-size: 10px;
text-transform: uppercase;

}

/* Sub level menu links style */
#nav .suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #333;
text-decoration: none;
padding: 3px 7px;
background-image: none;
height: auto;
background-color: #ebb76b;
}

#nav .suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #333;
text-decoration: none;
background-image: none;
background-color: #fbce8b;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


