.elements4nostyle {
	display: none;
}
	
	/* Default style --> */
	/* 	To define a variant of this style, overwrite the background image(s) and offset widths & heights as necessary */
		.beatbox {
		}
		
		.beatbox .header,
		.beatbox .header .head_left_img_holder,	 		
		.beatbox .footer,
		.beatbox .footer .foot_left_img_holder {
			background: transparent url("graphics/backgrounds/boxes/rounded_corners/goodness_on_dark/wht_rise.png") no-repeat scroll top right; /* url("../graphics/backgrounds/boxes/rounded_corners/glass/glass_light_frosted.png") */
			float: left;
		}
	
		.beatbox .header p {
			margin: 0.4em 0 0;
			font-weight: bold;
			font-size: 128%;
		}

		.beatbox .header .close_button {
			top: 10px;
			right: 10px;
		}

		.beatbox .header,
		.beatbox .content,
		.beatbox .footer {
			position: relative;
			width: 100%;
			padding-right: 11px;		
		}
	
		.beatbox .header .head_left_img_holder,	 		
		.beatbox .left_img_holder,
		.beatbox .footer .foot_left_img_holder {
			position: absolute;
			top: 0px;
			left: -11px;
			width: 11px;
			height: 100%;
		}	
		
		.beatbox .header .head_left_img_holder {
			background-position: top left;
		}
		
		.beatbox .header,
		.beatbox .header .head_left_img_holder {
			min-height: 12px;
		}

		.beatbox .content,
		.beatbox .left_img_holder {
			background: transparent url("graphics/backgrounds/boxes/rounded_corners/goodness_on_dark/wht_rise_sprite.png") repeat-y scroll center right;
			float: left;
		}

		.beatbox .content .left_img_holder {
			background-position: center left;
		}
		
		.beatbox .footer,
		.beatbox .footer .foot_left_img_holder {
			min-height: 12px;
		}
		
		.beatbox .footer {
			background-position: bottom right;
		}
		
		.beatbox .footer .foot_left_img_holder {
			background-position: bottom left;
		}
	/* <-- Default style */
	/* shadow --> */	
		.beatbox.shadow .header,
		.beatbox.shadow .header .head_left_img_holder,
		.beatbox.shadow .footer,
		.beatbox.shadow .footer .foot_left_img_holder {
			background-image: url("../graphics/rounded_corners/wht_w_deepblue_glow.png");
		}
		
		.beatbox.shadow.diff_head .header,
		.beatbox.shadow.diff_head .header .head_left_img_holder {
			background-image: url("../graphics/rounded_corners/gradblugray_with_deepblue_g.png");
		}
		
		.beatbox.shadow .content,
		.beatbox.shadow .left_img_holder {
			background: transparent url("../graphics/rounded_corners/wht_w_deepblue_glow_sprite.png") repeat-y scroll center right;
		}

		.beatbox.shadow .content .left_img_holder {
			background-position: center left;
			left: -9px;
		}
		
		.beatbox.shadow .header .head_left_img_holder,	 		
		.beatbox.shadow .left_img_holder,
		.beatbox.shadow .footer .foot_left_img_holder {
			left: -8px;
			width: 8px;
		}	
		
		.beatbox.shadow .header,
		.beatbox.shadow .header .head_left_img_holder {
			min-height: 16px;
		}
		
		.beatbox.shadow .header,
		.beatbox.shadow .content,
		.beatbox.shadow .footer {
			padding-right: 9px;
		}
		
		.beatbox.shadow .footer,
		.beatbox.shadow .footer .foot_left_img_holder {
			min-height: 16px;
		}
		
	/* <-- shadow */

/* Remove this muting section once you decide on a style (ND - 2009-04-15) */

/* Mute --> */
	/* This subclass negates all beatbox styling an element may have inherited */
	/*	This is useful when you wish to treat an element as if it were not a beatbox without removing all markup */
		.beatbox.mute .header,
		.beatbox.mute .header .head_left_img_holder,
		.beatbox.mute .content,
		.beatbox.mute .left_img_holder,	 		
		.beatbox.mute .footer,
		.beatbox.mute .footer .foot_left_img_holder {
			background: none;
		}
	
		.beatbox.mute .header,
		.beatbox.mute .content,
		.beatbox.mute .footer {
			position: relative;
			width: 100%;
			padding-right: 0;		
		}
	
		.beatbox.mute .header .head_left_img_holder,	 		
		.beatbox.mute .left_img_holder,
		.beatbox.mute .footer .foot_left_img_holder {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 0px;
			height: 100%;
		}	
		
		.beatbox.mute .header,
		.beatbox.mute .header .head_left_img_holder {
			height: 0px;
			min-height: 0px;
		}
	
		.beatbox.mute .footer,
		.beatbox.mute .footer .foot_left_img_holder {
			height: 0px;
			min-height: 0px;
		}
	/* <-- Mute */

