﻿/* 
  ------------------------------------
					GLOBAL
  ------------------------------------
*/


* {
	line-height: normal;
	padding: 0;
	margin: 0;
}
	
body {
	font-size: 100%;
	background: #00853e url('images/grass.jpg') no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 24px 0;
	padding: 0;
	color: black;
	}
	
h1 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: 	#00853e;
	font-size: 22px;
	border-bottom: 2px #00853e dotted; 
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: 	#1fb25a;
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
	
p {
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	letter-spacing: normal;
	}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.clear {
	clear: both;
	}
	
/*--------------------
	COLORS

Dk Green PMS 356	#00853e

Lt Green PMS 354	#1fb25a

--------------------*/

	
/*--------------------
	STRUCTURE
--------------------*/

div#header { background-image: url('images/header_bg_650_x_150_floral.jpg'); height:146px; width:650px; margin: 0 auto;}

div#page-wrap {
	width: 650px;
	margin: 0 auto;
	}
	
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#main {
	background: white;
	border-left: 2px solid #00853e;
	border-right: 2px solid #00853e;
	}
	
div#main div#content {
	padding: 15px 20px 10px 20px
	}
		
div#footer { background-image: url('images/ray_footer.png'); height:80px; width:650px; margin: 0 auto;
	font-size: 10px; color: white; text-align: center;}
	div#footer a, a:visited, a:active {color: white; text-decoration: underline;}
	div#footer a:hover {color: #ccc; text-decoration: none;}
	div#footer div#left {
		float: left;
		font-size: 10px; color: white; text-align: left;
		padding: 14px;
		}
	div#footer div#right {
		float: right;
		text-align: right;
		font-size: 10px; color: white; 
		padding: 20px 14px 0 0;
		}

#enews {
	width: 600px;
	height: 175px;
	padding-top: 15px;
}

.email_form {
	font-size: small;
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
	color: white;
}

/*--------------------
	NAVIGATION
--------------------*/
ul#menu {
	list-style: none;
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 29px;
		float: left;
		}
		ul#menu li a.left {
			background: url('images/nav_end_l.jpg') no-repeat center top ;
			width: 73px;
			}
		ul#menu li a.home {
			background: url('images/nav_buttons_02.jpg') no-repeat center top;
			width: 38px;
			}
		ul#menu li a.pitch {
			background: url('images/nav_buttons_03.jpg') no-repeat center top;
			width: 65px;
		}
		ul#menu li a.resources {
			background: url('images/nav_buttons_04.jpg') no-repeat center top ;
			width: 82px;
			}
		ul#menu li a.events {
			background: url('images/nav_buttons_05.jpg') no-repeat center top;
			width: 59px;
			}
		ul#menu li a.light {
			background: url('images/nav_buttons_06.jpg') no-repeat center top;
			width: 91px;
		}
		ul#menu li a.forum {
			background: url('images/nav_buttons_07.jpg') no-repeat center top;
			width: 56px;
		}
		ul#menu li a.facts {
			background: url('images/nav_buttons_08.jpg') no-repeat center top ;
			width: 51px;
			}
		ul#menu li a.contact {
			background: url('images/nav_buttons_09.jpg') no-repeat center top;
			width: 62px;
			}
		ul#menu li a.right {
			background: url('images/nav_end_r.jpg') no-repeat center top ;
			width: 73px;
			}
		}
			ul#menu li a.right:active {
				background-position: center bottom;
			}
			ul#menu li a.right:hover {
				background-position: center bottom;
				cursor: default;
			}
			ul#menu li a.contact:active {
				background-position: center bottom;
			}
			ul#menu li a.contact:hover {
				background-position: center bottom;
			}
			ul#menu li a.facts:active {
				background-position: center bottom;
			}
			ul#menu li a.facts:hover {
				background-position: center bottom;
			}
			ul#menu li a.forum:active {
				background-position: center bottom;
			}
			ul#menu li a.forum:hover {
				background-position: center bottom;
			}
			ul#menu li a.light:active {
				background-position: center bottom;
			}
			ul#menu li a.light:hover {
				background-position: center bottom;
			}
			ul#menu li a.events:active {
				background-position: center bottom;
			}
			ul#menu li a.events:hover {
				background-position: center bottom;
			}
			ul#menu li a.resources:active {
				background-position: center bottom;
			}
			ul#menu li a.resources:hover {
				background-position: center bottom;
			}
			ul#menu li a.pitch:active {
				background-position: center bottom;
			}
			ul#menu li a.pitch:hover {
				background-position: center bottom;
			}
			ul#menu li a.about:active {
				background-position: center bottom;
			}
			ul#menu li a.home:hover {
				background-position: center bottom;
			}
			ul#menu li a.home:active {
				background-position: center bottom;
			}
			ul#menu li a.left:hover {
				background-position: center bottom;
				cursor: default;
			}
