body {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	color: #cd7517;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #cd7517;
	font-weight: bold;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
}
a {
	color: #cd7517;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
ul#suckernav {
	margin-top:-5px;
}
.clearboth {clear:both;}
.scootchup {margin-top:-12px;}
#toppg {
	width: 841px;
	height: 32px;
	background-image: url(../images/eppa_top2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding:0;
}
#bottompg {
	width: 841px;
	height: 32px;
	background-image: url(../images/eppa_bottom.png);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
}
#footer {
	width: 841px;
	color: #6082b6;
	text-align: center;
	margin-bottom:20px;
}
#greenbar {
	width: 803px;
	height: 19px;
	margin: 0 19px 0 19px;
	background-image: url(../images/greenbar.png);
	background-repeat: no-repeat;
	clear: both;
	}
#mainarea {
	width: 841px;
	min-height: 320px;
	height: auto!important;
	height: 320px;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat;
}
#logo {
	float: left;
	height: 72px;
	width: 232px;
	text-align: left;
	margin: 13px 0 19px 64px;
	display: inline;
}
#tagline {
	float: right;
	height: 60px;
	width: 354px;
	text-align: left;
	margin: 22px 110px 0 0;
	display: inline;
}
#leftnav {
	float: left;
	margin: 4px 0 0 19px;
	width: 164px;
	text-align: left;
	display: inline;
	background-image: url(../images/bg_graynav.gif);
}
#leftpay {
	clear: left;
	float: left;
	width: 183px;
	height: 105px;
	text-align: left;
	background-image: url(../images/bg_pay.gif);
}

#login {
	padding: 10px;
}
#content {
	float: right;
	width: 596px;
	margin: 12px 41px 10px 0;
	text-align: left;
	display: inline;
}
#homecontent {
	padding:20px;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}
#homeboxmap {
	float: left;
	width: 289px;
}
#homeboxnews {
	float: left;
	width: 301px;
	margin-left: 6px;
}
#homeboxnewscontent {
	padding: 15px;
	width: 271px;
	height: 148px;
	overflow: auto;
	line-height: 15px;
	background-color: #ede4d4;
}
#homeboxnewscontent a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
#homeboxnewscontent a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
div.randImg {
	float:right;
	margin:0 0 10px 20px;
}
label {
	float:left;
	width:100px;
}
div.formRow {
	line-height:2em;
}
div.err {
	color:#900;
	margin-bottom:1em;
}
div.form legend {
	font-size:1.5em; 
	font-weight:bold; 
	color: #cd7517 !important;
}
div.form label.error {
	width:100%;
}
div.form fieldset {
	border: 2px solid #A3B324 !important; 
	-moz-border-radius:3px 3px !important;
	width:50%;
	padding:0.5em 1em;
}
div.editable:hover {
	border:dashed 2px #FFEEBF;
	cursor:hand; cursor:pointer;
}
div.editable {border:solid 2px transparent;}
div.leader {
	width:50%;
	float:left;
	margin-bottom:1em;
}
div.leader a {
	font-weight:bold;
}
div.leader IMG {
	float:left;
	border:none;
	width:117px;
	height:175px;
	margin-right:4px;
}
div.leader div {
	padding-top:4px;
	height:180px;
	overflow:visible;
}
a.capslink, a.capslink:hover {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:normal !important;
	color: #cd7517;
	cursor:hand; cursor:pointer;
}
div#jquiDialog {
	display:none;
}
div.ui-dialog-titlebar {
	display:none;
}
div.bio img {float:right;margin-left:1em;}
.r {text-align:right;}
.error {color:#900;text-align:left !important;}
#contactForm #subject {width:90%;}
#contactForm #message {width:90%;height:100px;}
#contactForm label {width:100%;}
span.bullet {color:#cd7517;margin-left:-1.2em;}
UL {list-style:none;}
div.ldr {width:200px;float:left;}
div.ldrDir {width:60px; float:left;text-align:right;}

/*/////////////////////// jQuery message plugin styles /////////////////////////// */
.jquery-message {
    font: normal 20px / 50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    position: absolute;
	top: 180px;
    left: 30%;
    width: 50%;
    color: white;
    background-color: black;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 100000;
}

.jquery-message .round {
    border-left: solid 2px white;
    border-right: solid 2px white;
    font-size: 1px;
    height: 2px;
}

.jquery-message p {
    padding: .3em;
    display: inline;
}

.jquery-message a {
    display: none;
}