@charset "UTF-8";

/* browser reset */
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	}
	
/* size and style of generic browser elements */	
body {
	font: 14px 'OFL Sorts Mill Goudy TT', Palatino, Times, Georgia, serif;
	line-height:1.6em;
	background: #e6decf url(../images/background_band.png) repeat-x;
	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:#403010;
}
textarea {
		font: 14px 'OFL Sorts Mill Goudy TT', Palatino, Times, Georgia, serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
	margin-top:1em;
	color:#802030;
	text-shadow: 0px 1px 1px #FFFFFF;
	text-transform:capitalize;
	overflow:visible;
	}
h1 { font-size:2em; }
h2 { font-size:1.618em; }
h3 { font-size:1.382em; }
h4 { font-size:1.25em; }
h5 { font-size:1.16em; }
h6 { font-size:1em; }
p {text-indent:2em; }


a, a:link, a:visited {
	color: #802030;
	text-decoration: underline;
	}
ul, ol, dl {
	list-style-position:outside;
	padding-left:1em;
	position:relative;
	display:inline-block;
	}
	
/* Structural DIVS and their styling */
#backgroundArt {
	position:absolute;
	background:url(../images/backgroundArt.jpg) no-repeat top center;
	width:100%;
	height:942px;
	top:161px;
	left:0px;
	}
#wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	width:920px;
	padding:0px 0px 0px 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../images/contentBack.png) repeat-y center;
	}
#container {
	position:relative;
	display:block;
	float:left;
	clear:left;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position:relative;
	float:left;
	clear:left;
	display:block;
	width:836px;
	background: #222 url(../images/headerBackground.jpg) no-repeat top center;
	height:84px;
	padding:32px;
	text-shadow: 0px 1px 2px #000;
	overflow:hidden;
	}
#mainContent {
	position:relative;
	float:left;
	clear:left;
	display:block;
	width:900px;
	height:auto;
	}
#leftColumn {
	position:relative;
	float:left;
	display:block;
	width:190px;
	padding:0px 36px 36px 0px;
	text-align:right;
	}
#leftColumn ul {
	list-style:none;
	padding:0;
	position:relative;
	float:right;
	}
#leftColumn ul li a, #leftColumn ul li a:link, #leftColumn ul li a:visited {
	text-decoration:none;
	color:#402a00;
	}
#leftColumn ul li a:hover {
	text-decoration:none;
	color:#FFF;
	}
#rightColumn {
	position:relative;
	float:left;
	display:block;
	padding:36px;
	padding-top:0px;
	width:600px;
	}
#leftColumn h1,
#leftColumn h2,
#leftColumn h3,
#leftColumn h4,
#leftColumn h5,
#leftColumn h6 {
	color:#FFF;
	text-shadow:0px -1px 1px #806a40;
	}
#footer {
	position:relative;
	display:block;
	width:920px;
	margin:0 auto;
	text-align:center;
	background:url(../images/contentBottom.png) no-repeat top center;
	height:60px;
	line-height:60px;
	}
#heroGraphic {
	position:relative;
	float:left;
	clear:left;
	width:900px;
	}
	
/* Primary Menu Styling Block */

#primaryMenu {
	position:relative;
	float:left;
	clear:left;
	z-index:999;
	width:900px;
	height:37px;
	background:url(../images/menuBar.png) no-repeat top center;
	border-top:#FC6 1px solid;
	border-bottom:#960 1px solid;
	}
#primaryMenu a,
#primaryMenu a:link,
#primaryMenu a:visited {
	font-size:1.38em;
	font-style:italic;
	font-weight:normal;
	text-decoration: none;
	color:#402a00;
	}
#primaryMenu a:hover,
#primaryMenu ul li:hover a {
	color:#FFF;
	text-shadow: 0px -1px 1px #805500;
	}
#primaryMenu ul {
	position:absolute;
	z-index:99;
	top:0px;
	padding:0;
	left:84px;
	list-style:none;
	overflow:visible;
	height:37px;
	}
#primaryMenu ul li {
	position:relative;
	float:left;
	clear:none;
	height:37px;
	width:auto;
	overflow:hidden;
	display:block;
	text-align:left;
	text-shadow: 0px 1px 1px #ffe5b2;
	padding:0px 70px 0px 0px;
	}
#primaryMenu ul li a {
	height:37px;
	display:block;
	position:relative;
	float:left;
	line-height:40px;
	}
#primaryMenu ul li:hover {
	height:auto;
	overflow:visible;
	}
#primaryMenu ul li ul {
	position:absolute;
	z-index:100;
	width:300px;
	height:auto;
	top:37px;
	left:-72px;
	display:block;
	overflow:hidden;
	}
#primaryMenu ul li ul#practiceAreas {
	width:472px;
	left:-118px;
	}