/*
.quote {
	color: RGB(230, 230, 230);
	font-size: 175%;
	font-weight: bold;
}
*/

body {
	background-color: RGB(110, 110, 110);
	margin: 0;
	padding: 0;
}

p.quote {
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
}

span.quote {
	font-size: 150%;
	position: absolute;
}

span.quote.left {
	left: 0.15em;
}

p.quote span.quote.left {
	position: relative;
	left: -0.1em;
}

h4 span.quote.left {
	left: 0.75em;
}

span.quote.right {
	position: relative;
	right: -0.05em;
}

#main_centered_container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	background-color: transparent;
	font-size: 110%;
}

#main_centered_container_header,
#main_centered_container_content,
#main_centered_container_footer {
/*
	background-color: white;
*/
	position: relative;
	z-index: 0;
}


#main_centered_container_content,
#main_centered_container_footer {
	
}

#main_centered_container_header,
#main_centered_container_header .head_left_img_holder {
	min-height: 0;
}


#main_centered_container_content {
/*
	background: transparent url("../graphics/rounded_corners/wht_w_deepblue_glow_sprit_fx.png") scroll repeat-y center center;
	padding-bottom: 1px;
*/
}

#main_centered_container_footer {
	margin-left:7px;
	width:973px;
/*
	background: transparent url("../graphics/rounded_corners/wht_w_deepblue_glow_fx_bt.png") scroll no-repeat center bottom;
	min-height: 26px;
*/
}

#main_centered_container_footer .foot_left_img_holder {
	left:-16px;
	width:16px;
}

#header {
	height: 300px;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
}

/*
#header img#david_sokol_header {
	position:absolute;
	z-index:-1;
}
*/

#header h1 {
	float: left;
	font-size: 225%;
/*
	margin-bottom: 0.25em;
*/
}

#contact_overview {
	float: right;
	text-align: right;
	margin: 0em 0.25em 0 0;
	font-family: verdana, sans;

/*
	font-family: Times New Roman, serif;
	font-size: 125%;
	font-weight: bold;
*/
}

#contact_overview a {
	text-decoration: none;
}

#contact_overview,
#contact_overview a,
#contact_overview a:visited {
	color: RGB(200, 200, 190)
/*
	color: RGB(200, 180, 130);
	color: RGB(180, 190, 200);
*/
}

#contact_overview span {
	display: block;
	float: right;
	clear: right;
	margin: 0.25em 0.25em 0.5em;
}

#contact_overview span#address {
	margin-right: 4em;
}

#contact_overview span#city_hall {
/*
	text-transform: uppercase;
	font-weight: bold;

	color: RGB(200, 200, 150);
*/
	margin-right: 2em;
}

#contact_overview span#phone {
/*
	color: RGB(200, 200, 190);
*/
}

#david_sokol {
/*
	background: transparent url(../graphics/real_sig.png) no-repeat scroll top left;
*/
/*
	background: transparent url("../graphics/50trans_white_1px.png") repeat scroll center center;
*/
	position: absolute;
	top: 65px;
	left: 253px;
	padding: 0px;
	
	/* For IE 6 and earlier where I use text instead of transparency-laden PNG --> */
	color: white;
	font: 4.75em bold serif;
}

#motto {
	position: absolute;
	top: 187px;
	left: 585px;
	padding: 10px;
/*
	background:transparent url(../graphics/cloud_cover.png) no-repeat scroll -80px -20px;
*/

	/* For IE 6 and earlier where I use text instead of transparency-laden PNG --> */
	color: white;
	font: 1.75em bold serif;
}

#main_menu {
	background: transparent url("../graphics/50trans_white_1px.png") repeat scroll center center;
	width: 100%;
/*
	height: 30px;
*/
/*
	overflow-y: visible;
*/
	position: absolute;
	bottom: 0;
	clear: both;
	color: RGB(30, 40, 70);
	font-size: 24px;
	text-align: center;
	padding: 0.2em 0 0;
}

#main_menu_list {
	margin: 0;
	padding: 0;
/*
	height: 30px;
*/
	border-style: solid;
	border-color: black;
	border-width: 0 0 3px 0;
}

