﻿/* CSS layout */
#container {
	border: 1px #FF0000 solid;
	width: 750px;
	background: #fff;
	padding: 0;
	margin: 0 auto;

}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;

}

#page_content {
	padding: 10px 50px 10px 50px;
}



#footer {
	background-color: #ffffff;
	color: #FF0000;
	font-size: .80em;
	margin: 0px;
	padding: .3em 1em;
	clear: both;
}
/* Navigation */



#navigation {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	background-color: #0000FF;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 140px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #0000FF;
  color: #FFF;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu li.iehover a {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu li:hover a {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu a:hover {
  background: #FF0000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li.iehover li a {
  float: none;
  background: #0000FF;
  color: #FFF;
}

ul#navmenu li:hover li a {
  float: none;
  background: #0000FF;
  color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li.iehover li.iehover a {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu li.iehover li a:hover {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu li:hover li:hover a {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu li:hover li a:hover {
  background: #FF0000;
  color: #FFF;
}

ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

ul#navmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li.iehover ul ul {
  display: none;
}

ul#navmenu li:hover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul ul {
  display: none;
}

ul#navmenu ul ul li.iehover ul {
  display: block;
}


ul#navmenu ul li.iehover ul {
  display: block;
}


ul#navmenu li.iehover ul {
  display: block;
}


ul#navmenu ul ul li:hover ul {
  display: block;
}


ul#navmenu ul li:hover ul {
  display: block;
}


ul#navmenu li:hover ul {
  display: block;
}



a:link
{
	color: #0000FF;text-decoration:none  
}
a:visited
{
	color: #0000FF;text-decoration:none 
} 
a:active 
{
	color: #0000FF;text-decoration:none
}
a:hover      
{ 
	color: #0000FF;text-decoration:underline
}

body
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	font-size: 10pt;
	padding-top: 10px;
	background-color: #DDDDDD;
}
h1
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FF0000;
}


h2
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FF0000; 
}
h3
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FF0000; 
}
h4
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FF0000;
}
h5
{
	font-family: sans-serif; margin-top: 0; margin-bottom: 0; color: #FF0000;
}

h6
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FF0000; 
}

p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin: 0px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #00f;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{
	/*DIV within thumbbox that holds the enlarged image */
background-color: white;
	color: #f00;
	font-weight: bold;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


