/*   BODY   */

	body, html, table {
		margin:0;
		padding:0;
		background-color:#243745;
		font-family:Arial, Helvetica, sans-serif;
		text-align:left;
		font-size:11px;
		color:#ac9c78;
	}
	
	body, html {
		height:100%;
	}
	
	.clear {
		clear:both;
	}
	
	a {
		color:#ac9c78;
		text-decoration:none;
	}
	
	a:hover {
		color:#bdb093;
	}
	
	.noborder {
		border:none;
	}
	
	ul { 
		list-style-position:outside;
	}
	

/*   OUTLINE   */
	#ContentOutLine {	
		position:relative;
		width:984px;
		height:auto;
		border:1px solid #ac9c78;
	}
	
	#Footer {
		position:relative;
		text-align:left;
		margin-left:5px;
		font-size:10px;	
	}
	

/*   SHADOW  */
	#ShadowBottom {
		position:relative;
		left:2px;
		height:17px;
		width:994px;
		background-image:url(../images/shadow_bottom.png);
	}
	
	#ShadowRight {
		position:absolute;
		top:0px;
		right:-10px;
		height:100%;
		width:10px;
		background-image:url(../images/shadow_right.png);
	}
	
	#ShadowCorner {
		position:absolute;
		top:-1px;
		right:-3px;
		height:17px;
		width:10px;
		background-image:url(../images/shadow_corner.png);
	}	


/*   HEADER & FOOTER  */

	#ContentHeader, #ContentFooter {	
		position:relative;
		width:984px;
		height:91px;
	}
	
	#ContentHeader{	
		border-bottom:1px solid #ac9c78;
	}
	
	#ContentFooter {	
		border-top:1px solid #ac9c78;
		margin-top:-1px;
	}
	
	#ContentHeader div, #ContentFooter div {	
		width:156px;
		height:91px;
		border-right:1px solid #ac9c78;
		cursor:pointer;
		display:block;
		line-height:91px;
		float:left;		
	}
	
	#ContentHeader div:hover, #ContentFooter div:hover, .NavSelected {
		background-color:#ac9c78;
		color:#243745;
	}
	
	#ContentFooter div {
		width:325px;
	}



/*   LOGO  */
	#ContentHeader #Logo, #ContentHeader #Logo:hover {
		width:356px;
		cursor:default;
		background:none;
		color:#ac9c78;
		cursor:pointer;
	}
	
	#ContentHeader #Logo img {
		margin-top:15px;
		margin-right:170px;
	}



/*   CONTACT US  */
	#ContentFooter #Contact, #ContentFooter #Contact:hover {
		line-height:normal;
		width:325px;
		border:none;
		text-align:right;
		padding-right:5px;
		cursor:default;
		background:none;
		color:#ac9c78;
		line-height:14px;
	}
	
	#ContentFooter #Contact span {
		position:relative;
		display:block;
		margin-top:10px;
	}


/*   MAIN CONTENT  */
	#ContentMain {	
		position:relative;
		width:984px;
		overflow:hidden;
		height:0px;
		background-color:#ac9c78;
		border:none;
	}

/*   MAIN CONTENT BOX */
	.ContentBox {
		position:absolute;	
		top:50%; 
		margin-top:-202px; 
		background-color:#bdb093;
		border:1px solid #6c6f65;
		width:950px;
		height:405px;
		color:#2e3f4a;
		text-align:left;
		overflow:hidden;
	}

	.ContentBox a {
		color:#2e3f4a;
	}
	
	.ContentHolder {
		top:0px;
		position:absolute;
		width:100%;
		height:407px;
		margin:5px;
		margin-left:15px;
		margin-bottom:10px;
	}
	
	.ContentScroll {
		position:absolute;		
		height:auto;
		width:100%;
	}
	
	.ContentScrollBar {
		position:absolute;
		right:0px;
		border-left:1px solid #6c6f65;
		background-color:#ac9c78;
		height:100%;
		width:19px;
	}
	
	.ContentScrollBar  .ContentScrollBar_Slider {
		top:0px;
		margin-left:2px;
		margin-top:10px;
		position:absolute;	
		width:15px;
		height:41px;
		background-image:url(../images/scroll_slider.png);
		cursor:pointer;
	}
	
	.ContentLoader {
		position:absolute;
		background-image:url(../images/preloader.gif);
		width:16px;
		height:16px;
		left:50%;
		maring-left:-8px;
		top:50%;
		maring-top:-8px;  	
		display:none;		
	}