#main_menu li {
	padding: 0.2em 24px 6px;
/*
	margin: 0 80px;
*/
	margin: 0px 0.85em;
}

#main_menu li.selected {
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 3px 3px 4px;
	border-bottom-color: white;
/*
	padding-bottom: 4px;
*/
}

#main_menu li.first,
#main_menu li.last {
/*
	display: block;
*/
}	
	
#main_menu li.first {
/*
	margin-right: 115px;
*/
}

#main_menu li.last {
/*
	margin-left: 115px;
*/
}

#main_menu li:hover,
#main_menu li.selected {
/*
	background-color: white;

*/
}


#main_menu li:hover {
	background: transparent url("../graphics/50trans_white_1px.png") repeat scroll center center;
}

#main_menu li.selected:hover {

	background: white;

}

#main_menu a {
	text-decoration: none;
	color: RGB(40, 50, 70);
	margin: 0;
	padding: 0;
}

#main_menu a:visited {
	color: RGB(40, 50, 70);
}

.menu {
	font: 115% sans-serif;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	display: inline;
	margin: 0 1em;
}

#content,
#footer {
	padding: 0 1em;
	clear: both;
}

#content {
	padding-top: 0.5em;
}

body.contact #content {
	min-height: 235px;
}

h3 {
	color: RGB(30, 37, 94);
	font-family: sans-serif;
	margin: 1.5em 0 0;
}

h4 {
	margin: 1.75em 0 0;
	font-style: italic;
}

h3.first {
	margin: 0.5em 0 0;
}

.column {
	width: 440px;
	display: block;
	margin-top: 0.5em;
	padding: 0 1em;
}

#column_1 {
	float: left;
	
}

#column_2 {
	float: right;
	padding-left: 0;
}

.area_of_practice {
	background-color: RGB(242, 244, 249);
	border: 2px solid RGB(100, 100, 150);
	margin: 1em 0;
	padding: 0.5em;
}

/*
.area_of_practice,
*/
.law_area_overview {
	background-color: RGB(245, 245, 250);
	border: 1px solid RGB(110, 110, 110);	
	margin: 1em 0;
	padding: 0.5em;
}

.law_area_overview {
	background: white url("../graphics/grad_sub_fade_6_ltrc.jpg") no-repeat scroll top left;
	border: none;
	padding: 0.5em 20px 0.5em;
}

.area_of_practice h3 {
	margin: 0.5em 0 0;
}

.law_area_overview h3 {
	margin: 0.3em 0 0;
	min-height: 2.4em;
}

.fade .area_of_practice h3 {
/*
	color: RGB(80, 80, 105);
*/
}

.law_area_overview {
	width: 27%;
	float: left;
	margin-right: 3%;
}

.law_area_overview.last {
	margin-right: 0;
}

.law_area_overview h3 {
/*
	text-align: center;
*/
}

.law_area_overview a {
	text-decoration: none;
	color: RGB(30, 37, 94);
}

.law_area_overview p {
	margin: 0.75em 0 0.25em;
}

.law_area_blurb a {
	text-decoration: underline;	
}

#opening_paragraph {
	text-align: justify;
	font-family: Times, serif;
	font-size: 125%;
	font-style: italic;
	padding: 0 0.5em;
	color: RGB(30, 37, 94);
	margin-bottom: 0.25em;
	margin-top: 0.25em;	
}

/*
#opening_paragraph p.first {
	margin-top: 0.5em;
}	

#opening_paragraph p.second {
	margin-left: 2em;
}		

#opening_paragraph p.third {
	margin-left: 4em;
}		

#opening_paragraph p.fourth {
	margin-left: 6em;
}		

#opening_paragraph p {
	margin-top: 0.25em;	
}	

*/
.keyword {
	font-style: italic;
}
	
#closing_paragraphs {
	clear: both;
}

#areas_of_practice_sub_menu {
	display: block;
	float: left;
	width: 118px;
	text-align: center;
}

#areas_of_practice_sub_menu ul {
	margin: 2em 0 0;
	padding: 0;
}

#areas_of_practice_sub_menu li {
	display: block;
/*
	margin: 0;
	padding: 1em 0.25em;
	background: white url("../graphics/grad_sub_fade_6.jpg") no-repeat scroll top left;
	border: none;
	background-color: RGB(185, 185, 190);
	border: 1px solid RGB(200, 220, 220);
	background: RGB(205, 205, 210) url("../graphics/shadow.png") repeat-y scroll 102% 0%;
*/
	
	position: relative;
	background: transparent url("../graphics/tab.png") no-repeat scroll top left;
	
	margin: 8px 0 0;
	padding: 6px 7px 0 11px;
	min-height: 83px;	
}