#primaryMenu ul li ul li {
	border-top:#FC6 1px solid;
	border-bottom:#960 1px solid;
	border-right:#960 1px solid;
	border-left:#Fc6 1px solid;
	padding:0;
	position:relative;
	float:left;
	clear:left;
	display:block;
	width:234px;
	white-space:nowrap;
	overflow:hidden;
	}
#primaryMenu ul li ul#practiceAreas li {
	float:left;
	clear:none;
	}
#primaryMenu ul li ul li:hover {
	height:auto;
	overflow:hidden;
	}
#primaryMenu ul li ul li a,
#primaryMenu ul li ul li a:link,
#primaryMenu ul li ul li a:visited {
	color:#402a00;
	text-shadow: 0px 1px 1px #ffe5b2;
	position:relative;
	display:block;
	font-size:1em;
	float:left;
	clear:left;
	height:37px;
	line-height:37px;
	width:100%;
	padding:0;
	background:url(../images/menuBar.png) no-repeat top left;
	padding: 0px 18px 0px 18px;
	}
#primaryMenu ul li ul li a:hover {
	color:#FFF;
	background:url(../images/menuBar.png) no-repeat top center;
	text-shadow: 0px -1px 1px #805500;
	}

/* specific page element styling */

p#addressBlock {
	color:#FFF;
	line-height:1.25em;
	position:absolute;
	text-indent:0;
	text-align:center;
	right:36px;
	width:216px;
	}
img#masthead {
	position:absolute;
	top:40px;
	left:56px;
	}
	
/* form elements */

#rightColumn form {
	padding:48px;
	margin-top:36px;
	background-color:#FFF;
	position:relative;
	display:inline-block;
	width:480px;
	overflow:hidden;
	}
#rightColumn form label {
	position:relative;
	float:left;
	clear:left;
	width:72px;
	height:24px;
	line-height:24px;
	text-align:right;
	margin-bottom:9px;
	}
#rightColumn form label input {
	font-family:'OFL Sorts Mill Goudy TT', Palatino, Times, Georgia, serif;
	font-size:14px;
	}
#rightColumn form label input[type=text],
#rightColumn form label textarea {
	position:absolute;
	left:80px;
	border:#000 1px solid;
	height:24px;
	width:385px;
	}
#rightColumn form label textarea {
	height:180px;
	}
#rightColumn form label.textArea {
	margin-bottom:180px;
	}
#rightColumn form label.buttons {
	position:relative;
	float:left;
	clear:left;
	left:80px;
	width:400px;
	text-align:center;
	}
#rightColumn form label.buttons input {
	background:#600;
	position:relative;
	float:left;
	clear:none;
	font-style:italic;
	color:#FFF;
	height:36px;
	line-height:40px;
	padding-left:9px;
	padding-right:9px;
	margin-right:36px;
	}

/* page content */

#rightColumn ul {
	display:inline;
	list-style-position:inside;
	padding-left:2em;
	margin:0px;
	padding:0px;
	}

#rightColumn ul.twoColumn {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:1em;
	list-style:none;
	list-style-position:outside;
	padding:0px;
	width:100%;
	}
	
ul.twoColumn li {
	position:relative;
	float:left;
	clear:none;
	width:50%;
	}

ul.twoColumn li a, ul.twoColumn li a:link, ul.twoColumn li a:visited {
	text-decoration:none;
	color:#402A00;
	}
ul.twoColumn li a:hover {
	color:#802030;
	text-decoration:underline;
	}

.smallCaps { font-variant: small-caps; }

.attorneyPortrait {
	display:inline;
	position:relative;
	float:right;
	margin-left:58px;
	margin-bottom:18px;
	}
.attorneyBody {
	display:inline;
	position:relative;
	float:left;
	margin-right:58px;
	margin-top:18px;
	}
#rightColumn h1 {
	white-space:nowrap;
	}
ul#artGallery {
	list-style:none;
	padding:0;
	width:600px;
	overflow:hidden;
	}
ul#artGallery li {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	padding-right:36px;
	margin-top:36px;
	}
ul#artGallery h3 {
	margin-top:0px;
	}
ul#artGallery img{
	border:#000 1px solid;
	position:relative;
	float:left;
	margin-right:24px;
	margin-bottom:18px;
	display:inline;
	}
ul#attorneysList {
	list-style:none;
	margin-top:9px;
	}
ul#attorneysList li {
	padding:9px;
	margin-bottom:9px;
	background:#faf8f4;
	display:block;
	overflow:hidden;
	}
ul#attorneysList li img {
	float:left;
	border:0;
	}
ul#attorneysList li h4 {
	float:left;
	margin-left:1em;
	height:80px;
	line-height:80px;
	margin-top:0;
	}
ul#attorneysList li p {
	float:right;
	text-align:right;
	margin-top:18px;
	margin-right:18px;
	}
div.breaker {
	width:100%;
	}
