html {
	overflow: hidden;
}

body {
	background: url(../img/background.jpg) fixed 930px 50%;
	background-repeat: repeat-x;
	font-family: "georgia", "Times", serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	color: #622853;
}

a {
	text-decoration: none;
	color: #622853;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h4 {
	font-size: 1.1em;
	color: #622853;
	font-weight : bold;
}

/* STRUCTURE */
	#overlay {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../img/interior_bg.png);
		z-index: 2000;	
	}
	
	#video {
		position: absolute;
		width: 720px;
		height: 406px;
		left: 50%;
		top: 50%;
		margin-left: -360px;
		margin-top: -203px;
		background: #ffffff;
	}
	
	#overlay_close {
		position: absolute;
		width: 28px;
		height: 28px;
		left: 50%;
		top: 50%;
		margin-left: 360px;
		margin-top: -225px;
	}

	#wrapper {
		position: absolute;
		width: 900px;
		height: 635px;
		top: 50%;
		left: 50%;
		margin-left: -450px;
		margin-top: -300px;
	}
	
	#header {
		position: absolute;
		width: 440px;
		height: 40px;
		top: 50%;
		left: 50%;
		margin-top: -242px;
		margin-left: -220px;
		z-index: 100;
	}
	
	#logo {
		position: absolute;
		width: 343px;
		height: 128px;
		left: 50%;
		top: 0;
		margin-left: -172px;
		margin-top: -128px;
	}
	
	#logo A {
		display: block;
		width: 343px;
		height: 128px;
	}
	
	#background {
		position: absolute;
		width: 850px;
		height: 490px;
		left: 50%;
		top: 50%;
		margin-left: -425px;
		margin-top: -245px;
		overflow: hidden;
		background: #CBC1A0;
	}
	
	#content {
		position: relative;
		z-index: 1000;
		width: 305px;
		height: 320px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	#default_content  {
		position: absolute;
		width: 310px;
		height: 380px;
		padding: 55px 55px 55px 10px;
		left: 50%;
		top: 50%;
		margin-left: 60px;
		margin-top: -235px;
		background: url(../img/interior_bg.png);
	}
	
	#full_content  {
		position: absolute;
		width: 740px;
		height: 380px;
		padding: 55px;
		left: 50%;
		top: 50%;
		margin-left: -425px;
		margin-top: -245px;
		background: url(../img/interior_bg.png);
	}
	
	#full_content #content {
		width: 720px;
	}
	
	.page_title {
		text-align: center;
		text-transform: uppercase;
		color: #5a2149;
		background: url(../img/flourish.png) bottom center no-repeat;
		padding-bottom: 41px;
		font-weight: normal;
		margin-bottom: 0;
	}
	
	#content_overlay {
		position: absolute;
		width: 900px;
		height: 635px;
		left: 50%;
		top: 50%;
		margin-left: -450px;
		margin-top: -328px;
		background: url(../img/overlay.png) center top no-repeat;
		z-index: 10;
	}

	#footer {
		position: absolute;
		width: 574px;
		height: 100px;
		left: 50%;
		top: 50%;
		margin-left: -282px;
		margin-top: 278px;
		z-index: 90000;
		color: #cbc1a0;
	}
	
	#copyright {
		float: left;
		width: 50%;
	}
	
	#phone_number {
		float: right;
		width: 160px;
	}
	
	#phone_number a {
		display: block;
		float: right;
		width: 16px;
		height: 16px;
		text-indent: -3000em;
		background: url(../img/social.png) no-repeat;
		margin-left: 5px;
	}
	
	a#facebook {
		background: url(../img/social.png) -16px top no-repeat;
	}
	
	a#facebook:hover {
		background: url(../img/social.png) -16px bottom no-repeat;
	}
	
	a#twitter {
		background: url(../img/social.png) left top no-repeat;
	}
	
	a#twitter:hover {
		background: url(../img/social.png) left bottom no-repeat;
	}
	
	a#linkedin {
		background: url(../img/social.png) -32px top no-repeat;
	}
	
	a#linkedin:hover {
		background: url(../img/social.png) -32px bottom no-repeat;
	}

/* MENU */
	#menu {
		width: 100%;
		height: 30px;
	}
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}
	
	#menu li {
		float: left;
	}
	
	#menu li a { /* TOP LEVEL MENU ITEMS */
		display: block;
		padding: 0 10px;
		line-height: 20px;
		text-transform: uppercase;
	 	color: #ffffff; /* MENU FONT COLOR */
	}
	
	#menu li a:hover { /* TOP LEVEL MENU HOVER */
		color: #cbc1a0;
	}
	
	#menu li ul {
		position: absolute;
		display: none;
		background: url(../img/interior_bg.png);
	}
	
	#menu li li {
		float: none;
	}
	
	#menu li li a { /* SUB LEVEL MENU ITEMS */
		color: #622853;
		padding: 5px 15px;
	}
	
	#menu li li a:hover { /* SUB LEVEL MENU HOVER */
	
	}
	
/* CUSTOM */
#home #full_content {
	display: none;
}

#home .plugin_gallery_slideshow {
	position: absolute;
	top: 350px;
	height: 145px;
	width: 740px;
	background: url(../img/interior_bg.png);
	padding: 20px 55px;
}

#twitter_update_list {
	margin: 0;
	padding: 0;
}

#twitter_update_list LI {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: dashed thin #622853; 
}


#services-sports #default_content {
	padding: 55px 10px 55px 55px;
	margin-left: 20px;
	left: 0px;
}

#services-sports #content {

}

#archive_plugin UL, #archive_plugin LI {
	list-style: none;
	padding: 0;
	margin: 0;
}

#archive_plugin LI {
	border: 1px solid;
	margin-bottom: 5px;
	width: 280px
}

#archive_plugin LI A {
	display: block;
	padding: 5px;
	width: 270px;
}