#areas_of_practice_sub_menu li .left_img_holder,
#practice_area_detail li .left_img_holder {
}

#areas_of_practice_sub_menu li.selected {
/*
	background-color: RGB(245, 245, 250);
	background-image: none;
	width: 101%;
	left: -5%;
*/

	background-image: url("../graphics/tab_shad_2.png");
	width: 118px;
}

#areas_of_practice_sub_menu li.selected .left_img_holder {
/*
		background: transparent url("../graphics/shadow.png") repeat-y scroll center left;
		height:101%;
		left:-7px;
		top:0;
		width:7px;
*/
/*
		background: none;
*/
}
#areas_of_practice_sub_menu li:hover {
/*
	background-color: RGB(225, 225, 230);
*/
	background-image: url("../graphics/tab_light.png");
}

#areas_of_practice_sub_menu li.selected:hover {
/*
	background-color: RGB(185, 185, 190);
	background-color: RGB(245, 245, 250);
*/
	background-image: url("../graphics/tab_shad_2.png");
}

#areas_of_practice_sub_menu a {
	text-decoration: none;
	color: black;	
}

#practice_area_detail {
	display: block;
	float: left;
	width: 790px;
	padding-left: 20px;
}

.subtitle {
	font-style: italic;
	margin: 0.5em 0 0.5em 2em;
}

/* Attorney Profile --> */ 
	#professional_statement h4 {
		line-height: 1.2em;
	}
	
	.atty_profile_subsection {
		margin: 0.5em 0 0;
		padding: 0 1em;
	}
	
	.atty_profile_subsection p {
		margin-left: 1em;
	}
	
	.atty_profile_subsection ul {
		list-style-type: none;
	}
	
	.atty_profile_subsection li,
	.simple_bordered_box {
		display: block;
		background-color: RGB(245, 245, 250);
		border: 1px solid RGB(200, 220, 220);	
		margin: 0.5em 0;
		padding: 0.5em;
	}
	
	.institution {
		font-weight: bold;
	}
	
	.location {
		font-style: italic;
	}
	
	.degree {
		
	}

	.position {
		font-weight: bold;
	}

	.job_description {

	}

	.date {
		
	}
	
	.note {
		
	}
	
	p#client_expectations {
		font-family:arial;
		font-size:115%;
		font-weight:bold;
		margin-left:0.8em;
	}
	
	ul#client_expectations_list {
		list-style-type: disc;
		font-style: italic;
		font-size: 125%;
	}
	
	ul#client_expectations_list li {
		display: list-item;
		background-color: transparent;
		border: none;
		padding: 0.25em;	
/*
		margin: ;
		padding: ;
*/	
	}
/* <-- Attorney Profile */

/* Contact Page --> */
	.designation {
		text-align: right;
		font-style: italic;
		margin-right: 2em;
	}

	.contact_section {
		width: 45%;
		float: left;
		margin: 0em 0em 0.5em 1em;
	}

	#contact_info_table {
		margin-top: 1em;
	}

	#contact_info_table td {
		vertical-align: top;
	}

	#ask_a_question {
		float: right;
	}
	
	input.form_error, 
	select.form_error,
	textarea.form_error {
		border: 2px solid red;
	}
	
	label.form_error {
		color: red;
	}

	#directions {
		clear: left;
		margin-right: 2em;
		margin-top: 1em;
	}

	form {
		padding-left: 0;
	}

	form ul {
		padding-left: 0;
	}

	form li {
		display: block;
		float: left;
		clear: both;
		margin-left: 0;	
		margin-bottom: 0.75em;
	}
	
	label,
	input,
	textarea {
		display: block;
		margin-left: 0;
		padding: 0;
		clear: both;
	}
	
	label {
		float: left;
		min-width: 7.5em;
	}
	
	input {
		float: left;
	}
	
	#question_submit {
		font-weight: bold;
	}
	
	button {
		display: block;
		float: left;
		max-width: 7em;
	}
/* <-- Contact Page */

#footer_menu {
	margin-top: 1.5em;
	text-align: center;
}

#footer_menu_list {
	padding-left: 0;
	margin-bottom: 0.5em;	
}

#boilerplate {
	clear: both;
	padding: 1em;
	font: 85% sans-serif;
	color: RGB(210, 210, 230);
	text-align: justify;
}

