#ada {
	clear: both;
	color: #999;
	margin-top: 5px;
	padding: 0 0 2px 5px;
}

#cfpbPDFLinks {
	margin-left: 125px;
}

#containbanner {
	background: #fff;
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#containbanner div#bannerid {
	float: left;
}

#containbanner div#tourismid {
	float: right;
}

#containfooter {
	background-color: #F8F8E6;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
	float: left;
	width: 100%;
}

#containfooter dt {
	border-left: 1px solid #000;
	display: inline;
	font-weight: 400;
	padding: 0 6px;
}

#containfooter dt.first {
	border: 0;
}

#containhead {
	margin: 0;
	padding: 2px 0 0 5px;
}

#copyright {
	clear: both;
	padding: 0 0 2px 20px;
}

div.indent {
	margin-left: 20px;
}


h1, h2, h3 {
	margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6, caption, p, th, td, div, li, blockquote, input,
	textarea, select, fieldset, legend, dt, dd {
	font-family: verdana, helvetica, arial, sans-serif;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
	margin: 3px 0 10px;
}

h4.hdrgen {
	background: transparent none;
	color: #003820;
	margin-bottom: 5px;
}

h5 {
	font-size: small;
	margin: 0 0 7px;
}

h5.hdrfocus {
	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #000;
	margin: 0;
	padding: 1px 7px 3px;
}
.cfpbPDF {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#logout1 {
	color: #003820;
	float: right;
	margin-right: 20px;
}
th.hdc1a, th.hdc1b, th.hdc2a, th.hdc2b, th.hdc3a {
	border: 1px solid #999;
	color: #000;
}

th.hdc1b {
	width: 75%;
}

th.hdc2a, th.hdc2b, th.hdc3a {
	border-left: 0;
}

th.hdc3a {
	background: #FFF;
}
td.dc1a, td.dc1b, td.dc2a, td.dc2b, th.hdc3b {
	background: #FFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
}

td.dc1a, td.dc1b, th.hdc3b {
	border-left: 1px solid #999;
}

td.dc1b {
	width: 25%;
}
.error {
	background: #FFF;
	color: red;
}
.hidetext {
	display: none;
}
ul#cfpbPaymentOptions {
	list-style: none;
}
ul#cfpbPaymentOptions li {
	display: inline;
}
.warning {
    background: #FFFFFF none;
    color: #FF6600;
    font-weight: bold;
}
.normal-weight {
	font-weight: normal;
}
 /*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up .tabberlive = after the tabber interface is set up
 --------------------------------------------------*/

div.tabber {
background-color:#ededed;
}

.tabberlive {
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/

ul.tabbernav{
margin:0;
padding:0 0 1px 0;
border-bottom: 1px solid #375082;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
ul.tabbernav li{
list-style: none;
margin-top: 1em;
display: inline-block;
}
ul.tabbernav li a{
 padding: 2px 0.5em;
 margin-left: 3px;
 border: 1px solid #375082;
 background: #375082;
 font-weight:bold;
 color:#000;
 text-decoration: none;
}
ul.tabbernav li a:link { color:#FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }
ul.tabbernav li a:hover{
color:#000;
background: #bfcae0;
border-color: #375082;
}
ul.tabbernav li.tabberactive a{
background-color:#fff;
color:#000000;
padding-bottom:2px;
border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover{ 
background-color:#fff;
padding-bottom:2px;
border-bottom: 1px solid #fff;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px 0 15px 5px;
 background-color:#fff;
 border-right:1px solid #aaa;
 border-left:1px solid #aaa;
 border-bottom:1px solid #aaa;
 /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */

 /* overflow:auto; */
}


/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}