
* { margin:0; padding:0;}


body {
  height: 100%;
  background-color: #edf5fa;
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444;
}

#heading-block {
  position: relative;
  top: 0px;
  margin: 5px auto 0px auto;
  width: 960px;
  height: 100px;
  background-color: #fff;
}


/* Navigation */
#navigation {
  width: 960px;
  height: 30px;
  margin: 5px auto 0px auto;
  position: relative;
  left: 0px;
  top: -30px;
  font-size: 12px
}

#navigation ul {
  margin: 0px;
  margin-left: 260px;
  padding: 0px;
  list-style: none;
  top: 0px;
  z-index: 300;
}

#navigation li {
  margin-right: 5px;
  float: left; /* Doesn't display inline otherwise */
}


#navigation li a {
  padding: 0px 25px 0px 25px;
  height: 30px;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  background-color: #666;
  background-image: url(../images/navbg.gif);
  border: 1px solid #003366;
  border-bottom: 0px;
  line-height: 30px;
}

#navigation li a.here {
  background-color: #eee;
  background-image: url(../images/navbg2.gif);
  border-color: #666;
}

#navigation li a:hover {
  text-decoration: underline;
}

#navigation li a.here:hover {
  text-decoration: none;
}




#logo {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 940px;
}




#content, #content_popup {
  width: 960px;
  position: relative;
  top: -30px;
  left: 0px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-color: #fff;
  border-bottom: 0px solid #23658B;
  border-top: 10px solid #23658B;
}

.clearfix:after { /* So that the content block retains the height of the floated elements */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content_popup {
  width: 700px;
}




#content a, #content_popup a {
  text-decoration: underline;
  /*border-bottom: 1px dashed #666;*/
  color: #666;
  padding-bottom: 0px;
  font-weight: bold;
}

#content a:hover, #content_popup a:hover {
  color: #2f0000;
  /*border-bottom: 1px dashed #740000;*/
}





#left {
  width: 250px;
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

#right {
  width: 710px;
  float: right;
  display: inline; /* Fix explorer double margin bug */
  clear: none;
  margin: 0px 0px 0px 0px;
  background-color: white;
  position: relative;
  z-index: 3;
}

.lefttext {
  margin: 10px 25px 30px 10px;
  background-color: #edf5fa;
  border: 1px solid #3b9ad6;
}

#leftholder {
  margin: 10px;
  padding:0px;
}

.leftheading {
  margin-bottom:5px;
  background-image:url(../images/navbg2.gif);
  height:30px;
  line-height:30px;
  font-size:20px;
  font-weight:bold;
  color:white;
  text-align:center;
  margin:auto;
  margin-top: 10px;
  width: 192px;
}

.righttext {
  margin: 0px 0px 30px 10px;
  position: relative;
  top:5px;
}




.blur {
  color: #aaa;
}

.donotshow {
  display: none;
}

.show {
  display: block;
}

.collapsed {
  display: none;
}





.panel {
  background-color: #edf5fa;
  border: 1px solid #3b9ad6;
  width:690px;
}
.panelabsolute {
  position:absolute;
  top:0px;
  left:0px;
}
.innerpanel {
  margin:0px 10px 0px 10px;
}

fieldset {
  border:1px solid #3b9ad6;
  position:relative;
  margin-top:10px;
  margin-right: 10px;
  margin-left: 0px;
}
legend {
  font-weight:bold;
  font-size:14px;
  margin-left: 10px;
  color:#3b9ad6;
}
.rightfieldset {
  margin-right:0px;
}




.question {
  text-align:center;
  margin:auto;
  font-size:14px;
  font-weight:bold;
  line-height:16px;
  color:#fff;
  width:16px;
  height:16px;
  background-color:#3b9ad6;
  border:1px solid #3b9ad6;
  position:absolute;
  z-index:5;
}


.pointer {
  cursor: pointer;
}


#subnavigationholder {
  position: absolute;
  top: 0px;
  left:0px;
  text-align: left;
  z-index: 500;
}


#subnavigation {
  width: 270px;
  height: 22px;
  position: relative;
  left: 424px;
  top: 20px;
  font-size: 12px;
}

#subnavigation ul {
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  top: 0px;
}

#subnavigation li {
  margin-right: 5px;
  float: left; /* Doesn't display inline otherwise */
}

#subnavigation li a {
  padding: 0px 10px 0px 10px;
  height: 22px;
  width: 60px;
  text-align: center;
  margin: auto;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  background-color: #3b9ad6;
  line-height: 22px;
  border:1px solid #3b9ad6;
  border-bottom:0px;
}

#subnavigation li a.here {
  background-color: #edf5fa;
  color: #666;
}

#subnavigation li a:hover {
  text-decoration: underline;
  color: #fff;
}

#subnavigation li a.here:hover {
  text-decoration: none;
  color: #666;
}


#content  a.qmark {
  color:#fff;
  text-decoration:none;
}

a.close {
  font-size:10px;
  position:absolute;
  cursor: pointer
}

.help {
  z-index:350;
  position:absolute;
  background-color: #FFE7C1; /*#F8D48E;*/
  border:1px solid #515151
}

.message {
  z-index:350;
  position:absolute;
  background-color:#d4f8d4;
  border:1px solid #515151
}

.error {
  z-index:350;
  position:absolute;
  background-color:#FDcece;
  border:1px solid #515151
}


.help1, .message1, .error1 {
  margin: 5px;
  border:1px solid #515151;
  font-size: 11px;
}

.help2, .message2, .error2 {
  margin:10px;
  margin-top:30px;
  font-size: 11px;
}




.whiteBorder {
  border: 1px solid white;
}




.tableh {
  font-weight: bold;
  background-color: #edf5fa;
  border: 1px solid #3b9ad6;
  padding: 4px;
}

.noleftborder {
  border-left: 0px;
}

.norightborder {
  border-right: 0px;
}

div#content.notopborder {
  border-top: 1px solid #888;
}





.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, #navigation {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #3b9ad6;
}

h1 {
  font-size: 26px;
  margin: 5px 0px 10px 0px;
}

h2 {
  font-size: 18px;
  margin: 15px 0px 5px 0px;
}

h3 {
  font-size: 12px;
  margin: 18px 0px 0px 0px;
}




.textbox {
  border: 1px solid #aaa;
  width: 205px;
}

.selectbox {
  width: 130px;
}




#footer {
  position:relative;
  top:-30px;
  width: 960px;
  height:70px;
  background-color:#23658B;
  margin: 0px auto 0px auto;
  color: #fff;
  font-size: 11px;
}

#footer a {
  color: white;
  text-decoration: none;
}

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