body {
	padding:0px;
	margin:0px;
	background:url(images/bg.gif) no-repeat;
	behavior: url("includes/inc.csshover.htc");
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p, ol, ul, li td, tr {

}
#clear {
	clear: both;
	height: 5px;
	width: 640px;
	position: relative;
}

h1 {
	font: 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C63;
	margin: 0px 0px 10px;
	padding: 0px;
}

h2 {
	font: normal 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C63;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: normal 13px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #C63;
	margin: 0px;
	padding: 0px;
}

#body strong {
	color: #666666;
}

a, a:link, a:active, a:visited {
	color:#C63;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#homeBtn {
	position: absolute;
	left: 15px;
	top: 270px;
	height: 23px;
	width: 75px;
	display: none;
}

#logo {
	width: 760px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 117px;
	display: none;
}

#photo {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: url(images/subPhoto_bg.gif) repeat-x;
	clear: both;
	display: none;
}

#photoHome {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: url(images/homePhoto_bg.gif) repeat-x;
	clear: both;
	display: none;
}

#content {
	width: 710px;
	text-align: left;
	margin: 0px;
	background: url(images/content_bg2.gif) repeat-y fixed 0px 300px;
	height: auto;
	min-height:400px;
overflow:hidden;
height:expression(
    this.scrollHeight < 400? "400px" : "auto" );
	padding: 0px 0px 20px 0px;
}

#body	{
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 490px;
	line-height: 18px;
}

#footer {
	height: 30px;
	width: 640px;
	text-align: left;
	border-top: 1px solid #C63;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 120px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
}

#footer a {
	color: #C63;
}

#topnav {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_bg.gif) repeat-x;
	float: left;
	display: none;
}

#sidebar {
	width: 200px;
	color: #666666;
	position: absolute;
	left: 550px;
	top: 0px;
	height: auto;
}

#sidebarHome {
	position: absolute;
	left: 550px;
	top: 0px;
	width: 200px;
	color: #666666;
}

#submenu, #practices, #offices, #attorneys, #attorney, #feed {
	float: right;
	margin: 0px;
	padding: 5px 0px 5px 4px;
	width: 200px;
}

#attorney-practices{
	float: right;
	margin: 0px;
	padding: 5px 0px 5px 4px;
	width: 200px;
	clear: right;
}

#submenu ul, #submenu li, #submenu p, #feed a,
#practices ul, #practices li, #practices p,
#offices ul, #offices li, #offices p,
#attorneys ul, #attorneys li, #attorneys p,
#attorney-practices ul, #attorney-practices li {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	list-style: square url(images/bullet_arrow.gif) outside;
	font-size: 11px;
	color: #666;
}

#news{

}
/*
#attorney {
	padding: 10px;
}*/

#attorney-body{
}

#attorney-offices{
	float: right;
	background-color: #efefef;
	margin: 0 10 10 10;
	padding: 10 10 0 10;
	border: solid 1px #CCC;
	width: 200px;
}

.formselect{
	width: 150px;
	font-size: 10px;
}

.formbutton{
   color:#fff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#CC6733;
}

#search{
	padding: 10px;
}

#options{
	padding-top: 20px;
	font-size: 10px;
}

.formwidth{
	width:200px;
}

#menuContainer {
	width: 784px;
	margin: 0px;
	padding: 0px;
	display: none;
}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(images/menu_bg.gif) repeat-x;
	display: none;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0px;
	float: right;
	padding: 0px 0px 0px 20px;
	width: 746px;
}

/* 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: 7px 8px 9px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #FFF;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 8px 9px 8px;
	border-right: 1px solid #FFF;
	}

/* 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: #987;  
	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: 8px 7px 8px 9px;
}

/* 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: #BEB6AA;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 3px 0px 3px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: bold;
	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: #987; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 4px 0px 2px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 4px 0px 2px 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 {
}
input {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}
