body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

div#allAreas {
	position: relative;
	width: 780px;
	background-color: #78001E;
	margin: 0 auto 0 auto;
}

/* --------------------- SEARCH BAR AREA START ---------------------- */
div#searchBarArea {
	position: relative;
	height: 40px;
	margin: 0 15px 0 15px;
}

div#searchBarArea p#biline {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: .7em;
	left: 0;
	top: 5px;
	color: #FFB310;
}

div#searchBarArea p#searchTitle {
	position: absolute;
	left: 520px;
	top: 10px;
	font-size: .7em;
	color: #FFB310;
	margin: 0;
	padding: 0;
}

div#searchBarArea form {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 10px;
}

div#searchBarArea form input#textInput {
	position: absolute;
	right: 30px;
	bottom: 0px;
	border: 1px solid #D7027F;
	width: 150px;
}

div#searchBarArea form input#submitInput {
	position: absolute;
	right: 0;
	bottom: 0px;
}
/* --------------------- SEARCH BAR AREA END ---------------------- */


/* --------------------- BANNER AREA START ---------------------- */
div#bannerArea {
	position: relative;
	width: 750px;
	height: 87px;
	margin: 0 15px 0 15px;
}

div#bannerArea img {
	position: absolute;
}

div#bannerArea h1 {
	position: absolute;
	left: 204px;
	top: 28px;
	font-family: arial,helvetica;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20pt;
	margin: 0;
	padding: 0;
}

/* --------------------- BANNER AREA END ---------------------- */


/* --------------------- SITE LINKS AREA START ---------------------- */
div#siteLinksArea {
	position: relative;
	margin: 0 15px 0 15px;
}

div#siteLinksArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1.5em;
	background-image: url(images/linksbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #C55D00;
}

div#siteLinksArea ul li {
	position: relative;
	float: left;
	font-size: .7em;
	width: 93px;
	padding: .4em 0 .1em 0;
}

div#siteLinksArea ul li a {
	position: relative;
	margin: 0 0 0 8px;
	text-decoration: none;
	color: #FFCC00;
}

div#siteLinksArea ul li a:hover {
	color: #ffffff;
}

div#findAClubArea {
	position: absolute;
	top: 0;
	left: 558px;
	width: 186px;
	height: 1.5em;
	border-left: 3px solid #DC7E00;
	background-image: url(images/findaclubbg.jpg);
	background-repeat: repeat-x;
	background-color: #993300;
}

div#findAClubArea a {
	position: absolute;
	left: 3px;
	top: 2px;
}

div#findAClubArea a img{
	border: none;;
}
/* --------------------- SITE LINKS AREA END ---------------------- */

br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	position: relative;
	background-color: #FFFFFF;
	margin: 2.5em 15px 0 15px;
}

div#contentArea {
	position: relative;
	padding: 20px; 
	font-size: .8em;
	background-color: #FFFFFF;
}

div#contentArea a {
	color: #78001e;
}
/* --------------------- MAIN AREA END ------------------------ */


/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {
	position: relative;
	margin: 0 15px 0 15px;
	padding: .5em 0 .5em 0;
	font-size: .75em;
	height: 1.5em;
}


div#footerArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffcc00;
	
}

div#footerArea ul li {
	position: relative;
	float: left;
	margin: 0 .5em 0 0
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	color: #ffcc00;
}

p#copyright {
	position: relative;
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	color: #C9928B;
}

p#poweredby {
	position: relative;	
	margin: 0;
	padding: 0;
	float: right;
	color: #C9928B;
}

p#poweredby a img{
	border: 0;

}

/* --------------------- FOOTER AREA END ------------------------ */



/* -------------------- PRINT OVER-RIDES START -----------------------------*/
@media print {
	body {
		border: 1px solid #999999;
	}
	
	div#allAreas {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	div#searchBarArea {
		display: none;
	}
	
	div#bannerArea {
		position: relative;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	div#bannerArea h1 {
		position: relative;
		top: auto;
		left: auto;
		margin: 90px 0 20px 20px;
	}
	
	div#bannerArea img {
		width: 100%;
	}
	
	ul#mainNav {
		display: none;
		visibility: hidden;
		height: 1px;
		overflow: hidden;
	}
	
	div#siteLinksArea {
		display: none;
	}
	
	div#selectedNavArea {
		display: none;
	}
	
	div#contentArea{
		margin-top: 0;
		padding-top: 0;
	}
	
	div#footerArea {
		position: relative;
		border-top: 1px solid #999999;
		width: auto;
		height: auto;
	}
	
	div#footerArea p, ul li a {
		position: relative;
		color: #333333;
	}

}
/* -------------------- PRINT OVER-RIDES END -----------------------------*/




/* --------------------- MAIN MENU START ---------------------- */
#mainNav {
	position: absolute;
	z-index: 300;	
	font-size: 0.9em;
	text-align: left;
	left: 15px;
	width: 744px;
	background-color: #636363;
	border-top: 2px solid #80A599;
	border-left: 3px solid #DC7E00;
	border-right: 3px solid #DC7E00;
	border-bottom: 3px solid #cc6600;
}

#mainNav, #mainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-size: .6em;
}

#mainNav a {
	display: block;
	color: #FFB310;
	font-size: 1em;
	/*height: 2em;			 combined with line-height */
	line-height: 1.5em;		/* these decide how far below the top level the sub lists start */
	text-decoration: none;
	font-weight: bold;
	width: 93px;
}

#mainNav a:hover {
	font-size: 1em;
	color: #ffffff;
}

#mainNav li#selectedMainMav a {
	color: #ffffff;
}

#mainNav li { /* all list items */
	float: left;
	/*height: 2em;   distance between each item in the sub lists */
	background-color: #004B32;
	background-image: url(images/mainnavtopitembg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	cursor: pointer;
}

#mainNav li a div {
	position: relative;
	background-image: url(images/mainnavdivider.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding-left: 5px;
	padding-right: 8px;
	height: 3.5em;
	cursor: pointer;
	padding-top: .2em;
}

#mainNav li#selectedMainMav a div {
	background-image: url(images/mainnavtopselitembg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#mainNav li a:hover div {
	background-image: url(images/mainnavtopselitembg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	width: 15.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 1em;
	font-weight: normal;
	border-left: 1px solid #80A598;
	border-top: 1px solid #80A598;
	border-right: 1px solid #80A598;
	z-index: 200;
}

#mainNav li ul li {
	border: none;
	width: 100%;
	background-image: none;
	padding: 0;
	margin: 0;
	white-space: normal;
	background-color: #548675;
	border-bottom: 1px solid #80A598;
}

#mainNav li ul li a {
	color: #ffffff;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	white-space: normal;
	border-right: none;
	width: 100%;
	height: auto;
	line-height: 1.7em;
	background-color: #548675;
}

#mainNav li ul li a div {
	background-image: none;
	height: auto;
	margin: 0;
	padding: .2em;
}

#mainNav li#selectedMainMav ul li a div {
	background-image: none;
}

#mainNav li ul li a:hover div {
	background-image: none;
	background-color: #80A598;
	height: auto;
	margin: 0;
	padding: .2em;
}

#mainNav li ul li a:hover {
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #80A598;
}

#mainNav li ul ul { 
	/* third-and-above-level lists */
	margin: -1.5em 0 0 15em;
}

#mainNav li ul.leftAlign ul { 
	/* 
		third-and-above-level lists 
		this class difines positioning for menus that have drop to the left to 
		avoid going of the right of the page
	*/
	margin: -1.5em 0 0 -15em;
}

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li.sfhover ul ul, #mainNav li.sfhover ul ul ul {
	left: -999em;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}