/*=============================================================
  COLOR LEGEND
  =============================================================

  Olive Green = 6A8E21
  Content Background (Pale Tan) = C4CA90
  Header Background = 949852
  
*/


/**********************************************
 Page Layout
 **********************************************/
 body {
	color: #111;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
  border: 0px solid #000;
  vertical-align: text-bottom;
}

.icon {
  vertical-align: middle;
  margin: 5px;
}

.box {
  border: 1px solid #000;
}

.pad {
  padding: .3em;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

#contact td {
  font-size: .8em;
}

.tableNorm {
	padding: 2px;
	border: 1px solid #333333;
}

div.spacer {
  clear: both;
}

#topBar {
	width: auto;
	background: #97A263 url(../images/top_banner_testb.jpg) 0 0 repeat-x;
	min-width: 900px;
	text-align: left;
	border-left: .6em solid #000;
	border-right: .6em solid #000;
	border-top: .6em solid #000;
	border-bottom: .3em solid #000;
	height: 168px;
	max-height: 168px;
	padding: 0;
	margin: 0;
}

.spacer {
  margin: 1em;
}

.topic1 {
  font-weight: bold;
  border-bottom: 1px solid #000;
  color: /*#8B171A;*/#000;
  padding: .2em;
  background: #9a7;
  font-size: .9em;
}

.clickable {
  cursor: pointer;
  cursor: hand;
  color: #000;
  text-decoration: underline;
}

.clickable:hover {
  color: #0066CC;
	text-decoration: underline;
}


/**********************************************
 Top Menu Navigation
 **********************************************/
#navBar {
	height: 24px;
	line-height: 24px;
	z-index: 1;
	width: auto;
	border-left: .3em solid #000;
	border-right: .3em solid #000;
	border-bottom: .3em solid #000;
	background: #000;
	min-width: 900px;
}

#topnav {
	color: #fff;
	background: #000;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
}

#topnav ul {
	padding: 0;
	margin: 0 0 0 5px;;
	list-style: none;
	background: #000;
}

#topnav li {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	background: #000;
	z-index: 100;
}

#topnav li:hover, #topnav li.redbutton {
  background: #fff;
}

#topnav .topbutton {
	background: #000;
}

#topnav li:hover.topbutton, #topnav li.over {
  background: #fff;
}

#topnav li > ul {
	top: auto;
	left: auto;
}

#topnav li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0em;
	background: #000;
	line-height: 1.75em;
	font-size: .8em;
}

#topnav li ul li {
	text-align: left;
	width: 100px;
	clear: left;
}

#topnav li ul li a {
  display: block;
  width: 100px;
  padding: 1px;
}

#topnav li ul li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 1px;
}

#topnav li:hover ul, #topnav li.over ul { 
	display: block;
}

#topnav a {
	display: block;
  color: #fff;
  background: #000;
	text-decoration: none;
	padding: 0em 1em;
}

#topnav a:hover {
  color: #000;
  background: #fff;
}

/**********************************************
 Side Navigation
 **********************************************/
#leftnav {
}

#leftnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#leftnav li {
  border-bottom: 1px solid #000;
}

#leftnav a {
  width: auto;
  color: #000;
  background: #fff;
  padding: .2em;
  display: block;
  text-decoration: none;
}

#leftnav a:hover {
  color: #fff;
  background: #000;
  padding: .2em;
}

#leftnav a.youtube {
  padding-left: 15px;
  background: #fff url(../images/icons/youtube_14.gif) 1px 3px no-repeat;
}

#leftnav a:hover.youtube {
  padding-left: 15px;
  background: #000 url(../images/icons/youtube_14.gif) 1px 3px no-repeat;
}

#leftnav a.pdf {
  padding-left: 18px;
  background: #fff url(../images/icons/pdf.gif) 1px 1px no-repeat;
}

#leftnav a:hover.pdf {
  padding-left: 18px;
  background: #000 url(../images/icons/pdf.gif) 1px 1px no-repeat;
}

