body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}
body.default, body.home { background-color: #eaffec; }
p, li { 
	font-size: .8em;
	line-height: 1.4; 
}
#main ul {
	list-style: square;
	margin: .5em 0 1em 1.8em;
}

p { margin: 0 0 1em; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gill Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h2 { 
	font-size: 1.25em;
	font-weight: normal;
	border: 1px solid #c3f2ff;
	padding: 6px 8px;
	margin: .5em 0;
}
h3 { 
	margin: .5em 0;
	font-size: 1em;
}
h4 {
	font-size: .9em;
	line-height: 1.3;
	margin: 0 0 .3em;
}

a { color: #00c; }

/* Layout styles */

#evergreen_header { 
	background-color: #000;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	overflow: hidden;
}
#evergreen_header div.wrapper {
	width: 900px;
	margin: 0 auto;
	height: 38px;
}
#evergreen_header img {	float: left; padding: 4px 0 0 0; }
#evergreen_header h3 {
	text-transform: uppercase;
	font: normal .8em Verdana, sans-serif;
	color: #fff;
	padding: 13px 0 0 0;
	margin: 0;
	border: none;
	text-align: right;
}
#evergreen_header h3 a { color: #fff; text-decoration: none; }

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#content { 
	background: #fff url(../../images/yellow.gif) repeat-x; 
	position: relative;
	margin: 0;
}
#content #header {
	height: 80px;
}
#footer { clear: both; }

ul.navigation {
	font-family: 'Gill Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 100%;
}
ul.navigation li {
	text-transform: uppercase;
	padding: 0;
	margin: 20px 0 0 0;
	font-size: .9em;
	float: left;
}
ul.navigation li.image {
	margin: 15px 50px 0 15px;
}
ul.navigation li.char4 { width: 4.5em; }
ul.navigation li.char5 { width: 5.25em; }
ul.navigation li.char6 { width: 6em; }
ul.navigation li.char7 { width: 7em; }
ul.navigation li.char9 { width: 8em; }

ul.navigation li a {
	text-decoration: none;
	color: #000;
}
ul.navigation li.current a {}
ul.navigation li a:hover {	text-decoration: underline; }

ul.navigation li ul { display: none; }
ul.navigation li:hover ul { display: block; }

ul.navigation ul { 
	height: -1%;
	overflow: hidden;
	margin: -2px 0 0 0;
	padding: 0;
	width: 400px;
}
ul.navigation ul li {
	width: auto;
	font-style: italic;
	text-transform: none;
	display: block;
	border: none;
	float: left;
	margin: 0;
	padding: 0 6px 0 0;
	color: #7d7959; 
}
ul.navigation ul li a { color: #7d7959; }


p#page_title {
	font: normal .9em 'Gill Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0 150px 45px;
	text-align: right;
	font-style: italic;
}
p#page_title span { color: #f00; }

#content #main {
	margin: 0 125px;
	padding: 0 0 40px;
}


ul.info {
	font-family: 'Gill Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: -1%;
}
ul.info li {
	float: left;
	width: 20%;
	margin: 5px 0 7px 0;
	color: #77967A;
	text-align: center;
	font-size: .8em;
}
ul.info li.dark { color: #5e742f; }
ul.info li.first { text-align: left; }
ul.info li.last { text-align: right; }


div.feature {
	padding: 10px 15px;
	font-size: .8em;
	line-height: 1.4;
	margin: 0 0 1em;
}
div.yellow {
	background-color: #fff6e4;
}

div.twocolumn, div.threecolumn, div.fourcolumn {
	overflow: hidden;
	width: 100%;
}
div.twocolumn, div.threecolumn {
  margin-bottom: 1.5em;
}

#content div.column {
	border: none;
	float: left;
	overflow: hidden;
}
div.column img { margin-bottom: 6px; }

div.fourcolumn .column { width: 24%; margin-left: 1%; }
div.fourcolumn .first { margin-left: 0; }
div.fourcolumn .two { 
	width: 50%;
}
div.fourcolumn div.twocolumn .column { margin: 0;}


div.threecolumn .column { width: 32%; }
div.threecolumn .center { margin: 0 2%; }
div.threecolumn .two { 
	width: 66%;
	margin: 0 2% 0 0;
}
div.threecolumn .two.right {
	margin: 0 0 0 2%;
}

div.twocolumn .column  { width: 49%; }
div.twocolumn .first { margin-right: 2%; }

table {
}
table td, table th {
	padding: 2px 5px;
}
table td {
	padding: 5px;
}
table th {
	font: normal .7em Arial, Helvetica, sans-serif;
	border-bottom: 2px solid black;
	text-transform: uppercase;
}
table thead th {
	border-bottom: 2px solid black;
	text-align: left;
	color: #666;
}
table tbody th {
	vertical-align: middle;
	color: #666;
	text-align: right;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid black;
}
table tbody td {
	border-bottom: 1px solid #ccc;
}

table.schedule td {
	font: normal .7em Verdana, sans-serif;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

p.notice {
	background-color: #ffc;
	padding: 6px 10px 4px;
	border: 1px solid #ccc;
}

img.right {
float: right;
margin: 0 0 10px 10px;
}
img.left {
float: left;
margin: 0 10px 10px 0;
}

form.search { 
	border-left: 8px solid #b9dae8;
	background-color: #E9EFF2;
	overflow: hidden;
	margin: 0 0 1em;
	width: 100%;
	padding: 0 10px 8px;
}
form.search h2 {
	padding: 8px 0 0;
	color: #205f7a;
	text-transform: uppercase;
	margin: 0;
	font: bold .6875em Verdana, sans-serif;
}
form.search p { padding: 0; margin: 0; }
form.search label {
	font: normal .7em Verdana, sans-serif;
	color: #333;
	margin: 0 6px 0 0;
}
form.search label input { margin: 3px 0 0 4px; }
form.search input {
	font: normal .7em Verdana, sans-serif;
	color: #333;
	padding: 3px;
	border: 1px solid #205f7a;	
}
form.search input.submit {
	border: 1px solid #205f7a;
	background-color: #58879c;
	color: #fff;
	padding: 2px 3px;
}


