/* CSS Document */

body,div,p,ul,li,h1,h2,li,input,form
{
margin:0;
padding:0;
}

body {
	text-align:center;
	background-color:#ffffff;
}
#page_wrapper
{
	width:954px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	text-align:left;
}
.clear{
	clear:both;
}
#header
{
	width:954px;
	height:74px;
	background-image:url(images/headerbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu1 {
  list-style-type:none;
  padding-top:5px;
  padding-left:570px;
  }
#menu1 li.lidiv {
display:inline;
  text-align:center; 
  padding:0px 15px 0 15px; 
  text-decoration:none; 
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	font-weight:bold;
	border-right:1px solid #beaf34;
  }
#menu1 a {
  color:#ffffff;
  }
#menu1 li.lastli
{
display:inline;
  text-align:center; 
  padding:0px 15px 0 15px; 
  text-decoration:none; 
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	font-weight:bold;
	border-right:none;
}
#menu1 a:hover {
  color:#beaf34; 
}


#mainpanel
{
	width:954px;
	height:300px;
	background-image:url(images/main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#mainpanel a {  
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
  	border:none;
}
#mainpanel a:hover {
  text-decoration:none;
  border:none;
}


#mainmenu
{
	width:954px;
	height:34px;
	background-image:url(images/mainmenubg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu2 {
	margin:0px;
  	padding: 0px;
	list-style-type: none;
  	text-align: center;
 }
#menu2 li {
	
	margin: 0 8px;
 	display: -moz-inline-box;  /* for Mozilla based browsers */
  	display: inline-block;
 	/* IE5/Mac needs these to have a set width. Change it when necessary. */
  	/* start for IE5/Mac only \*//*/
   	 width: 318px;
  	/* end for IE5/Mac only */
	/*border: 1px solid #666;*/

   	width: 250px;

	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
}
  
#menu2 li a {
	
	display: block;  /* for Mozilla based browsers */
  	display: inline-block;
  	padding-top:9px;
  	text-decoration: none;
  	color: #333333;
}

#menu2 li a:hover {
  	text-decoration: none;
 	color: #9a8e29;
}


