/***********************************************/
/* 2col_leftNav.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, #container {
  height: 100%;
}

body {
  font-family: Geneva, sans-serif;
  font-size: 100%;
  color: #333333;
  line-height: 1.166;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

a:link, a:visited, a:hover {
  color: #006699;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
  font-family: Geneva, sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
 font-size: 225%;
 font-weight: bold;
 color: #990101;
}

h2 {
 font-size: 120%;
 color: #006699;
}

h3 {
 font-size: 110%;
 color: #334d55;
}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5 {
 font-size: 100%;
 color: #334d55;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
  min-height: 100%;
  position: relative;
}

#masthead {
  margin: 0;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

#images {
    float: right;
}
#navBar {
  margin: 0 85% 0 0;
  padding: 0px;
  background-color:#F0F0F0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#content {
  float: right;
  width: 75%;
  margin: 0;
  overflow: auto;
  padding: 0 3% 0 10%;
  padding-bottom: 30px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
  margin: 0px;
  padding: 50px 0px 10px 10px;
}

/*************** #pageName styles **************/

.pageName {
  padding: 10px 10px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav {
  color: #999;
  padding: 0px 0px 10px 10px;
}

#globalNav img {
 display: block;
}

#globalNav a {
  font-size: 90%;
  padding: 0px 4px 0px 0px;
}


/************** .story styles *****************/

.story {
  clear: both;
  padding: 10px 0px 0px 30px;
  font-size: 80%;
}

.story p {
  padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo {
  position: relative;
  bottom: 0;
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right:0;
  border-left: 0;
  font-size: 75%;
  color: #cccccc;
  padding: 10px 10px 10px 10px;
  margin-top: -30px;
  width: 98%;
  height: 30px;   /* Height of the footer */
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
  the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: text-top;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
  margin: 0px;
  padding: 0px 0px 10px 10px;
  font-size: 80%;
}

.relatedLinks h3{
  padding: 10px 0px 2px 0px;
}


/*********** mobile styles ***********/

@media only screen and (max-width: 629px) {

  div#navBar { float: none; width: 100%; }

  div#globalNav { float: none; width: 100%; }

  div#content {
    float: none;
    width: 100%;
    padding: 0px;
  }

  div#siteInfo { float: none; width: 100%; visibility: hidden; }

}
