/************** general styles ****************/
body {
  text-align: center;
  min-width: 770px;
  background-color: #f5f5f5;
}

.admin {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
}

img {
  border: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.smallprint {
  font-size: 85%;
}

.rule {
  width: 150px;
  color: #666666;
}

div#all {
  margin: 0 auto;
  width: 770px;
  text-align: left;
}

div#admin {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

div#fullcontent {
  float: left;
  width: 660px;
  padding-left: 40px;
}


/************* styles for the header **************/
div#headerwrap {
  background: url("../images/bgshadow_top.gif") top left repeat-y;
}

div#header {
  background: url("../images/header.gif") top left no-repeat;
  color: #ffffff;
  font-size: 85%;
  width: 752px;
  height: 97px;
  padding-bottom: 10px;
  margin-left: 7px;
}

img#logo { 
  float: left;
  margin: 20px;
}

ul#navset {
  float: right;
  padding: 50px 15px 0px 0;
}

ul#navset li {
  float: left;
  list-style-type: none;
  padding: 15px 5px;
}

ul#navset li a {
  color: #ffffff;
  text-decoration: none;
}

ul#navset li a:hover {
  text-decoration: underline;
}


/************* Admin area styles **************/
div#adminhdr {
  background-color: #abd5e8;
  border-bottom: solid 2px #003f54;
  width: 100%;
  height: 100px;
}

img#adminlogo { 
  float: left;
  margin: 10px;
}

img#rcf { 
  float: right;
  margin: 10px;
}

div#adminmain {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  color: #003f54;
  font-family: Verdana;
  font-size: 8pt;
}

div#adminmain a {
  color: #555555;
  text-decoration: none;
}

div#adminmain a:hover {
  text-decoration: underline;
}

div#admintitle {
  font-size: 14pt;
  color: #003f54;
  padding: 10px 0px 2px 10px;
}

div#adminsubmenu {
  color: #555555;
  padding-left: 10px;
  padding-bottom: 30px;
}

div#admintext {
  color: #003f54;
}

div#admintext a {
  color: #555555;
  text-decoration: none;
}

div#admintext a:hover {
  text-decoration: underline;
}

table#adminmenu {
  width: 300px;
  background-color: #abd5e8;
}

table#adminmenu td {
  text-align: center;
}

.ReportTitle {
  font-size: 12pt;
  font-weight: bold;
}

	
/**************** Main area styles *******************/
div#main {
  float: left;
  padding-bottom: 25px;
  background: url("../images/bgshadow_top.gif") top left repeat-y;
  width: 770px;
}

div#topnav {
  float: left;
  padding-left: 7px;
  padding-bottom: 10px;
}

div#text {
  padding-left: 10px;
  text-align: left;
  color: #666666;
  font-size: 92%;
}

div#text p {
	line-height: 1.55em;
	margin-bottom: 15px;
}

div#text a {
  color: #f09814;
  text-decoration: none;
}

div#text a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#text h1 {
  font-size: 159%;
  font-weight: normal;
  color: #548de0;
  padding: 8px 0 10px 0;
}

div#text h2 {
	font-size: 159%;
	font-weight: normal;
	color: #548de0;
	padding-bottom: 10px;
	margin-top: 20px;
}

div#text h3 {
	font-size: 120%;
	font-weight: normal;
	color: #548de0;
	padding-bottom: 10px;
	margin-top: 10px;
}

div#text h4 {
	font-size: 110%;
	font-weight: bold;
}

div#text ol {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

div#text ol li{
  margin-bottom: 15px;
  line-height: 1.35em;
}

div#text ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.35em;
  background: white url("../images/bullet_sm_gry.gif") top left no-repeat;
}

div#text li a {
  color: #f09814;
  text-decoration: none;
}

div#text li a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#text li li {
  margin-bottom: 15px;
  padding-left: 17px;
  background: white url("../images/small_bullet.gif") top left no-repeat;
  font-size: 85%;
  line-height: 1.35em;
}

div#text li li a {
  text-decoration: none;
  font-weight: normal;
  color: #f09814;
}

div#text li li a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#faq {
  padding-left: 15px;
  color: #666666;
  font-size: 92%
}

div#faq p {
	line-height: 1.55em;
	padding-bottom: 0.8em;
}

div#faq a {
  color: #f09814;
  text-decoration: none;
}

div#faq a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#faq a.topret {
  color: #f09814;
  text-decoration: underline;
  font-size: 77%;
}

div#faq a.topret:hover {
  color: #f09814;
  text-decoration: none;
  font-size: 77%;
}

div#faq h1 {
  font-size: 159%;
  font-weight: normal;
  color: #548de0;
  padding-bottom: 10px;
}

div#faq h2 {
    font-size: 159%;
	font-weight: normal;
	color: #548de0;
	padding-bottom: 10px;
	margin-top: 20px;
}

div#faq ul {
	list-style-position: outside;
	list-style-type: disc;
}

