@charset "utf-8";
/* CSS Document */

* { 
  margin: 0; 
  padding: 0;
}

a img {border:none;}

p { 
  margin-bottom: 16px; 
}
h1 { 
  font-size: 32px; 
  line-height: 32px;
  margin-bottom: 16px; 
  letter-spacing:-1px;
}
h2 { 
  font-size: 16px; 
  line-height: 16px; 
  margin-bottom: 16px;
}
h3 { 
  font-size: 11px; 
  line-height: 16px; 
}

h1 i, h2 i, h3 i {color:#666;}
ul, ol, dl { 
  margin-bottom: 16px; 
}


body {margin:0; padding:0; background: #606323 url(images/bg.jpg)  center top; background-repeat:repeat-x; text-align:center; font: 12px Arial, Helvetica, sans-serif; color: #fff;	}
a { color: #FC0; text-decoration: underline; }
a:hover { text-decoration: none; color: #F90; }


#container { width:846px; height:auto; margin: 0px auto; padding:0;  }
.imgleft {margin-left:10px; margin-top:10px;}
.imgleft img { float:left; margin:0 10px 10px 0; border:5px solid #5C480D; }
.imgleft a img:hover { border:5px solid #FC0; }

#header { height:146px; background: url(images/header.jpg) no-repeat center top; }
#footer { height:auto; margin:0 auto;  padding:10px; text-align:center;}
#footer table {margin:0 auto; width: auto; text-align:center;}

.menu { font-size: 18px; padding:10px; }
.menu a {color:#fff5c3; font-weight:bold; text-decoration:none;}
.menu a:hover {color:#fff; }

#leftCol {width:420px; height:auto; float:left; padding-left:10px;}
#rightCol {width:410px; height:auto; float:right; padding-right:10px;}
#rightCol .introTxt { background:#fff; border:1px solid #FFEFA6; padding:10px; }
.introTxt ul { margin:0 0 0 16px; padding:0; list-style: square inside; }
.introTxt a {text-decoration:none; color:#333;}
.introTxt a:hover {text-decoration:none; color:#a58e5c;}

/*SPACERS*/
.mgn {margin: 10px !important;}
.mgnLg {margin: 15px !important;}
.mgnSm {margin: 5px !important;}
.mgnTop {margin-top: 10px !important;}
.mgnRight {margin-right: 10px !important;}
.mgnBottom {margin-bottom: 10px !important;}
.mgnLeft {margin-left: 10px !important;}
.mgnTopLg {margin-top: 15px !important;}
.mgnRightLg {margin-right: 15px !important;}
.mgnBottomLg {margin-bottom: 15px !important;}
.mgnLeftLg {margin-left: 15px !important;}
.mgnLeftXLg {margin-left: 30px !important;}
.mgnTopSm {margin-top: 5px !important;}
.mgnRightSm {margin-right: 5px !important;}
.mgnBottomSm {margin-bottom: 5px !important;}
.mgnBottomXSm {margin-bottom: 2px !important;}
.mgnLeftSm {margin-left: 5px !important;}

/*padding*/
.pdgXLg {padding:30px;}
.pdgLg {padding:15px;}
.pdg {padding:10px;}
.pdgTop {padding-top: 10px !important;}
.pdgRight {padding-right: 10px !important;}
.pdgBottom {padding-bottom: 10px !important;}
.pdgLeft {padding-left: 10px !important;}
.pdgTopLg {padding-top: 15px !important;}
.pdgRightLg {padding-right: 15px !important;}
.pdgBottomLg {padding-bottom: 15px !important;}
.pdgLeftLg {padding-left: 15px !important;}
.pdgTopSm {padding-top: 5px !important;}
.pdgRightSm {padding-right: 5px !important;}
.pdgBottomSm {padding-bottom: 5px !important;}
.pdgLeftSm {padding-left: 5px !important;}

/*floats*/
.clear{clear: both;}
.left {float: left;}
.right {float: right;}
.center {margin-left:auto; margin-right:auto;}

/*TEXT ALIGN*/
.textCenter {text-align: center !important;}
.textLeft {text-align: left !important;}
.textRight {text-align: right !important;}
.textDisabled {color: #808080 !important;}
.hidden {display: none;}

.bold {font-weight:bold;}
.red {color:#ec2400;}
.blue {color:#03F;}
.small {font-size:9px; font-weight:normal; line-height:9px; display:block;}
.highlight { color: #FC0; }

