at#homepage-body {
	background: url(../images/homepage-background.jpg) no-repeat;
	font-family: Tahoma, Verdana;
}

#main-body {
	background: url(../images/main_background_repeat.png) repeat-x;
	font-family: Tahoma, Verdana;
}

#content {
	padding-left: 0px;
	margin-left: 0px;
}

#main {
	padding-left: 0px;
	margin-left: 0px;
}

#header {
	height: 89px;
}

#header-index {

}

div.ullist {
	/*background: url(../images/main_menu_background_repeat.png) repeat-x bottom;*/
	background: #779AB4;
}

ul.sitelist {
	/*background: url(../images/main_menu_background_repeat.png) repeat-x bottom;*/
	background: #779AB4;
	font-size: 17px;
}

ul.biolist {
	color: #fff;
	list-style-type: none;
}

ul.biolist li {
	color: #fff;
	font-size:17px;
	list-style-type: none;
}

#tagline {
	text-align: right;
	display:block;
	height: 76px;
}

#menu {
	padding-left: 20px;
	margin-left: -7px;
	/*width: 240px;*/
	height: 100%;
}

#mainbody {
	color: #fff;
	padding-right: 50px;
}

p {
	color: #fff;
	font-size: 17px;
	text-align: left;
	padding-right: 10px;
}

#mainbody a {
	color: #ddd;
	text-decoration: none;
}

#mainbody a:hover {
	text-decoration: underline;
}

li {
	color: #0d2a40;
	font-size: 17px;
	list-style-type: square;
}

li.jendurbin {
	color: #fff !important;
}

#footer {
	color: #e8ecf0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#footer a:hover {
	color: #0d2a40;
	text-decoration: overline underline;
	font-weight: bold;
	font-size: 16px;
}

#footer p {
	text-align: center;
	font-size: 16px;
}

#quicksearch, #quicksearchbutton, #contactbutton {
	border: 1px solid #c2e9ef;
	color: 004368;
	font-size: 11px;
	height: 20px;
}

input, textarea {
	border: 1px solid #c2e9ef;
	color: 004368;
	font-size: 14px;
	height: 20px;
	background: #bad5e1;
	font-weight: bold;
	font-family: Times;
}

#quicksearch {
}

#quicksearchbutton {
	width: 50px;
	height: 20px;
	background: #bad5e1;
	font-weight: bold;
}

#contactbutton {
	background: #bad5e1;
	font-weight: bold;
}

.menulink {
	font-weight: bold;
	text-decoration: none;
	font-family: Times;
	color: #0d2a40;
	font-size: 14px;
}

.menuover {
	background: #587a94;
	color: #fff;
}

.menuout {
	color: #0d2a40;
}

.menuselected {
	background: #587a94;
	color: #fff;
}

#backlink {
	padding: 5px 5px 5px 5px;
	background: #2d3f4d;
	color: #fff;
	width: 300px;
	font-family: Times;
	font-weight:bold;
}

#attorney-name {
	font-size: 24px;
	font-family: Times;
	font-weight: bold;
	color: #fff;
float:left;clear:both;
}
#attorney-email{
width: 100%;}
#attorney-email, #attorney-email a {
	font-size: 18px;
	font-family: Times;
	color: #fff;
	background: #2d3f4d;
float:left;clear:both;
width: auto;
}
#attorney-email{
width: 90%;}
#attorney-location {
	font-size: 15px;
	font-family: Times;
	color: #fff;
	font-weight: bold;
float:left;clear:both;
margin-top:10px;
}

#attorney-bio {
	font-size: 17px;
	text-align: left;
	color: #fff;
	margin-right: 15px;
	padding-right: 30px;
}

/* Shadow stuff for all the images */
.dropshadow2{
	float:left;
	clear:left;
	/*background: url(../images/shadowAlpha.png) no-repeat bottom right !important;*/
	/*background: url(../images/shadow.gif) no-repeat bottom right;*/
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}

/*
* html .dropshadow2 {
	float:left;
	clear:left;
	margin: 10px 0 10px 5px;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/shadowAlpha.png", sizingMethod="crop");
	padding: 0px;
}
*/

.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}

li.imagecontainer,ul.imageholder{
	margin:0;
	padding:0;
}

	ul.imageholder{
		padding:10px;
	}

	li.imagecontainer{
		display:inline;
	}

	span.set{
	/* don't change the order of the next two lines */
		display:table-cell; /* for Firefox */
		display:inline-block; /* for Opera and IE */
	}
	span.set{
		width:190px;
		margin:0 2px 5px 2px;
	}
	span.thumb{
		display:block;
		width:150px; /* necessary for Firefox bug */
		height:200px;
	}
	span.thumb a{
		display:block;
		display:inline-block; /* necessary for Opera */
		width:150px;
		height:175px;
	}

	span.caption{
		width: 150px;
		display:block;
		height:2em;
		text-align:center;
		font-weight: bold; 
		font-family: Times; 
		font-size: 16px;
		color: #fff;
	}
	span.caption a{
		display:block;
		display:inline-block; /* necessary for Opera */
		width:150px;
		height:2em;
		color:black;
		position:relative; /* to make entire block clickable */
		z-index:1;         /* in Firefox as well (otherwise li element covers link) */
	}

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}  

