@charset "UTF-8";
/****************************/
/*   Site Specific Styles   */
/*                          */
/*     © 2008 Interform     */
/*  Coded by Brent Maxwell  */
/* brent@interformgroup.com */
/****************************/

/********** Tag Default Styles ************/
body {
	margin: 0;
	padding: 0;
	background: #333333;
	color: #cccccc;
	/*color: #7f0c07;*/
	font: 12px Georgia, Times, serif;
	line-height: 20px;
	background-image:url(../../img/background.jpg);
	background-repeat:repeat-x;
}
h1 {
	font:bold 22px Georgia, Times, serif;
	font-variant: small-caps; 
}
h2 {
	font:bold 18px Georgia, Times, serif;
}
h3 {
	font:bold 14px Georgia, Times, serif;
	text-transform:uppercase;
	margin-bottom:5px;
}
h5 {
	font:bold 12px Georgia, Times, serif;
}
legend { background-color: #FFFFFF; font-weight: bold; }

/********** Template Styles ***********/

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 170px;
	background: url(/img/BG_header.gif) 0 0 no-repeat;
}
#nav {
	/*background-image: url(/img/nav.png);
	background-repeat: no-repeat;*/
/* 	background: url(/img/nav.png) no-repeat; */
	height: 55px;
	overflow: hidden;
	width: 950px;
}
#imageBar {
	height: 175px;
	background: url(/img/banner-1.jpg) 0 0 no-repeat;
	position: relative;
	margin: -22px 25px 0 25px;
	z-index: -1;
}
#content {
	background: url(/img/BG_content.png) 0 0 no-repeat;
	overflow: hidden;
	margin: -20px 0 0 0;
	padding: 20px 50px 0 50px;
	width: 850px;
}
#footer {
	background: url(/img/BG_footer.gif) top left no-repeat;
	height: 55px;	
	padding: 15px 35px;
	text-align: center;
	font:10px Georgia, Times, Serif;
	text-transform: uppercase;
}	
/***** Navigation Styles ******/
#nav ul {
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
	float: right;
}
#nav li {
	width:125px;
	float: left;
	height: 40px;
}
#nav ul li a {
	width: 125px;
	height: 40px;
	display: block;
}
#nav ul li a.active {
	width: 125px;
	height: 45px;
	display: block;
}
#nav ul li a span {
	display: none;
}
.home { background-position: 0 0; }
.services { background-position: 0 -55px; }
.attorneys { background-position: 0 -110px; }
.contact { background-position: 0 -165px; }

/****** Footer Styles ********/


/***** Content Styles *****/
.textBox {
	width: 500px;
	text-align: justify;
}
.contactBox { float: left; width: 170px;}

/***** Accordian Styles *****/
.accordian .title { background: url(/img/arrow.gif) left no-repeat; margin: 0 0 5px 0; padding: 0 0 0 18px; cursor: pointer; }
.accordian .active  { background: url(/img/arrow_down.gif) left no-repeat; margin: 0 0 5px 0; padding: 0 0 0 18px; cursor: pointer; } 
.accordian .panelWrap { margin: 0 0 10px 0; overflow: hidden; }
.accordian p { margin: 0px; }


