
html, form, body { height: 100%; }

body {
  background: url('../images/bknds/mainbg.jpg') top left repeat-x;
  font-family: Arial, Helvetica, sans-serif; 
  text-align: center;  
  font-size: 80%; 
  color: #000; 
  margin: 0; 
}

h1 { font-size:1.6em; } h2 { font-size:1.4em; } h3 { font-size:1.3em; }
h4 { font-size:1.2em; } h5 { font-size:1.1em; } h6 { font-size:1.0em; }

h1, h2, h3, h4, h5 { margin: 0 0 8px 0; }

fieldset { 
  border: solid 1px #DEBDDE; 
  padding: 1em; 
}

legend {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  letter-spacing: 1px; 
  color: #666; 
}

form { margin:0; }

a img { border:none; }

p { 
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0; 
  font-size:12px; 
}

ul, ol { 
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 10px 20px;
  padding: 0 0 0 15px; 
  font-size:12px; 
}

acronym, abbr { 
  border-bottom:dashed 1px #CCC; 
  cursor:help; 
}

/* layout */

#wrap {
  background: url('../images/bknds/shadowbg.jpg') top center repeat-x;
  padding: 0 0 0 19px;
  min-height:100%;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}


#header, #topnav, #content, #footer {
  width: 982px;
}

#content { 
  margin: 0;
  clear: both;
}

#content h2 {
  font-size: 25px;
  font-weight: normal;
  color: #B60000;
}

#content h3 {
  font-weight: normal;
  font-size: 18px;
  color: #B60000;
}

* html #wrap { /*for IE */
  overflow: visible; 
  height: 100%; 
}

#header {
  background-color: #FFF;
  height: 104px;
  padding: 0;
}

#logo {
  height: 73px;
}

#logo, #topnav {
  text-align: left;
}

#topnav {
  background-color: #9B0202;
  font-weight: bold;
  line-height: 29px;
  height: 31px;
  color: #FFF;
  padding: 0;
  margin: 0;
}

#subnav {
  background-color: #000;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
  height: 31px;
  margin: 0;
  color: #FFF;
  padding: 0;
  width: 982px;
}

#authentication {
  background: url('../images/icons/sheild-sm.gif') 0 3px no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0 3px 18px;
  vertical-align: middle;
  text-align: right;
  margin: 5px 10px;
  font-size: 11px;
  float: right;
}

#statusmsg {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px 0 25px;
  margin: 5px 10px 0 0;
  text-align: right;
  clear: right;
  float: right;
}

#statusmsg p { 
  font-size: 11px;
  margin: 0; 
}

#header img {
  margin: 10px;
}

#logo h1 { margin: 0; }

#authentication img { margin: 0; }

#topnav ul, #subnav ul {
  width: 650px;
  float: left;
  padding: 0; 
  margin: 0;
}

#topnav li, #subnav li {
  list-style-type:none;
  white-space:nowrap;
  float:left;

}

#topnav li a, #subnav li a {
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
  font-weight: normal;
  line-height: 31px;
  padding: 0 12px;
  font-size: 14px;
  display: block;
}

#topnav .floatr { 
  margin: 3px 10px 0 0; 
  font-weight: normal;
  text-align: right;
  line-height: 12px;
  font-size: 11px; 
}

#topnav img {
  vertical-align: middle;
  margin: 0 3px 0 0;
}

/** html #topnav a { width:1%; }*/

#footer {
  font-size: 10px;
  clear: both; 
  color: #999;
}

#footer p {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  padding: 5px 0 5px 0;
  text-align: center;
  margin: 0 0 3px 0;
  font-size: 11px;
  color: #FFF;
}

#footer p a {
  margin: 0 4px;
}

#footer .floatl { margin: 0 0 0 5px; width: 300px; }
#footer .floatr { margin: 0 5px 0 0; width: 300px; text-align: right; }


/* pseudo classes */

