/* @override 
	http://localhost:8888/pratt.css
	http://www.webdesign.gs/pratt/pratt.css
*/

html, body {
	margin: 0;
	background: #0c1011 url(elements/body-top.png) repeat-x;
	color: white;
}

/* @group Banner and Nav */

#banner {
	width: 1000px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(elements/banner.png);
}

#banner h1 {
	color: white;
	margin: 0;
	padding: 0;
	text-indent: 85px;
	font: normal normal 1.2em/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-decoration: none;
	float: left;
}

#banner a:link, #banner a:visited {
	text-decoration: none;
	color: white;
}

#banner a:hover, #banner h1:hover {
	color: white;
	text-shadow: #ebebeb 1px 1px 1px;
}

#nav {
	width: 410px;
	height: 45px;
	float: right;
	position: relative;
	right: 90px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#nav ul li a{
	text-align: center;
	padding: 10px 5px 0px 5px;
}

#nav a:link {
	color: #FFF;
	overflow: hidden;
	display: block;
}

#nav a:hover {
	background-color: #EFEFEF;
	color: #000000;
}

a#home {
	display: block;
	width: 55px;
	height: 40px;
	position: absolute;
	left: 14px;

}

a#home:hover {

		display: block;

}

ul.nav.current-home a#home {

	cursor: default;
		display: block;

}

a#attorneys {
	width: 73px;
	height: 40px;
	left: 78px;
	position: absolute;
	display: block;
	top: 0;


}

a#attorneys:hover {
		display: block;

}

ul.nav.current-attorneys a#attorneys {
	cursor: default;
		display: block;

}

a#firm {
	width: 68px;
	height: 40px;
	display: block;
	top: 0;
	position: absolute;
	left: 158px;


}

a#firm:hover {

		display: block;

}

ul.nav.current-firm a#firm {

	cursor: default;
		display: block;

}

a#refer {
	display: block;
	position: absolute;
	top: 0;
	left: 235px;
	width: 78px;
	height: 40px;


}

a#refer:hover {

		display: block;

}

ul.nav.current-refer a#refer {

	cursor: default;
		display: block;

}

a#contact {
	width: 82px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 321px;


}

a#contact:hover {

		display: block;

}

ul.nav.current-contact a#contact {

	cursor: default;
		display: block;

}



/* @end */

#cont-wide {
	background-color: white;
	margin-top: -10px;
	padding-top: 15px;
}

#container {
	width: 900px;
	height: auto;
	background: url(elements/content-bg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}



.clear {
	clear: both;
	padding-bottom: 15px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

#left-column {
	padding-top: 25px;
}

#contact-form {
	border-style: solid;
	border-color: #e9e8d4;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fffee6;
}

.hidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#contact-form h2 {
	color: #273d48;
	margin-top: 5px;
}

#contact-form b {
	width: 75px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 5px;
}

#contact-form input {
	width: 150px;
}

#contact-form textarea {
	height: 75px;
	margin-left: -1px;
}

#contact-form input, #contact-form textarea {
	border: 1px solid silver;
	background-color: #f5f5f5;
	font-size: .9em;
}

h1 {
	color: #273d48;
	font: normal normal 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.2em;
	color: #273d48;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-indent: 15px;
}

h3 {
	color: #3e5d33;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

p, ul {
	color: #3e5d33;
	line-height: 1.6em;
	font-size: .9em;
}

ul {
	font-style: italic;
}

#left-column a:link, #left-column a:visited {
	color: gray;
	text-decoration: none;
}

#left-column a:hover {
	color: #3e5d33;
	text-decoration: underline;
}

#left-column img {
	margin-right: 15px;
	float: left;
	border: 2px solid #193441;
}

#left-column ul.creds li {
	margin-bottom: 15px;
}

#left-column p {
	text-align: justify;}

ul#sub {
	list-style-type: lower-latin;
}

#footer {
	text-align: center;
	background-color: #0c1011;
	clear: both;
}

#footer p {
	color: silver;
}

#footer a:link, #footer a:visited {
	color: silver;
}

#footer a:hover {
	color: white;
}