/* for Internet Explorer */
/*\*/
* html #leftnav a {
  width: 100%;
}
/**/


/**********************************************
 Calendar - Google
 **********************************************/

#cal iframe {
  width: 100%;
}

/* for Internet Explorer */
/*\*/
* html #cal iframe {
  width: 97%;
}
/**/


/**********************************************
 Accordion Panels
 **********************************************/
 
.accordionPanel {
  cursor: pointer;
  cursor: hand;
  border: 1px solid #999;
  background: #efefef url(../images/click_here.png) top right no-repeat;
  margin: 0.3em 0;
  padding: 0.3em;
}

.downArrow {
  background: url(../images/icons/arrow_dn.gif) top left no-repeat;
  padding-left: 20px;
  cursor: pointer;
  cursor: hand;
}

.upArrow {
  background: url(../images/icons/arrow_up.gif) top right no-repeat;
  padding-right: 20px;
  cursor: pointer;
  cursor: hand;
}

/**********************************************
 Image Buttons
 **********************************************/
.editButton {
  display: block;
  float: right;
  width: 45px;
  height: 20px;
  margin: 0 0.5em 0 0;
  background: url(../images/icons/icon_post_edit.gif) 0px 0px no-repeat;
  text-decoration: none;
  z-index: 1;
}

.editButton:hover {
  background-position: 0 -20px;
}

.deleteButton {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 0.5em 0 0;
  background: url(../images/icons/icon_post_delete.gif) 0 0 no-repeat;
  text-decoration: none;
  z-index: 1;
}

.deleteButton:hover {
  background-position: 0 -20px;
}

.addNewsButton {
  display: block;
  
  width: 96px;
  height: 25px;
  margin: 0 0.5em 0 0;
  background: url(../images/icons/button_new.gif) 0 0 no-repeat;
  text-decoration: none;
  z-index: 1;
}

.addNewsButton:hover {
  background-position: 0 -25px;
}

/**********************************************
 Formatting
 **********************************************/
.bold {
  font-weight: bold;
}

.red {
  color: #8B171A;
}

.largeFont {
  font-size: 150%;
}

.smallFont {
  font-size: .75em;
}

.left {
  float: left;
  margin: 0 .5em;
}

.right {
  float: right;
  margin: 0 .5em;
}

.clear {
  clear: both;
}

/**********************************************
 Messages
 **********************************************/
.msgError {
  color: #f00;
  background: #fcc;
  border: 1px solid #700;
  padding: 2px;
 }
 
 .msgInfo {
   color: #000;
   /*background: #ccc;*/
   border: 1px solid #777;
   padding: 2px;
 }
 
 .msgWarn {
    color: #000;
    background: #ff9;
    border: 1px solid #990;
    padding: 2px;
 }
 
 .msgOK {
   color: #090;
   background: #cfc;
   border: 1px solid #070;
   padding: 2px;
 }
 
 .msgEmphasis {
   color: #39f;
 }
 
.error {
  color: #f00;
}

.msgPageError {
  margin: 3em 0 5em 0;
}

/**********************************************
 Menu/Tool Bars
 **********************************************/
.menubar {
  border: 1px solid #795;
  color: #000;
  background: #9a7;
  width: auto;
  margin: .3em 0;
  padding: 2px;
}

.menubarright {
  float: right;
  text-align: right;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px;
}

/**********************************************
 News Layouts
 **********************************************/
.newsBox {
	font-weight: normal;
	color: #000;
	background: #fff;
	padding: .3em;
	width: auto;
	border: 1px solid #000;
}

.newsTitle {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1em;
	color: #fff;
	background: #000;
	padding: 0.2em 1em;
	border-bottom: 0px solid #999;
}

.newsSubTitle {
	font-size: 85%;
	color: #8B171A;
}

.newsRight {
	float: right;
	text-align: right;
	width: 200px;
	height: 1em;
}

.newsAuthor {
	font-weight: normal;
	color: #8B171A;
}

.newsDate {
	font-weight: normal;
	color: #8B171A;
}

/**********************************************
 Form Layouts
 **********************************************/