#grad
{
	width:954px;
	height:53px;
	background-image:url(images/grad.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}


a:link {
	color: #9a8e29;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a8e29;
}
a:hover {
	text-decoration: none;
	color: #e5f719;
}
a:active {
	text-decoration: none;
	color: #9a8e29;
}

a.light:link {
	color: #9a8e29;
	text-decoration: none;
}
a.light:visited {
	text-decoration: none;
	color: #9a8e29;
}
a.light:hover {
	text-decoration: none;
	color: #325e84;
}
a.light:active {
	text-decoration: none;
	color: #9a8e29;
}

#maincontent
{
	width:954px;
	height:auto;
	background-image:url(images/alltextbg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#membcontent
{
	width:954px;
	height:auto;
	background-image:url(images/membsbg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#contactcontent
{
	width:954px;
	height:auto;
	background-image:url(images/contactbg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#programs
{
	width:954px;
	height:auto;
	background-image:url(images/progsbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
}
#maincolleft
{
	float: left;
	width:625px;
	height:auto;
	text-align:left;
	background-image:url(images/maintextbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
}
#maincolmid
{
	float: left;
	width:12px;
	height:auto;
	text-align:left;
}
#maincolright
{
	float: left;
	width:315px;
	height:auto;
	text-align:left;
}
#audleft
{
	float: left;
	width:650px;
	height:auto;
	text-align:left;
}
#audright
{
	float: left;
	width:250px;
	height:auto;
	text-align:left;
}
.audpic
{
	margin-top:30px;
}
#membleft
{
	float: left;
	width:538px;
	height:auto;
	text-align:left;
	background-image:url(images/membleftbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
}
#membright
{
	float: left;
	width:400px;
	height:auto;
	text-align:left;
}
#contactleft
{
	float: left;
	width:288px;
	height:auto;
	text-align:left;
	background-image:url(images/contleftbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:1px solid #cccccc;}
#contactright
{
	float: left;
	width:650px;
	height:auto;
	text-align:left;
}
#footer
{
	width:954px;
	height:49px;
	background-image:url(images/footerbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.heading
{
	padding-top:20px;
	padding-left:20px;
	font-family:  Trebuchet, "Trebuchet MS" "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#9a8e29;
	padding-bottom:3px;
}
.innerheading
{
	padding-right:15px;
	padding-top:10px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#e5f719;
	padding-bottom:3px;
}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
	padding-right: 15px;
	padding-left: 20px;
	padding-top:10px;
}
.whitebodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
}
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	color: #d2041d;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
}
.progintro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #dddada;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:20px;
}

.nextprodpic {
	padding-left: 0px;
	padding-top:10px;
}
.more
{
		color: #73b9b4;
}
.greenpara
{
	color:#9a8e29;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	padding-right: 15px;
	padding-left: 20px;
	padding-top:10px;
}
.bodyhighlight
{
	color:#9a8e29;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	}

.nextprod
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:3px;
		color: #73b9b4;
		font-size: 12px;
}
.bold
{
	font-weight:bold;
	}
.boldblue
{
	font-weight:bold;
	color: #73b9b4;
	}
	
.footertext
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:30px;
	color: #ffffff;
	font-size: 11px;

}
.tb TD { padding:5px; }
.tbL { 
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-right:10px;
 }
.in {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#cccccc;
	color:#333333;
	outline:none;
	border:0px;
	line-height:20px;
}
.shd { background:#F8F8F8; }

.bullets {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #9a8e29;
	padding-right: 15px;
	padding-left: 8px;
	padding-top:8px;
	padding-bottom:4px;
	list-style-position: inside;
}
.bullets li {
text-indent: -12px;
margin-left: 40px;
	padding-top:8px;

}
.contacthead
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #cc9d00;
	font-weight:bold;
	padding-top:74px;
}
.contacttext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #dddada;
	padding-top:10px;
}
.boldcontacttext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #dddada;
	padding-left:0px;
	font-weight:bold;
}
.contactform
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dddada;
	font-weight:bold;
}
.membform
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dddada;
	font-weight:bold;
	margin-top:10px;
}
.subsform
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dddada;
	font-weight:bold;
	margin-top:10px;
}
label{
float: left;
width: 140px;
padding-left:20px;
line-height:16px;
}

input, select, textarea{
width: 350px;
margin-bottom: 8px;
}

textarea{
width: 350px;
height: 150px;
}

textarea.address{
width: 350px;
height: 50px;
}
.doubleh
{
margin-top: 8px;
margin-bottom: 10px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 160px;
margin-top: 5px;
width: 93px;
}

.membform #submitbutton{
margin-left: 170px;
margin-top: 5px;
width: 93px;
}

.subsform #submitbutton{
margin-left: 90px;
margin-top: 5px;
width: 93px;
}

br{
clear: left;
}

em {
color:#cc9d00;
}

.membform label{
float: left;
width: 150px;
padding-left:20px;
line-height:16px;
}

.membform textarea, .membform input, .membform select 
{
width: 200px;
margin-bottom: 8px;
}

.subsform label{
float: left;
width: 70px;
padding-left:20px;
line-height:16px;
}

.subsform input
{
width: 180px;
margin-bottom: 8px;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:954px;
}
.program
{
width:954px;
height:311px;
padding-top:10px;
background-color:#FFFFFF;

}

.progpic
{
float:left;
width:200px;
height:256px;
}
.picstyle
{
padding-left:15px;
padding-top:5px;
}

.progtext
{
float:left;
width:700px;
height:256px;
color: #d2c364;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.AccordionTitle
{
  height:30px;
  overflow:auto;
  cursor:pointer;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  display:table-cell;
  -moz-user-select:none;
  background-color:#282a37;
  color: #d2c364;
  overflow: hidden;
  border-bottom: solid 1px #C1C1C1;

}
.AccordionTitlelast
{
  height:30px;
  overflow:auto;
  cursor:pointer;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  display:table-cell;
  -moz-user-select:none;
  background-color:#282a37;
  color: #d2c364;
  overflow: hidden;

}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none; 
  color: #dddada;
  overflow: hidden;
}

.date
{
float:left;
width:200px;
color: #ffffff;

}
.perftitle
{
float:left;
width:754px;
color: #beaf34;
}
.innerprogtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 8px;
}
.datetext
{
padding-left:15px;
}
.toptext
{
vertical-align:middle;
}
.membform input.rad
{
width: 20px;
padding-left:20px;
}