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

html, body {
	margin: 0;
	background-color: #a49d95;
}

#cms_content {
	width: 100%;
}

#flash {
	width: 549px;
	height: 250px;
}

#wrapper-a {
	width: 786px;
	height: auto;
	margin-left: -393px;
	position: absolute;
	left: 50%;
	background: url(../images/main-bg.jpg) repeat-y;
	border-style: solid;
	border-color: white;
}

#header {
	background-image: url(../images/header.jpg);
	width: 786px;
	height: 98px;
}

a#headerlogo {
	display: block;
	width: 350px;
	height: 70px;
	position: relative;
	top: 13px;
	left: 30px;
	overflow: hidden;
	text-indent: -9000px;
}

/* @group NAVIGATION */

#navigation {
	width: 786px;
	height: 37px;
	overflow: hidden;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	height: 37px;
	display: block;
	float: left;
}

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

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

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

a#attorney {
	background-position: -86px 0;
	width: 147px;
}

a#attorney:hover {
	background-position: -86px -37px;
}

a#practice {
	background-position: -233px 0;
	width: 149px;
}

a#practice:hover {
	background-position: -233px -37px;
}

a#results {
	background-position: -382px 0;
	width: 123px;
}

a#results:hover {
	background-position: -382px -37px;
}

a#know {
	background-position: -505px 0;
	width: 156px;
}

a#know:hover {
	background-position: -505px -37px;
}

a#contact {
	background-position: -661px 0;
	width: 125px;
}

a#contact:hover {
	background-position: -661px -37px;
}



/* @end */
#contentpad {
padding: 20px;
}

#content {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
	line-height: 18px;
	font-size: 12px;
	width: 549px;
	height: auto;
	float: right;
}

#left-column {
	float: left;
	width: 235px;
}

#contactusform {
	height: 250px;
	background-color: black;
}

#areasofpractice ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#areasofpractice ul li {
	height: 45px;
	text-align: right;
	margin-right: 5px;
}

#areasofpractice ul li a, #areasofpractice ul li a.areas {
	width: 235px;
	height: 45px;
	display: block;
	overflow: hidden;
	background-image: url(../images/button-areas.jpg);
	color: white;
	text-decoration: none;
	font: 11px/45px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 5px;
	text-align: lefT;
}

#areasofpractice ul li a:hover {
	background-position: 0 -45px;
	color: black;
}

#areasofpractice ul li img {
	position: relative;
	top: -43px;
	left: 1.3px;
}

#contactus p {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#contactus p b {
	font-size: 17px;
}

#contactus p.disclaimer {
	text-align: left;
	font-size: 10px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#contactus a:link, #contactus a:visited {
	color: #00457b;
}

#contactus a:hover {
	color: white;
}

#contactus p.disclaimer a:link, #contactus p.disclaimer a:visited {
	color: white;
}

#contactus p.disclaimer a:hover {
	color: #00457b;
}

.hidden {
	width: 0;
	height: 0;
	visibility: hidden;
}

form.side-contact-form {
	margin: 0 auto;
	padding: 0;
	width: 200px;
}

form.side-contact-form p {
	margin: 0;
}

form.side-contact-form input, form.side-contact-form textarea {
	width: 200px;
	border: 1px solid #c89d68;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

form.side-contact-form textarea {
	height: 35px;
}

form.side-contact-form input.submit {
	width: 60px;
	line-height: 4px;
	background-color: #bda46e;
	margin-left: 140px;
}

form.side-contact-form input.submit:hover {
	background-color: #6e8ebd;
	color: white;
	cursor: pointer;
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}

h1 {
	color: #01437f;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}
h2 {
font-size: 14px;
text-decoration: underline;
text-transform: uppercase;

}
#content .areas {
color: #464646;
text-transform: uppercase;
	float: left;
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: right;
	margin-top: 20px;
	padding: 5px;
}

#content .areas:hover {
	background-color: #6e8ebd;
	color: white;
}

ul#areas {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
	width: 250px;
}

ul#areas li {
	float: left;
	display: block;
	width: 300px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c89d68;
}

ul#areas img {
	border: 2px solid #6e8ebd;
	float: right;
	margin-top: -25px;
}

#wrapper-a #content #contentpad img {
	float: right;
	margin-left: 20px;
}