div#faq ol {
	list-style-position: outside;
	list-style-type: decimal;
}

div#faq li {
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 8px;
}

div#faq li a {
  color: #f09814;
  text-decoration: none;
}

div#faq li a:hover {
  color: #f09814;
  text-decoration: underline;
}

 
/**************** Home page styles *******************/

img#homepg {
  float: left;
}

img#arrow {
  padding: 0 5px 0 15px; 
}

.learnmore {
  text-align: right;
  height: 16px;
  width: 230px;
  padding-right: 5px;
}

.learnmore a{
  color: #f09814;
  text-decoration: none;
  font-weight: bold;
}

.learnmore a:hover {
  text-decoration: underline;
}

.featurebox {
  float: left;
  text-align: left;
  height: 240px;
  width: 241px;
  margin-right: 2px;
}

div#featurearea {
  float: right;
  margin-right: 20px;
  background: white url("../images/feature_box_bg.jpg") no-repeat;
  height: 240px;
}

div#featurearea p {
  padding-left: 10px;
  font-size: 90%;
  color: #333333;
  margin-top: 35px;
  line-height: 1.35em;
  margin-top: 27px;
}

div#featurearea a {
  color: #f09814;
  text-decoration: none;
}

div#featurearea a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#featuretextleft {
  height: 155px; /* lines up the Learn More div for each box */
  padding-top: 10px;
  padding-right: 7px;
}

div#featuretextmid {
  height: 155px;/* lines up the Learn More div for each box */
  padding-top: 10px;
  padding-right: 10px;
}

div#featuretextright {
  height: 155px; /* lines up the Learn More div for each box */
  padding-top: 10px;	
  padding-right: 10px;
}

div#mainnav {
  float: left;
  margin-left: 7px;
  width: 247px;
  height: 240px;
  background: url("../images/textbghome.jpg") top left no-repeat;
}

div#hmtext {
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-size: 100%
}

div#hmtext p {
  line-height: 1.55em;
  margin-bottom: 15px;
}

form#login {
  clear: both;
  float: left;
  text-align: left;
  position: relative;
  padding: 0px 0 0 10px;
}

form#login input#username {
  width: 100px;
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 92%;
}

form#login input#password {
  width: 100px;
  font-size: 92%;
}

form#login input#loginbtn {
	/*
	this item is no longer needed because the id has been stripped from the image
	and inserted into a table -- that's right, a table! -- because div layouts
	cause more problems than they are worth
	*/
	position: absolute;
	right: 0px;
	bottom: 47px;
	margin-right: 43px;
}

div#newuser {
  /*margin-top: 5px;*/
  padding: 0px 0px 0px 10px;
  font-size: 98%;
  line-height: 1.5em;
  text-align: left;
  width: 215px;
}

div#newuser a {
  background: url("../images/fwd_orange_fb.gif") 100% 50% no-repeat;
  padding-right: 10px;
  color: #f09814;
  text-decoration: none;
}

div#newuser a:hover {
  color: #f09814;
  text-decoration: underline;
}

div#forgotpwd {
  font-size: 85%;
  text-align: left;
  width: 215px;
  padding-right: 5px;
}

div#forgotpwd a {
  color: #f09814;
  text-decoration: none;
}

div#forgotpwd a:hover {
  color: #f09814;
  text-decoration: underline;
}

/*
div#newuser {
  margin-top: 58px;
  padding: 10px 0 2px 0px;
  font-size: 98%;
  line-height: 1.5em;
  text-align: right;
  width: 215px;
}

div#newuser a {
  background: url("../images/fwd_orange_fb.gif") 100% 50% no-repeat;
  padding-right: 10px;
  color: #f09814;
  text-decoration: none;
}

div#newuser a:hover {
  background: url("../images/fwd_blue_fb.gif") 100% 50% no-repeat;
  padding-right: 10px;
  color: #548de0;
  text-decoration: none;
}

div#forgotpwd {
  font-size: 85%;
  text-align: right;
  width: 215px;
  padding-right: 5px;
}

div#forgotpwd a {
  color: #f09814;
  text-decoration: underline;
}

div#forgotpwd a:hover {
  color: #f09814;
  text-decoration: none;
}
*/

div#spacer {
	height: 50px;
}



/**************** Sub-page styles *******************/

img#subpg {
  float: left;
  padding-bottom: 3px;
  padding-right: 5px;
}

div#subcontent {
  float: left;
  width: 650px;
  padding-left: 40px;
}

div#subcontentinv {
  float: left;
  width: 475px;
  padding-left: 40px;
}

div#subsidebar {
  float: right;
  margin-top: 10px;
  padding-right: 19px;
}

div#subsidebar div#title {
  background: url("../images/sidebartop_sub.gif") top left no-repeat;
  width: 176px;
  height: 47px;
  padding-top: 12px;
  padding-left: 14px;
  color: #fe8b10;
  font-size: 114%;
  text-align: left;
}