/*   MAIN CONTENT LEFT */
	#ContentBoxLeft { 
		left:10px; 
		width:490px;
	}


/*   MAIN CONTENT RIGHT */
	#ContentBoxRight { 
		left:507px;
		width:467px;
	}
	
/*   CONTENT STYLE */

.ContentScroll .MainHeading {
	background: no-repeat url(../images/header.png);
	background-position:0px;
	width:196px;
	height:19px;
	color:#ac9c78;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	line-height:19px;
	margin-left:-15px;
	margin-top:10px;
	margin-bottom:15px;
}

/*   CONTENT LAWYERS */
.listcolumns {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	margin-left:15px;
	margin-top:10px;
}

#left_readmore {
	position:absolute;
	bottom:12px;
	right:25px;
	font-size:10px;
	width:65px;
	cursor:pointer;
	background-position:right;
	padding-bottom:1px;
	font-weight:bold;
}

/* CONTENT TABLE */
.table div {
	float:left;
}

/* CONTACT MAP */
.contactmap {
	position:relative;
	width:600px;
	height:330px;
	overflow:hidden;
	float:left;
	border:2px solid #243745;
}

/* CONTACT FORM */
.contactform {
	position:absolute;
	left:620px;
	bottom:0px;
	float:left;
}

.contactform lable {
	display:block;
	margin:0;
	padding:0;
	margin-top:4px;
}

.contactform input, .contactform  textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	width:300px;
	margin:0;
	padding:0;	
	padding:2px;
	display:block;
}

.contactform .send {
	display:block;
	font-weight:bold;
	margin-top:4px;
	cursor:pointer;
}

.contactform .send:hover {
	color:#FFFFFF;
}


/*  CONTENT LAWYERS */
.lawyer_listing, .lawyer_listing_scroll {
	position:relative;
	height:101px;
	width:440px;
	background-color:#ac9c78;
	margin-bottom:18px;
	overflow:hidden;
}

.lawyer_listing_scroll {
	width:415px;
}

.lawyer_listing img, .lawyer_listing_scroll img {
	position:relative;
	height:101px;
	width:102px;
}

.lawyer_listing .blue, .lawyer_listing_scroll .blue {
	position:absolute;
	top:0px;
	left:106px;
	height:101px;
	width:334px;
	background-color:#243745;
	overflow:hidden;
}

.lawyer_listing .name, .lawyer_listing_scroll .name {
	position:relative;
	height:18px;
	width:320px;
	color:#ac9c78;
	font-size:12px;
	font-weight:bold;
	padding-left:14px;
	padding-top:2px;
}

.lawyer_listing .content, .lawyer_listing_scroll .content {
	position:relative;
	height:72px;
	width:331px;
	background-color:#ac9c78;
	color:#243745;
	font-weight:bold;
	font-size:12px;
}

.lawyer_listing .phone, .lawyer_listing_scroll .phone {
	position:absolute;
	background: no-repeat url(../images/icon_phone.png);
	background-position:0px;
	padding-left:30px;
	top:17px;	
	height:15px;
	margin-left:12px;
}

.lawyer_listing .email, .lawyer_listing_scroll .email {
	position:absolute;
	top:37px;
	background: no-repeat url(../images/icon_email.png);
	background-position:0px;
	padding-left:30px;
	margin-left:12px;
}

.lawyer_listing .readbio, .lawyer_listing_scroll .readbio {
	position:absolute;
	bottom:2px;
	right:5px;
	font-size:10px;
	width:60px;
	cursor:pointer;
	background: no-repeat url(../images/icon_arrow.png);
	background-position:right;
	padding-bottom:1px;
}  

.lawyer_listing_scroll .readbio {
	right:30px;
}    

 .lawyer_listing .email a:hover, .lawyer_listing .readbio:hover, .lawyer_listing_scroll .email a:hover, .lawyer_listing_scroll .readbio:hover {
	color:#0f1b23;
} 

.lawyer_detail {
	position:relative;
	margin-bottom:20px;
}    

.lawyer_detail img {
	position:relative;
	margin-left:100px;
	margin-top:20px;
}    

.lawyer_detail h3 {
	margin:0;
	padding:0;
	margin-top:15px;
}       

#right_back {
	position:absolute;
	top:2px;
	left:0px;
	font-size:10px;
	width:38px;
	cursor:pointer;
	background: no-repeat url(../images/icon_arrow.png);
	background-position:right;
	padding-bottom:1px;
	font-weight:bold;
	z-index:2;
	display:none;
}                                       

/*   TEST */	
#ContentMainT {	
		height:440px;
	}	


