body {
	margin:0px; color: black; background:#ececec url('gfx/bg-header.jpg') 0 0 repeat-x;
}

td.main {
	background: white;
	padding: 10px 0 10px 10px;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, sans-serif; color:#536ebd; line-height:25px; 
}

body,li,p,blockquote,td,textarea {
	font-family: Arial, sans-serif; font-size:9pt; color:black;
}


a img {
	border:none;
}

.sitemenu { font-size:9pt }

.green   { color: #115511 }

.little { font-size: 95% }

/*
a:link    { color: #111111 }
a:visited { color: #111111 }
a:hover   { color: #999999 }
*/

a:link.noul    { text-decoration: none }
a:visited.noul { text-decoration: none }
a:hover.noul   { text-decoration: none }

a:link.menu    { text-decoration: none; color:#eeeeee; font-size:95% }
a:visited.menu { text-decoration: none; color:#eeeeee; font-size:95% }
a:hover.menu   { text-decoration: none; color:#ffffcc; font-size:95% }


.heading1 { font-size:150% }
.heading2 { font-size:125% }

.row_blue   { background-color:#000099 }
.row_white  { background-color:#FFFFFF }

.rhspanel { background-color: #EEFFEE }

input, textarea, select {
	font-family: Arial, Geneva, sans-serif;
	border: solid 1px #999;
	background:#fff;
	color:#333;
}

input:focus, textarea:focus { 
	background : #EEEEFF;
    	color : black; 
}

.proceed { background-color:#00AA66; color:white }

.searchinp { width:300px; }

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
}

input.form_button {
	padding-bottom:23px;
}

.clear_button {
	background:none;
	border:none;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#login_button {
	width:60px;
	height:14px;
	line-height:20px;
	height:20px;
	display:block;
	position:absolute;
	right:10px;
	top:2px;
}

#username,#passwd {
	margin:5px;
}

.form_button {
	color: #666666;
	height:2em;
	padding:4px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	border: 1px solid black;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-bottom-color: #555;
	border-right-color: #555;
	background-color: #eeeeee;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}
.form_button:hover { color:#0000FF; background-color:#DDDDDD }

li.spaced {
	margin-bottom:10px;
}

.rhs {
	padding: 0 0 10px 10px;
	width:180;
	background: #EEEEEE url(/gfx/menubig.png) repeat-x top;
}
.rhs_heading {
	padding: 13px 0px 10px 0px;
	color: #5e4da4;
	/*
	font-weight:bold;
	*/
	font-size:13pt;
}
A:link.arhs    { text-decoration: none; color: #5e4da4 }
A:visited.arhs { text-decoration: none; color: #5e4da4 }
A:hover.arhs   { text-decoration: none; color: #9c90d0 }

.hlight0 { background: #FFFF00 }
.hlight1 { background: #CCFFCC }
.hlight2 { background: #CCCCFF }
.hlight3 { background: #FFCCCC }

.intro {
	font-size:28px;
	color:#666;
	line-height:38px;
}

#address {
	font-size: 1.2em;
	padding: 10px;
	border-top: dashed 2px #dadada;
	border-bottom: dashed 2px #dadada;
}


#lhs hr {
	background:#dadada;
	border:#dadada;
	color:#dadada;
}

/* DETAILS TABLE */

.details {
	margin: 5px 0;
}

.details th, .details td {
	vertical-align:top;
	padding: 5px 10px;
}

.details th {
	text-align:right;
}

.details li {
	list-style:none;
	margin:0 0 6px 0;
}

.details h2 {
	padding:0;
	margin:3px 0 0 0;
}




.std_submit {
	text-transform:uppercase;
	border:solid 2px #ffb759;
	padding:5px;
	height:30px;
	line-height:15px;
	background:#ff9000;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}	

.std_submit:hover {
	border:solid 2px #ffb759;
	background:#ff9000;
}

.rounded_button {
	text-transform:uppercase;
	padding:5px;
	height:20px;
	line-height:20px;
	background:#ff9000;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:13px;
}

.rounded_button:hover {
	background:#1d3865;
	color:#fff;
}

	

.button_orange {
	text-transform:uppercase;
	padding:5px;
	height:20px;
	line-height:20px;
	background:#ff9000;
	border:solid #ffbb66;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:13px;
}

.button_orange:hover {
	background:#ffa632;
	color:#fff;
}


#search_results td, #search_results th {
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#search_results th {
	border-bottom:solid 1px #ccc;
}
	
#search_results a {
	color:#00248b;
}

#search_results a:hover {
	text-decoration:underline;
}


#paginator_top,#paginator_bottom, #save_search {
	margin:0 auto;
	clear:both;
	float:left;
	text-align:left;
	padding:0;
}

#paginator_top td,#paginator_bottom td, #save_search li {
	list-style:none;
	line-height:18px;
	text-align:center;
	float:left;
	margin:2px;
}

#paginator_top td a,#paginator_bottom td a, #save_search #button_savesearch {
	color:#fff;
	min-width:18px;
	min-height:18px;
	display:block;
	background:#ffb759;
	padding:5px;
	border:none;
	font-weight:bold;
}

#paginator_top li a:hover, #paginator_bottom li a:hover {
	background:#1d3865;
	color:#fff;
}

#paginator_top p, #paginator_bottom p {
	line-height: 30px;
	margin:0;
}

#save_search #button_savesearch {
	height:10px;
	padding:0;
	cursor:pointer;
}

#save_search {
	clear:both;
}

#form_table td {
	padding:5px 0;
}
	
#form_table th {
	text-align:right;
	padding-right:10px;
}

#footer ul, #footer_home ul {
	width: 200px;
	float:left;
}

#footer li, #footer_home li {
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	margin:5px;
	border-bottom:solid 1px #888;
}

