@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}


#flashgallery	{
	background:url(../images/pics.jpg);
	width:978px;
	height:344px;
	text-align:right;
	padding:55px 22px 0 0;
	}

body#history #flashgallery {background:url(../images/pics.jpg);}
body#membership #flashgallery {background:url(../images/pics.jpg);}
body#calendar #flashgallery {background:url(../images/pics.jpg);}
body#photogallery #flashgallery {background:url(../images/pics.jpg);}
body#facilities #flashgallery {background:url(../images/pics.jpg);}
body#contact #flashgallery {background:url(../images/pics.jpg);}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#1b2512 url(../images/bg.jpg);
	}
	
#wrapper	{
	width:1001px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:126px;
	margin:0 auto;
	background:url(../images/header.jpg) top right no-repeat;
	}

#content	{
	width:920px;
	margin:0px;
	padding:10px 40px;
	background:url(../images/contentbg.jpg) repeat-y;
	min-height:400px;
    height:auto !important;
    height:400px;
	}
	
	
.logos	{width:500px;margin:0 auto;height:150px;}
.logos span	{display:none}
.logo1 	{background:url(../images/logos_01.jpg) no-repeat;width:80px; height:71px; cursor:pointer;float:left;}
.logo1:hover	{background:url(../images/logos_01-hover.jpg) no-repeat;}

.logo2 	{background:url(../images/logos_02.jpg) no-repeat;width:143px; height:71px; cursor:pointer;float:left;}
.logo2:hover	{background:url(../images/logos_02-hover.jpg) no-repeat;}

.logo3 	{background:url(../images/logos_03.jpg) no-repeat;width:91px; height:71px; cursor:pointer;float:left;}
.logo3:hover	{background:url(../images/logos_03-hover.jpg) no-repeat;}

.logo4 	{background:url(../images/logos_04.jpg) no-repeat;width:65px; height:71px; cursor:pointer;float:left;}
.logo4:hover	{background:url(../images/logos_04-hover.jpg) no-repeat;}

.logo5 	{background:url(../images/logos_05.jpg) no-repeat;width:81px; height:71px; cursor:pointer;float:left;}
.logo5:hover	{background:url(../images/logos_05-hover.jpg) no-repeat;}





/******* FOOTER *******/
#footer	{
	height:40px;
	font-size:.85em;
	line-height:1.3em;
	color:#472808;
	padding:10px 60px;
	background:url(../images/footer.jpg) no-repeat;
	clear:both;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#472808;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}







/****************    NAV   ************/
#nav .menu {	
	padding: 56px 0px 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:56px;
	float:left; 
	}
	
#nav a#home			{background:url(../images/homenew.jpg) no-repeat;width:64px;}
#nav a#home:HOVER	{background:url(../images/homenewroll.jpg) no-repeat;}

#nav a#history		{background:url(../images/historynew.jpg) no-repeat;width:98px;}
#nav a#history:HOVER	{background:url(../images/historynewroll.jpg) no-repeat;}
		
#nav a#membership			{background:url(../images/membershipnew.jpg) no-repeat;width:134px;}
#nav a#membership:HOVER	{background:url(../images/membershipnewroll.jpg) no-repeat;}

#nav a#calendar			{background:url(../images/calendarnew.jpg) no-repeat;width:108px;}
#nav a#calendar:HOVER	{background:url(../images/calendarnewroll.jpg) no-repeat;}

#nav a#photogallery			{background:url(../images/photogallerynew.jpg) no-repeat;width:154px;}
#nav a#photogallery:HOVER	{background:url(../images/photogallerynewroll.jpg) no-repeat;}

#nav a#facilities			{background:url(../images/facilitiesnew.jpg) no-repeat;width:110px;}
#nav a#facilities:HOVER	{background:url(../images/facilitiesnewroll.jpg) no-repeat;}

#nav a#results			{background:url(../images/resultsnew.jpg) no-repeat;width:94px;}
#nav a#results:HOVER	{background:url(../images/resultsnewroll.jpg) no-repeat;}

#nav a#newsletter	{background:url(../images/newsletter.jpg) no-repeat;width:153px;}
#nav a#newsletter:HOVER	{background:url(../images/newsletterroll.jpg) no-repeat;}







 
/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	height:56px;
	}
*html #nav	{
	position:absolute;
	z-index:500;
	width:1001px; 
	} /*IE 6*/ 
		
ul#hrznav {
  margin: 0;
   display:block; 
  border: 0 none;
  padding: 0;
  width: 1001px; /*For KHTML*/
  list-style: none;
  height: 56px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 34px;
  z-index:500;
	}

ul#hrznav li li{height:25px;}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 290px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 2px 2px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #e1a913;
  font: 1.3em/1.90em Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background:#262d3d;
  color: #dae4fb;
  border:1px solid #394259;
  font-size:1.2em;
  height:30px;
  text-indent:5px;
  	}
	
*html #nav	{z-index:500; position:relative;}



/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #424d66;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}


.address	{
	width:250;
	float:right;
	padding:0px 0px 0 0;
	height:105px;
	color:#fff;
	}
	
.white, a.white {color:#fff;}



/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #a78f6d;
	border:none;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 10px 10px 10px 10px;
	} 
	
#contact .labels	{
	color:#49371e;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}

a.homerollover { display:block; width:111px; height:66px; background:url("/images/home572010.jpg") 0 0 no-repeat; float:left }
a:hover.homerollover { display:block; width:111px; height:66px; background:url("/images/home572010roll.jpg") 0 0 no-repeat; float:left; }

a.contactrollover { display:block; width:259px; height:66px; background:url("/images/contact572010.jpg") 0 0 no-repeat; float:left }
a:hover.contactrollover { display:block; width:259px; height:66px; background:url("/images/contact572010roll.jpg") 0 0 no-repeat; float:left; }