/* CSS Document */
/* PAGE LAYOUT STYLES */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #404142;
	background-image: url(../images/pgbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#pagewrapper {
	min-width: 740px;
}
#logodiv {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 202px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#logodiv a {
	display: block;
	margin-left: -20000px;
	height: 202px
}
#hdrimg {
	width: 441px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#maintbl {
	margin-top: 5px;
}
#maintbl, #footertbl {
	width: 100%;
}
#maintbl td {
	vertical-align: top;
}
#maincontent {
	width: auto;
}
#boxtbl {
	margin-left: 20px;
	width: 95%;
	text-align: center;
}
#box1, #box2 {
	width: 50%;
	text-align: center;
}
.topborder {
	background-image: url(../images/tb.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0;
}
.rightborder {
	background-image: url(../images/rb.gif);
	background-repeat: repeat-y;
	font-size: 0px;
	line-height: 0;
}
.bottomborder {
	background-image: url(../images/bb.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0;
}
.leftborder {
	background-image: url(../images/lb.gif);
	background-repeat: repeat-y;
	font-size: 0px;
	line-height: 0;
}
.prodbox1, .prodbox2 {
  border: 1px solid #000000;
  padding: 3px;
}
.prodbox1 {
  background-color: #613620;
  color: #FFFFFF;
}
.prodbox2 {
  background-color: #F6F0D4;
  color: #000000;
}
#sidebar {
	width: 200px;
	background-color: #F6F6F6;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
}
.sidebarbox {
	background-color: #FFFFFF;
	border-top: 3px solid #613620;/*#183854*/
	border-bottom: 6px solid #613620;/*#183854*/
	padding-bottom: 3px;
}
#banner {
	position: absolute;
	top: 30px;
	left: 230px;
	margin: 0px;
	padding: 0px;
}
#menubar {
	position: absolute;
	top: 180px;
	left: 139px;
	margin: 0px;
	padding: 0px;
	z-index: 500;
}
/* MAIN CONTENT TEXT STYLES */
h1 {
  font-size: 180%;
  color: #613620;
  padding-bottom: 6px;
  border-bottom: 2px solid #F6F0D4;
}
h2 {
  font-size: 150%;
  padding-bottom: 6px;
  border-bottom: 2px solid #F6F0D4;
}
h3 {
  font-size: 110%;
}
a {
	color: #183854;
	font-weight: bold;
}
p {
	margin-left: 20px;
}
ul {
  list-style-type: square;
}
ul ul {
	margin-top: 12px;
  list-style-type: circle;
}
form, input {
	margin: 0px;
	padding: 0px;
}
th {
  background-color: #F6F0D4;
  font-weight: bold;
  text-align: left;
}
td.prodbox1 {
  text-align: center;
  font-weight: bold;
}
#maincontent .welcome {
	font-size: 90%;
	line-height: 150%;
	color: #404142;
}
#boxtbl p{
	margin: 0px;
	padding: 0px;
}
.top {
  margin: 0;
}
.noborder {
	border: 0;
}
.box {
	width: 80%;
	text-align: center;
}
.boxcontent {
	background-color: #F8F3DB;
}
.boxcontent img {
	margin: 0px 3px 3px 0px;
}
.box .boxcontent {
	font-size: 80% !important;
	background-color: #F8F3DB;
	text-align: left;
}
.box td {
	font-size: 0px;
}
.prodbox1 h3 {
	text-align: center;
}
.prodbox2 h2 {
  border-bottom: 2px solid #333333 !important;
}
.prodbox2 ul {
  list-style-type: disc;
	font-size: 90%;
}
.ratetbl {
  border: 1px solid #000000;
  border-collapse: collapse;
}
.odd {
  background-color: #FCF9E6;
}
.even {
  background-color: #FFFFFF;
}
.footnote {
	font-size: 75%;
}
.err {
  font-weight:bold; color:#FF0000;
}
.topofpage {
	text-align: right !important;
	margin: 3px 0;
}
/* SIDEBAR TEXT STYLES */
#sidebar h2 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	color: #613620;/*#183854*/
	border-bottom: 1px solid #613620;/*#183854*/
}
#sidebar p {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 75%;
}
#sidebar .errmsg {
	color: #FF0000;
}
#sidebar input {
	border: 1px solid #183854;
	background-color: #FFFFFF;
	color: #183854;
}
#sidebar a {
	color: #183854;
}
#sidebar img {
	margin: 3px 0px;
}
#logintbl {
	width: 95%;
	text-align: center;
	font-size: 80%;
}
#logintbl td {
	font-weight: bold;
	text-align: left;
}
#frmButtons {
	text-align: center !important;
}
/* FOOTER STYLES */
#footertbl {
	background-color: #5A3A2A;
	color: #ECEFCE;
	font-size: 70%;
	text-align: left;
}
#tagline {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}
#copyright {
	text-align: center;
}
#footertbl a {
	color: #FFFFFF;
}
/* MAIN NAVIGATION STYLES */
.p7tbsub {
	background-color: #F6F0D4; 
	border: 1px solid #B99D6E;
	border-top: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	layer-background-color: #F6F0D4;
}
.p7tbsub p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
.p7tbsub a {
	margin: 0px; 
	padding: 3px 0px 3px 6px;
	display: block;
}
.p7tbsub a:link {
	color: #613620;
}
.p7tbsub a:visited {
	color: #613620;
}
.p7tbsub a:hover {
	color: #183854;
	background-color: #FFFFFF;
}
.p7tbsub a:active {
	color: #183854;
}
.p7tbdn {
	color: #FF9900 !important; 
	font-weight: bold;
}
.clearfloat {
  clear: both;
  font-size: 0px;
  margin: 0px;
  line-height: 0;
  height: 0px;
}
