/*		layout.css - layout for maysterandchaimsonlaw.net
 *		6/29/2009 Dan Davis-Boxleitner for Artistic Digital Services
 *
*/

body {
	text-align: center;
}

#left_side {
	float:left;
}

#page_container {
	background-image: url('../images/side_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
/*	background-color:white; */
	text-align: center;
}

#bgfix {
	background-image: url('../images/bg_v_repeater.jpg');
	background-repeat: repeat-y;
	background-position: center;
/*	height: 100%; */
	
}

#constrainer {
	
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#left_side_top {
	background-image: url('../images/lside_shadow_top.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width:20px;
	height:93px;
}

#left_side_mid {
	background-image: url('../images/lside_shadow_mid.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	width:20px;
	height: 100%;
}
	
#right_side {
	width: auto;	
}

#main_container {
	width: 990px;
	float:left;
	
}

#mc_logo {
	background-image: url('../images/mc_logo.jpg');	
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 273px;
	height: 92px;
	display:block;
	
	margin-left:14px;
	
	float: left;
}

#mc_logo a {
	width: 273px;
	height: 92px;
	display:block;
}

#header {
	background-image: url('../images/header_bg.jpg');	
	background-repeat: repeat-x;
	background-position: left top;
	width:990px;
	height:92px;
	
	background-color:yellow;
}

#header_content {
	width: 680px;
	height: 92px;
	float:right;
	text-align: right;
	padding-right: 20px;
}

#header_links {
	padding-top: 8px;
}

#header_tagline {
	position:relative;
	top: 34px;
/*	padding-top: 34px;	*/
}

#main {
	width: 990px;
	background-color: white;

}	

#nav {
	text-align: center;	
}

#nav_1 {
	padding-top: 20px;	
}

#nav_2 {
	padding-top: 30px;	
}

#nav_3 {
	padding-top: 30px;	
}

#nav_4 {
	padding-top: 16px;	
}

#nav_5 {
	padding-top: 20px;	
}

#main_left_col {
	width: 288px;
	float: left;
}

#nav {
	background-image: url('../images/navbg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	
	margin-top: 20px;
	margin-left: 26px;
	margin-bottom: 7px;
	width: 248px;
	height: 242px;
	
}

#contact_box {
	background-image: url('../images/contact_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	
	margin-left: 26px;
	margin-top: 7px;
}

#contact_text {
	width: 216px;	
	padding-top: 20px;
	padding-left: 10px;
	line-height: 18px;
}

#staff_photo {
	background-image: url('../images/staff-photo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	
	margin: 30px 0px 40px 30px;
	
	width: 240px;
	height: 160px;
	display:block;	
}

h3 {
	padding: 12px 0px 0px 10px;	
}

#content_head {
	margin-top: 20px;
	padding-left: 16px;
}

#content_text {
	line-height: 18px;	
}

form#consultation-form label {
	float:left;
	margin-right:4px;
	padding-top:4px;
	padding-right:4px;
	text-align:right;
	width:140px;
}

.formFieldContainer {
	margin: 2px;
	padding: 6px;
	background-color: #eaeaea;
	width: 350px;
	margin-left:100px;
}

.formFieldContainerB {
	margin: 2px;
	padding: 6px;
	background-color: #eaeaea;
	width: 450px;
	margin-left:50px;
}

#content_text_wwd {
	line-height: 22px;	
}

#content_text_staff {
	line-height: 22px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	padding-bottom: 10px;	
}

#mini_col_left {
	float: left;
	padding-left: 12px;
	width: 74px;
}

#mini_col_right {
	float: left;
	padding-left: 12px;
}

#banner_image {
	background-image: url('../images/scales.jpg');
	background-repeat: no-repeat;
	background-position: left top;

	margin-top: 22px;
	margin-left: 16px;
	
	width: 671px;
	height: 235px;
	display: block;
}