#footer li a, #footer_home li a {
	color:#fff;
}

#footer img, #footer_home img {
	float:right;
	padding:10px;
}

#evergreen_logo {
	position:absolute;
	bottom:0;
	right:0;
	width:450px;
}

#evergreen_logo p {
	position:absolute;
	bottom:0;
	right:100px;
	color:#fff;
}
	

#popup {
	width:90%;
	margin:0 auto;
}

#popup #content {
	width:80%;
}

#contact_address {
	background:none;
	padding:0px;
    /*
	margin:0 0 20px 10px;
    */
}


#contact_address h4 {
	font-size: 18px;
	margin:20px 0 0 0;
	padding:0;
}

#contact_address p {
	font-size: 15px;
}

#contact_address a, #contact_address strong {
	color:#555;
}

#contact_address strong {
	font-size:15px;
}

#contact_address a {
	font-size:15px;
}


#contact_form {
	width:320px;
	margin:0 auto;
}

#contact_form p {
	font-size:14px;
}

#lhs li {
	margin:5px 0;
}



/*******************/
/* CORE SITE LAYOUT */
/*******************/

.wrapper {
	width:100%;
	clear:both;
}

.container {
	margin:0 auto;
	width:90%;
}




a {
	color:#222;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#111;
}

td {
	vertical-align:top;
}


#page {
	float:left;
	width:1000px;
    /*
	min-height:100%;
    */
	position:absolute;
	left: 50%;
	margin-left: -500px;
	overflow:hidden;
}

#header {
	text-align:center;
	width:1000px;
}

#header_login {
	background:url('gfx/bg-loginbox.png');
	width:468px;
	height:26px;
	position:absolute;
	left:50%;
	margin-left:20px;
	top:10px;
	font-weight:bold;
	padding:0;
}

#header_login label {
	margin-left:10px;
	line-height:10px;
}

#logo {
	position:absolute;
	top:10px;
	left:-10px;
	border:none;
}

#homelink {
	position:absolute;
	width:400px;
	height:145px;
	top:10px;
	left:10px;
	display:block;
}

#navbar {
	position: absolute;
	top: 50px;
	left: 550px;
	text-align:center;
}


#navbar h1 {
	color:#fff;
}

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

#navbar ul li {
	display:inline;
	margin:0;
	padding:0;
	height:25px;
}

#navbar a {
	text-transform:uppercase;
	border:solid 4px #ccc;
	padding:10px;
	background:#fff;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	display:inline-block;
}

#navbar a:hover {	
	border:solid 4px #666;
	color:#000;
}


#main {
	position:relative;
	float: left;
}

#main .container {
	min-height:150px;
}


#lhs {
	margin-top:150px;
	float:left;
	width:300px;
}

.lhs_box {
	width:280px;
	border:solid 4px #ddd;
	background:#fff;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
}

.lhs_box_content {
	width:260px;
	margin:0 auto;
}
	

.infobox {
	width:220px;
	border:dashed 2px #fffe9f;
	background:#fffecd;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	float:right;
	padding:10px;
	margin:10px 0 10px 10px;
}

#rhs, #rhs_home, .home_box, #popup {
	border:solid 4px #ddd;
	background:#fff;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
}

.home_box li {
	list-style: square;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:5px 0;
}

#rhs, #rhs_home {
	margin-top:150px;
	float:right;
}

.home_box {
	float:left;
	width:320px;
	height:250px;
	margin:10px 0 10px 10px;
}

#rhs {
	width:684px;
}

#rhs_home {
	width:984px;
}

#content, #content_home {
	float:left;
	margin:0 auto;
	margin-left:42px;
}

#content {
	width:600px;
}

#content_home {
	width:900px;
}

#content img,#content_home img, #map {
	padding:5px;
}

#content p {
	line-height: 1.5em;
}

#footer, #footer_home {
	width:984px;
	border:solid 4px #aaa;
	background:#666;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	margin-left:50%;
	left:-492px;
}

#footer_home {
	position:relative;
	height:110px;
	top:0;
}

#footer {
	position:absolute;
	bottom: 20px;
}

#footer .container, #footer_home .container {
	width:984px;
	height:100px;
	min-height:100px;
	margin-top:20px;
}

.stretch {
	width:100%;
	clear:both;
}

.stretchmore {
	width:100%;
	clear:both;
	height:150px;
}

.right {
	float:right;
}

.left {
	float:left;
}

#tableform th, #tableform td {
	vertical-align:top;
}

#tableform th {
	text-align:right;
	padding-top:20px;
}
	
	
.column20 {	width:20%; float:left; }
.column30 {	width:30%; float:left; }
.column40 {	width:40%; float:left; }
.column50 {	width:50%; float:left; }
.column60 {	width:60%; float:left; }
.column70 {	width:70%; float:left; }
.column80 {	width:80%; float:left; }
.column90 {	width:90%; float:left; }

.column33 {	width:33%; float:left; }
.column25 {	width:25%; float:left; }

