﻿body
{
	font-family: Arial;
	font-size: 0.8em;
}

.PNGFix
{
	behavior: url(/styles/iepngfix.htc);
}

.mainLayer
{
	width: 895px;
	margin-left: auto;
	margin-right: auto;
}

.topLeft
{
	width: 250px;
	height: 320px;
	background-color: White;
	float: left;
	text-align: center;
}

.topLeftLogo
{
	margin-top: 10px;
}

.topRight
{
	width: 640px;
	float: right;
	background-color: Transparent;
}

.logoBox
{
	background-image: url(/images/bgs/MainLogoBg.gif);
	background-repeat: no-repeat;	
	text-align: center;	
	height: 68px;
}

.logoBox img
{
	padding-top: 20px;
}

.menuBar, .footerRight
{
	background-color: #eadfc7;
}

.menuBar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
}

.menuBar li
{
	float: left;
	background-color: #eadfc7;
	height: 33px;
}

.menuBar li a
{
	padding:9px 11px;
	display: block;	
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.menuBar li a:hover
{
	background-color: #c8bda5;
}

.mainLayerImage
{
	height: 219px;	
}

.clearerDiv
{
	clear: both;
}

.footerLeft
{
	width: 250px;	
	float: left;
	height: 36px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.footerLeft p
{
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 22px;
}


.footerRight
{
	width: 640px;
	float: right;
	height: 36px;	
	background-image: url(/images/bgs/FooterBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;			
}

.footerRight a, .footerRight a:link, .footerRight a:visited
{
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-left: 33px;
	display: inline-block;
	text-decoration: none;
	color: Black;
}

.footerRight a:hover
{
	text-decoration: underline;
}

.footerRight .spaGuideLink
{
	background: url(/images/footer/down.png) no-repeat left center;	
}

.footerRight .classTimetableLink
{
	background: url(/images/footer/classtimetable.jpg) no-repeat left center;	
}

.footerRight .clubNewsletterLink
{
	background: url(/images/footer/newsletter.jpg) no-repeat left center;	
}

.footerRight .facebookLink
{
	background: url(/images/footer/facebook.jpg) no-repeat left center;	
}

.footerRight .siteSearchLink
{
	background: url(/images/footer/searchsite.jpg) no-repeat left center;	
}

.footerRight .printPageLink
{
	background: url(/images/footer/printpage.jpg) no-repeat left center;	
}

.cpcCopyright
{	
	padding-top: 3px;
	display: inline-block;
	width: 250px;
	text-align: center;
	color: #888;
}

.siteByEngage
{
	padding-top: 3px;
	display: inline-block;
	width: 620px;
	text-align: right;
}

.siteByEngage a, .siteByEngage a:link, .siteByEngage a:visited
{
	color: #888;
	text-decoration: none;
}

.siteByEngage a:hover
{
	color: #ccc;
	border-bottom: 1px dashed #ccc;
}	

.mainContentLayer
{
	background-color: White;
	margin-top: 5px;
	background-image: url(/images/theclub/bubblebackground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.innerMainContentLayer
{
	padding: 1px 20px 20px 20px;
	margin-top: 0px;
}

.mainContentLayer h1
{
	margin-top: 20px;
	color: #444;
	font-size: 1.8em;
	margin-bottom: 5px;	
}

.mainContentLayer h2
{
	margin-top: 5px;
	color: #555;
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.mainContentLayer p, .mainContentLayer ul, .mainContentLayer li
{
	line-height: 1.5em;
}

.mainContentLayer a, .mainContentLayer a:visited
{
	text-decoration: none;
	color: Blue;
}

.mainContentLayer a:hover
{
	text-decoration: underline;
}

.SideNavigation ul
{
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
}

.SideNavigation ul li
{
}

.SideNavigation ul li a, .SideNavigation ul li a:link, .SideNavigation ul li a:visited
{
	color: White;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 3px 3px;	
}

.SideNavigation ul li a:hover
{
	background-color: #917f6a;
}

.Breadcrumb
{	
	margin-bottom: 8px;
	padding-bottom: 8px;
	margin-bottom: 25px;	
}

.Breadcrumb ul
{		
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.Breadcrumb li
{
	float: left;
}

.Breadcrumb li a:link, .Breadcrumb li a, .Breadcrumb li a:visited
{
	display: block;
	padding: 2px 2px 2px 15px;	
	text-decoration: none;
	color: #888;
	background-image: url(/images/bgs/tri_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-size: 0.9em;
}

.Breadcrumb li a:hover
{
	color: #bbb;
	text-decoration: underline;	
}