body { 
  margin: 10px 10px 10px 10px;
  padding: 0;
  background: #d9d9d9; 
  color: #333;
  font-family: verdana, "trebuchet MS", helvitica, sans-serif;
  font-size: .8em;
}

div.wrapper {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border: 2px solid #FF2E00;
  background-color: #FFFFFF;
  padding: 5px;
  text-align: left;
}

div.header {
  background: #B1E3DC; 
  border-top: 1px solid #FF2E00; 
  border-left: 1px solid #FF2E00; 
  border-right: 1px solid #FF2E00; 
  border-bottom: 1px solid #FF2E00; 
}

div.header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: large;
  color: #00696B;
  margin-left: 25px;
  text-align: left;
}

div.page {
  background: #F1FFE4;
  border-top: 1px solid #FF2E00; 
  border-left: 1px solid #FF2E00; 
  border-right: 1px solid #FF2E00; 
  border-bottom: 1px solid #FF2E00; 
  padding: 10px;
  padding-top: 20px;
}

div.navBar { 
  border-bottom: 1px solid #FF2E00; 
  border-top:1px solid #FF2E00; 
  padding-left: 50px;  
  background-color: #5BB1B8;  
  color: #2F4F4F;  
  white-space: nowrap;   
}

div.footer {
  background: #5BB1B8; 
  border-top: 1px solid #FF2E00; 
  border-left: 1px solid #FF2E00; 
  border-right: 1px solid #FF2E00; 
  border-bottom: 1px solid #FF2E00; 
}

a { 
  color: Maroon; 
  text-decoration: none; 
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

.textbox {
  border: 1px solid gray;
  margin: 5px;
}

.button { 
  border: medium outset;
  background-color: #F5F5F5;
  margin-left: 150px;
  color: black;
  margin-top: 10px;
}

form.plain {
  border: none;
  padding: 0px;
  margin: 0px;
}

form li {
  margin-bottom:20px;
}

label {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

div.section {
  border:1px solid gray;
  padding: 0 10px 10px 10px;
  margin-top:10px;
  margin-bottom:20px;
}

div.section h3 {
  display:inline;
  padding:5px;
  font-weight:normal;
  height:20px;  
  position:relative;
  z-index:1;
  top:-12px;
  background-color:#F1FFE4;
}

div.expired_section {
  border:1px solid #990000;
  padding: 0 10px 10px 10px;
  margin-top:10px;
  margin-bottom:20px;
}

div.expired_section h3 {
  display:inline;
  padding:5px;
  font-weight:normal;
  height:20px;  
  position:relative;
  z-index:101;
  top:-12px;
  background-color:#F0FFF0;
}

div.help_box {
  text-align: left;
  width: 100%;
  clear: both;
  border: 1px solid black;
  background: #DAFFCD;
}

div.help_box p {
  padding-left: 10px;
  padding-right: 10px;
}

img {
  padding-left: 10px;
  padding-right: 10px;
}

#faq_list li {
  list-style-image: url(/images/information.png);
}
  
ul.navCircle {
  margin: 0;
  padding: 6px 0 20px 10px;
  }

ul.navCircle li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  }
  
ul.navCircle span {
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 12px 6px 12px;
  text-decoration: none;
  color: #000;
  }

ul.navCircle a:link, ul.navCircle a:visited {
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 12px 6px 12px;
  text-decoration: none;
  color: #708491;
  }

ul.navCircle a:link.active, ul.navCircle a:visited.active, ul.navCircle a:hover {
  padding-bottom: 6px;
  color: #000;
  background: url(/images/arrow_up.gif) no-repeat bottom center;
  }

ul.navCircle span.help {
  cursor: help;
  float: right;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 6px 6px 6px;
  text-decoration: none;
  color: #000;
}
span.help img {
  cursor: help;
}

div.imgholder {
  float: left;
  background: url(/images/dropshadow.png) no-repeat bottom right !important;
  background: url(/images/dropshadow.gif) no-repeat bottom right;
  margin: 10px 7px 0 10px !important;
  margin: 10px 0 0 5px;
}

div.imgholder img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
}

img.imgframe {
  float: left;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

div.notice {
  width: 400px;
  border: 2px solid orange;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

div.warning {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

table.providers {
  border-collapse: collapse;
}

table.providers td {
  padding-left: 5px;
  border-bottom: 1px solid #FF2E00;
  height: 60px;
}

h2.container {
  width: 500px;
  height: 25px;
  margin: 10px 0 0 0;
  background: url(/images/containers/top.gif) no-repeat center top;
}

h2.container span {
  font-size: 20px;
  font-weight: normal;
  background: #FFFFFF;
  position: relative;
  left: 10px;
  top: 5px;
  padding-right: 10px;
}

div.container {
  width: 500px;
  background: url(/images/containers/middle.gif) repeat-y center center;
}

div.container p {
  margin: 0 10px 10px 10px;
}

div.container_footer {
  background: url(/images/containers/bottom.gif) no-repeat center bottom;
  width: 500px;
  height: 10px;
}