.formBox {
  background: #ddd;
  border: 1px solid #777;
}

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  padding-top: .2em;
}

div.row span.formInput {
  float: left;
  width: 375px;
  text-align: left;
  padding-left: 10px;
}

.formLabel {
  display: -moz-inline-box;
  display: inline-block;
  width: 8em;
}

.imgButton {
  display: -moz-inline-box;
  display: inline-block;
  width: auto;
  margin-left: 0.22em;
  margin-right: 0.22em;
  text-decoration: none;
  vertical-align: text-bottom;
  overflow: hidden;
  background: url(../../images/up.gif) no-repeat left;
  padding-left: 20px;
}

.keyword {
  font-weight: bold;
  color: #8B171A;
}

.hide {
  display: none;
}

.required {
  color: #b00;
}

.requiredInput {
  color: #b00;
  background-color: #fcc;
}

.right {
  text-align: right;
}

/**********************************************
 Content Panels
 **********************************************/
#leftpanel {
	width: 155px;
	font-size: .9em;
	position: absolute;
	top: 219px;
	left: 10px;
	z-index: 1;
	padding: 0;
}

#content {
	background: #C4CA90 url(../images/flower_corner.jpg) bottom right no-repeat;
	position: absolute;
	left: 0px;
	top: 209px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.9em;
}

#centerpanel {
	font-size: 1em;
	width: auto;
	color: #000;
	margin: 10px 175px 0 175px;
	min-height: 200px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #centerpanel {
  height: 200px;
}
/**/

#rightpanel {
	width: 155px;
	font-size: .9em;
	padding: 0;
	position: absolute;
	top: 219px;
	right: 10px;
}

.panel {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: .2em;
  font-weight: normal;
}

.bodyPanel {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 0 1em;
  font-weight: normal;
}

.navpanel {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-bottom: 0px solid #000;
  padding: 0;
  font-weight: normal;
}

.sponsorpanel {
  color: #777;
  background: #fff;
  padding: 0;
  border: 1px solid #000;
  text-align: center;
}

.panelTitle {
  color: #fff;
  background: #000;
  padding: 0.2em 1em;
  font-weight: bold;
}

#merchandise {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 0em;
  font-weight: bold;
  font-size: 1.15em;
  text-align: center;
}

#merchandise a {
  color: #000;
  text-decoration: none;
}

#merchandise a:hover {
  color: #0066CC;
}

#footer {
	border-top: 0px solid #6A8E21;
	background: #6A8E21 url(../images/foot_bg.jpg) repeat-x;
	width: auto;
	height: 34px;
	line-height: 34px;
	clear: both;
}

#footerpanel {
	width: inherit;
	color: #000;
	height: 34px;
	line-height: 34px;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
}

#footerpanel a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#footerpanel a:hover {
  color: #F6F29E;
  text-decoration: underline;
  font-weight: bold;
}

#fineprint {
  font-size: 0.7em;
  text-align: center;
}

/**********************************************
 Popup Panels
 **********************************************/

.infoPanel {
  border: 2px solid #005;
  background: #ccf;
  color: #000;
  display: none;
  clear: both;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

/**********************************************
 Registration
 **********************************************/

#regCart table {
  border-collapse: collapse;
  border: 1px solid #777;
  width: 515px;
}

#regCart th {
  background: #949852;
  text-align: left;
}

.total {
  /*background: #ddd;*/
  color: #000;
  font-weight: bold;
}

.totalRight {
  /*background: #ddd;*/
  color: #000;
  font-weight: bold;
  text-align: right;
}

#regComplete table {
  border-collapse: collapse;
  border: 1px solid #777;
}

#regComplete th {
  border-bottom: 1px solid #000;
}

#regComplete td {
  border: 1px solid #777;
}

/**********************************************
 Registration Admin
 **********************************************/
 
#regList table {

}

#regList th {
  text-align: left;
  padding: .3em;
  background: #ccc;
  color: #000;
}

#regList td {
  text-align: left;
  padding: .1em;
}
