/* -- Main layout styles -- */

body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #fff;  
}
h1 {
    position:relative;
    text-align:center;
    font-size: 3vw;
    margin: 20px 0px 0px 0px;
    font-family: 'Saira Semi Condensed', sans-serif;
}

h2 {
 font-size: 2em;
}

.subInfoHolder {
    font-weight: bold;
    position: relative;
    top: 25%;
    width: 80%;
    text-align: left;
    font-size: 1em;
    text-shadow: 0px 0px #02550c;
    color: #fff;
    padding: 0;
    margin: 5px auto;
}

.subInfoHolder a{
    color: #b1fff4;
}
/*.subInfoHolder p{
    font-size: 1.5em;
}*/
 @media screen and (max-width: 768px) {
    h1 {
        font-size: 5em;
    }
    h2 {
        font-size: 1.5em;
    }
    .subInfoHolder {
        margin: 80px 0px 0px 25px;
        width: 90%;
        font-size: 0.9em;
    }
    /*.subInfoHolder p{
        font-size: 0.86em;
    }*/
}

td {
font-family: arial, Helvetica, sans-serif;
font-size: 14px;
color: #000
}
.surveyResults td {
color: #FFF
}

#siteBox {
  width: 100%;
  color: #FFF;
}



/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4.3em;
  background: #002C45 
  /*url(/images/hdr3.jpg) no-repeat bottom left;*/
}
.dpoisnlogo{
	border:0px;
	margin:0px;
	padding:0px;
	width:170px;
	height:66px;
}

#headNav a {
  float: left;
  width: 19%;
  padding: 7px 0px 7px 0px;
  font-size: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#headNav a:hover, #header a.active {
  padding-top: 7px;
 
}

#headNav a.lastMenuItem {
  background-repeat: no-repeat;
  background-position: top center;
  border-right: 0px;
}

a .desc {
  display: none;
  color: #00F1F4;  
}

a:hover .desc, .active .desc {
  display: block;
}


ol {
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}


/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 2px 30px 0 2em;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  line-height: 1em;
  color: #ffffff;
}

.subTitle {
  display: block;
  font-size: 20px;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #4E4E4E url(/images/corner_sub_tr.gif) no-repeat top right;  
}
#contentLeft a{
	text-decoration: underline;
	color: white;

}

#contentLeft a:hover {
	text-decoration: none
}
#contentRight {
  padding: 1px 0px 1px 0px;
  width: 100%;
  background: #4E4E4E;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  line-height: 1.8em;
  font-family: arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000
}

#contentRight a {  
  text-decoration: none;
  color: #2c89b3;
  font-size: 1.0em;
  
}

#contentRight li {  
  text-decoration: none;
  font-size: 12px;
  
}

#contentRight a:hover {
  text-decoration: underline;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 20px;
  color: #2c89b3;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}



/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(/images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(/images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #191919;
  background: #236E8E url(/images/hdr3.jpg) repeat-y top left;
  padding: 10px 0px 0px 0px;
  line-height: 14px;
}
#mfooter {
  float: left;
  width: 100%;
  height: 110px;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #191919;
  background: #236E8E url(/images/hdr3.jpg) repeat-y top left;
  padding: 10px 0px 0px 0px;
  line-height: 14px;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(/images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #000000;
}

#footer a:hover {
  text-decoration: underline;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.black {
  color: #ffffff;
}

.counter {
    float: left;
    padding: 10px 0 0 0;
    position: relative;
	clear: both;
	width:200px;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

.LeftMenuItem {
padding: 0px 0 0 0;
font-size:10px;
line-height: 12px;
}





/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  /*list-style-image: url(/images/li_bullet.gif);*/
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
.vBottomRight {
  vertical-align: bottom;
  position:relative;
  left:-10px
}