/* @override http://www.webdesign.gs/wingfieldginsburg/style/wingfield.css */

html, body {
	margin: 0;
	background-image: url(../images/bg-body.gif);
}

#cms_content {
	width: 570px;
}

#wrapper-a {
	width: 950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
}

#header {
	background-image: url(../images/banner.png);
	width: 950px;
	height: 235px;
}

#wrapper-b {
	width: 950px;
	height: auto;
	background: url(../images/main-bg.png) repeat-y;
}

#base {
	width: 950px;
	height: 50px;
	background: url(../images/main-bg-base.png) no-repeat;
}

.clear {
	clear: both;
}

/* @group NAVIGATION */

#nav {
	background-image: url(../images/nav-sprites.png);
	width: 930px;
	height: 48px;
	margin-left: 10px;
	margin-right: 10px;
}

#nav ul {
	height: 36px;
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	top: 12px;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	float: left;
	display: block;
	height: 24px;
	font: 11px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}

#nav ul li a:hover {
	color: #464646;
	background: url(../images/nav-hover.png) repeat-x;
}

#nav li.drop ul {
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #768695;
	height: auto;
	top: 24px;
	visibility: hidden;
	clear: both;
}

ul#practice, ul#practice a {
	width: 230px;
}

ul#attorneys, ul#attorneys a {
	width: 160px;
}

#nav li.drop:hover ul {
	visibility: visible;
}

#nav li.drop ul li {
	clear: both;
	height: 22px;
	display: block;
}

#nav li.drop ul li a {
	height: 22px;
	line-height: 22px;
	padding-right: 0;
	padding-left: 0;
	text-indent: 10px;
}

#nav li.drop ul li a:hover {
	background-color: #e1e1e1;
	background-image: none;
}

#sep {
	background-image: url(../images/nav-body-sep.png);
	width: 930px;
	height: 42px;
	margin-left: 10px;
	margin-right: 10px;
}



/* @end */

#content {
	
}

#left {
	width: 582px;
	margin-left: 15px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	float: left;
	min-height: 440px;
	background-color: #f9f9f9;
}

#showcase {
	background-image: url(../images/showcase.png);
	width: 582px;
	height: 163px;
}

#showcase h3 {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	color: #64521f;
	word-spacing: 2px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#showcasein {
	background-image: url(../images/showcase.png);
	width: 582px;
	height: 45px;
}

#showcasein h3 {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	color: #64521f;
	word-spacing: 2px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#left #showcase ul {
	height: 120px;
	padding: 0;
	width: 540px;
	margin-bottom: 0;
	margin-top: 5px;
	margin-right: auto;
}

#showcase ul li {
	width: 120px;
	height: 120px;
	display: block;
	margin-right: 15px;
	float: left;
}

#showcase ul li a {
	width: 120px;
	height: 120px;
	text-indent: -9000px;
	display: block;
}

a#prac-vehicle {
	background-image: url(../images/prac-vehicle.png);
}

a#prac-vehicle:hover {
	background-position: 0 -120px;
}

a#prac-slip {
	background-image: url(../images/prac-slip.png);
}

a#prac-slip:hover {
	background-position: 0 120px;
}

a#prac-wrong {
	background-image: url(../images/prac-wrongful.png);
}

a#prac-wrong:hover {
	background-position: 0 -120px;
}

a#prac-esp {
	background-image: url(../images/prac-espanol.png);
}

a#prac-esp:hover {
	background-position: 0 -120px;
}

#left h1 {
	margin: 8px 0 4px;
	padding: 0 0 0 10px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: capitalize;
}

#left h2 {
	margin: 15px 0 4px;
	padding: 5px 0 5px 10px;
	font: italic 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: capitalize;
	border-bottom: 1px dotted #e1e1e1;
	border-top: 1px dotted #e1e1e1;
	background-color: #f3f3f3;
}

#left p, #left .blogListing {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

#left ul, #left ol {
	text-align: justify;
	font: italic 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
	width: 400px;
	margin-left: 25px;
}

#left ul li {
	margin-bottom: 8px;
}

#left a:link, #left a:visited {
	color: #64521f;
}

#left a:hover {
	color: black;
	text-decoration: underline;
}

#left .address p {
	text-indent: 0;
}

#left .address p b {
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
	width: 62px;
}

#left .profile ul li {
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	list-style-type: square;
}

#linkcode {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font: 12px "Courier New", Courier, mono;
	border-style: dotted;
	border-width: 1px;
	padding: 8px;
	background-color: #dfdfdf;
}

#footer {
	clear: both;
	padding-left: 15px;
	color: gray;
	font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

#footer p {
	margin-bottom: 0;
}

#footer a:link, #footer a:visited {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	color: #464646;
	text-decoration: underline;
}

#free-case {
	width: 455px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	background: url(../images/free-eval.png) no-repeat;
}

#free-case h3 {
	margin: 0;
	padding: 10px 0 0 140px;
	color: #64521f;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#free-case p {
	padding-left: 140px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#free-case p.click {
	color: #64521f;
	font-weight: bold;
	text-align: right;
}

#free-case p.click a:link, #free-case p.click a:visited {
	color: #64521f;
}

#free-case p.click a:hover {
	color: black;
}

#right {
	float: right;
	width: 336px;
	margin-right: 15px;
}

#right table {
	padding: 0px 0px 0px 15px;
}

#right h3 {
	color: #64521f;
	font: normal normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	padding-left: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1;
}

#right h4 {
	color: #64521f;
	font: normal normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	padding-left: 10px;
	padding-bottom: 8px;
}

#right img {
	width: 286px;
	height: 400px;
	margin-left: 15px;
}

/* @group BLOG */

.blogCategories {
	display: none;
}

#right .blogEntry  {
	padding-left: 15px;
	padding-right: 10px;
	color: #464646;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#right .blogtext {
	width: 213px;
	text-align: justify;
}

#right #blogPosted {
	display: none;
}

#right .blogEntry b {
	color: #64521f;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: -35px;
}

#right a:link, #right a:visited {
	color: #64521f;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	margin-top: -20px;
	width: 75px;
	float: right;
	padding-right: 10px;
	background-color: #dfebef;
}

#right a:hover {
	background-color: #ccdfe5;
}



/* @end */

/* CONTACT PAGE */

/* @group CONTACT PAGE */

.hidden {
	display: none;
}

#left .callout p {
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 13px;
}

.callout {
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #728494;
}

#left .callout p.callleft {
	width: 220px;
	float: left;
	text-align: right;
}

#left .callout p.callright {
	float: right;
	width: 205px;
	text-align: left;
	border-left: 1px dotted #728494;
	padding-left: 10px;
}

#left form p b {
	width: 225px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#left form input, #left form textarea {
	border: 1px solid #728494;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#left form input.short {
	width: 75px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#left form input.submit {
	width: 85px;
	margin-right: 0;
	text-transform: uppercase;
	margin-left: 232px;
	padding: 3px 0;
}

#left form input.submit:hover {
	background-color: #728595;
	cursor: pointer;
	color: white;
}



/* @end */