@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////// MAIN ///////////////////////////////////*/

body {
	background:url(../_images/bkgd.jpg) repeat-x center top fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#a4cd39;
}
#pageWrapper {
	padding: 0 20px;
	background:transparent;
	position:relative;
	margin-top:30px;
	text-align:left;
}

#bodyContentWrapper {
	width:366px;
	height:auto;
	float:right;
	border:0;
	margin:0;
	padding:20px 34px 0 0;
	float:right;
}

.bodyContent {
	width:auto;
	height:auto;
	padding:0px 0px 0px 5px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
}

.brand {
	width:200px;
	height:auto;
	float:left;
	padding:0px 0px 0px 34px;
}

.clear {
	clear:both;/*misc clear */
}




/*/////////////////////////////////// Background image control ///////////////////////////////////*/

.pageHome {
	background-image:url(../_images/home.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:550px;
	width: 900px;  /* this will create a container 800px wide*/
	clear: both;
}

.pageMenu {
	background-image:url(../_images/menu.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:550px;
	width: 900px;  /* this will create a container 800px wide*/
	clear: both;
}

.pageEvents {
	background-image:url(../_images/events.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:550px;
	width: 900px;  /* this will create a container 800px wide*/
	clear: both;
}

.pageReviews {
	background-image:url(../_images/reviews.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:550px;
	width: 900px;  /* this will create a container 800px wide*/
	clear: both;
}

/*/////////////////////////////////// TOP NAV ///////////////////////////////////*/

#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	width:366px;
	height:20px;
	float:right;
	border:0;
	margin:0;
	padding:28px 34px 0 0;
	text-align: left;/*------change for menu position */
}

		
#nav a {
	white-space:nowrap;/*------------------change for word wrap*/
	margin:0;
}
	
#nav a:link, #nav a:active, #nav a:visited /* menu at rest */ {
	color:#a8d03b;
	text-decoration:none;
}
	
#nav a:hover /* menu at mouse-over  */ {
	color:#ffffff;
	text-decoration:none;
}	
	
#nav a.top_parent, #nav a.top_parent:hover /* attaches down-arrow to all top-parents */ {
	padding: 0 0 0 0px;	
	text-decoration:none;
}
	
#nav a.parent, #nav a.parent:hover /* attaches side-arrow to all parents */ {
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;	/* width of all menu boxes */
	color:#ffffff;
}

#nav li {
/*	position:relative; */
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	display:inline;
	padding:0 5px 0 5px;
}


/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
#footer {
	width:870px;
	height:auto;
	margin: 0 auto;
	padding:22px 25px 0 5px;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;	/* width of all menu boxes */
	color:#3399cc;
}

#footer li {
	padding:0 10px 0 0px;
	display:inline;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	line-height:normal;
	text-align:right;
}

/*/////////////////////////////////// Text Formatting ///////////////////////////////////*/

.specialG {
	color:#a8d03b;
}

.specialR {
	color:#cc0000;
}
.specialB {
	color:#000000;
}
.specialW {
	color:#ffffff;
}

a {
	color:#a8d03b;
	text-decoration:none;
	border:none;
}
a:hover, a:visited, a:active {
	color:#ffffff;
	text-decoration:none;
	border:none;
}

img, a img{
	border:none;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:normal;
	text-align:left;
	margin:0;
}