/* * {
  padding: 0px;
  margin: 0px;
}*/

/* HTML Element Styles */
body {
  background-color: #d8d8d8;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a:link    { color: #6666FF; text-decoration: none }
a:visited { color: #6666FF; text-decoration: none }
a:active  { color: #666666; text-decoration: none }
a:hover   { color: #6699FF; text-decoration: none }

h1, h2, h3, h4 {
  color: #262662;
  margin: 5px 0px 5px 0px;
}

h1 {
  font-size: 150%;
  margin: 10px 0px 5px 0px; 
}

h2 {
  font-size: 115%;
  margin-top: 30px;
}

.center {
  text-align: center;
}




#wrapper {
  width: 800px;
  border: 2px solid #000000;
  margin: 10px auto 0px auto;
  border: thin solid black;
  background-color: #fefefe;
}



/* ----- Header ----- */
#header {
  background-color:#FFFFFF;
}

#flash_header {
  height: 100px;
  width: 100%;
  background-color: #262662;
}

#header_stretch_bar {
  background: url(../images/stretchbar.jpg) no-repeat;
  height: 28px;
  width: 100%;
}

#header_image_container {
  height: 80px;
  width: 800px;
}
#header_main_image {
  background: url(../images/main1.jpg) no-repeat;
  width:720px;
  height: 80px;
  float: left;
}

#header_main_image_end {
  background: url(../images/top-picture-end.gif) repeat-y;
  width: 80px;
  height: 80px;
  float: right;
}
#header_bottom_bar {
  background: url(../images/bluebar.gif) repeat-x;
  height: 26px;
}


/* ----- Navigation ----- */
#navigation {
  float: left;
  width: 154px;
  margin-top: -85px;
  margin-bottom: 70px;
  z-index: 5000;
}

#nav_header {
  background: url(../images/menu_top.gif) no-repeat;
  height: 88px;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li a {
  background: url(../images/button.gif) no-repeat;
  display: block;
  padding: 10px 4px 10px 12px;
  color: #003366;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

#navigation li a:hover {
  color: #666699;
  background: url(../images/button_on.gif) no-repeat;
}

#nav_footer {
  background: url(../images/menu_bottom.gif) no-repeat;
  height: 65px;
}

#nav_footer_fadeout {
  background: url(../images/fadeout.jpg) no-repeat;
  height: 40px;
}




/* ----- Content ----- */
#content {
  margin-left: 160px;
  min-height: 325px;
  padding: 10px 30px 30px 30px;
  line-height: 135%;
}

.in1 { padding-left: 20px; }
.in2 { padding-left: 40px; }


/* ----- Footer ----- */
#footer_header {
  background: url(../images/stretchbar.jpg) no-repeat;
  height: 27px;
  clear: both;
}
#footer {
  background: url(../images/bottom-shade.gif) repeat-x;
  height: 30px;
  padding: 5px;
  font-size: 95%;
}



/* ----- Misc ----- */
.contactInfoBox {
  margin-top: 28px;
}

.emailImage {
  vertical-align: middle;
}