/* @override 
	http://www.webdesign.gs/widger/style.css
	http://www.webdesign.gs/widger/style/style.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #2b2b07;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#cms_content{
	width: 600px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 791px;
}

#header{
	margin: 0px;
	padding: 0px;
}

#image{
	width: 254px;
	float: left;
	padding:10px 15px;
}

#content{
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 20px;
}

#text{
	width: 500px;
	float: right;
}

ul.blocklist{
	float: left;
	list-style-type: none;
}

ul.blocklist li{
	border: 1px solid #565327;
	background-color: #373709;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
}

ul.blocklist li:hover{
	background-color: #3d3d0a;
}

#content img.none{
	float: left;
	border: none;
	padding: 0px;
}

#bottom{
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
}

#black{
	float:left;
	padding: 0px;
	margin-top:2px;
	width: 1024px;
	background-image:url(../images/blackbar.jpg);
	background-repeat:no-repeat;
	height:38px;
	background-color:#1a1c04;
	margin-left:280px;
	
}

#footer{
	margin: 0 auto;
	width: 791px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	color: #262705;
	line-height: 18px;
}

#footer a{
	color: #262705;
	text-decoration: none;
	border-right: 1px solid #262705;
	margin-right: 5px;
	padding-right: 5px;
}

#footer a.end{
	border: none;
	margin: 0px;
	padding: 0px;
}

#footer a:hover{
	color: #bd6c22;
}

a{
	color: #bd6c22;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

#nav{
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
}

#nav ul li a{
	display: block;
	float: left;
	height: 38px;
	overflow: hidden;
	text-indent: -8000px;
	background-image: url(../images/nav.jpg);
	
}

a#start{
	background-position: 0px 0px;
	width: 183px;
}


a#home{
	background-position: -183px 0px;
	width: 80px;
}

a#home:hover{
	background-position: -183px -38px;
}

a#attorney{
	background-position: -263px 0px;
	width: 151px;
}

a#attorney:hover{
	background-position: -263px -38px;
}

a#about{
	background-position: -414px 0px;
	width: 103px;
}

a#about:hover{
	background-position: -414px -38px;
}

a#contact{
	background-position: -517px 0px;
	width: 87px;
}

a#contact:hover{
	background-position: -517px -38px;
}

.nav.current-home a#home {
	background-position: -183px -38px;
	cursor: default;
}

.nav.current-attorney a#attorney {
	background-position: -263px -38px;
	cursor: default;
}

.nav.current-about a#about {
	background-position: -414px -38px;
	cursor: default;
}

.nav.current-contact a#contact {
	background-position: -517px -38px;
	cursor: default;
}

h1{
	font-size: 22px;
	padding: 10px 0px 5px 0px;
	color: #d7d7d4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	padding: 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #aba54c;
}

#form{
	float:left;
	color:#FFFFFF;
	margin-top:-50px;
	height:10px;
	display:block;
	margin-left:200px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.textarea{
	height:100px;
	width:200px;
	}
.input{
	width:80px;
	}
.label{
	margin-bottom:100px;
	}
fieldset{
	background-color:#2b2b07;
	margin-bottom:30px;
	}


