

/* Normal page formatting */
body {
   font-family: Times;
   margin: 0px;
   padding: 0px;
   line-height: 1.5em;
}

#wrapper { 
   position: relative;
   margin-right: 5%;
   margin-left: 5%;
}

#header {
   color: #fff;
   position: relative;
   border: 1px solid #FF0000;
   background: #003399;
   margin-top: 10px;
   margin-bottom: 5px;
   margin-right: 5%;
   margin-left: 5%;
   height: 169px;
   overflow: hidden;
}

.bold {
   font-weight: bold;
}

h1 {
   padding: 10px;
   position: absolute;
   left:0px;
   bottom: 0px;
}

.italic {
   font-style: italic;
}

blockquote
{
   display: inline-block;
   padding: 15px 50px 15px 50px;
   background: #FFEEDD;
   border-left: 3px solid #DDCCBB;
   position: relative;
   font-size: 16px;
   font-style: italic;
   line-height: 1.2;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #DDCCBB;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "\201D"; /*Unicode for Right Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #DDCCBB;
  
  /*Positioning*/
  position: absolute;
  right: 15px;
  bottom: -25px;
}

#flashcontent { 
   display: block;
   float:right;
   vertical-align: middle;
   margin: 5px;
   width: 350px;
   height: 170px;
}

#logo {
    /*background-image: url("world_map_front.png");*/
    background-position: 0px 50px;
}

iframe {
   display: block;
   margin: 0 auto;
}

br.clear {
   clear: both;
}

sup.req {
   color: green;
}

.right_align {
   text-align: right;
   vertical-align: top;
}

.center_align {
   text-align: center;
   vertical-align: top;
}

#collapsibleButton {
   margin: 0 auto;
   display: block;
   background: none;
   border: none;
   padding: 0px;
   margin-top: -20px;
   color: #777777;
}

#collapsibleButton:hover {
   color: #0000DD;
   text-decoration: underline;
}

#collapsibleContent {
   display: none;
   border: 2px solid #555555;
   border-radius: 2%;
   background: #F7F7F7;
   margin: 20px 30px;
   padding: 20px;
   line-height: 1.5em;
}

#nav { 
   color: #fff;
   background: #003399;
   background-image: url("american_flag.png");
   background-repeat: no-repeat;
   border: 1px solid #FF0000;
   width: 190px;
   margin-right: 5px;
   float: left;
   position: absolute;
   top: 0px;
   bottom: 0px;
}

ul {
   list-style: none;
   padding: 0px;
   padding-top: 25px;
   margin: 0px;
}

li {
   display: block;
   padding: 5px 0px 5px 24px;
   margin: 0px;
}

#nav a {
   color: #fff;
   margin: 0px;
   font-weight: bold;
   text-decoration: none;
}

#nav li:hover {
   background-image: url('dot.gif');
   background-repeat: no-repeat;
   background-position: 10px 50%;
}

#nav a:visited {
   color: #fff;
}

#nav a.current, #nav a.current:visited {
   color: #999933;
}

#main { 
   color: #000;
   border: 1px solid #003399;
   background: #ffffff;
   margin-left: 196px;
}

.clear {
   clear:both;
   height:1px;
   overflow:hidden;
}

h2 {
   padding: 10px 10px 0px 10px;
}

p {
   margin: 10px;
}

sup {
   height: 0;
   line-height: 1;
   vertical-align: baseline;
   position: relative;
   bottom: 1ex;
}

#footer { 
   text-align: right;
   margin-left: 5%;
   margin-right: 5%;
   color: #333;
   border: 1px solid #003399;
   background: #CCCCCC;
   margin-top: 5px;
   margin-bottom: 10px;
}

h4 {
   margin: 10px;
}

hr {
   width: 75%;
}

.left {
   float: left;
   margin: 0px 15px 15px 0px;
}

.supporting {
   display: block;
   text-align: center;
   font-weight: bold;
   font-size: 1.1em;
}

.supporting p {
   display: inline-block;
}

.supporting_img {
   display: inline-block;
   vertical-align: top;
}

@viewport{
   zoom: 1.0;
   width: extend-to-zoom;
}

@-ms-viewport{
   width: extend-to-zoom;
   zoom: 1.0;
}

/* Media selector */
@media only screen and (max-width: 640px) {

   #header {
      margin-left: 0px;
      margin-right: 0px;
   }

   #wrapper { 
      margin: 0px;
   }
   
   #nav {
      position: fixed !important;
	   top: 4px;
	   left: 4px;
	   bottom: auto;
	   width: auto;
      z-index: 99999;
	   border: 0px;
	   background: none;
   }

   #nav ul, #nav:active ul { 
      display: none;
      width: 100%;
	   overflow: hidden;
   }

   #nav li {
      width: 100%;
	   padding: 7px;
	   border-bottom: 1px solid #FFFFFF;
   }
   
   #nav:hover ul {
      display: block;
      background: #003399;
      border: 1px solid #FFFFFF;
	   padding-bottom: 25px;
      position: fixed;
      left: 0px;
      right: 0px;
      top: 50px;
      bottom: 0px;
      overflow-x: hidden;
      overflow-y: scroll;
   }

   #nav li:hover {
      background-image: none;
   }

   #menu-icon {
      display: inline-block;
   }
   
   #flashcontent {
      float: none;
      margin-left: auto;
      margin-right: auto;
   }
   
   .pfch {
      position: fixed;
      top: 0px;
      bottom: auto;
      padding: 10px 5px 0px 55px;
	   font-size: 1.2em;
	   height: 40px;
      margin: 0px;
      width: 100%;
      z-index: 9999;
      border: 1px solid #FFFFFF;
      background: #003399;
   }
   
   #main {
      margin-left: 0px;
   }

   #footer { 
      margin-left: 0px;
      margin-right: 0px;
   }
}
