/* Orange County main style

Coded by: Abdelrahman Osama (OrangeSites, LLC)

Date Created: October 18 2008 */

html {
	background: #01598b url(../img/back.jpg) no-repeat center;
}

body {
	margin: auto;
	width: 956px;
	text-align: left;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
}

h1 {
	text-indent: -5000px;
	background: url(../img/logo.png) no-repeat;
	height: 55px;
	margin-left: 100px;
}

a {
	text-decoration: none;
}

#nav {
	background: url(../img/mainlayouttop.png) no-repeat;
	height: 46px;
}

#nav ul {
	position: absolute;
	top: 84px;
	height: 19px;
	margin: 0;
	padding: 11px 0 0 470px;
	overflow: hidden;
	width: 480px;
}
/*#nav ul {
	float: right;
	margin-right: 68px;
	color: #FFF;
	height: 26px;
	margin-top: 9px;
}*/

#nav li a, #nav li span {
	padding: 7px 14px;
	font-weight: bold;
	color: #FFF;
	font-weight: lighter;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 7px;
}

#about a {
	background: url(../img/about.png) no-repeat bottom;
}

#about span, #about a:hover {
	background: url(../img/abouth.png) no-repeat bottom;
}

#contact a {
	background: url(../img/contact.png) no-repeat bottom;
}

#contact span, #contact a:hover {
	background: url(../img/contacth.png) no-repeat bottom;
}

#resources a {
	background: url(../img/resources.png) no-repeat bottom;
}

#resources span, #resources a:hover {
	background: url(../img/resourcesh.png) no-repeat bottom;
}

#advert a {
	background: url(../img/advert.png) no-repeat bottom;
}

#advert span, #advert a:hover {
	background: url(../img/adverth.png) no-repeat bottom;
}

#content {
	background: url(../img/mainlayoutbottom.png) no-repeat bottom;
	padding: 0 35px 20px 35px;
	width: auto;
}

#search {
	padding-left: 0;
	width: 323px;
	border-bottom: 1px solid #00a1d2;
	height: 30px;
	float: left;
	margin-top: -10px;
	margin-bottom: 0;
}

#search li {
	float: left;
	list-style: none;
	width: 120px;
	height: 26px;
}

#search li span, #search li a {
	display: block;
	text-align: center;
	background: url(../img/searchh.png) no-repeat;
	margin-right: 3px;
	padding: 8px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}

#search li a {
	background: url(../img/search.png) no-repeat;
	color: #004780;
}

.formp {
	clear: both;
	color: #004587;
	width: 323px;
	float: left;
	margin: 10px 0 0 0;
}

.pp {
	margin: 4px 0 25px 0;
}

.formp input, .formp select {
	width: 158px;
	border: 1px solid #9abad9;
}

#banner {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: -50px;
}

#directorywrap {
	clear: both;
	background: url(../img/directorytop.png) no-repeat;
	text-indent: 2px;
	color: #eee;
	padding-top: 10px;
	width: 890px;
}

#directory {
	background: url(../img/directorybottom.png) no-repeat bottom;
	margin-top: -3px;
	padding: 15px 45px;
	margin-bottom: 20px;
	font-size: 1.1em;
}

#directory div {
	float: left;
	margin-right: 40px;
	width: 240px;
}

#directory div#col3 {
	margin-right: 0;
}

#directory dl {
	margin-bottom: 25px;
}
#directory dt {
	padding-left: 26px;
	background: url(../img/doc.png) no-repeat top left;
	height: 1.3em;
}

#directory dt a {
	color: #004482;
}

#directory dd {
	margin-left: 0;
	font-size: 0.9em;
}

#directory dd a {
	color: #008fc5;
}

.paging {
	color: #004482;
}

.paging a {
	color: #008fc5;
}

.clear {
	clear: both;
	font-size: 0;
}

#footer {
	color: #94B7C0;
	text-align: center;
	height: 100px;
	background: url(../img/footer.png);
	margin-top: -9px;
}

#footer p {
	margin-top: 0;
	padding-top: 5px;
	font-weight: lighter;
	font-size: 1em;
}