/* #213425 = green, darkest (text) */
/* #3F6147 = green, dark */
/* #A5C5AD = green, med (some borders, highlighting) */
/* #C9DCCE = green, light (backgrounds) */
/* #DBE8DF = green, lightest (backgrounds) */
/* #E6EEE8 = green, extreme light */
/* #323D47 = blue, darkest (text) */
/* #55697D = blue, dark (backgrounds) */
/* #8A9DB0 = blue, light (backgrounds) */
/* #E6EAEE = blue, extreme light */
/* ------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #C9DCCE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323D47;
	text-align: center;
}
p, ul, ol, li, td, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	font-size: 12px;
	line-height: 1.5em;
}
ul {
	margin: 0 0 0 20px;
	padding: 0 0 1.5em 0;
}
li {
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0 none;
}
a:link, a:visited {
  color: #3F6147;
  text-decoration: none;
}
a:active, a:hover {
  color: #55697D;
  text-decoration: none;
}
.credits {
	font-size: 10px;
}
.clear {
	clear: both;
}
.title {
	font-weight: bold;
}
.note {
	font-style: italic;
}
.quote {
	font-style: italic;
	color: #4F6171;
}
.alert {
	color: #990000;
}


/* ************************************************** #spotlightpics styles ********** */
div#spotlightpics {
	background-color: #55697D;
	border-top: solid 1px #323D47;
	border-bottom: solid 1px #323D47;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	width: 100%;	
}
#spotlightpics a {
	color: #ffffff;
	text-decoration: none;
}
#spotlightpics img {
	border: none;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}



/* ************************************************** #header styles ********** */
div#header {
	width: 100%;
	background-color: #DBE8DF;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header img {
	border: none;
}



/* ************************************************** #topnav styles ********** */
div#topnav {
	background-color: #8A9DB0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	border-top: solid 1px #323D47;
	border-bottom: solid 1px #323D47;
	color: #ffffff;
	overflow: hidden;							/* clears contained floats */
}


#topnav ul.nav {
  padding: 0; 
	margin: 0;
	float: right;
  list-style-type: none;
	text-align: right;
	overflow: hidden;							/* clears contained floats */
}
#topnav ul.nav li {
	font-size: 12px;
	float: left;
}
#topnav ul.nav a {
  display: block; 
	margin: 0 20px 0 0;
  padding: 5px 0;
	color: #ffffff;
  text-decoration: none;
	font-weight: bold;
}
#topnav ul.nav a:hover {
	text-decoration: underline;
}



/* ************************************************** div#page ******************** */
div#page {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;							/* clears contained floats */
}



/* ************************************************** div#content ******************** */
div#content {
	width: 520px;
	float: left;
	text-align: left;
}
#content p {
}
#content li {
}
#content a {
	font-weight: bold;
}
#content h1 {
  font-size: 20px;
	border-bottom: solid 1px #3F6147;
  font-weight: bold;
  color: #3F6147;
  text-align: left;
	padding: 0;
	margin: 0 0 .5em 0;
}
#content h2 {
  font-size: 16px;
	border-bottom: solid 1px #3F6147;
  font-weight: bold;
  color: #3F6147;
  text-align: left;
	padding: 1em 0 0 0;
	margin: 0 0 .5em 0;
}
#content ul.pagenav li {
	font-size: 10px;
}
#content ul.pagenav a {
	font-weight: normal;
}
#content a:hover {
	background-color: #DBE8DF;
}
#content table#contacts {
	border: none;
	margin: 0;
	padding: 0;
}
#content #contacts th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 10px 20px 10px 0;
	margin: 0;
	border-bottom: solid 1px #323D47;
	vertical-align: top;
}
#content #contacts td {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	padding: 10px 20px 10px 0;
	margin: 0;
	border-bottom: solid 1px #323D47;
	vertical-align: top;
}



/* ************************************************** div#column ******************** */
div#column {
	width: 180px;
	float: right;
	text-align: left;
	padding: 0;
}
#column .section {
	width: 178px;
	border: solid 1px #323D47;
	margin-bottom: 15px;
	background-color: #DBE8DF;
}
#column .section h3 {
	margin: 0;
	padding: 5px;
	background-color: #8A9DB0;
	border-bottom: solid 1px #323D47;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#column .section p {
	margin: 0 5px;
	padding: 6px 0;
}
#column .section ul {
	margin: 0 5px 0 10px;
	padding: 6px 0;
	list-style-type: none;
}
#column .section li {
	margin: 0;
	padding: 0;
}
#column .section ul a {
	text-decoration: none;
}
#column .section ul a:hover {
	background-color: #C9DCCE;
}
#column a {
	font-weight: bold;
}



/* ************************************************** #footer styles ********** */
div#footer {
	width: 100%;
	background-color: #DBE8DF;
	border-top: solid 1px #323D47;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	clear: both;
}
#footer p {
	font-size: 10px;
}
#footer a {
	text-decoration: underline;
}
#footer ul.nav {
  padding: 0; 
	margin: 0 auto;
  list-style-type: none;
	text-align: center;
	display: inline;
	font-size: 10px;
}
#footer ul.nav li {
	display: inline;
}

#footer ul.nav a {
	margin: 0 10px;
	padding: 0;
  text-decoration: none;
	font-weight: bold;
}

