/* EPCS4U */
div, p, a, ul, li, ol, span, h1, h2, h3, h4, h5, form, blockquote, body {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #fcfdfe;
	line-height: 1.2em;
	text-align: center;
	}
a {
	color: #fff;
	text-decoration: none;
}

/*   Main Components     */
#container {
	width: 750px;
	margin: 15px auto 0 auto;
	text-align: left;
	background: #71704b;
	}
#header {
	height: 73px;
	background: #473b17 url(../images/logo.gif) top right no-repeat;
	}
#home {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	}
#mainContent {
	padding: 15px;
	}
#mainContent h1 {
	font-size: 150%;
	color: #fff;
	line-height: 1.2em;
	}
#mainContent h3 {
	font-size: 120%;
	color: #fff;
	}
#mainContent ul {
	margin: 7px 0 7px 30px;
	}
#mainContent p {
	margin: 5px 0 5px 0;
	}
#mainContent a {
	text-decoration: underline;
	}
#right {
	width: 550px;
	float: right;
	background: #518772 url(../images/dea-back.gif) center center no-repeat;
	}
#Oright {
	width: 550px;
	float: right;
	background: #71704b url(../images/owner-back.gif) center center no-repeat;
	}
.owners {
	background: #71704b;
	}
.dea {
	background: #518772;
	}
#footer {
	height: 33px;
	background: #473b17 url(../images/footer-back.gif) 0 0 repeat-y;
	padding-top: 40px;
	}

/*    Common Elements   */
.clear {
	clear: both;
	}
.none {
	border-right: none;
	}
.epcTitle {
	padding: 10px;
	background: #5c855b;
	margin-top: 20px;
	color: #fff;
	}
.epcTitle h2 {
	font-size: 130%;
	}
.left {
	float: left;
	margin-right: 10px;
	}
.right {
	float: right;
	margin-left: 10px;
	}
h2 {
	font-size: 120%;
	line-height: 1.3em;
	padding: 5px;
	}
h3 {
	font-size: 120%;
	line-height: 1.3em;
	padding: 5px 0;
	}
.imageRight {
	float: right;
	margin: 5px;
	}
blockquote {
	font-style: italic;
	margin-bottom: 10px;
	}
ol {
    margin: 10px 0 10px 20px;
    text-align: left;
    padding: 0;
    list-style: disc;
    }
ol li {
    color: #ccc;
    line-height: 1.2em;
    }
/* Form */
#register {
	}
#register label {
	float: left;
	clear: both;
	margin: 4px 0;
	font-weight: bold;
	}
#register input, select, textarea {
	float: right;
	margin: 4px 0;
	background: #fff;
	}
#register .btn {
	clear: both;
	float: right;
	margin-top: 10px;
	
	}
/*    Boxes DEA   */
#boxes {
	margin: 20px 0 0 0;
	}
#boxesLeft {
	width: 340px;
	height: 160px;
	display: block;
	float: left;
	margin-left: 10px;
	}
#boxesRight {
	width: 340px;
	height: 160px;
	display: block;
	float: right;
	margin-right: 10px;
	}
#boxLeft {
	width: 150px;
	height: 150px;
	float: left;
	padding: 5px;
	}
#boxRight {
	width: 150px;
	height: 150px;
	float: right;
	padding: 5px;
	}
.deaBox {
	background: #7b7a51;
	}
.homeBox {
	background: #518772;
	}

#boxes h2 {
	text-align: center;
	}
#boxes h2 a {
	text-decoration: none;
	color: #fff;
	}
#boxes h2 a:hover {
	text-decoration: underline;
	}
/*   Left Boxes    */
#leftBoxes {
	width: 150px;
	float: left;
	margin-right: 10px;
	}	
#leftBoxes .leftBox {
	width: 150px;
	margin-bottom: 15px;
	background: #7b7a51;
	padding: 5px;
	}
#leftBoxes h2 {
	text-align: center;
	}
#leftBoxes h2 a {
	text-decoration: none;
	color: #fff;
	}
#leftBoxes h2 a:hover {
	text-decoration: underline;
	}
	
#leftBoxes .OleftBox {
	width: 150px;
	margin-bottom: 15px;
	background: #518772;
	padding: 5px;
	}
/*    Header    */
#menu {
	width: 350px;
	float: left;
	padding-top: 55px;
	}
#menu ul {
	display: block;
	list-style: none;
	}
#menu ul li {
	display: inline;
	border-right: solid 1px #fff;
	}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}
#logo {
	width: 236px;
	float: right;
	}
#logo h1 {
	display: none;
	}
#logo a {
	padding-top: 30px;
	padding-bottom: 20px;
	display: block;
	height: 70px;
	}
* html #logo a {
	height: 20px;
	}
/*   News   */
.newsTitle {
	margin: 20px 0 3px 0;
	}
.newsTitle a {
	text-decoration: none;
	}
.newsTitle a:hover {
	text-decoration: underline;
	}

/*   Home   */
#homeLeft {
	float: left;
	width: 373px;
	background: #71704b url(../images/home-left.gif) 0 80px no-repeat;
	padding-bottom: 15px;
	position: relative;
	}
#homeSearch {
	background: url(../images/home-search-back.gif) 0 0 no-repeat;
	width: 270px;
	height: 63px;
	margin: 20px auto 0 auto;
	padding-bottom: 267px;
	}
* html #homeLeft {
	width: 372px;
	}
#homeLeft p {
	padding: 0px 5px 5px 5px;
	}
#homeLeft h1 a {
	text-align: left;
	}
