/* #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;
}
td, tr, p, div, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323D47;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
}
p {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1.5em 0;
}
ul {
	margin: 0 0 0 1.8em;
	padding: 0 0 1.5em 0;
}
li {
	line-height: 1.5em;
}
hr { 
	width: 80%; 
	height: 1px; 
	color: #576B7D; 
	border: none;
	background-color: #576B7D;
}
html>body hr {
	border: 0px solid #cccccc;
}
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: .8em;
}
.clear {
	clear: both;
}
br.clear {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1%;
	line-height: 1%;
}
.title {
	font-weight: bold;
}
.note {
	font-style: italic;
}
.quote {
	font-style: italic;
	color: #4F6171;
}


/* ************************************************** #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;
}


#topnav ul.nav {
  display: table;         /* ignored by IE */
  padding: 0; 
	margin: 0 0 0 auto;
  list-style-type: none;
  white-space: nowrap;    /* keep text on one line */
}
* html #topnav ul.nav {
  display: inline-block;  /* for IE only */
  width: 1px;             /* IE will expand to fit menu width */
  padding: 0 2px;         /* fix bug in IE for border spacing */
}  
#topnav ul.nav li {
  display: table-cell;    /* ignored by IE */
	font-size: .8em;
}
* html #topnav ul.nav li {
  display: inline;        /* for IE only */
}
#topnav ul.nav a {
  display: block;         /* for all browsers except IE */
  padding: 5px 10px;
	color: #ffffff;
  text-decoration: none;
	font-weight: bold;
}
* html #topnav ul.nav a {
  display: inline-block;  /* for IE only */ 
}



/* ************************************************** div#page ******************** */
div#page {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
}



/* ************************************************** div#column ******************** */
div#column {
	width: 180px;
	float: right;
	text-align: left;
	padding: 0;
}
#column .section {
	width: 100%;
	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: 1em;
	font-weight: bold;
}
#column .section p {
	margin: 0 5px;
	padding: .75em 0;
	font-size: .8em;
}
#column .section ul {
	margin: 0 .5em 0 1.5em;
	padding: .75em 0;
	list-style-type: none;
}
#column .section li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
}
#column .section ul a {
	text-decoration: none;
}
#column .section ul a:hover {
	background-color: #C9DCCE;
}
#column a {
	font-weight: bold;
}



/* ************************************************** div#content ******************** */
div#content {
	width: 520px;
	float: left;
	text-align: left;
}
#content p {
	font-size: .8em;
}
#content li {
	font-size: .8em;
}
#content a {
	font-weight: bold;
}
#content h1 {
  font-size: 1.2em;
	border-bottom: solid 1px #3F6147;
  font-weight: bold;
  color: #3F6147;
  text-align: left;
	padding: 0;
	margin: 0 0 .5em 0;
}
#content h2 {
  font-size: 1em;
	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: .6em;
}
#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: .8em;
	text-align: left;
	padding: .8em 1.5em .8em 0;
	margin: 0;
	border-bottom: solid 1px #323D47;
	vertical-align: top;
}
#content #contacts td {
	font-weight: normal;
	font-size: .6em;
	text-align: left;
	padding: .8em 2.2em .8em 0;
	margin: 0;
	border-bottom: solid 1px #323D47;
	vertical-align: top;
}



/* ************************************************** #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: .6em;
}
#footer a {
	text-decoration: underline;
}
#footer ul.nav {
  display: table;         /* ignored by IE */
  padding: 0 0 1.2em 0; 
	margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;    /* keep text on one line */
}
* html #footer ul.nav {
  display: inline-block;  /* for IE only */
  width: 1px;             /* IE will expand to fit menu width */
  padding: 0 2px;         /* fix bug in IE for border spacing */
}  
#footer ul.nav li {
  display: table-cell;    /* ignored by IE */
	font-size: .8em;
}
* html #footer ul.nav li {
  display: inline;        /* for IE only */
}
#footer ul.nav a {
  display: block;         /* for all browsers except IE */
  padding: 0 10px;
  text-decoration: none;
	font-weight: bold;
}
* html #footer ul.nav a {
  display: inline-block;  /* for IE only */ 
}
