/* Default Styles */
  body
  {
  font-family:arial;
  background-color:#024e20!important;
  background-image:url(images/back2.jpg);
  background-repeat:repeat-x;
  clear:both;
  height:100%;
  text-align: justify;
 
  }
  
  html { height: 100%; }
  
  #head
  {	
  width: 900px;
  height: 101px;
  background:url(images/headerback.png) no-repeat;
  border-bottom:1px solid #ffffff;
  text-align:left;
  clear:both;
  
  }
    #head2
  {	
  width: 900px;
  height: 101px;
  background:url(images/headerback2.png) no-repeat;
  border-bottom:1px solid #ffffff;
  text-align:left;
  clear:both;
  
  }
  
#joinus
{
  display: block;
  float:right;
  width: 217px;
  height: 70px;
  background: url(images/joinbut.png) no-repeat 0 0;
  margin-top:15px;
  margin-right:10px;

}

#joinus:hover
{ 
  background-position: 0 -70px;
}

#joinus span
{
display:none; 
}

#playnow
{
  display: block;
  float:right;
  width: 217px;
  height: 70px;
  background: url(images/playbut.png) no-repeat 0 0;
  margin-top:15px;
  margin-right:10px;

}

#playnow:hover
{ 
  background-position: 0 -70px;
}

#playnow span
{
 display:none; 
}


 #floatright 
 {
 float:right;
 padding: 0 0 0 10px;

 
 }
 
 #floatleft 
 {
 float:left;
 padding: 0 10px 0 0;
 
 }
  
  
  a.topnav
  {
  height:25px;
  width:150px;
  display:block;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;  
  font-family:arial;
  font-size:14px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  float:left;
  padding-top:5px;

  }

  
  #curvestrip
  {
  width:900px;
  height:10px;
  background-image:url(images/containercurve.png);
  background-repeat:no-repeat;
  margin-left:-10px;
  
  }
  
  #maincontent
  {
  width:875px;
  background-image:url(images/innerwater.png);
  background-repeat:repeat-y;
  color:#dddddd;
  padding:0 20px 0 10px;
  clear:both;
  z-index: 1;
  min-height:400px;
 
  }
  
  #links {
  width:270px;
  float:left;
  font-size:12px;
  padding-left:10px;
  padding-right:10px;
  }
  
  #footer {
  background-color:#072010;
  width:883px;
  padding:5px 5px 3px 5px;
  margin-left:-6px;
  font-size:11px;
  height:20px;
  text-align:right;
  border-bottom:1px solid green;
  
  }
  a.normal
  {
  font-family:arial;
  font-weight:normal;
  text-decoration:none;
  color:#dddd00;
  
  }
  a.normal:hover
  {
  color:#90EE90;
  }
  p.p1
  {
  color:#dddddd;
  font-size:14px;
  }
  p.pother
  {
  color:#eeeeee;
  font-size:14px;
  }
  p
  {
  color:#eeeeee;
  font-size:14px;
  }
  h1 {
  color:#e0e218;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  }
   h2 {
  color:#5ea467;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  }
  h3 {
  color:#78AB46;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  }
  
  .bullets {
  font-family:font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#fff;}
  
  .black {color:#eee;
  padding:3px;
  padding-left:20px;
  }
  .darkgreen {color:#3A6629;}



/* New Styles */

body {
	font-family: Arial, Sans-serif;
	background: #024e20 url(images/back2.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

a img {border: none;} /*Remove default blue border from around images with links */

#container  {
	width: 900px;
	margin: 0 auto;

}


/* Main Navigation */
ul#topnav {
	width: 900px;
	height: 26px;
	font-size: 14px;
	background: #e2e619 url(images/navback.png) repeat-x;	
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;	
}

ul#topnav li {
	float: left;
	position: relative; /* Important! */	
	margin: 0;
	padding: 0;
}

ul#topnav li a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	font-weight: bold;
	display: block;
	line-height: 26px;
}

ul#topnav li a:hover {
	background: #e2e619 url(../images/navbackroll.png) repeat-x;
}


/* Sub-Navigation */ 

ul#topnav .sub {
	position: absolute; /* Important  */
	top: 25px;
	left: 0;
	float: left;
	display: none; /* List will be hidden if JS is turned off */	
}

ul#topnav .sub {
	background: #8FBC8F;
	font-size: 13px;
}

ul#topnav .sub ul {
	list-style:  none;
	margin: 0; padding: 0;
	width: 180px;	
}

ul#topnav .sub ul li {
	width: 100%;
}

ul#topnav .sub ul li a {
	float: none;
	height: auto;
	display: block;
}