a:link, a:visited { color:#39C; text-decoration: underline; }
a:hover, a:active { color:#C00; text-decoration: underline; }

#topnav a:link, #topnav a:visited { background-color: #9B0202; color: #FFF; text-decoration:none; }
#topnav a:hover, #topnav a:active { background-color: #3F3F3F; color: #FFF; text-decoration:none; }

#topnav li.current a:link, #topnav li.current a:visited { background-color: #3F3F3F; color:#FFF; text-decoration:none; }
#topnav li.current a:hover, #topnav li.current a:active { background-color: #3F3F3F; color:#FFF; text-decoration:none; }

#subnav a:link, #subnav a:visited { background-color: #000; color: #FFF; text-decoration:none; }
#subnav a:hover, #subnav a:active { background-color: #666; color: #FFF; text-decoration:none; }

#subnav li.current a:link, #subnav li.current a:visited { background-color: #666; color:#FFF; text-decoration:none; }
#subnav li.current a:hover, #subnav li.current a:active { background-color: #666; color:#FFF; text-decoration:none; }
/*
#content a:link, #content a:visited { color:#39C; text-decoration: underline; }
#content a:hover, #content a:active { color:#06C; text-decoration: underline; }
*/

#content ul.leftnav a:link, #content ul.leftnav a:visited { color: #000; text-decoration: none; background: #FFF; }
#content ul.leftnav a:hover, #content ul.leftnav a:active { color: #C00; text-decoration: none; background: #FFF url('../images/icons/redsq.gif') 5px center no-repeat; }

#content ul.leftnav a.current { background: url('../images/icons/redsq.gif') 5px center no-repeat; }

#footer p a:link, #footer p a:visited { color: #FFF; text-decoration: none; }
#footer p a:hover, #footer p a:active { color: #FFF; text-decoration: underline; }

#footer a:link, #footer a:visited { color: #999; text-decoration: none; }
#footer a:hover, #footer a:active { color: #999; text-decoration: underline; }

/* classes */

.floatl { float: left; }
.floatr { float: right; }
.clear  { clear: both; }

.smtxt { 
  font-family: Arial, Helvetica, Sans-serif; 
  font-size: 10px; 
}

.smtxt2 { 
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 10px; 
}

.cfphomebutton {
  background: url('../images/gfx/cfphome04.jpg') top left no-repeat;
}

.cfphomebutton img { margin: 0 0 0 3px; }

.top     { border-top: solid 1px #999; }
.right   { border-right: solid 1px #999; }
.botttom { border-bottom: solid 1px #999; }
.left    { border-left: solid 1px #999; }

#content ul.redlist {
  list-style-image: url('../images/icons/redbull.gif');
  font-size: 16px;
  width: 380px;
}

#content ul.redlist li {
  margin-bottom: 4px;
}

.nopad { padding: 0; }


#content ul.leftnav {
  border-bottom: solid 1px #C00;
  margin: 0 10px 0 5px;
  width: 220px;
  padding: 0 0 3px 0;
}

ul.leftnav li { 
  list-style-type: none;
  margin: 3px 0 3px 0;
}

ul.leftnav li a {
  border-top: solid 1px #C00;
  padding: 4px 0 4px 20px;
  font-size: 12px;
  display: block;
}

.thefacts {
  background:url('../images/bknds/thefacts.gif') top left no-repeat;
  margin: 40px -12px 0 -12px; 
  padding: 45px 15px 10px 20px; 
  line-height: 18px; 
}

.thefacts p {
  font-size: 13px;
}

.thefacts ul {
  margin: 0 0 0 10px; 
  padding: 0 0 0 5px;
}

.body p { line-height: 18px; } 
.body ul { margin: 0 0 15px 10px; padding: 0 0 0 5px; } 
.body li { margin: 0 0 5px 0; }

.membershipbox { 
  border-bottom: solid 1px #C00; 
  font-size: 12px; 
} 

.membershipbox td { 
  border-top: solid 1px #C00; 
  padding: 6px 0 6px 2px; 
}

.pricebox {
  border: solid 1px #999;
  width: 210px;
}

.pricebox th {
  /*font-weight: normal;*/
  background-color: #000;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  padding: 4px 8px;
}

.pricebox td {
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.pricebox td div {
  border-top: solid 1px #B63700;
  vertical-align: middle; 
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 20px;
}

.label {
  text-align: right;
  font-size: 11px;
}

#content .black {
  color: #000;
}

.data td {
  font-size: 11px;
}

.report h3 {
  border-bottom: solid 1px #900;
}

.printme {
  background: url('../images/icons/printer.gif') center left no-repeat;
  font-weight: normal;
  position: relative;
  padding: 5px 0;
  width: 100px;
  left: 420px;
  z-index: 10;
  top: -5px;
  font-size: 11px;
  font-weight: normal;
}

.printme a, .printme a:link, .printme a:visited {
  padding: 3px 0 3px 25px;
  text-decoration: none;
}

.errbox {
  padding: 13px 20px 10px 20px;
  background-color: #f1f1f1;
  border: solid 1px #CCC; 
  margin: 0 0 10px 0;
  width: 90%;
}


.errbox ul {
  list-style-type: none;
  color: #F00;
  margin: 0;
}