body {
	padding:0px;
	margin:0px;
	font-family:"Arial", Helvetica, sans-serif;
	behavior: url(../includes/inc.csshover.htc);
	text-align: center;
	font-size:12px;
	background-color: #0d163a;
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	background: #0d163a url(../images/bg-content.jpg) repeat-y center top;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
img { border:0}
p, ol, ul, li, td, tr {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

a, a:link, a:active, a:visited {
	color:#12309a;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

#logo {
	width:50%;
	float:left;
	text-align: left;
}
#logo a { display:block}

#shortcuts {float:right;color:white;width:50%;text-align:right;padding-top:30px;font-size:12px;}
#shortcuts a {color:white;padding:0 10px 0 10px;}
#shortcuts a:hover {color:#5b80bc;text-decoration:none;}

#photo {
	float:left;
	width:100%;
	background-image: url(../images/bg-photo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	font-size:1px;
	position:relative;
	z-index:1;
}


#content {	
	text-align: left;
	float:left;
	width: 940px;
	background-image: url(../images/bg-content-end.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:12px;
	position:relative;
}
#content p {margin:0}
#body	{
	font-size:12px;
	float:left;
	width: 570px;
	color:#fff;
	padding: 0 45px 30px 45px;
}
#body p, #body-home p  { padding: 10px 0}
#body a, #body a:link, #body a:visited, #body a:active {color: #ccff66;}
#body a:hover {color: #fff;}
#header {
	width:100%;
	float:left;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:72px;
}

#footer {
	text-align: left;
	padding:23px 40px 16px;
	clear: both;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:10px;
	float:left;
	width:860px;
}
#footer ul li.6996 { padding-left:0}
#footer p { margin:0; font-size:10px; padding:0;}
#footer ul {
	list-style:none;
	margin:0;
	padding:0 0 5px;
	float:left;
	border-bottom: 1px dotted #2d660c;
	
}
#footer ul li {
	float:left;
	display:inline-block;
	padding:0 10px 0 10px;
	background-image: url(../images/bg-footer-separator.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
#footer ul li a {padding:0;color:#060036;font-size:10px;}
#footer ul li ul {
	display:none;
	padding:0;
	margin:0;
	font-size:1px;
}

#footer #left-footer { float:left;}
	#footer #copyright { 
	clear:left;
	color:#fff;
	float:left;
	padding-top:10px;}
	#footer #copyright a { color:#fff;}

#footer #right-footer { float:right;}
#footer #right-footer a {color: #2d660c}

#footer a {
	
}

#options{
	float: left;
	padding-right: 190px;
	padding-left: 20px;
}

#topnav {
	width:100%;
	float:left;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#submenu, #offices, #attorneys, #feed, #attorney-offices, #attorney-practices {
	float: right;
	margin: 0;	
	width: 222px;
	font-size: 14px;
	padding-right:33px;
}

#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-offices li, #attorney-practices li, #attorney-offices p, #attorney-practices p {
	margin: 0px;
	padding: 5px 0px 5px 4px;
	list-style: none;
	font-size: 13px;
}
#submenu {
	min-height:345px;
	height:auto !important;
	height:345px;
	padding-bottom:30px;
}
#submenu ul {
	padding:0;
}
#submenu ul li {
	background-image: url(../images/bg-submenu-li.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 4px 0 4px 0;
}
#attorney ul  li { padding:1px 0;}
#submenu ul li a {
	padding: 12px 0 12px 18px;
	display:block;
	font-weight:bold;
	color:#fff;
}
#submenu ul li a:hover {
	background-image: url(../images/bg-submenu-a.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration:none;
}

#news{

}

#attorney {
	padding: 0px;
}

#attorney-body{
}

#attorney-offices{
	float: right;
}

#attorney-practices{
	float: right;
	clear: right;

}
.formselect{
	width: 150px;
	font-size: 10px;
}

.formbutton{
	color:#fff;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	background-color:#003366;
}

#search{
	padding: 10px;
}

.formwidth{
	width:200px;
}

/* FORM CSS */
#contactForm input, #contactForm textarea {
	display: block;
	padding: 0px;
	margin-bottom: 5px;
}
#contactForm label {
	font-size: 12px;
}
#contactForm fieldset {
	padding: 0px 20px 20px;
}
#contactForm legend {
	font-weight: bold;
}


/* THIS IS THE NEWS SCROLLER
---------------------------------------------------------*/

#rssscroller{
width: 450px;
height: 50px;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}

/* Search in Sidebar */

