/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: url(images/map_bg_fade.jpg) repeat-x #d4e8ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
}
#pageContainer {
  width: 800px;
  height: 100%;
  /*min-height: 49em;*/
  margin: 0 auto 0 auto;
  border: solid 1px #afcee7;
}
#contentContainer {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
/************************************************************
Banner (logo, title and collage)
************************************************************/
    #banner {
  height: 131px;
  background: url(images/map_line_banner.jpg) no-repeat;
  border-bottom: solid 1px #003383;
}
#banner a:hover {
  color: #f7f3e5;
}
#home {
  width: 285px;
  height: 65px;
}
#home ul {
  margin: 30px 0 10px 10px;
  padding: 0;
}
#home ul li {
  list-style-type: none;
}
#home li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
#mainlinks {
  width: 285px;
}
#mainlinks ul {
  margin: 10px 0 0 10px;
  padding: 0;
}
#mainlinks_left {
  float: left;
}
#mainlinks_left li {
  list-style-type: none;
}
#mainlinks_left li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
#mainlinks_right {
  float: right;
}
#mainlinks_right li {
  list-style-type: none;
  padding-right: 40px;
}
#mainlinks_right li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
#logo {
  width: 205px;
  height: 99%;
}
#mug {
  height: 65px;
  text-align:right;
}
#mug ul {
  margin: 30px 0 10px 0;
  padding-right: 10px;
}
#mug ul li {
  list-style-type: none;
}
#mug li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
#search {
  text-align:right;
  padding-right: 10px;
  padding-bottom: 20px;
}
#content {
  background: url(images/sand_map_bg.jpg) no-repeat #f7f3e5;
  /* 
  min-height: 100%;
  height: 100%;
  */
  padding: 10px;
  vertical-align: top;
}
#content a {
  color: #003383;
}
#content a:hover {
  color: #6699cc;
}
#content a:visited {
  color: purple;
}
h1 {
  font-size: 16px;
  text-align:center;
}
h2 {
  font-size: 14px;
  margin-left: 20px;

}


#content h2 {
  font-size: 14px;
  margin-left: 20px;
}

iframe {margin-left: 15px;}

#video {
  margin: auto;
  width:205px;
  height:408px;
  overflow:auto;
}

p {
  margin-left: 20px;
  margin-right: 20px;
}
.roundedBox {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #D4E8FF;
  border: solid 1px #00009c;
  -moz-border-radius: 15px;
  -webkit-border-radius:15px;
  border-radius: 15px;
  padding: 8px 0px 0px 0px;
  display: table;
  text-align: left;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
#box1, #box2, #box3, #box4, #box5 {
  padding-bottom: 7px;
  margin-top: 12px;
  display: table;
}
#box1, #box2, #box3, #box5 {
  min-width: 360px;
  width: 360px;
}
#box4 {
  min-width: 750px;
  width: 750px;
}
#box1, #box3, #box4 {
  float: left;
  margin-left: 15px;
}
#box2, #box5 {
  float: right;
  margin-right: 15px;
}

#download  {
  padding-bottom: 7px;
  margin-top: 12px;
  margin-bottom: 20px;
  min-width: 360px;
}

.leftcolumn {
  float: left;
  width: 360px;
  margin-left: 15px;
}

.rightcolumn {
  float: left;
  width: 360px;
  padding-left: 30px;
}




#box1 h2, #box2 h2, #box3 h2, #box4 h2, #box5 h2, #download h2 {
  text-align: center;
}


#box1 li, #box2 li, #box3 li, #box4 li, #box5 li, #download li {
  margin-right: 15px;
}



#bottom_nav {
  height: 55px;
  background: #afcee7;
  border-top: solid 1px #003383;
}
#bottom_nav a:hover {
  color: #f7f3e5;
}
#bottom_nav ul {
  margin: 10px 10px 0 10px;
  padding: 0;
}
#bottom_nav_left {
  float: left;
}
#bottom_nav_left li {
  list-style-type: none;
}
#bottom_nav_left li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
#bottom_nav_right {
  float: right;
}
#bottom_nav_right li {
  list-style-type: none;
}
#bottom_nav_right li a {
  color: #003383;
  text-decoration: none;
  font-weight: bold;
}
.icon {position: relative; top: -3px;}

