/* @override 
	http://www.kmslawgroup.com/style.css
	http://kmslawgroup.com/style.css
*/

body{
		text-align:justify;
	background: #837c72 url(images/htmlbg.jpg) repeat-x;
}
	p, ul{
		padding:10px 10px;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
	}
	h1{
		border-bottom:solid 1px #666666;
		margin-bottom:10px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	color: #590100;
}
	h2{
		padding-left:0px;
		color:#355387;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

h2.home{
		padding-left:0px;
		color:#355387;
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	text-align: center;
}
	h3{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:10px;
		padding-left:10px;
	}
	
	img.bio {
		margin: 0px 10px 10px 10px;
		}
	
	#wrapper{
		width:750px;
		padding:0 0;
		margin:20px auto;
	border: 2px solid #f4ecd9;
}
	#header{
		width:750px;
		height:66px;
		background-color:#102F4C;
		background-image:url(images/header.jpg);
		color:#CCCCCC;
	}
	a{
		color:#122E44;
	}

a:hover {
	color: #590100;
}
	#footer{
		width:750px;
		text-align:center;
		margin:0;
		padding:10px 0px;
		color: silver;
		font-size: 11px;
		background-color: #0e223b;
		font-family:Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}
	#footer a:link, #footer a:visited{
		color: silver;
		text-decoration:none;
		font-weight:400;
	}

#footer a:hover {
	color: white;
	text-decoration: underline;
}
	#main{
		background-image:url(images/main_bg.jpg);
		background-repeat:repeat-y;
	}
	#sidebar{
		width:292px;
		float:right;
		margin:0;
		padding:0;
	}
	#content{
		width:458px;
		color: #464646;
		float:left;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	#inner-content{
		padding:10px;
	}
	#content ul{
		list-style:square;
		padding:10px 25px;
	}
	#contact{
		color:#355387;
		padding:0px 10px 30px 30px;
		font-size:13px;
	}
	#contact a{
		text-decoration:underline;
		font-weight:100;
		font-size:12px;
	}	
	
	.contentquote {
	padding: 15px 30px 15px 15px;
	text-align: center;
	font: italic 1.2em/1.8em Palatino, times, serif;
}

#practice_areas {
	background-image:url(images/practiceAreas_bg.jpg);
	height:300px;
	width: 292px;
}

#practice_areas ul {
	padding: 0;
	height: 270px;
	margin: 0;
	position: relative;
	top: 30px;
}

#practice_areas ul li {
	width: 292px;
	height: 27px;
	display: block;
}

#practice_areas ul li a {
	width: 292px;
	height: 27px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 27px;
	color: #eaeaea;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	text-indent: 17px;
	background: url(images/practiceAreas_button.jpg) 0 0;
}

#practice_areas ul li a:hover {
	background-position: 0 -27px;
	color: white;
}

#sidebar form input, #sidebar form textarea {
	width:210px; background-color:#F1EEE5; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #807966;
	padding-left: 3px;
}

#sidebar form p {
	margin: 2px 0;
	padding: 0 0 0 10px;
}

#sidebar form input.radio, #sidebarform input.submit
 {
	width: auto;
	background-color: transparent;
	border-style: none;
}

#sidebar form input.submit {
	width: 75px;
	background-color: #0e223b;
	font-size: 14px;
	color: white;
	margin-left: 140px;
}

#sidebar form input.submit:hover {
	background-color: #590100;
	cursor: pointer;
}

.clear {
	clear: both;
}

/* @group NAVIGATION */

#menu {
	width: 750px;
	height: 30px;
	border-top: 2px solid #8b8d8c;
	border-bottom: 2px solid #8d8d8f;
}

#menu ul {
	width: 750px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	height: 30px;
	display: block;
	float: left;
}

#menu ul li a {
	height: 30px;
	background-image:url(images/nav-sprites.jpg);
	display: block;
	float: left;
	text-indent: -9000px;
	overflow: hidden;
}

a#home {
	background-position: 0 0;
	width: 97px;
}

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

a#attorney {
	background-position: -97px 0;
	width: 179px;
}

a#attorney:hover {
	background-position: -97px -30px;
}

a#practice {
	background-position: -276px 0;
	width: 168px;
}

a#practice:hover {
	background-position: -276px -30px;
}

a#resources {
	background-position: -444px 0;
	width: 143px;
}

a#resources:hover {
	background-position: -444px -30px;
}

a#contactus {
	background-position: -587px 0;
	width: 163px;
}

a#contactus:hover {
	background-position: -587px -30px;
}



/* @end */