#searchForm2 {
	position: absolute;
	top: 10px;
	right: 20px;
	padding-top: 10px;
	}

#searchForm2 input {
	width: 160px;
	color: #473a17;
	}
#searchForm2 .btn {
	margin-top: 10px;
	width: 170px;
	text-align: center;
	color: #473a17;
	background: #f2f3ed;
	font-weight: bold;
	margin-left: 0;
	}
#homeLeft h2 {
	font-size: 120%;
	line-height: 1.2em;
	padding: 5px;
	text-align: center;
	}
#homeRight {
	float: right;
	width: 377px;
	background: #518772 url(../images/home-right.gif) 12px 80px no-repeat;
	padding-bottom: 15px;
	margin-top: -45px;
	*margin-top: 0;
	}
* html #homeRight {
	width: 375px;
	}
#homeRight p {
	padding: 0px 5px 5px 5px;
	}
#homeRight h2 {
	font-size: 120%;
	line-height: 1.2em;
	padding: 5px 5px 0 5px;
	text-align: center;
	}
#home h1 {
	font-size: 170%;
	padding: 20px 55px 0 55px;
	text-align: center;
	line-height: 1.5em;
	}
#home h1 a {
	height: 323px;
	display: block;
	text-decoration: underline;
	line-height: 1.1em;
	padding-top: 7px;
	}
#homeLeftLeft {
	width: 164px;
	background: #518772;
	float: left;
	margin-left: 15px;
	height: 140px;
	}
* html #homeLeftLeft {
	width: 149px;
	height: 140px;
	margin-left: 12px;
	}
#homeLeftRight {
	width: 164px;
	background: #518772;
	float: right;
	margin-right: 15px;
	height: 140px;
	}
* html #homeLeftRight {
	width: 149px;
	height: 140px;
	margin-right: 12px;
	}
#homeRightLeft {
	width: 164px;
	background: #686843;
	float: left;
	margin-left: 16px;
	height: 140px;
	}
* html #homeRightLeft {
	width: 148px;
	height: 140px;
	margin-left: 14px;
	}	
#homeRightRight {
	height: 140px;
	width: 144px;
	background: #686843;
	float: right;
	margin-right: 16px;
	padding: 0 10px 0 6px;
	}
* html #homeRightRight {
	width: 124px;
	height: 125px;
	margin-right: 13px;
	}
#home p {
	padding: 3px 5px 8px 5px;
	}
.deaButton {
	background: url(../images/dea-button.gif) 0 0 no-repeat;
	}
/************************************
*           Search Box
************************************/
#search {
	width: 587px;
	height: 119px;
	background: url(../images/search-back.gif) 0 0 no-repeat;
	margin: 30px auto 0 auto;
	padding: 15px 25px 0 25px;
	}
#search h3 {
	font-size: 130%;
	width: 200px;
	margin-top: 0;
	}
#search p {
	width: 350px;
	text-align: justify;
	}
#searchForm {
	width: 170px;
	float: right;
	padding-top: 10px;
	}
#searchForm label {
	font-size: 130%;
	font-weight: bold;
	margin-right: 10px;
	}
#searchForm input {
	width: 80px;
	color: #473a17;
	margin-left: 10px;
	}
#searchForm .btn {
	margin-top: 10px;
	width: 170px;
	text-align: center;
	color: #473a17;
	background: #f2f3ed;
	font-weight: bold;
	margin-left: 0;
	}
#searchForm3 {
	margin-left: 8px;
	padding-top: 10px;
	}

#searchForm3 input {
	width: 123px;
	color: #473a17;
	font-size: 80%;
	}
#searchForm3 .btn {
	margin-top: 10px;
	width: 130px;
	text-align: center;
	color: #473a17;
	background: #f2f3ed;
	font-weight: bold;
	margin-left: 0;
	}
#searchHome {
	width: 150px;
	float: right;
	margin-top: 8px;
	}
#searchHome input 
{
	width: 123px;
	color: #473a17;
	font-size: 80%;
	}
#searchHome .btn {
	margin-top: 4px;
	width: 127px;
	#width: 130px;
	text-align: center;
	color: #473a17;
	background: #f2f3ed;
	font-weight: bold;
	margin-left: 0;
	}
#searchHome h4 {
	width: 60px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	}
#leftSearch {
	width: 160px;
	height: 92px;
	margin-bottom: 15px;
	background: url(../images/left-search.gif) 0 0 no-repeat;
	}
#contact {
	background: #5c855b;
	padding: 10px;
	margin: 10px 0 0 0;
	border: solid 1px #3c7864;
	}
#contact input {
	width: 123px;
	color: #473a17;
	font-size: 80%;
	float: right;
	}
#contact textarea {
	float: right;
	}
#contact label {
	font-size: 120%;
	font-weight: bold;
	}
/*   Footer   */
#footer ul {
	display: block;
	list-style: none;
	}
#footer ul li {
	display: inline;
	border-right: solid 1px #fff;
	}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
	font-size: 90%;
	}
#footer p {
	font-size: 90%;
	padding-left: 5px;
	}
#foot {
	padding: 6px 0;
	font-size: 80%;
	text-align: center;
	background: #fff;
	color: #666;
	}
.grey {
	color: #CCCCCC;
	}
	
.siteMap {
                color: #CCCCCC;
}
.siteMap a {
                color: #cccccc;
                }
.siteMap li {
                margin: 10px 0;
                }



ol {
                margin: 10px 0 10px 20px;
                text-align: left;
                padding: 0;
                list-style: disc;
                }
ol li {
                color: #ccc;
                line-height: 1.2em;
                }


