html, body {
	margin: 0;
	padding: 0;
	background: #D8D8D8 url(images/bg_body.gif) top left repeat-x;
}

body, font, th, td, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
	color: #333;
}

a:link, a:visited {
	color: #5982BE;
	text-decoration: underline;
}
a:hover, a:active {
	color: #1A65D3;
	text-decoration: underline;
}

/* header */
#wrapper {
	background: url(images/bg_top.gif) top left repeat-x;
	padding-top: 5px;
}
#header {
	background: url(images/contact.gif) top right no-repeat;
	width: 781px;
	margin: 0 auto;
}
#header a {
	display: block;
	height: 107px;
	width: 330px;
	background: url(images/logo.gif) top left no-repeat;
}
#header span, #header p { display: none; }

#header-admin {
	width: 781px;
	margin: 0 auto;
	height: 107px;
}

/* content wrapper */
#content {
	width: 781px;
	margin: 0 auto;
	background: url(images/c_bg.gif) top center repeat-y;
}
#content-wrapper {
	background: url(images/c_left.gif) top left no-repeat;
}
#content-wrapper2 {
	background: url(images/c_right.gif) top right no-repeat;
}

#navigation { 
	list-style: none;
	margin: 0 15px;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: url(images/btn_bg.gif) top left repeat-x;
}
#navigation a {
	display: block;
	float: left;
	height: 53px;
	margin: 0;
	padding: 0;
}
#navigation span { display: none; }

#nav-home {
	width: 91px;
	background: url(images/btn_home.gif) top left;
}
#nav-home:hover { background-image: url(images/btn_home_h.gif); }
#nav-contact {
	width: 111px;
	background: url(images/btn_contact.gif) top left;
}
#nav-contact:hover { background-image: url(images/btn_contact_h.gif); }
#nav-attorney_profile {
	width: 184px;
	background: url(images/btn_attorney_profile.gif) top left;
}
#nav-attorney_profile:hover { background-image: url(images/btn_attorney_profile_h.gif); }
#nav-practice_areas {
	width: 168px;
	background: url(images/btn_practice_areas.gif) top left;
}
#nav-practice_areas:hover { background-image: url(images/btn_practice_areas_h.gif); }
#nav-listings {
	width: 109px;
	background: url(images/btn_listings.gif) top left;
}
#nav-listings:hover { background-image: url(images/btn_listings_h.gif); }
#nav-links {
	width: 88px;
	background: url(images/btn_links.gif) top left;
}
#nav-links:hover { background-image: url(images/btn_links_h.gif); }

#content-data {
	clear: both;
	background: url(images/c_top.gif) top left repeat-x;
	margin: 0 15px;
	padding: 0;
}
#image1 {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}
#content-footer {
	clear: both;
	background: url(images/c_footer.gif) bottom left no-repeat;
	height: 6px;
}
#copyright{
	text-align:center;
	margin-top:5px;
	color:#666;
}
#content-clear { clear: both; }

h1, h2, h3, h4 {
	color: #416CA0;
	margin: 10px;
	margin-top: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #000;
	padding-top: 0;
	margin-top: 15px;
}
h3 {
	color: #000;
	padding-top: 0;
	margin: 10px 0px 0px 25px;
	font-size: 14px;
	text-transform: uppercase;
}
h4 {
	text-align: center;
	font-size: 14px;	
}
#content-data p {
	margin: 10px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; ;
}
#content-center {
	width: 781px;
	margin: 0 auto;
}
#content-center h2 { text-align: center; }

#content-right {
	float: right;
	width: 370px;
}
#content-right h2 { text-align: right; }
#content-left {
	float: left;
	width: 370px;
}
#content-list {
	padding-left: 45px;
}

#notation {
	margin: 10px;
	padding-top: 45px;
	color: #BBB;
	font-size: 10px;
}

/* Listing Section */
a.listing-title, a:visited.listing-title, a:hover.listing-title, a:active.listing-title {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.listing-title, a:visited.listing-title { 
	color: #000;
}
a:hover.listing-title, a:active.listing-title {
	color: #888;
}
img.image-float {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #416CA0;
}
.split {
	clear: both;
}
.split-line {
	clear: both;
	border-bottom: 1px solid #416CA0;
	margin-bottom: 10px;
}
.listing-desc {
	margin-top: 10px;
	margin-left: 25px;
}

/* Contact Page inputs */
.entry-form {
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 300px;
}

.input-text, .input-textbox {
	padding: 2px; 
	border: 1px solid #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.input-text {
	width: 180px; 
	height: 14px;
}
.input-text-admin {
	width: 700px; 
}
.input-textbox {
	width:300px;
	height:100px;  
}
.input-textbox-admin {
	width: 700px; 
	height:100px; 
}

.explain{
	font-size: 10px;
}

/* Start LightBox CSS */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }