/* @override http://www.webdesign.gs/hathaway/style/hathaway-inside.css */

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back-inside.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: -10px 10px 0px 0px;
	padding: 0px;
	width: 281px;
	height: 105px;
	float: right;
	text-align: center;
	position: relative;
}
	#flash img {
		background: transparent url(../images/top-bg.png) no-repeat;
		padding: 5px;
	}

#middle {
	margin: 38px 0px 0px 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;
}

#content2 .col {
	width:30%;
	padding:0 10px;
	float:left;
}
#content2 .col ul {
	margin:0 0 0 15px;
	padding:0;
}


#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;
}

/* Inside Nav */

	#inside-nav {
		margin: 0px;
		padding: 15px 0px 0px 0px;
	}

	#inside-nav ul{
		margin: 0px;
		padding: 0px;
	}
	
	#inside-nav ul li {
		list-style-type: none;
		color: #9a9a9a;
		line-height: 30px;
		font-size: 12px;
		letter-spacing: 1px;
		border-right: 1px solid #595959;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	
	#inside-nav ul li a{
		color: #9a9a9a;
		text-decoration: none;
		padding: 0px 10px 0px 18px;
		display: block;
		float: left;
	}
	
	#inside-nav ul li a:hover{
		color: #fff;
	}
	
		#inside-nav ul li ul {
			width: 165px;
			background: #4c4c4c;
		}
		
		#inside-nav ul li ul li {
			border: none;
			border-bottom: 1px dotted #b5b5b5;
			padding: none;
			float: none;
			font-size: 10px;
}
		
		#inside-nav ul li ul li a {
			display: block;
			float: none;
			color: #FFF;
		}
		
		#inside-nav ul li ul li a:hover {
			color: #AA1E1D;
			background-color: #252525;
		}
	
	.nav.current-home a#home{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
	
	.nav.current-about a#about{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
	
	.nav.current-practice a#practice{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
	
	.nav.current-attorney a#attorney{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
	
	.nav.current-resources a#resources{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
	
	.nav.current-contact a#contact{
		background: url(../images/bullet.jpg) no-repeat 3px 8px;
		color: #fff;
	}
/* End Inside Nav */

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;
}

#content2 ul{
	margin-left: 25px;
	*margin: 10px 0px 5px 25px
}

#content2 ul li{
	line-height: 18px;
	*padding: 3px 0px 0px 0px;
}

#content2 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;
}

.left {
	width: 450px;
	float: left;
}
	.left ul {
		margin: 0px 0px;
		padding: 0px 0px 0px 25px;
	}
	
	.left h2 {
		font-size: 14px;
		padding:  5px 0px 5px 15px;
		margin: 0px 0px;
	}

.practice-edu {
	float: left;
	width: 250px;
}

	.practice-edu ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	
	.practice-edu h2 {
		font-size: 14px;
		padding: 10px 0px 0px 0px;
		margin: 0px 0px;
	}

.resources-box {
	float: left;
	margin: 0px 45px 0px 0px;
}

#resource-list {
	list-style: none;
	margin-left: 0px;
	padding-left: 25px;
	line-height: 1.7em;
	width: 210px;
}

#resource-list li {
	padding: 3px 0px;
}

.link-blocks {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 179px;
	line-height: 1.7em;
}

.link-blocks li {
	border-bottom: 1px dotted #999;
}

.link-blocks li a {
	font-size: 14px;
	display: block;
	padding: 4px;
}

.link-blocks a:hover {
	background-color: #9c9d9d;
	color: #FFF;
}

.atty ul {
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
}

.atty h2 {
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
}


fieldset {
	width: 375px;
	border: 1px solid #777;
	background-color: #c2c2c2;
}

	fieldset legend {
		background: #333;
		color: #FFF;
		padding: 0px 5px;
		font-size: 14px;
	}
	
	form {
		margin: 10px 15px;
	}
	
		form label {
			display: block;
			color: #333;
			float: left;
			width: 50px;
			text-align: right;
			padding: 0px 5px;
			margin: 0px 0px;
			height: 15px;
		}
		
		form input {
			border: 1px solid #888;
			padding: 3px;
			font-family: arial;
			color: #444;
			font-size: 12px;
		}
		
		form textarea {
			border: 1px solid #888;
			padding: 3px;
			font-family: arial;
			color: #444;
			font-size: 12px;
		}
		
		form div {
			padding: 3px 0px;
		}
		
		form button {
			border: 1px solid #888;
			background-color: #555;
			color: #FFF;
			padding: 5px 10px;
			cursor: pointer;
		}
		
		form button:hover {
			background-color: #999;
			color: #000;
		}



