/* Common */
body,table,input,select,textarea {
  font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body{
  background-image: url(../images/i-page-bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
body,form {
  margin:0;
  padding:0;
}
input,select,textarea {
  font-size:1em;
}
small {
  font-size:0.85em;
}
img {
  border:0;
}
dl.col {
  line-height:1.3em;
}
dl.col dt {
  float:left;
  width:5em;
  padding-right:0.5em;
  text-align:right;
}
dl.col dd {
  margin-left:0.5em;
}
.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}
.clr{
  clear: both;
}
.nav {
  margin:0;
  padding:0;
  list-style:none;
}
#content li,
#content p {
  line-height:1.4em;
}
#content p {
  margin: 0.8e 0 0.8em 0; 
  font-family: verdana;
}
#content a{
  color : #C17C37;
}
#content a:hover {
		color: #02906A;
}
h1{
  font: lighter 20px Arial, Helvetica, sans-serif;
	color: #20201E;
	border-bottom: 1px solid #D1CDE3;
	padding-bottom: 4px;
	padding-top: 18px;
	margin-bottom: 18px;
}
.imgR{float: right; margin: 0 0 0.5em 1.0em; border: 1px solid #9B4D18;}
.imgL{float: left; margin: 1.0 0 0.5em 0; border: 1px solid #9B4D18;}
/* Layout */
img.right{float: right; margin-top : -5px; margin-left: 5px; z-index: 10;}
#page{
  height: 200px;
  position: absolute;
  top: 0;
  left: 0; 
  width : 100%;
  background-color: #C17C37;
}
#wrapper{
  width: 760px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
#header{ 
  height: 205px;
  background-color: #fff;
  background-repeat: no-repeat;  
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  position: relative;
}
#logo{
  position: absolute;
  top: -25px;
  right: 30px;  
}
#main-top{
  background-color: #C17C37;
  height: 5px;
  line-height: 5px;
  width: 734px;
  margin: 0 auto 15px auto;
}
#main{
  width : 760px;
  margin: 0 auto 0 auto;
  /*background-color: #999999;*/
  background-image: url(../images/main-bg.jpg);
  background-repeat: repeat-y;
}
#top-nav{
  position : absolute;
  top: 175px;
  left : 185px; 
  margin : 0;
  padding : 0;
}
#top-nav li{
  display : inline;
}
#top-nav li a{
  font-weight: bold;
	color: #C17C37;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#top-nav li a:hover{
  color: #02906A;
}
#nav ul    {color : #9B4D18; margin: 0; padding : 0; width: 150px;}
#nav ul li {list-style: none; text-align: right; margin: 0.8em 0 0.8em 0;}
#nav ul li a{color:#9B4D18; text-decoration: none; font-weight: bold; font-size: 1.2em;}
#nav ul li a:hover{color: #9CB66F; }
#content{  
  width : 690px;
  margin: 0 auto 0 auto;
  padding : 10px;
  text-align: left;
  /*background-color: #ccc; */
}
#content-right{
  float: right;  
  width : 410px;
  padding-bottom : 20px;
  
}
#content-left{
  float: left;  
  width : 250px;
  padding-bottom : 20px;
}
#content-left img{
  padding-bottom : 1px;
  border-bottom : 5px solid #C17C37;
}
ul#bottom-nav{
  background-color: #3B8D0D;
  padding : 0;
  margin: 0;
  background-image: url(../images/i-bn-bg.jpg);
  background-repeat: repeat-x;
  line-height: 25px;
  color : #fff;
  margin:8px 0  8px 0;
}
ul#bottom-nav li{
  display: inline;  
}
ul#bottom-nav li a{
  color : #fff;
  text-decoration : none;
}
ul#bottom-nav li a:hover{
  text-decoration: underline;
}
#footer{
  width : 100%;
  margin : 0 auto 0 auto;
  text-align: center;
  color : #fff;
  line-height: 42px;
  font-size: 0.86em; 
  height: 50px;  
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;  
}
#footer a{
  color : #fff;
}
dl.footer{
  margin-left: 40px;
  font-size: 0.86em;
  color : #fff;
}
table.d{
  background-color: #C59158; 
}
table.d td{
  background-color: #fff;
}
table.d thead td{
  background-color: #373332;
  color: #fff;
}
 input{
  width : 95%;
}
table .num2{
  width: 3em;
}
img.right{
  float: right;
  margin-top : -5px;
  z-index: 10;
}
table .f{
  width: 420px;
  text-align: left;
}
fieldset
{
  border : 1px solid #000;
  width : 315px;
  margin : 0 auto 0 auto;
  
  background-color: #DCBC9A;
}
#FormErrors{
  width : 400px;
  display: none;
}
