@charset "utf-8";
/* CSS Document Last Modified by: Econoweb Designs February 7, 2010*/

body {
	width:100%;
	height:100%;
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #2D261E url(../images/body_background_top_grandient.jpg) repeat-x 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6A6561;
	font-size:12px;
}
h1 {
	color:#57C7EC;
	font-size:34px;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0px 0px 30px 0px;
	
}
h2 {
	color:#57C7EC;
	font-size:24px;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}
h3 {
	color:#57C7EC;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 15px 0px;
}
h4 {
	color:#FFFFFF;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0px 0px 5px 0px;
}
h5 {
	font-size:14px; font-weight:bold;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}
h5 a:link {color:#FFFFFF; text-decoration:none;}
h5 a:visited {color:#FFFFFF; text-decoration:none;}
h5 a:hover {color:#57C7EC; text-decoration:none;}

p {
	margin: 0px 0px 0px 0px;
}

a.contactLink:link {text-decoration:none; color: #FFFFFF;}
a.contactLink:visited {text-decoration:none; color: #FFFFFF;}
a.contactLink:active {text-decoration:none; color: #FFFFFF;}
a.contactLink:hover {text-decoration:none; color: #57C7EC;}

a.expertise:link {text-decoration:none; color: #57C7EC;}
a.expertise:visited {text-decoration:none; color: #57C7EC;}
a.expertise:active {text-decoration:none; color: #57C7EC;}
a.expertise:hover {text-decoration:none; color: #57C7EC;}

/* Layout Structure */


.oneColFixCtr #outsideWrap {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainWrap {
	position:relative;
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	}

#header {}
#navMenu {}
#mainBanner {}
#content {
	margin-top:35px;
	margin-left:12px;
	margin-right:12px;
	color:#b8b8b8;
	}
#leftcontent {float:left; width:540px; color:#b8b8b8; line-height:22px;}
#rightcontent {float:right; width:300px; color:#b8b8b8;  line-height:22px;}	
	
.bb_hoizontal {border-bottom-style:solid; border-bottom-color:#4D463E; border-bottom-width:1px;}	
#footer {
	clear:both;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#footer .footborder {border-top-style:solid; border-top-color:#4D463E; border-top-width:1px;}	
/* Practices Box */

.practicesBox {position:relative; padding-bottom:15px; margin-bottom:15px; border-bottom-style:solid; border-bottom-color:#4D463E; border-bottom-width:1px;}
.practicesTitle {margin-bottom:10px; font-size:15px; font-weight:bold; color:#FFFFFF;}

.practicesTitle a:link {color:#FFFFFF; text-decoration:none;}
.practicesTitle a:visited {color:#FFFFFF; text-decoration:none;}
.practicesTitle a:hover {color:#57C7EC; text-decoration:none;}


.practicesContent {margin-bottom:10px; padding-right:10px;}
.practicesLeft {float:left; color:#FFFFFF; font-size:11px; line-height:15px; font-weight:bold;}
.practicesRight {float:left; clear:right; margin-left:8px; font-size:11px; line-height:15px;}

.servicesTitle {margin-bottom:0px; font-size:15px; font-weight:bold; color:#FFFFFF;}
.quotes {color:#b8b8b8;
		font-size:11px;}
		
.accomplishmentTitle {margin-bottom:6px; font-size:14px; font-weight:bold; color:#FFFFFF;}	
.accomplishmentMore {margin-top:6px; font-size:13px; color:#FFFFFF;}	

.accomplishmentMore a:link {color:#FFFFFF; text-decoration:none;}
.accomplishmentMore a:visited {color:#FFFFFF; text-decoration:none;}
.accomplishmentMore a:hover {color:#57C7EC; text-decoration:none;}	

/* Lawyer Box */

.lawyerBox {postition:relative; padding-top:40px; padding-bottom:40px; border-top-style:solid; border-top-color:#4D463E; border-top-width:1px;}
#lawyerPic {float:left; width:55px;}
#lawyerInfo {float:left; margin-left:15px; width:200px;}
#lawyerDesc {float:left; margin-left:15px; width:240px; line-height:20px; font-size:12px;}


/*Send Mail Module*/

#sendmail {
	position:relative;
	width:560px;
	height:395px;
	background-image:url(../images/send_mail_bg_image.jpg);
}

#ccsendmail {
	position:relative;
	width:560px;
	height:455px;
	
}
#ccmap { 
	float:right;
	width:293px;}


#emailform input, textarea {
	color:#666666;
	font-size:12px;
}

.checkmark {float:left; margin-top:2px;}
.accomplish {float:left; margin-left:9px; width:500px;}



