/*	$Id: home.css,v 1.5 2008/12/10 19:15:58 spud Exp $	*/

	body.home {
		margin: 0 auto;
		background: url(../../graphics/elements/background_home.png);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: repeat-y;
	}

	body.facilities {
		margin: 0 auto;
		background: url(../../graphics/elements/background_facilities.png);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: repeat-y;
	}
			
	body.catering {
		margin: 0 auto;
		background: url(../../graphics/elements/background_catering.png);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: repeat-y;
	}
			
	body.membership {
		margin: 0 auto;
		background: url(../../graphics/elements/background_membership.png);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: repeat-y;
	}
			
	body.contact {
		margin: 0 auto;
		background: url(../../graphics/elements/background_contact.png);
		background-position: top center;
		background-attachment: fixed;
		background-repeat: repeat-y;
	}
			
	#portal {
		width: 818px;
		margin: 0 auto 20px auto;
		padding: 0 40px;
		position: relative;
	}
			
	#sidebar {
		display: none;
	}
	
	#topnav {
		width: 800px;
		text-align: center;
	}
			
	a.nav {
		font-variant: small-caps;
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 17px;
		height: 30px;
		width: 220px;
		text-decoration: none;
		padding: 3px 10px 0 10px;
		margin: 0;
		color: #897542;
	}
			
	a.nav:hover, a.nav.active, a.nav.active:hover {
		color: #c7770c;
	}
			
	a.subnav {
		font-variant: normal;
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 14px;
		height: 20px;
		width: 200px;
		display: block;
		text-decoration: none;
		padding: 3px 0 3px 20px;
		margin: 0;
		color: #897542;			
	}
			
	a.subnav:hover, a.subnav.active, a.subnav.active:hover {
		color: #c7770c;
	}
			
	.address {
		text-align: center;
		font-variant: normal;
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 12px;
		line-height: 1.1em;
		color: #aa9663;
		margin: 10px 0;
	}
	
	.address:hover {
		color: #897542;
	}
			
	.address a, #contentbox a {
		text-decoration: none;
		color: #aa9663;
	}
			
	.address a:hover, #contentbox a:hover {
		text-decoration: underline;
	}
			
	#contentbox {
		font-variant: normal;
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 14px;
		line-height: 1.3em;
		margin: 0 auto;
		padding: 0;
		width: 800px;
		text-align: justify;
		color: #897542;
	}
		
			
	#monoSlideshow {
		background-color: #fff;
		background-image: url(../../graphics/slideshow/courtyard.jpg);
		background-repeat: no-repeat;
		width: 798px;
		height: 400px;
		z-index: 10;
		margin: 0 0 10px 0;
		border: 1px solid #897542;
		overflow: hidden;
	}
				
	.notop {
		margin-top: 0;
		padding-top: 0;
	}