/* Construct */

html, body { 
  font-family: verdana, arial, tahoma, sans serif; 
  font-size: 12px; 
  line-height: 16px;
  font-style: normal;
  color: #544d39;
  background: #eae6da; 
  margin: auto;
}

A, A:LINK, A:ACTIVE, A:VISITED {color: #751e23; text-decoration: underline; font-weight: normal; }
A:HOVER {color: #d0212e; text-decoration: underline; }

HR { color: #ccc; background-color: #ccc; height: 1px; border: 0px; margin: 10px 0px 10px 0px; }

form {margin: 0; padding: 0;}
input {font-size: 11px; padding: 1px; }

h1 { font-size: 26px; line-height: 32px; font-family: palatino, times, times new roman, serif; color: #31646e; padding: 0px; margin: 0px; font-weight: bold;}
h2 { font-size: 20px; line-height: 26px;  font-family: palatino, times, times new roman, serif; color: #31646e; padding: 0px; margin: 0px; font-weight: bold;}
h3 { font-size: 14px; line-height: 18px;  font-family: verdana, arial, sans-serif; color: #31646e; padding: 0px; margin: 0px; font-weight: bold;}


.fontsize-regular TD
	{
	font-size:12px;
	}


#wrapper {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 2px 10px;
  width: 748px;
  border: 1px #c0c0c0 solid;
  text-align: left;
}

#wrapper-interior {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 748px;
  border: 1px #c0c0c0 solid;
  text-align: left;
}

#wrapper2 {
  background: #f4f2eb url('../img/wrapper2_back.gif') repeat-x left top;
  margin: 0px;
  padding: 0px;
  width: 770px;
  border-bottom: 1px #ccc5b0 solid;
  text-align: left;
  font-size: 10px; 
  line-height: 13px;
}

.wrapp2 {
  font-size: 10px; 
  line-height: 13px;
}

/* Header and Navigation */
#header {
  background: #ccc5b0 url('../img/head_back.gif') no-repeat left top;
  margin: 0px;
  width: 748px;
  height: 72px;
  text-align: left;
}


#header span#tools {
  float: right;
  padding: 4px 9px 0px 0px;
  font-size: 10px;
}

#header span#tools a {
  color: #000;
}

#nav {
  background: #31646e url('../img/nav_back.gif') repeat-x left top;
  margin: 0px;
  padding: 0px;
  width: 748px;
  height: 30px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  text-align: left;
}
/*
#nav-tool {
  background: #31646e url('../img/nav_tool_back.gif') repeat-x left top;
  margin: 0px;
  padding: 0px;
  width: 748px;
  height: 30px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  text-align: left;
}
*/

#nav-tool {

  background: #31646e url('../img/nav_tool_back.gif') repeat-x left top;

  margin: 0px;

  padding: 0px;

  width: 748px;

  height: 30px;

  border-top: 1px #fff solid;

  border-bottom: 1px #fff solid;

  text-align: left;

}

div#nav ul, div#nav-tool ul {
  padding: 0; 
  margin: 0; 
  list-style: none; 
  width: 748px; 
  float: left;
  height:30px; 
  z-index: 100; 
}

div#nav li, div#nav-tool li { float: left; height:30px; padding: 0; margin: 0; position: relative;}
div#nav li a img, div#nav-tool li a img { padding: 0 0 0px 0;  }
div#nav li a:hover, div#nav-tool li a:hover { background: url('../img/nav_back_over.gif') repeat-x left top; display: block;  }


/* Homepage Main Flash Body */
#main-home {
  background: #90886e;
  margin: 0px 0px 0px 0px;
  width: 748px;
  height: 370px;
  text-align: left;
}

#main-home td#flash {
  background: #fff;
  margin: 0px;
  width: 533px;
  height: 370px;
  text-align: left;
  vertical-align: top;
}

#main-home td#login {
  background: #90886e;
  margin: 0px;
  padding: 15px 9px 5px 11px;
  border-left: 1px #aaa69c solid;
  width: 192px;
  text-align: left;
  vertical-align: top;
  font-size: 10px;
  line-height: 15px;
  color: #544d39;
  vertical-align: top;
}

#main-home td#desc {
  background: #90886e url('../img/desc_back.gif') repeat-x left top;
  margin: 0px;
  padding: 21px 9px 5px 11px;
  border-left: 1px #aaa69c solid;
  width: 192px;
  text-align: left;
  font-size: 11px; 
  line-height: 14px;
  color: #fff;
  vertical-align: top;
}

#main-home td#desc a {
  color: #751e23;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

#main-home td#spacer {
  background: #fff;
  margin: 0px;
  width: 190px;
  height: 7px;
  text-align: left;
}

