/* - - - - - - - - - - general - - - - - - - - - -  */


	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */

#header {
	height: 125px;
}

#logo {
	position: absolute;
	top: 90px;
	left: 380px;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */

#content_wrapper {
	margin-bottom: 65px;
	background: #8ea77d url("/images/panorama/rotate.php") no-repeat bottom left;
	/*height: 168px;*/  /* 3 clubs */
	/*height: 199px;*/  /* 4 clubs */
	height: 230px;  /* 5 clubs */
}
	
	
#content_wrapper_new {
margin-bottom: 65px;
background: #8ea77d url("/images/panorama/rotate.php") no-repeat bottom left;
/*height: 168px;*/  /* 3 clubs */
/*height: 199px;*/  /* 4 clubs */
/*height: 230px;*/  /* 5 clubs */
/*height: 261px;	/* 6 clubs */
/*height: 354px;	/* 9 clubs */
}
	
	
#content_wrapper_7 {
margin-bottom: 65px;
background: #8ea77d url("/images/panorama/rotate.php") no-repeat bottom left;
/*height: 168px;*/  /* 3 clubs */
/*height: 199px;*/  /* 4 clubs */
/*height: 230px;*/  /* 5 clubs */
/*height: 261px;*/  /* 6 clubs */
/*height: 292px;*/	/* 7 clubs */
/*height: 323px;	/* 8 clubs */
height: 354px;	/* 9 clubs */
}

#content_click_splash{
    cursor:pointer;
    position: relative; 
    left: 380px; 
    height: 354px; 
    width: 600px; 
    display: block; 
    z-index: 9999999;
    top: -30px;
}
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 10px 0 15px 28px;
	background: #e0e0e0;
}

#footer {
	margin: 0;
	padding: 10px 0 15px 28px;
	background: #fff;
}

#secondary_footer {
	position: relative;
	background: #8ea77d;
}

#secondary_footer ul {
	float: right;
	margin: 0;
	padding: 0 150px 0 0;
	background: #8ea77d;
	text-align: right;
}

#secondary_footer ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}

#secondary_footer li.Last {
	border-right: 0;
}
	
	
	
	
/* - - - - - - - - - - navigation - - - - - - - - - -  */
	
#nav {
	background: none;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 76px 1px 0 0;
	width: 379px;
	background: #fff url("/images/phototiles.jpg") no-repeat 0 0;
}

#nav li {
	float: none;
	margin: 0;
	padding: 7px 30px 0 0;
	height: 23px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	background: #ccc url("/images/nav_arrow.gif") no-repeat 97% 50%;
}

#nav li:hover {
	background: #fff url("/images/nav_arrow_over.gif") no-repeat 97% 50%;
}

#nav li.Last { border-bottom: 0; }


	
/* - - - - - - - - - - navigation with 6 clubs - - - - - - - - - -  */
	
#navNew {
	background: none;
}

#navNew ul {
	list-style-type: none;
	margin: 0;
	padding: 76px 1px 0 0;
	width: 379px;
	background: #fff url("/images/phototiles.jpg") no-repeat 0 0;
}

#navNew li {
	float: none;
	margin: 0;
	padding: 7px 30px 0 0;
	height: 23px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	background: #ccc url("/images/nav_arrow.gif") no-repeat 97% 50%;
}

#navNew li:hover {
	background: #fff url("/images/nav_arrow_over.gif") no-repeat 97% 50%;
}

#navNew li.Last { border-bottom: 0; }




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	





/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#secondary_footer li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#secondary_footer li:hover a {
	color: #333;
}




/* - - - - - - - - - - splash navigation typography - - - - - - - - - -  */
	
#nav li {
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 11px;
}

#nav li a {
	text-decoration: none;
	color: #666;
}

#nav li:hover a {
	color: #666;
}