#content_left_col {
	background-image: url('../images/left_mini_col.jpg');
	background-repeat: no-repeat;
	background-position: left top;

	float: left;
	width: 212px;
	margin-left: 15px;
	
}

#leftcol_text {
	padding-top: 10px;
	padding-left: 18px;
	width: 170px;
	line-height: 14px;
	
}

#content_mid_col {
	background-image: url('../images/mid_mini_col.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	
	float: left;
	width: 172px;
	margin-left: 32px;
	padding-left: 18px;
	
}

#content_right_col {
	background-image: url('../images/right_mini_col.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	
	float: left;
	width: 200px;
	margin-left: 32px;
	
}

#main_right_col {
	width: 682px;
	padding-right:20px;
	float:left;
}

#rightcol_text {
	padding-left: 10px;
	width: 180px;
	line-height: 20px;
}

#click_here {
	background-image: url('../images/clickhere.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width:96px;
	height:23px;
	padding-left: 80px;
	margin-top: 8px;
}

#click_here a {
	width: 96px;
	height: 23px;
	display:block;	
}

hr {
	width:94%;
	color:#d1d3d4;
	border: 0px;
	background-color:#d1d3d4;
}

.staff_block {
	height: 140px;	
}

#mayster {
	background-image: url('../images/mayster.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:right;
	margin-right: 20px;
}

#mayster_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 540px;
	padding-top: 10px;
	padding-right: 20px;
	float:right;
}

#chaimson {
	background-image: url('../images/chaimson.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:left;
	margin-right: 30px;
	margin-left:20px;
}

#chaimson_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
	float:left;
}

#tuttle {
	background-image: url('../images/tuttle.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:right;
	margin-right: 20px;
}

#tuttle_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 540px;
	padding-top: 10px;
	padding-right: 20px;
	float:right;
}

#vickner {
	background-image: url('../images/vickner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:left;
	margin-right: 30px;
	margin-left: 20px;
}

#vickner_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 480px;
	padding-top: 10px;
	padding-right: 20px;
	float:left;
}

#ewell {
	background-image: url('../images/ewell.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:right;
	margin-right: 20px;
}

#ewell_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 540px;
	padding-top: 10px;
	padding-right: 20px;
	float:right;
}

#washington {
	background-image: url('../images/washington.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width:78px;
	height:116px;
	display:block;
	float:left;
	margin-right: 40px;
	margin-left: 20px;
}

#washington_txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
	float:left;
}

#right_side {
	width: auto;
	float:left;	
}

#right_side_top {
	background-image: url('../images/rside_shadow_top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	width:20px;
	height:93px;
}

#right_side_mid {
	background-image: url('../images/rside_shadow_mid.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	width:20px;
	height: 100%;
}


#footer_container {
	background-image: url('../images/bottom_bar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	
	text-align: center;
}

#footer_constrainer {
	width: 1030px;

	margin-left: auto;
	margin-right: auto;
	
	background-color: orange;
	
}

#footer_nav {
	float: left;
	
	width: 990px;
	background-image: url('../images/footer_nav_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	
	height: 21px;	/* 25 - padding */
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #30885e;	

	border-bottom-width: 1px;
	border-bottom-color: #30885e;	
	
	overflow: hidden;
	
	padding-top: 4px; 
}

#lside_bot_shadow {
	background-image: url('../images/lside_shadow_bot.jpg');
	background-repeat: repeat-x;
	background-position: right top;

	float: left;
	
	width: 20px;
	height: 27px;
}

#rside_bot_shadow {
	background-image: url('../images/rside_shadow_bot.jpg');
	background-repeat: repeat-x;
	background-position: left top;

	float: left;
	
	width: 20px;
	height: 27px;
}

#copytext {
	padding-top: 6px;	
}

.clear {
	clear: both;	
}

.validation-advice {
	margin: 2px; 
	padding: 2px; 
	color:#fff; 
	background-color:#f00;
}

#wwd_subhead {
	text-align:center;
	font-weight: bold;	
	padding-bottom:20px;
}