#spacer {
  background: #fff;
  margin: 0px;
  width: 190px;
  height: 7px;
  text-align: left;
}


/* Sign In Form */
#signinform {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
}

.sigform {
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
}

#signinform form {overflow: hidden; display: inline;}
#signinform td.left {width:66px; vertical-align:middle; text-align: left; font-size: 10px;}
#signinform form input {padding: 0px; text-align:left; vertical-align:middle;}
#signinform .button {padding: 2px 0px 2px px;}


/* Promos */
td#promo1 {
  background: url('../img/promo_back.gif') repeat-x left top;
  padding: 11px 5px 11px 16px;
  width: 229px;
  text-align: left;
  vertical-align: top;
}

td#promo2 {
  background: url('../img/promo_back.gif') repeat-x left top;
  padding: 11px 5px 11px 10px;
  width: 240px;
  text-align: left;
  vertical-align: top;
}

td#promo3 {
  background: url('../img/promo_back.gif') repeat-x left top;
  padding: 11px 16px 11px 10px;
  width: 229px;
  text-align: left;
  vertical-align: top;
}


/* Interior Template */
#main-interior {
  background: #eae6da;
  margin: 0px;
  padding: 10px 11px 10px 11px;
/*  width: 748px; */
	width: 726px;
  text-align: left;
  
}


#main-interior table#content {
  margin-top: 10px;
  padding: 0px;
  border: 0px;
  width: 100%;
}



#main-interior a {
  font-weight: bold;
}

span.interior-box-links {
  font-size: 11px;
  padding: 0px 0px 0px 11px;
}

#main-interior span.login {
  font-size: 10px;
  line-height: 16px;
  padding: 0px 0px 0px 1px;
}

#interior-box {
  background: #eae6da url('../img/interior-box_back.gif') repeat-x left top;
  margin-top: 5px;
  padding: 10px;
  border: 1px #aea99a solid;
  width: 704px;
  text-align: left;
}


/* Tool Template */
#main-tool {
  background: #eae6da;
  margin: 0px;
  padding: 10px 11px 10px 11px;
  width: 726px;
  text-align: left;
}

#main-tool a {
  font-weight: bold;
}

#main-tool table#content {
  margin-top: 10px;
  padding: 0px;
  border: 0px;
  width: 100%;
}

#main-tool td#left {
  margin: 0px;
  padding: 0px;
  width: 180px;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
}

#main-tool td#left ul {
  padding: 0; 
  margin: 0; 
  list-style: none; 
}

#main-tool td#left li {
  padding: 2px 0px 6px 0px; 
  margin: 0;
  line-height: 13px;
  list-style: none; 
}

#main-tool td#left li a {
  font-weight: normal;
}


#left {
  margin: 0px;
  padding: 0px;
  width: 180px;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
}

#left ul {
  padding: 0; 
  margin: 0; 
  list-style: none; 
}

#left li {
  padding: 2px 0px 6px 0px; 
  margin: 0;
  line-height: 13px;
  list-style: none; 
}

#left li a {
  font-weight: normal;
}



#main-tool td#spacer {
  width: 5px;
}

#main-tool td#right {
  background: #eae6da url('../img/interior-box_back.gif') repeat-x left top;
  margin: 0px;
  padding: 5px 5px 5px 10px;
  border: 1px #aea99a solid;
  width: 524px;
  text-align: left;
  vertical-align: top;
}

#right {
  background: #eae6da url('../img/interior-box_back.gif') repeat-x left top;
  margin: 0px;
  padding: 5px 5px 5px 10px;
  border: 1px #aea99a solid;
  width: 524px;
  text-align: left;
  vertical-align: top;
}


/* Cookie Trail */
#trail {
  margin-bottom: 3px;
  padding: 0px 0px 0px 1px;
  font-size: 10px;
}


/* Footer */
#footer {
  margin: 10px 0px 5px 0px;
  padding: 0px 25px 0px 25px;
  width: 720px;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  color: #90886e;
}

#footer a {
  color: #90886e;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

.red_b
	{
	font-size: 20px; 
	line-height: 26px;  
	font-family: palatino, times, times new roman, serif; 
	color: #31646e; 
	padding: 0px; 
	margin: 0px; 
	font-weight: bold;
	}
	
.home_links
	{
	padding:5px 0px;
	}
	
.home_links A
	{
	font-size: 11px !important;
	line-height: 14px; 
	color:#90886e !important;
	font-weight:normal !important;
	text-decoration:underline !important;
	}
	
.home_links A:hover
	{
	color:#90886e !important;
	text-decoration:none !important;
	}
	
.error {
	color: #FF0000; 
}