/* Custom CSS */

/* General styles */

body {
background : #c7dfe3;
margin-top: 10px;
}  
div#page {
  background: #fff; 
  max-width: 1126px;
  margin: 0 auto;
  padding: 0;
  }
div#mainsection { /* separates main section from the nav bar */
margin-top: 10px;
padding-right: 20px;
}
div#sidebarsection { /* separates sidebar section from the nav bar */
margin-top: 10px;
}
div.sidebarsection.three.columns { /* test only */
  background : #f00;
  }
div#pagecontainer.row div#mainsection.eight.columns div.panel { /* test only */
  background : #fff;
  border: none;
  }
div#pagecontainer.row div#mainsection.nine.columns div.panel { /* test only */
  background : #fff;
  border: none;
  }
div#pagecontainer.row div#mainsection.twelve.columns div.panel { /* test only */
  background : #fff;
  border: none;
  }
div#pagecontainer { /* paints page background white */
  max-width: 1126px;
  margin: 0 auto;
  padding: 20px;
  background : #fff;
  }
div.row p a { /* styles links in paragraphs */
  color: -webkit-link;
  text-decoration: underline;
  }
div.row div.panel a { /* styles links in rows */
  color: -webkit-link;
  text-decoration: underline;
  }

/* Navigation Area Styles*/
 
nav.top-bar { /* set size and background color */
  background: #297b94;
  max-width: 1126px;
  margin: 0 auto;
  color: #fff;
   }  
nav.top-bar ul li.name a {
  color: #fff;
  font-size: 1.1em;
  }
nav.top-bar section ul.left.vertical li.has-dropdown {
  background: #297b94;
  color: #fff;
  }
nav.top-bar section ul.left.vertical li a {
  background: #297b94;
  color: #fff;
  font-size: 1.1em;
  }
nav.top-bar section ul.left.vertical li a:hover {
  background: #cccccc;
  color: #fff;
  }
nav.top-bar section ul.left.vertical li.has-dropdown ul.dropdown {
  background: #297b94;
  color: #fff;
  }
nav.top-bar section ul.left.vertical li.has-dropdown ul.dropdown li {
  background: #297b94;
  color: #fff;
  }
nav.top-bar section ul.left.vertical li.has-dropdown ul.dropdown ul.dropdown {
  background: #297b94;
  color: #fff;
  }
nav.top-bar section ul.left.vertical li.has-dropdown ul.dropdown li ul.dropdown li {
  background: #297b94;
  color: #fff;
  }
.top-bar ul > li.has-dropdown a::after {
border-color: #fff transparent transparent transparent;
}
  
/* Banner Area Styles */

div.banner1 { /* styles banner for large format */
  background: #fff;
  height: 135px;
  width: 1126px;
  margin: 0 auto 0 auto;
  }
div.banner2 { /* hides banner for small format */
  position: absolute;
  left: 9000px;  
  }
div.banner p img {
  height: 135px;
  }
div.banner p {
  line-height: 0;
  height: 0;
  border,padding,margin: 0;
  }
div.banner {
  background-image: url('images/banner-sm.jpg');
  background-repeat: no-repeat;
  }
div.banner h2 {
  color:#000099;  /*color:#3d2115;*/
  padding-top: 28px;
  margin-bottom: -4px;
  }
div.banner h4 {
  color:#000099;  /*color:#3d2115;*/
  }
 
 /* Footer Area Styles*/ 
 
footer.row {
 border-top: 0px solid #555;
 padding-top: 5px;
}
.footertext {
text-align: center;
margin-bottom: 10px;
padding-bottom: 0;
font-weight: bold;
}

/* General Styles */

h5 {
color: #000;
font-size: 1.2em;
font-weight: bold;
line-height:1.5em;

}
h6 {
color: #000;
font-size: 1em;
font-weight: bold;
line-height:1.3em;
}
.panel {
border: 1px solid #c6c6c6;
}
.pagetitle {
background: #fff;
border: 0;
margin: 0;
}
img.right {
margin-left: 1em;
}
img.left {
margin-right: 1em;
}
#hpleft  {
text-align: center;
}
div#hpleft.six.columns ul li {
text-align: left;
margin-left: 40px;
font-size: 20px;
}
ul.strategylist li {
text-align: left;
margin-left: 40px;
font-size: 14px;
}
ul.courselist li {
text-align: left;
margin-left: 40px;
font-size: 14px;
}
ul.surveylist li {
text-align: left;
margin-left: 40px;
font-size: 14px;
margin-bottom:4px;
}
ul.courselist {
margin-top: 0;
}
ul.hplist li {
text-align: left;
margin-left: 40px;
font-size: 15px;
margin-bottom: -10px;
}
#sitemaplist li {
font-size: 20px;
}
#copyright {
text-align:center;
}
#hph5 {
margin-bottom:20px;
}
.standardbold {
font-weight: bold;
}
#pub.twelve.columns ul {
margin-left: 20px;
}
.pubtitle {
font-style: italic;
font-weight: bold;
}
.indent20 {
margin-left: 20px;
}
.indent25 {
margin-left: 25px;
}
.indent30 {
margin-left: 30px;
}
.centertext {
text-align: center;
}
p.nobottommargin {
margin-bottom: 0;
}
h5.formtag {
font-style: italic;
}




/* small screen styles */

@media only screen and (max-width: 768px) 
{


div.sidebarsection.three.columns {
  position: absolute;
  left: 9000px;  
}
div.banner1 {
  background: #fff;
  margin: 0 auto 0 auto;
    }
div.banner1 div.bannerright img {
  display: none;
  }

div#hpright.five.columns.offset-by-one img {
  display: none;
  }

div#ggpic.four.columns img.gpics {
  display: none;
  }
div#mgpic.four.columns img.gpics {
  display: none;
  }