div#subsidebar div#border {
  background: url("../images/sidebarmid_sub.gif") top left repeat-y;
}

div#subsidebar div#bottom {
  background: url("../images/sidebarbot_sub.gif") top left no-repeat;
  width: 186px;
  height: 22px;
}

ul#sidebarinv {
  font-size: 85%;
  margin-left: 15px;
}

ul#sidebarinv li {
  color: #999999;
  line-height: 1em;
  padding-bottom: 15px;
  background: none;
  text-align: left;
  width: 145px;
  font-weight: bold;
}

ul#sidebarinv li a {
  color: #999999;
  text-decoration: none;
}

ul#sidebarinv li a:hover {
  text-decoration: underline;
}

ul#sidebarinv li.selected {
  color: #cccccc;
  text-decoration: none;
}

div#logout {
  padding-left: 120px;
  padding-bottom: 18px;
}

div#logout a {
  color: #999999;
  text-decoration: underline;
  font-size: 85%;
  font-weight: bold;
}

div#logout a:hover {
  text-decoration: none;
}

table#formfill {
  font-size: 92%;
}

table#formfill td {
  padding-bottom: 3px;
}

table#rates {
  font-size: 92%;
  border: solid 1px #9a9a9a;
}

table#rates td {
  padding: 3px;
  border: solid 1px #9a9a9a;
  text-align: center;
}

table#rates td.header {
  font-weight: bold;
  vertical-align: middle;
}

table#rates td.amt {
  padding: 3px 6px 3px 6px;
  text-align: left;
}

table#resources td {
  padding-bottom: 3px;
}

table#forms td {
  height: 10px;
  padding: 3px 0 7px 3px;
  text-align: left;
  color: #666666;
}

table#forms td.hdr {
  background: #999999;
  text-align: left;
  color: #ffffff;
  padding-bottom: 3px;
}

table#forms td.docname {
  text-align: left;
  color: #666666;
  width: 125px;
}

table#forms td.docdesc {
  text-align: left;
  color: #666666;
  width: 225px;
}

table#forms td.doctype {
  text-align: left;
  color: #666666;
  width: 75px;
}

table#forms td.docname a {
  color: #f09814;
  text-decoration: none;
}

table#forms td.docname a:hover {
  color: #f09814;
  text-decoration: underline;
}

table#auction td {
  font-size: 90%;
}

table#auction td {
  height: 10px;
  padding: 3px 2px 1px 2px;
  color: #666666;
}

table#auction td.hdr {
  background: #999999;
  text-align: center;
  color: #ffffff;
  padding: 5px 2px 5px 2px;
}

table#auction td.hdr a {
  color: #ffffff;
  text-decoration: none;
}

table#auction td.hdr a:hover {
  color: #ffffff;
  text-decoration: underline;
}

table#auction td.itm {
  padding-left: 7px;
  padding-right: 7px;
}

table#auction td.hilite {
  background: #ffff81;
  padding-left: 5px;
  padding-right: 5px;
}

table#auction td.ftr {
  background: #999999;
  text-align: right;
  color: #ffffff;
  padding: 5px 7px 5px 7px;
}

div#footnote {
  color: #666666;
  margin-top: 75px;
  line-height: 1.45em;
}

div#clock {
  background: url("../images/clock.gif") center top no-repeat;
  height: 85px;
  margin-top: 3px;
  padding-top: 10px;
  color: #548de0;	
}


/*****************  Footer styles ****************/

div#footer {
  clear: both;
  float: left;
  color: #666666;
  background: url("../images/bgshadow_bottom.gif") top left no-repeat;
  font-size: 85%;
  padding-top: 15px;
  padding-bottom: 12px;
  width: 770px;
}

div#footer li {
  padding: 0px 3px;
}

div#footer ul {
  padding: 0 12px;
}

div#footer ul#navtop2 {
  clear: both;
  float: left;
  color: #666666;
}

ul#navtop2 li {
  float: left;
}

ul#navtop2 li a {
  color: #666666;
  text-decoration: none;
}

ul#navtop2 li a:hover {
  text-decoration: underline;
}

div#footer ul#navset2 {
  float: right;
  color: #666666;
}

ul#navset2 li {
  float: left;
}

ul#navset2 li a {
  color: #666666;
  text-decoration: none;
}

ul#navset2 li a:hover {
  text-decoration: underline;
}

div#footer div#globalcontent {
  clear: both;
  float: left;
  font-size: 90%;
  width: 755px;
  color: #999999;
  padding-top: 15px;
}

div#footer div#globalcontent p {
	padding-left: 17px;
	padding-bottom: 10px;
}

div#globalcontent ul {
  padding-top: 0px;
  padding-bottom: 10px;
}

div#globalcontent ul li {
  float: left;
}

div#globalcontent ul li a {
  color: #999999;
}

div#globalcontent ul li a:hover {
  color: #548de0;
}