#searchform {
	position:relative;
	height:30px;
	
}
#searchform .input {
	border-right: 1px solid #2d660c !important;
	border-top: 1px solid #2d660c !important;
	border-bottom: 1px solid #2d660c !important;
	border-left: none !important;
	font-size:10px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#5b80bc !important;
	padding:5px !important;
	width:164px !important;
	background-image: url(../images/bg-searchinput.gif);
	background-repeat: repeat-x ;
	background-position: left top;
	position:absolute !important;
	top:0 !important;
	left:25px !important;
}
#searchform .submit {
	position:absolute;
	top:0;
}


/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 930px;
	margin: 0;
	padding: 3px 0 0 0;
	float: left;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: right;
	padding: 0;
	
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding:0 5px;
	float: left;
	font-family:"Arial", Helvetica, sans-serif;
	background-image: url(../images/bg-menu-list-item.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	z-index:9999;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 11px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 11px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #a1e142;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	/*background: #003366;*/
	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: #a1e142;
	padding: 11px;
	background-image: url(../images/bg-menu-list-hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 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;
	
	text-align:left;
	padding-bottom:8px;
	background-image: url(../images/bg-menu-ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

/* 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;
	padding: 0;
	background-color: #21377a;
	background-image: url(../images/bg-menu-drop.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* 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-top: 1px dotted #5f84c1;
	float: none;
}

#menu ul li ul li:hover { 
	background-color: #21377a;
	background-image: url(../images/bg-menu-drop-h.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#menu ul li ul li a:hover {
	color: #a4e24a;
	background: none;
	
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li:hover > a {
	color: #a4e24a;
	background: none;
	
	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 */
.clear {clear:both}

#headline {position:absolute; bottom:30px; left:73px; z-index:300}
#headline h1 {
	font-family:Din;
	color:#fff;
	font-size:24px;
	font-weight:normal;
}
#headlines {
	left:631px;
	position:absolute;
	text-align:left;
	top:58px;
	width:275px;
	z-index:300;
}
#headlines ul {	color:#66606b; padding:0; margin:0; list-style:none;height:310px; overflow-x:visible;
overflow-y:scroll;}
#headlines ul li { font-size:10px; padding:6px 0; border-bottom:1px dotted #000; color:#000;
	background-image: url(../images/icon-headline.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left:8px;}
#headlines ul li a {
	color:#000;	
}
#headlines a.button {
	background-image:url(../images/headlines-viewmore.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:18px;
	left:150px;
	position:absolute;
	text-indent:-99999px;
	top:170px;
	width:68px;
}
#headlines ul li a:hover, #headlines ul li a:visited{ color:#000;}

#fadder p  { margin:0; padding:0; left:0;}

#body-home {
	width: 520px;
	float:left;
	color:#fff;
	font-size:12px;
	padding: 0 39px 0 49px ;
	text-align:justify;
}
#body-home p { font-size:12px; line-height:18px;}


#rightnav-home {
	float:right;
	width:210px;
	padding-right:60px;
}
#rightnav-home h1, #submenu h1 {
	font-family: Din; 
	text-transform:uppercase; 
	color:#12309a; 
	font-size:18px;
	padding: 15px 0 5px 0;
	margin: 0;
}

#body h1 {
	font-family: Din;
	margin:0;	
	padding-bottom:10px;
	background-image: url(../images/bg-body-h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:473px;
}
#body h2 {
	font-size:17px;
	margin:0;	
	padding:5px 0;
	font-weight:bold;
}
#body h3 {
	font-size:14px;
	margin:0;	
	padding:5px 0;
	font-weight:bold;
}
#body ul { margin:0; padding: 12px 0 12px 25px ;} 
#body ul li { padding:3px 0;}

#rightnav-home p {
	border-top: 1px dotted #fff;
	font-size:12px;
	color:#fff;
	padding:10px 0;
}

.box-attorney {
	background-image: url(../images/bg-body-h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
	width:425px;
	
}
#attyphoto {
	background-image: url(../images/bg-attyphoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 164px;
	width: 115px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 16px;
	padding-left: 11px;
}
#attyphoto img {border:1px solid #fff;}
.clear {clear:both}
#body .image { float:left; margin-right:10px; margin-bottom:10px;border:1px solid #88b93e;}

#printbutton { position:absolute; bottom:-8px;
left:512px;}
#titleprint {display:none}

ul#attorneys-list { list-style:none; padding:30px 0 0 0; margin:0} 
ul#attorneys-list li {
	float:left;
	height:135px;
	margin:0;
	padding:0;
	text-align:center;
	width:131px;
}
ul#attorneys-list li a {}
ul#attorneys-list li a img { border:3px solid #0E173E;}
ul#attorneys-list li a:hover img {border:3px solid #CCFF66}


/* Search */


#cse-search-results iframe { width: 570px; color:#fff!important;}
#cse-search-results iframe p , #cse-search-results iframe div, #res p, #res td {  color:#fff!important;}


