/* @override 
	http://localhost:8888/style/barnes.css
	http://webdesign.gs/barnesharrington/style/barnes.css
*/

html, body {
	background-color: #001727;
	margin: 0;
}

#wrapper-1 {
	width: 925px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -425px;
}

#wrapper-2 {
	background-color: #faf7c4;
	width: 810px;
	margin-left: 58px;
}

.clear {
	clear: both;
	height: 10px;
}

#header {
	width: 825px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.jpg);
}

a#header-link {
	display: block;
	height: 40px;
	width: 260px;
	position: relative;
	top: 35px;
	left: 45px;
	text-indent: -9000px;
	overflow: hidden;
}

#flash-nav-wrap {
	width: 798px;
	height: 318px;
	margin-left: auto;
	margin-right: auto;
}

#content-wrap {
	width: 798px;
	min-height: 665px;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	width: 578px;
	height: 318px;
	float: left;
	background-color: black;
}

#contact-bar {
	width: 825px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* @group NAVIGATION */

#nav {
	width: 220px;
	height: 318px;
	background-image: url(../images/nav-sprites.jpg);
	float: right;
}

ul.navigation {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 242px;
	list-style-type: none;
}

ul.navigation a {
	display: block;
	width: 220px;
	margin-top: 3px;
	background-image: url(../images/nav-sprites.jpg);
	text-indent: -9000px;
	overflow: hidden;
}

a#home {
	height: 35px;
	margin-top: 0;
	background-position: 0 0;
}

a#home:hover {
	background-position: -220px 0;
}

a#firm {
	height: 31px;
	background-position: 0 -38px;
}

a#firm:hover {
	background-position: -220px -38px;
}

a#attorney {
	height: 33px;
	background-position: 0 -72px;
}

a#attorney:hover {
	background-position: -220px -72px;
}

a#practice {
	height: 30px;
	background-position: 0 -108px;
}

a#practice:hover {
	background-position: -220px -108px;
}

a#articles {
	height: 33px;
	background-position: 0 -141px;
}

a#articles:hover {
	background-position: -220px -141px;
}

a#resources {
	height: 31px;
	background-position: 0 -177px;
}

a#resources:hover {
	background-position: -220px -177px;
}

a#contact {
	height: 30px;
	background-position: 0 -211px;
}

a#contact:hover {
	background-position: -220px -211px;
}

a#directions {
	height: 67px;
	display: block;
	background: url(../images/nav-sprites.jpg) -6px -243px;
	text-indent: -9000px;
	overflow: hidden;
	width: 209px;
	position: relative;
	left: 6px;
}

a#directions:hover {
	background-position: -226px -243px;
}



/* @end */

#content-bg {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/content-bg.jpg);
	padding-bottom: 50px;
}

#body {
	float: left;
	width: 558px;
	height: auto;
	margin-left: 24px;
	margin-top: 10px;
}

#body img {
	float: right;
	margin-left: 15px;
}

#body h1 {
	color: #003658;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}

#body h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	color: #af0001;
	display: block;
	width: 540px;
	margin-left: 15px;
}

#body p, #body ul, #body ol {
	font: .8em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

#body a:link, #body a:visited {
	color: #00517a;
}

#body a:hover {
	color: #ae6410;
}

#right-column {
	width: 207px;
	float: right;
	margin-right: 13px;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#right-column h3, #right-column h3 a:link, #right-column h3 a:visited {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color: black;
	text-decoration: none;
}

#right-column h3 a:hover {
	text-decoration: underline;
}

#right-column ul {
	list-style-image: url(../images/bullet.png);
	margin: 0 0 0 5px;
	line-height: 1.5em;
	border-left: 1px solid #9c5607;
	padding: 0 0 0 25px;
}

#right-column ul a:link, #right-column ul a:visited {
	color: #464646;
	text-decoration: none;
}

#right-column ul a:hover {
	text-decoration: underline;
	color: #001727;
}

#right-column h2 {
	display: block;
	background-color: #ae6410;
	text-transform: uppercase;
	margin-left: -13px;
	height: 50px;
	font: bold 18px/50px "BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	text-align: center;
	color: white;
}

#right-column input, #right-column textarea {
	width: 185px;
	height: 30px;
	border: 1px solid #d4c393;
	text-indent: 5px;
	color: gray;
}

#right-column textarea {
	padding-top: 15px;
}

#right-column input.submit {
	width: 75px;
	margin-left: 110px;
	background-color: #d3a979;
	color: #986601;
}

#right-column input.submit:hover {
	color: white;
	background-color: #ae6410;
}

#content-footer {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	height: 41px;
}

#footer {
	text-align: right;
	color: #5690b8;
	font: .8em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

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

#footer a:hover {
	color: white;
}

#map {
	width: 425px;
	height: 350px;
	border: 2px solid #00517a;
	margin-left: 15px;
}

.hidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#body form b {
	float: left;
	display: block;
	width: 175px;
	text-align: right;
	margin-right: 10px;
}

input.submit {
	margin-left: 190px;
	border: 1px solid #00517a;
	font-size: 1em;
}

input.submit:hover {
	color: white;
	background-color: #001727;
	cursor: pointer;
}

.map {
	width: 425px;
	height: 350px;
	border: 2px solid #001727;
}

/* ATTORNEY PROFILES */

.attpro {
	height: 300px;
	width: 558px;
	margin-bottom: 15px;
}

#body .attpro img {
	float: left;
	margin: 0;
}

#body .attpro p {
	width: 258px;
	float: right;
	position: relative;
	left: -75px;
}

#body .attpro p b {
	color: #00517a;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin-bottom: 0;
	height: 27px;
}

#body .attpro p i {
	margin-top: -15px;
	display: block;
	font-weight: bold;
}
