/*
 * CSS Document by Daryl Quenet (daryl@quenet.org)
 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*  font-family: "Times New Roman", Times, serif; */
	font-size: 16px;
	background: #9dafc3;
	padding: 20px 0 20px 0;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url("/images/ContainerBG.gif") top left repeat-y;
}

#header {
	height: 123px;
	width: 990px;
	display: block;
	background: url("/images/ContainerHeader.gif") top left no-repeat;
}

#header a {
	height: 123px;
	width: 990px;
	display: block;
}

#header a span {
	display: none;
}

.navigation {
	background: url("/images/NavBG.gif") top left no-repeat;
	width: 962px;
	height: 34px;
	display: block;
	margin-left: 14px;
}

.navigation a span {
	display: none;
}

.navigation ul {
	padding-left: 15px;
}

.navigation li {
	list-style: none;
	padding: 0 10px 0 10px;
	float: left;
}

.navigation a.home, .navigation a.firm, .navigation a.cases, .navigation a.eminent, .navigation a.ceqa, .navigation a.records, .navigation a.brown, .navigation a.contact, .navigation a.links {
	display: block;
	height: 34px;
}

.navigation a.home {
	width: 41px;
	background: url("/images/btn_home.gif") top left no-repeat;
}

.navigation a.firm {
	width: 90px;
	background: url("/images/btn_firm.gif") top left no-repeat;
}

.navigation a.cases {
	width: 113px;
	background: url("/images/btn_cases.gif") top left no-repeat;
}

.navigation a.eminent {
	width: 122px;
	background: url("/images/btn_eminent.gif") top left no-repeat;
}

.navigation a.ceqa {
	width: 37px;
	background: url("/images/btn_ceqa.gif") top left no-repeat;
}

.navigation a.records {
	width: 146px;
	background: url("/images/btn_pubrecords.gif") top left no-repeat;
}

.navigation a.brown {
	width: 83px;
	background: url("/images/btn_brown.gif") top left no-repeat;
}

.navigation a.contact {
	width: 65px;
	background: url("/images/btn_contact.gif") top left no-repeat;
}

.navigation a.links {
	width: 38px;
	background: url("/images/btn_links.gif") top left no-repeat;
}

#wrapper {
	padding: 30px 14px 0 14px;
	display: block;
}

#wrappad {
	height: 30px;
	display: block;
}

#featureimg {
	width: 650px;
	height: 344px;
	display: block;
	float: left;
	margin-right: 12px;
}

#content {
	background: url("/images/ContentBG.gif") top left repeat-y;
	float: left;
	width: 300px;
	display: block;
}

#contentheader {
	background: url("/images/ContentHeaderBG.gif") top left no-repeat;
	height: 7px;
	display: block;
}

#contentfooter {
	background: url("/images/ContentFooterBG.gif") bottom left no-repeat;
	height: 337px;
}

#content h2 {
	color: #fff;
	padding: 3px 8px 0px 8px;
	font-size: 14px;
}

#content p {
	font-size: 13px;
	color: #fff;
	padding: 10px 8px 0px 8px;
	text-align: justify;
}

#content a, #news a, #text a {
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
}

#content a:hover, #news a:hover {
	color: red;
}

#news, #text {
	background: url("/images/NewsBG.gif") bottom left repeat-y;
	margin: 0 14px 30px 14px;
}

#news li {
	list-style: none;
	width: 33%;
	display: block;
	float: left;
	padding: 5px 0 5px 0;
}

#text ol li {
	float: none;
	color: #fff;
	padding: 3px 15px 3px 15px;
	list-style: none;
}

#news h3, #news h4, #text h3, #text h4, #text h5 {
	color: #fff;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
}

#news h4, #text h4 {
	font-size: 16px;
}

#text h5 {
	font-size: 16px;
	padding: 20px 15px 20px 15px;
}

#text h3 {
	font-size: 20px;
}

#text h5 em {
	font-size: 26px;
}

#news p, #text p {
	font-size: 14px;
	color: #fff;
	padding: 10px 15px 10px 15px;
}

#newsheader, #textheader {
	background: url("/images/NewsHeaderBG.gif") top left no-repeat;
	height: 6px;
}

#newsfooter, #textfooter {
	background: url("/images/NewsFooterBG.gif") bottom left no-repeat;
	height: 6px;
}

#footer {
	background: url("/images/ContainerFooter.gif") bottom left no-repeat;
	height: 29px;
	width: 990px;
	display: block;
}

#featimg {
	float: left;
}

#featimg img {
	margin: 5px 10px 5px 15px;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}