body {
  background: #E8E8E8 url('images/site_background.jpg') repeat;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;  
}

p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 17px;
  color: #333333;
}

a {
  color: #1A589D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }

ol li,
ul li {
  margin-bottom: 5px;
}

#site_container {
  width: 100%;
  margin: 0 auto; 
  text-align: center;  
}

#header {
  background: url('images/header_background.jpg') repeat-x;
  height: 79px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

#header .wrapper {
/*
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;  
 */
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: left;  
  height: 79px;
  background: url('images/header_collage.png') no-repeat;
}

#header img#logo {
  margin-top: 30px;
}

#header #login {
  width: 120px;
  position: absolute;
  top: 5px;
  right: 0px;
}

#header #login ul li {
  list-style: none;
  display: inline;
  margin-right: 5px;
  margin-left: 0px;
}

#header #login a {
  color: #FFFFFF;
}

#header form {
  width: 300px;
  position: absolute;
  top: 30px;
  left: 665px;
}

*+html #header form {
  top: 40px;
}

#header form label {
  display: none;
}

#header #search_box input {
  background: url('images/search_bar.png') no-repeat scroll;      
  width: 190px;
  height: 40px;
  border: 0px;
  padding: 11px 15px 0px 15px;
  margin: 0px;
  color: #333333;         
}

*+html #header #search_box input {
  background: url(none);  
  background-color: #FFFFFF;
  border: 1px solid #ABABAB;
  height: auto;
  padding: 0px 5px 0px 5px;
  margin-right: 10px;
  margin-bottom: -5px; 
}

#header #search_box input#searchsubmit {  
  width: 61px;
  height: 26px;
  margin-bottom: -10px;
  background: url('images/search_button.png') no-repeat;
  text-indent: -99999px;
  padding: 2px 10px 10px 10px;
  cursor: pointer;
}

*+html #header #search_box input#searchsubmit {
  margin-bottom: -10px;
  font-size: 0px;  
  line-height: 0px;
  border: 0px;
}

#navigation {
  width: 960px;
  margin: 0 auto;    
}

#navigation ul li {
  list-style: none;
  float: left;
  width: 155px;
  height: 38px;
  background: url('images/tab_inactive_3.png') no-repeat;
  position: relative;
  z-index: 1;  
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;  
}

#navigation ul li.current_page_item {
  /*background: url('images/tab_active_3.png') no-repeat;*/
  background: url('images/tab_active_2.png') no-repeat;  
  z-index: 3;
  margin-top: 0px;  
}

#navigation ul li:hover {
  background: url('images/tab_hover_3.png') no-repeat;
}

#navigation ul li.current_page_item:hover {
  background: url('images/tab_active_2.png') no-repeat;
}

#navigation ul li:hover a {
  color: #FFFFFF;
}

#navigation ul li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  /*color: #3A88DE;*/
  color: #CDCDCD;
  text-decoration: none;
  padding: 8px 0px;
}

#navigation ul li.page-item-48 a {
  padding: 0px;
}

#navigation ul li.page-item-48.current_page_item a {
  font-size: 15px;
}

#navigation ul li.page-item-2.current_page_item a {
  padding: 0px;
}

#navigation ul li.current_page_item a {
  color: #1a589D;
  /*color: #FFFFFF;*/    
  font-size: 17px;
  
}

#content_container {
  width: 960px;
  margin: 0px auto;
  background: url('images/content_background.jpg') repeat-y;  
  text-align: left;
  padding: 20px 0px;  
}

#main_content {
  padding: 0px 10px;
}

.full,
.half,
.third {
  float: left;
  position: relative;
  padding: 10px 10px 10px 10px;
  _padding: 10px 5px;
  margin: 0px 5px 15px 5px;  
}

.full { width: 910px; }
* html .full { width: 910px; }

.half { width: 440px; }
* html .half { width: 460px; }

.third { width: 320px; }
* html .third { width: 300px; }

.full#map {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

p.legend {
  text-align: left;
  float: left;
  width: 300px;  
  line-height: 110%;
  font-size: 11px;
}

p.instruction {
  text-align: right;
  float: right;
  width: 300px;  
  line-height: 110%;
  font-size: 11px;
}

.half.highlights {
  background: url('images/highlights_background.jpg') no-repeat;    
}

#shadow_top,
#shadow_bottom {
  background: url('images/content_bottom_rounded.jpg') no-repeat;
  width: 960px;
  margin: 0 auto;  
  height: 5px;
}

#shadow_top {
  background: url('images/content_top_rounded.jpg') no-repeat;
  margin-top: -5px;  
  position: relative;
  z-index: 2;
  height: 8px;
  margin-bottom: -6px;    
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}

#footer {
  width: 960px;
  margin: 5px auto 0px;
  text-align: center;    
}

#footer p {
  color: #666666;
  margin-left: 170px;
  font-size: 10px;
}

#footer p.copyright {
  font-size: 12px;
  margin-bottom: 5px;
}

#footer a img#ddot {
  border: 1px solid #CCCCCC;
  float: right;  
  margin-bottom: 10px;
  margin-top: 5px;
}

img.alignright {
  float: right;
}
