/* CSS Document */


body {
	margin:0;
        padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 0.74em;
	color: #555555;
	background-color:#FFFFFF;
	text-align:left;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {

}

li {
	list-style-image:url(../images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#mainMenu {
	width:100%;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	background-image:url(../images/backgrounds/menu.jpg);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/backgrounds/a_hover.jpg);
}

#mainMenu li {
    display: inline;
	margin-right: 10px;
}

#header {
  margin-top: 0;
  margin-bottom: 30px;
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  width: 700px;
  /*width: 100%;*/
  margin: 0 auto 0 auto;
}

#header h1 {
  font-size: 30px;
  text-align: left;
  font-weight: normal;
}

#header .sitetitle {
  font-size: 15px;
  color: black;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
}

#mainbar {
  width: 580px;
  margin: 0 auto 0 auto;
}

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
        clear: both;
       text-align: center;
        margin-top: 10px;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}

.site-logo {
	float: left;
        margin-right: 2em;
        margin-bottom: 1em;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	padding-left:0;
	padding-right:200px;
	padding-top:0;
	
}

.pagebrowser {
  margin-bottom: 2em;
}

.pagebrowser a, .pagebrowser a:visited {
  color: #555555;
}

.pagebrowser a:hover {
  text-decoration: underline;
}

.pagebrowser a.active {
  background-color: #009900;
  color: white;
  font-weight: bold;
}

.thumbs a {
  margin: 0.5em;
}

.thumbs a img {
  padding: 0.5em;
  border: 1px solid white;
}

.thumbs a:hover img {
  border: 1px solid #009900;
}

.thumbs a.active img {
  border: 1px solid #009900;
}

#sidebar {
  float: right;
/*  margin-right: 50px;*/
/*  margin-right: expression('20px');*/
  margin-top: 2em;
  width: 120px;
  display: none;
}

#sidebar.highlight {
  display: block;
  background-color: yellow;
  padding: 1em;
  border: 2px outset;
  position: absolute;
  right: 23%;
}

/*#sidebar .thumbs, #sidebar .pagebrowser {
  width: 100px;
  text-align: left;
}*/

#sidebar .pagebrowser {
  margin-bottom: 0;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
/*	border-bottom:1px solid #eeeeee;*/
	color:#728c40;
        background-image: url(../images/backgrounds/desc.jpg);
        background-repeat: no-repeat;
        background-position: top left;
	padding-top:35px;
}


img.full-size {
  display: block;
  float: left;
}

.thumbbrowser {
  width: 100%;
}

.thumbbrowser.horizontal {
  clear: both;
  width: 540px;
}

.print-size {
  display: none;	
}

.flash {
	/*position: absolute;
	top: 10%;
	left: 5%;
	width: 200px;*/
	width: 400px;
	border: 2px dashed #009900;
	padding: 10px;
	margin: 10px;
}

.flash h1 {
	font-size: 14pt !important;
	font-weight: bold !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.flash img {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}
