body {
background-color: #DDDCDE;
font-size: 16px;
padding-bottom: 40px;
}

#wrap {
width:1120px;
margin: 0 auto;
}

#leftpanel  {
width: 300px;
float:left;
position: fixed;
}

#rightpanel {
width: 750px;
margin-left: 350px;
}


#helptopics{
  font-family: 'robotomedium', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: .07em;

display: inline-block;
padding: 2px 5px;
color: #DDDCDE;
background-color: #5E6571;
font-size: .85em;
margin:0;
margin-bottom: 5px;
margin-left: 30px;
}

#menu p {
  font-family: 'robotoregular', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: .07em;

  font-size: 16px;
  color: #5E6571;
}

#menu li {
  font-family: 'robotoregular', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: .07em;

  font-size: 16px;
  color: #5E6571;
}

#menu {
margin: 0 !important; padding:0 !important;
}

#menu ul {
margin: 0 !important; padding:0 !important;
}
#menu ul li {
display: block;
padding: 6px 6px;
/*margin-bottom:8px;  */
background-color: #F7F7F8;
font-size: 15px;
cursor: pointer;
border-top:  1px dotted  #5E6571;
}
#menu ul li:first-child {
border-top: none;
}

#menu ul li:hover {
color: #ffffff;
background-color: #5E6571;
}

/* SPACING */
p.updated {
margin-top: 20px;
font-size: 12px;
text-align:right;
color:#888888;
margin-bottom:0px;
padding-right: 20px;
}
h1 { margin-top: 5px; margin-bottom: 0}
h2 { margin-top: 50px; margin-bottom: 20px}
h1 + h2 { margin-top: 30px;}
h3 {margin-bottom: 10px; margin-top: 30px;}
hgroup {
margin-top: 45px;margin-bottom: 20px
}

hgroup h1, hgroup h2, hgroup h3 {
margin: 0 !important; padding: 5px 0 5px 0 !important;
}
p, ol, ul {margin-bottom: 1.3em;}
ol, ul {margin-left: 40px;}


.martop30 {margin-top: 30px !important}
.marbot20 {margin-bottom: 20px !important}


/* BASICS */
.center {
  text-align: center;
}

i, em {font-style: italic;}
b, strong {
font-family: 'robotomedium', sans-serif;
}

/* STYLE */
p, ol, ul, mark {color: #003B45;}

i, em {color: #4B765E;}

p, ol, ul {
  font-family: 'robotoregular', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: .07em;
  font-size: 1em;
}
ol, ul {
  font-size: .9em;
}
li {
  padding-top: .5em;
}

h1 {
  font-family: 'robotobold', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .07em;

  font-size: 1.5em;
  color: #5E6571;
}
h2 {
  font-family: 'robotobold', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .07em;

  font-size: 1.5em;
  color: #2E3238;
}
h3 {
  font-family: 'robotomedium', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .07em;

  font-size: 1.2em;
  color: #5E6571;
}
hgroup h3 {
  font-family: 'robotoregular', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .07em;

  font-size: 1.1em;
  color: #535747;

}

.nowrap {
white-space: nowrap;
}

mark {background-color: #E9E8EA;}
.infobox mark {background-color: #D6D6D6;}
mark.button,.infobox.mark.button {background-color: #B9D6CB;color:#00161A}
mark.edit,.infobox.mark.edit {background-color: #E8CACC;}
mark.panel,.infobox mark.panel {color: #ffffff;background-color: #716D74;}
mark.infowindow,.infobox mark.infowindow {color: #FEB7C2;background-color: #595760;}

p mark {
font-size: .9em;
}

.infobox {
background-color: #E8E8E8 !important;
font-size: .9em !important;
color: #B3B3BB;
min-height: 60px !important;
border-style: solid !important;
border-width: 1px !important;
border-color: #B3B3BB !important;
padding: 20px 20px 10px 50px !important;
margin: 50px 60px 40px 5px !important;
background: transparent  url("../images/lightBulb.png") no-repeat scroll 5px 15px ;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.infobox ol, .infobox ul {
  margin-left: 25px;
}

.displaybtn {
padding-left: 5px; padding-right: 5px;
}

/* DROPDOWN BOX */
#dropdown .content {margin: 0 10px 30px 10px;}

#dropdown h1.dd {
color: #5E6571;
background-color: transparent;
/*margin-bottom:10px;*/
/*margin-top: 40px;*/
/*line-height: 2em;*/
padding: 10px 0 10px 50px;
font-size: 1.8em;
cursor: pointer;
/*min-height: 30px; */
border:1px solid #5E6571;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#dropdown h1.dd:before {
content: "\f055";
font-family: icomoon;
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*--adjust as necessary--*/
font-size: 25px;
width: 30px; /* this sets the space between icon and text */
margin-left: -30px; /* line up second line with first line */
vertical-align: middle;
color: #5E6571;
}

#dropdown h1.dd:hover:before {
color: #ffffff;
}

#dropdown h1.dd:hover{
color: #ffffff;
background-color:#5E6571
}
#dropdown h1.dd.active {
color: #ffffff;
background-color: #5E6571;
}

#dropdown h1.dd.active:before {
content: "\f056";
color: #ffffff;
}

#dropdown h1.dd.active:hover {
color: #ffffff;
background-color: #5E6571;
}

#dropdown2 .content {margin: 0 10px 30px 10px;}

#dropdown2 h2.dd {
color: #557779;
margin-bottom:10px;
margin-top: 50px;
/*line-height: 2em;*/
padding: 5px 0 10px 50px;
font-size: 1.4em;
cursor: pointer;
background: transparent url("../images/dropdown-2-Btn_facingDn.png") no-repeat scroll 5px center ;
/*min-height: 30px; */

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

border: 1px solid #557779 ;
border-bottom: none;
}
#dropdown2 h2.dd:hover, #dropdown2 h2.dd.active:hover{
color: #557779;
background-color: #C4EBDC;
}
#dropdown2 h2.dd.active {
color: #557779;
background: transparent url("../images/dropdown-2-Btn_facingUp.png") no-repeat scroll 5px center ;
}

.imagebox{
text-align: center;
padding: 10px;
margin-top: 20px;
border:  2px solid  #B3B3BB;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
p.caption {
margin-top: 5px !important;
margin-left: 30px; margin-right: 30px; margin-bottom: 40px !important;
font-size: .9em;
}
#greenbox {
padding-left: 40px;
background: transparent url("../images/help/color-coded-green.png") no-repeat scroll left top ;
}
#redbox {
padding-left: 40px;
background: transparent url("../images/help/color-coded-red.png") no-repeat scroll left top ;
}

p.check, p.cross, p.caution {
padding-left: 25px;
line-height: 1.2;
}

.check:before {
content: "\f058";
font-family: icomoon;
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*--adjust as necessary--*/
font-size: 20px;
width: 25px; /* this sets the space between icon and text */
margin-left: -25px; /* line up second line with first line */
vertical-align: middle;
color: #52B761;
}

.cross:before {
content: "\f057";
font-family: icomoon;
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*--adjust as necessary--*/
font-size: 20px;
width: 25px; /* this sets the space between icon and text */
margin-left: -25px; /* line up second line with first line */
vertical-align: middle;
color: #B9505A;
}

.caution:before {
content: "\f071";
font-family: icomoon;
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*--adjust as necessary--*/
font-size: 19px;
width: 25px; /* this sets the space between icon and text */
margin-left: -25px; /* line up second line with first line */
vertical-align: middle;
color: #BF8603;
}









