body 
{
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  background-image: url(images/bodybg.gif);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #d1ccb3;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #232323;
}
a:link, a:visited, a:active
{	
  color: #1a2c4e;
  text-decoration: underline;
  padding: 0;
  margin : 0;
}
a:hover
{
  color: #2d4d88;
	text-decoration: none;
}
img
{
  border: 0;
  padding: 0;
  margin: 0;
}
p
{
  margin: 0 0 15px 0;
  line-height: 18px;
}
/*=================New Stuff==================*/
#outer-container
{
	border: 0;
	background: #ffffff;
  background-repeat: repeat-y;
  background-position: top center;
	margin: 0 auto;
	padding: 0;
	width: 918px;
}
#main-box
{
  background-color: #ffffff;
  vertical-align: top;
  background-image: url(images/mainbg.gif);
  background-repeat: repeat-y;
  background-position: top center;
  margin: 0;
}
.content-base 
{ 
  width: 649px;
  float: right;
  margin: 0;
}
.left-base 
{ 
  width: 269px; 
  float: left;
  margin: 0;
} 
/*================End New Stuff=============*/
#header
{
  width: 918px;
  height: 75px;
  background-image: url(images/headerbg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  display: block;
  margin: 0;
}
#header #logo
{
  float: left;
  border: 0;
  margin-left: 20px;
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
#maingraphic
{
  background-image: url(base_main.jpg);
  background-position: top center;
  display: block; 
  width: 918px;
  height: 288px;
  margin: 0;
}
#bottom
{
  clear: both;
  width: 918px;
  height: 85px;
  background-image: url(images/bottombg.jpg);
  background-position: top center;
  /*background-color: #ffffff;*/
}
#bottom .text
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #97927a;
  text-align: center;
  padding: 18px 10px 0px 10px;
}
#bottom .text a 
{ 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #97927a;
}
h1
{
  font-size: 20px;
  padding: 0;
  margin: 0 0 8px 0;
  color: #3f3c2e;
}
h2
{
  font-size: 17px;
  color: #3f3c2e;
  margin: 0 0 4px 0;
}
h3
{
  font-size: 15px;
  color: #3f3c2e;
  padding: 0;
  margin: 0 0 3px 0;
}
.generic-container
{
  margin: 0;
  padding: 0px 20px 20px 12px;
}
.little-list
{
  list-style: none;
  margin: 10px 0 15px 5px;
  padding: 0;
}
.little-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 8px;
}
.little-list-alt
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list-alt li
{
  background:url(images/listarrow2.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 8px;
}
#props
{
  font-family: Arial, Helvetica;
  font-size: 9px;
  color: #202020;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.textbox
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  border: solid 1px #000000;
}
.form-labels
{
  font-family: Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}
.form-text
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #a13e09;
}
.smallform-text
{
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.simpleform-container
{
  padding: 5px 2px 0 10px;
}
.simpleform-labels
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 4px;
  float: left;
  white-space: nowrap;
}
.simpleform-text
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
  float: left;
  white-space: nowrap;
}
.error-val-text
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  color: #880000;
}
.watermarked 
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height: 16px;
	width: 220px;
	padding: 1px 0 0px 2px;
	border: 1px solid #f3792e;
	background-color:#fffaf5;
	color: #a13e09;
}
.watermarked-large
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height: 200px;
	width: 450px;
	padding:1px 0 1px 2px;
	border:1px solid #f3792e;
	background-color:#fffaf5;
	color: #a13e09;
}
.right-float-image
{
  float: right;
  margin: 0 5px 5px 10px;
  /*border: solid 1px #000000;*/
}
.left-float-image
{
  float: left;
  margin: 0 10px 5px 5px;
  /*border: solid 1px #000000;*/
}
.right-float-flash
{
  float: right;
  margin: 0 5px 5px 10px;
  border: 0;
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
#left-container
{
  margin: 0 0 0 40px;
  padding: 10px 5px 5px 0;
}
ul
{
  list-style: none;
}
.breadcrumbs
{
  color: #b8b187;
  font-size: 10px;
}








ul#menu 
{ 
  display: block;
  margin: 0; 
  padding: 0; 
  width: 918px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
ul#menu li ul 
{ 
  position: absolute; 
  display: block; 
  visibility: hidden; 
  width: 18em; 
  margin: 0 0 0 10px; 
  padding: 0; 
  /*border-bottom: .1em solid #39322b; */
  z-index: 99;
}
ul#menu li ul.scroll 
{ 
  max-height: 30em; 
  _height: 30em; 
  overflow-y: auto; 
  overflow-x: hidden; 
}
/* star HTML filter fixes mysteriously appearing margin bug in all versions/platforms of IE */ 
* html ul#menu li ul li 
{ 
  display: inline; 
} /* end filter */
ul#menu li ul li ul 
{ 
  position: absolute; 
  top: auto; 
  left: auto; 
  margin: -2.2em 0 0 17.9em; 
  padding: 0;
}
ul#menu li ul li ul.sublist 
{ 
  position: relative; 
  margin: -1.2em 0 0 0; 
  padding: 0; 
  border-bottom: 0;
}
/* Items */
ul#menu li 
{ 
  list-style: none;  
  height: auto; 
  display: inline; 
  /*float: none; */
  float: left;
  margin: 0; 
  position:relative; 
}
/*property + whitespace + empty comment filter positions top-level navigation in single row for IE 5.0 */ 
ul#menu li 
{ 
  display /**/: block; 
  float /**/: left;
} 
/* end filter */ 
ul#menu li ul li 
{ 
  display: block; 
  float: none;
}
/* Links */
ul#menu li a 
{ 
  display: block; 
  float: left; 
  /*background-color: #98BFEB; */
  background-color: #f0eedf;
  color: #39322b; 
  text-decoration: none; 
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #7c775b;
}
/* commented backslash filter positions top-level navigation in single row for Mac IE \*/ 
ul#menu li a 
{ 
  float: none; 
} 
/* end filter */
ul#menu li a:hover, ul#menu li a:focus 
{ 
  background-color: #04173f; 
  color: #ffffff;
}
ul#menu li ul li a 
{ 
  /*line-height: 1.2em; */
  margin: 0; 
  /*border-top: .1em solid #4070AC; 
  border-left: .1em solid #4070AC; 
  border-right: .1em solid #4070AC;*/
  /*border-top: .1em solid #39322b; 
  border-left: .1em solid #39322b; 
  border-right: .1em solid #39322b;*/
  padding: 5px 5px 5px 20px;
  /*padding: .5em .5em .5em 1em; */
  text-indent: -.5em; 
}
ul#menu li ul li ul.sublist li a 
{ 
  padding-left: 3em; 
  border-top: 0;
}
ul#menu li li a.menuIndicator 
{ 
  background-image: url(/Includes/Templates/Active/images/bg-bullet4.gif); 
  background-position: 16.8em center; 
  background-repeat: no-repeat; 
  padding-right: 20px;
}
ul#menu li li a.menuIndicator:hover 
{ 
  background-image:url(/Includes/Templates/Active/images/bg-bullet4-o.gif);
}
























/*SPRITE BACKGROUP POSITIONING*/	
#menu a.home, #menu a.attorney, #menu a.areas, #menu a.faqs, #menu a.contact, #menu a.fees 
{
	/*float: left;*/
	background: url(images/nav.jpg) no-repeat;
	height: 35px;
	text-indent: -999999px;
}	
#menu a.home 
{	
	background-position: left 0;
	width: 107px;
	/*margin-left: 19px;*/
}	
#menu a.attorney 
{	
	background-position: -107px 0;
	width: 182px;
}
#menu a.areas 
{	
	background-position: -289px 0;
	width: 168px;
}

#menu a.faqs {	
	background-position: -457px 0;
	width: 101px;
	}	
	
#menu a.contact {	
	background-position: -558px 0;
	width: 159px;
	}	
	
#menu a.fees {	
	background-position: -717px 0;
	width: 182px;
	}	

#menu a.home:hover {	
	background-position: left -35px;
	}
	
#menu a.attorney:hover {	
	background-position: -107px -35px;
	}

#menu a.areas:hover {	
	background-position: -289px -35px;
	}

#menu a.faqs:hover{	
	background-position: -457px -35px;
	}	
	
#menu a.contact:hover{	
	background-position: -558px -35px;
	}	
	
#menu a.fees:hover {	
	background-position: -717px -35px;
	}
/*END NAVIGATION*/


