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

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #8b8c8c;
	background-color: #e8e9e9;
}

#cms_content{
	width: 550px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}

#header{
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 130px;
	background: transparent url(../images/header.jpg) no-repeat;
	position: relative;
}

	#header a {
		display: block;
		position: absolute;
		text-indent: -9001em;
	}
	
		#header a#home-top {
			width: 400px;
			height: 100px;
			top: 10px;
			left: 30px;
		}
		
		#header a#addy-top {
			width: 200px;
			height: 75px;
			right: 20px;
			top: 15px;
		}
		
		#header a#contact-top {
			text-indent: 0em;
			font-size: 20px;
			font-family: Times;
			right: 25px;
			top: 90px;
			color: #7C0405;
		}
		
			#header a#contact-top:hover {
				color: #5e5e5e;
			}
#nav{
	margin: 0px;
	padding: 0px;
	width: 360px;
	float: left;
}

#flash{
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	width: 590pxp;
	float: right;
	text-align: center;
}

#middle{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}

#content{
	margin: 0px;
	padding: 10px;
	width: 587px;
	float: left;
	line-height: 28px;
}

#content p{
	margin-left: 25px;
}

#content2{
	margin: 0px;
	padding: 10px;
	line-height: 28px;
}

#content2 p{
	margin-left: 25px;
}

#sidebar{
	margin: 0px;
	padding: 10px;
	padding-left: 35px;
	width: 277px;
	float: right;
}

#footer{
	clear: both;
	margin: 0px;
	padding: 20px;
	border-top: 10px solid #fff;
	background-color: #757676;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 24px;
}

#footer a{
	color: #bbb;
	text-decoration: none;
}

#footer a:hover{
	color: #253048;
}

#footer-text{
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}
#nav ul{
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	color: #9a9a9a;
	line-height: 50px;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #595959;
	width: 90%;
}

#nav ul li a{
	color: #9a9a9a;
	text-decoration: none;
	padding-left: 17px;
}

#nav ul li a:hover{
	color: #fff;
}

.nav.current-home a#home{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}

.nav.current-about a#about{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}

.nav.current-practice a#practice{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}

.nav.current-attorney a#attorney{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}

.nav.current-resources a#resources{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}

.nav.current-contact a#contact{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #fff;
}


h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	color: #5a7b90;
}

h2{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #580101;
}

h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	color: #78502a;
	margin-left: 25px;
}

ul{
	margin-left: 25px;
	*margin: 10px 0px 5px 25px
}

ul li{
	line-height: 18px;
	*padding: 3px 0px 0px 0px;
}

ul ul{
	margin-left: 5px;
	margin-bottom: 5px;
	*margin: 0px 5px 10px 35px;
}


a{
	color: #5a7b90;
	text-decoration: none;
}

a:hover{
	color: #253048;
}

.atty{
	width: 180px;
	float: left;
	line-height: 20px;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	border: 1px solid #d5d5d5;
	margin-right: 15px;
	margin-bottom: 10px;
}

.title{
	font-style: italic;
	margin-top: -15px;
	color: #6f6f6f;
}

.right{
	width: 700px;
	float: right;
}





