﻿/* CSS layout */

/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #E3EDC2; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #458607;

}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

h1 {
	font-size: medium;
}

/* ------------- masthead styles */

#masthead {
	height: 85px;
	margin-bottom: 0; padding-top: 0;
	background: #abd240;
}
#logo {
	height: 75px;
	line-height: .75em;
	margin-left: 5px; padding: 0 0 0 0;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #458607;
	background-image: url('images/logo_c.jpg');
	background-repeat: no-repeat;
	background-position: 98% 100%
}
#logo_b {
	margin-top: 10px;	
}
#logo_a {
	margin-top: 2px;
	margin-bottom: 1px;
	margin-right: 5px	
}

/* ------------- nav styles */

#top_nav {
	height: 25px;
	font-size: .85em;

	background: #686397; color: #FFF;
}

#nav_links {
	margin-bottom: 0; padding: 0.5em 3em;
}
#nav_links a{
	color: #D4EC84;	
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}
#nav_links a.last {
	border-right: 0;
}
#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

/* ------------- container styles */

#container {
	position: relative;
	width: 100%;
}

/* ------------- content styles */

#page_content {
	float: left;
	padding: 0 20em 1em 3em;
}

#page_content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#page_content h1 b {
	color: #B0D742;
}

#page_content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.25em;
}
#page_content ul {
	line-height: 1.5em;
	list-style-image: url('images/bullet.gif');
	list-style-position: outside;
}
#page_content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

/* ------------- right_col styles */

#right_col {
	float: left;
	width: 17em;
	margin: 1em 0 1em -18em;
}
#right_col div {
	background: #3A3C2D; color: #FFF;
	padding: 0 .5em .5em;
	margin-top: 0.75em;
}
#right_col div h3 {
	background: #9B96CA;
	font-size: 1.25em;
	margin:  -0.4em -0.4em 0 -0.4em; padding: 0.4em 0.8em;
	text-transform: uppercase;
}
#news h4 {
	margin: 0 0 0 0; padding: 0.5em 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}

#news p:first-line {
	font-style: italic;
}

#news img {
	display: block;
	margin: .5em auto 0;
}

/* ------------- footer styles */

#footer {
	margin-top: 1em;
	clear: both;
	background: #abd240;
	font-size: smaller;	
	background-image: url('images/logo_c.jpg');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	height: 65px;
	text-decoration: none;
}
#footer_content {
	float: left;
	margin-left: 2em;
	padding: 1em 1em;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
#copyright {
	float: right;
	margin-right: 75px;
	vertical-align: middle;
	text-align: right;
	padding: 1em 1em;
}
#jobs {	
	text-align: center;
}
#jobs th {	
	text-align: center;
	background-color: #9B96CA;
}
#jobs td {	
	text-align: left;
	background-color: #dee1f2;
}

.style1 {
	font-size: smaller;
}
#contact {
	text-align: center;
}
#contact td {	
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: #9B96CA;
}
#contact input {	
	background-color: #dee1f2;
}
#contact textarea {	
	background-color: #dee1f2;
}