/* TAMHO Screen CSS */
body{
  margin: 0px;
  padding: 0px;
  background: url(../images/pattern.jpg) top center #80ae4a;
  color: #3b3b3b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

img { border: 0; }
form { margin: 0px; padding: 0px; }
.clear { clear: both; }
a { color: #e78405; text-decoration:none; }
a:hover { text-decoration:underline; }

#topBG{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 434px;
  background: url(../images/bg-top.jpg) top center no-repeat;
}
#container {
	position: relative;
	width: 898px;
	margin: 0px auto;
}


/* ----- TOP AREA ----- */
#top{
  position: relative;
  width: 898px;
  height: 268px;
  z-index: 5;
}
#logo{
  position: absolute;
  top: 14px;
  left: 10px;
}
#nav1{ position: absolute; top: 199px; left: 27px; }
#nav2{ position: absolute; top: 172px; left: 146px; }
#nav3{ position: absolute; top: 150px; left: 265px; }
#nav4{ position: absolute; top: 128px; left: 408px; }
#nav5{ position: absolute; top: 107px; left: 550px; }
#nav6{ position: absolute; top: 95px; left: 660px; }
#nav7{ position: absolute; top: 82px; left: 803px; }

#search{
  position: absolute;
  top: 34px;
  right: 6px;
}
#search input{ vertical-align: middle; }
input.search{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  border: 1px solid #666666;
  width: 200px;
  padding: 1px 3px;
}

#members{
  position: absolute;
  top: 148px;
  right: 0px;
  text-align: right;
}
#members input{ vertical-align: middle; }
input.members{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  border: 1px solid #666666;
  width: 134px;
  padding: 1px 3px;
  margin-bottom: 3px;
}


/* ----- CONTENT AREA ----- */
#content{
  position: relative;
  width: 898px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  background: #ffffff;
  z-index: 1;
}
#content h1{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 28px;
  color: #346891;
  margin: 0px;
  padding: 0px;
}
#content h2{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 22px;
  color: #8bb55a;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}
#content h3{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #346891;
  margin: 0px;
  padding: 0px;
}
#content p{ margin: 8px 0px; padding: 0px; line-height: 1.4em; }
#innerContent{ padding: 20px 12px 50px 60px; }
#innerContentNoLeft{ padding: 20px 12px 50px 0px; }
.innerPad{ padding: 10px 0px 20px 40px; }

#wideLeftCol{
  position: relative;
  float: left;
  width: 500px;
}
#mapLeftCol{
  position: relative;
  float: left;
  width: 646px;
}
#slimRightCol{
  position: relative;
  float: right;
  width: 260px;
}
#mapRightCol{
  position: relative;
  float: right;
  width: 238px;
}


/* ----- HOME FEATURES ----- */
#homeContent{ padding: 0px 26px 30px 22px; }
#featureImg{
  position: relative;
  top: -50px;
  left: 0px;
  width: 380px;
  height: 260px;
}
#featureText{
	position: relative;
	float: right;
	width: 446px;
	font-size: 13px;
	visibility: visible;
}
#featureText p{ line-height: 1.2em; }
#featureText img { float: left; margin: 0px 10px 10px 0px; }
#help{
  position:relative;
  padding:4px;
  margin:0px 0px 16px 0px;
  background-color:#A40000;
  color: #ffffff;
  font-weight: bold;
}
#help a{ color: #ffffff; }

/* ----- CALLOUT BOXES ----- */
#orangeBox{
  border: 12px solid #e78405;
  background: #f1fbe5;
  padding: 40px 16px 16px 20px;
}
.orangePoint{
  position: absolute;
  top: 43px;
  left: -11px;
  width: 65px;
  height: 49px;
  background: url(../images/orangepoint.gif);
}
#blueBox{
  border: 12px solid #215a87;
  background: #f7e7c1;
  padding: 40px 16px 16px 20px;
}
.bluePoint{
  position: absolute;
  top: 43px;
  left: -11px;
  width: 65px;
  height: 49px;
  background: url(../images/bluepoint.gif);
}
#orangeBox a, #blueBox a{ color: #346891; text-decoration: none; }
#orangeBox a:hover, #blueBox a:hover{ text-decoration: underline; }
#orangeBox h1, #blueBox h1{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #346891;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
#orangeBox h2, #blueBox h2{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #346891;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
.slimBoxWrap { position: relative; float: right; width: 228px; }
#homeLeftWrap{
  position: relative;
  float: left;
  width: 532px;
}
#homeRightWrap{
  position: relative;
  float: right;
  width: 276px;
}

ul.smallBoxList{
  list-style-type: none;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
ul.smallBoxList li{
  position: relative;
  background: url(../images/arrow3.gif) no-repeat;
  padding: 0px 0px 8px 12px;
}
ul.bigBoxList{
  list-style-type: none;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  font-size: 15px;
}
ul.bigBoxList li{
  position: relative;
  background: url(../images/arrow2.gif) no-repeat;
  padding: 0px 0px 8px 12px;
}
.boxRight{ position: relative; float: right; width: 180px; }
.textLeft{ position: relative; float: left; width: 290px; }


/* ----- FOOTER ----- */
#footerContainer{
  position: relative;
  width: 100%;
  height: 96px;
  background: url(../images/fbg.jpg) top repeat-x #80ae4a;
}
#footer{
  position: relative;
  margin: 0px auto;
  width: 898px;
  height: 96px;
  background: url(../images/w.jpg) top repeat-x #80ae4a;
  color: #712822;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  line-height: 1.4em;
}
#footer a { color: #712822; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p{
  margin: 0px;
  padding: 8px 0px;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}
#foot-tri{
  position: absolute;
  top: 4px;
  left: 46px;
  width: 34px;
  height: 29px;
  background: url(../images/foot-tri.gif);
}


/* ----- TABLES AND LISTS----- */
table.calendar tr.alt { background: #f7f3ed; }
table.calendar th { text-align: left; font-weight: bold; padding-right: 16px; }
table.calendar td { padding-right: 16px; }
table.calendar span { font-size: 11px; }

ul.linklist { margin: 0px 0px 0px 16px; padding: 0px; }
ul.linklist li { margin: 0px; }
