body{
  color: #333;
  font-size: 100%;
  font-family: Georgia,Verdana,Times New Roman;
  padding:0px;
  margin:0px;
}
img {
  border: 0;
}

img.icon {
  margin-bottom: -6px;
}

a:link, a:visited, a:active, a:hover {
  outline: none;
  color: #515340;
}

input.newsletter {
  width:206px;
  background-color:#a6a691;
  border:0;
  margin:0;
  padding:5px;
  margin-top:5px;
  font-size: 70%;
  color:#FFF;
}

textarea.newsletter {
  width:170px;
  height:200px;
  background-color:#a6a691;
  border:0;
  margin:0;
  padding:5px;
  margin-top:5px;
  color:#FFF;
}
#spacer {
  height:100%;
  position:relative;
}
#header {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:85px;
  background-color: #7f8062;
  z-index: 5;
}

#logo {
  position:relative;
  top:18px;
  left:20px;
}
#section_header {
  position:absolute;
  top:38px;
  right:20px;
}

#menu {
  position:absolute;
  left:0px;
  top:98px;
  margin: 0px;
  padding: 0px;
  padding-top:1px;
  height:23px;
  width:100%;
  background-color: #7f8062;
  z-index:5;
}

#main_menu {
  position:relative;
  margin-left:6px;
}

#sub_menu_opaque {
  position:absolute;
  left:0px;
  top:123px;
  margin: 0px;
  padding: 0px;
  height:24px;
  width:100%;
  z-index:4;
  background-color: #7f8062;
}
#sub_menu {
  position:absolute;
  overflow:hidden;
  left:0px;
  top:123px;
  margin: 0px;
  padding: 0px;
  padding-top:1px;
  height:23px;
  width:100%;
  z-index:5;
}

#about_menu {
  position:relative;
  margin-left:151px;
}
#resources_menu {
  position:relative;
  margin-left:501px;
}
#calendar_menu {
  position:relative;
  margin-left:151px;
}
.main_menu_float {
  float:left;
  height:9px;
  margin:0px;
  padding:0px;
}
.main_menu_float a{
  height:9px;
  padding:0px;
  margin:0px;
  border:none;
}
.main_menu_float img{
  margin-top:4px;
}
.sub_menu {
  float:left;
  overflow: hidden;
  height:18px;
}
.menu_spacer {
  padding:0 5px;
  vertical-align:-1px;
}
.sub_menu .menu_spacer {
  padding:0 1px;
}


#footer {
  position:fixed;
  bottom:0px;
  width:100%;
  background-color: #7f8062;
  height:30px;
  z-index:5;
}

#footer-content {
  position:fixed;
  padding-left: 14px;
  bottom:0px;
  width:100%;
  overflow:auto;
  height:22px;
  z-index:3;
  color: #FFF;
  font-family: Arial;
  font-size: 60%;
  z-index:6;
}

#copyright {
  float: right;
  padding-right: 28px;
}

#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover {
  color: #FFF;
  text-decoration:none;
}
#photocredit {
 float:left;
}

#mask1 {
  position: fixed;
  top:85px;
  background: #FFF;
  height:15px;
  width:100%;
  z-index: 4;
}
* html #mask1 {position:absolute;}

#mask2 {
  position: fixed;
  top:120px;
  background: #FFF;
  height:30px;
  width:100%;
  z-index: 2;
}
* html #mask2 {position:absolute;}

#background {
  position:absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height:100%;
  width:100%;
  overflow:hidden;
}
#background-inner {
  position:absolute;
  top: 85px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-repeat:no-repeat;
  background-position: 0px 0px;
  margin:0px;
  padding:0px;
}
#sidemenu {
  position:absolute;
  top: 133px;
  right: 14px;
  margin:0;
  padding:0;
  z-index:3;
  width:211px;
}

.sm_section {
  margin:0;
  padding:0;
  margin-bottom: 7px;
}

.sm_header {
  background-color: #919174;
  height:24px;
  background-position:50%;
  background-repeat: no-repeat;
  border: 0;
  width: 246px;
}
div.sm_header a  {
  width:209px; height:100%; display:block;
  text-decoration: none;
  color: #000;
}

.sm_green {
  background-color: #7f8062;
  width:218px;
  padding: 8px 14px 8px 14px;
}

.csm_green {
  background-color: #7f8062;
  width:224px;
  padding: 8px 14px 8px 14px;
}

.sm_content {
  background-color:#FFF;
  width: 181px;
  padding: 8px 14px 8px 14px;
  border-bottom: 1px solid #7f8062;
  border-left: 1px solid #7f8062;
  border-right: 1px solid #7f8062;
}

div.sm_content a  {
  width:181px; height:100%; display:block;
  text-decoration: none;
  color: #000;
  padding: 0px;
  margin: 0px;
}

.sm_mouseover {
  background-image:url(/img/sm_bg_h.gif);
  background-repeat: no-repeat;
  background-position:right 50%;
  background-color: #f5f2ee;
}

.sm_content_date {
  font-size: 60%;
  font-family: Arial;
}

.sm_content_title {
  font-size: 80%;
  font-family: Georgia;
}

.sm_section hr {
  padding:0;
  margin:0;
  height: 1px;
  clear: both;
  border-bottom: 1px solid #95a484;
}

.white_link:link, .white_link:visited, .white_link:active, .white_link:hover {
  font-family:Arial;
  color: #FFF;
  font-size: 60%;
  text-decoration:none;
}

.media_link:link, .media_link:visited, .media_link:active, .media_link:hover {
  text-decoration:none;
}

#transparent_notification {
  z-index:5;
  background:#FFF;
  position:absolute;
  top:160px;
  left:32px;
  width:550px;
  height:220px;
}

#index_notification {
  z-index:6;
  background:transparent;
  position:absolute;
  top:160px;
  left:32px;
  width:486px;
  height:156px;
  padding:32px;
}

#index_notification .content_header {
  font-size: 140%;
  font-weight: normal;
  font-family: Georgia,Verdana,Times New Roman;
  line-height: 120%;
  margin-bottom:30px;
  padding:0px;
}

#index_notification p.first {
  font-size: 100%;
  font-family: Georgia,Verdana,Times New Roman;
  margin-top: 0px;
}

.tool-tip {
  padding:14px;
  background-color: #7F8062;
  color:#FFF;
  z-index:1000;
}
.tool-title {
  font-size: 11px;
  font-family: Arial;
  margin-top:0px;
  margin-bottom: 4px;
}
.tool-text {
  font-family: Georgia;
  font-size: 14px;
  font-weight: normal;
}

#enlargetext {
  cursor:pointer;
}

#newsletter {
  padding-bottom:40px;
}
#newsletter p{
  color: #FFF;
  font-size:69%;
  font-family: Arial;
  margin-top:8px;
  margin-bottom:8px;
}
#form_newsletter_wrapper {
  overflow:hidden;
}
#form_mailinglist_wrapper {
  overflow:hidden;
}

#login_form {
  background:#7F8062;
  padding:15px;
  overflow:auto;
  height:90px;
  zoom:1;
}

#login_form label{
  clear:both;
  float:left;
  font-size:70%;
  color:#FFF;
  font-family:Arial;
  margin:5px 0 0;
  padding-top:2px;
  font-weight:bold;
  display:block;
  width:60px;
  margin-right:5px;
}
#login_form input{
  background:#A6A691;
  border:0;
  color:#FFF;
  font-size:70%;
  margin:5px 0 0;
  padding:5px;
  width:206px;
  float:left;
}

#login_form .submit{
  clear:both;
  width:auto;
  padding:5px;
  margin-left:65px;
}