body {
  margin: 0;
  padding: 0;
  font: 80%/150% Arial, Helvetica, sans-serif;
  color: #363636;
  background: #9bc4e4 url(bg_body.png) repeat-x top center;
  }

body.minimum {
  background-image: none;
  padding: 15px;
  }

a { text-decoration: underline; }
a:link { color: #327AC1; }
a:visited { color: #25629e; }
a:hover { color: #194e82; }
a:active { color: #333; }

#container {
  width: 960px;
  margin: 0 auto;
  }

#header {
  height: 95px;
  background: transparent url(bg_header.jpg) no-repeat top left;
  }

#header h1 {
  float: left;
  margin: 0;
  width: 550px;
  height: 95px;
  background: transparent url(title.png) no-repeat top right;
  }

#header h1 a {
  display: block;
  height: 95px;
  overflow: hidden;
  text-indent: -999em;
  }

.directions {
  float: right;
  width: 186px;
  padding: 70px 0 0 24px;
  font-family: Georgia, serif;
  text-transform: uppercase;
  background: transparent url(join-us.gif) no-repeat top left;
  }
.directions a {
  color: #9dc5e4;
  }

#content {
  clear: both;
  float: left;
  width: 960px;
  background: transparent url(bg_content.jpg) repeat-y top right;
  }

.NavM111E {
  float: left;
  width: 180px;
  background: transparent url(bg_nav-tile.jpg) repeat top right;  
  }

#nav {
  float: left;
  position: relative;
  z-index: 2;
  width: 180px;
  margin: 50px -5px 0 5px;
  padding-top: 15px;
  background: transparent url(bg_nav-top.jpg) no-repeat top right;
  }

#nav ul {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0 10px 15px 20px;
  background: transparent url(bg_nav-bottom.jpg) no-repeat bottom right;
  }

#nav a {
  color: #062253;
  font-weight: bold;
  text-decoration: none;
  }
#nav .MenuActive {
  color: #000;
  font-weight: bold;
  }

#nav li { /* all list items */
  position: relative;
  float: left;
  margin-bottom: -1px;
  width: 11em;
  list-style: none;
  line-height: 200%;
  }
	
#nav li ul { /* second-level lists */
  position : absolute;
  left: -999em;
  width: auto;
  margin-left: 11.05em; 
  margin-top: -2em;
  padding: 0;
  border: 1px solid #9BC4E4;
  background: #f0f0f0 url(bg_navsub-tile.jpg) repeat top left;
  }

#nav li ul li {
  line-height: 1.5em;
  padding: 0.25em 0;
  border-bottom: 1px solid #b4d4ec;
  }
	
#nav li ul ul { /* third-and-above-level lists */
  left: -999em;
  }
	
#nav li a {
  width: 11em;
  w\idth: 10em;
  display: block;
  padding: 0 0.5em;
  }
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
  }
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  }

#nav li:hover, #nav li.hover {  
  position: static;  
  }


#content #main {
  float: left;
  position: relative;
  z-index: 0;
  width: 760px;
  padding: 12px 10px;
  background: transparent url(bg_content-top.png) no-repeat top right;
  }

#content .inner {
  background-color: #f0f0f0;
  padding: 5px 10px;
  }

  #slideshow {
    width: 550px;
    margin: 5px 0;
    }

#content h2 {
  padding: 0;
  margin: 0;
  font: italic 2em/2em Georgia, "Times New Roman", serif;
  color: #327ac1;
  }

  .sidebar {
    float: right;
    width: 190px;
    margin: 10px -15px 20px 20px;
    background: #d7e3ec url(bg_sidebar-top.jpg) no-repeat top right;
    }
    .sidebar-wrapper {
      padding: 10px 10px 60px 10px;
      color: #0c2e6b;
      background: transparent url(bg_sidebar-bottom.jpg) no-repeat bottom right;
      }

#Page_default .sidebar {
    margin: 5px -15px 0px 15px;
    }
.home-content {
    float: left;
    width: 550px;
    }

#footer {
  clear: both;
  padding: 15px;
  background: transparent url(bg_footer.jpg) no-repeat top right;
  text-align: right;
  color: #676767;
  }


textarea {
  width: 100%;
  }

