@charset "utf-8";

/***********************************************************************************************
	Sitewide styling for typography and colors
	Note: Styling for tabs and pane headers is found within tabstyles.css.
		When making global typography changes, this file will also need to be updated.
************************************************************************************************/

body {
	background-color: #15657A;
	background-image: url(../media/textures/bodybackground.gif);
	background-repeat: repeat;
}
img {
border: none;
outline:none;
}
#slideContainer img {
	display: block;
}

a {
	color: #415A96;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration:underline;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #D92525;
	margin: 0px;
}

h1 a {
	color: #D92525;
	text-decoration: none;
}

h1 a:hover {
	color: #D92525;
	text-decoration: underline;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #D92525;
}

h2 a {
	color: #D92525;
	text-decoration: none;
}

h2 a:hover {
	color: #D92525;
	text-decoration: underline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 20px;
}

h3 img {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	max-width: 550px;
	color: #333;
}

table{
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #333;
	margin-bottom:40px;
}

/*Sets styling for amenity features list, should match p styles*/
#featuresList{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	max-width: 550px;
	color: #333;
	text-indent:-40px;
	list-style-position: inside;
}
/*Sets styling for tables within tabs, mostly used for pricing and fees should match p styles*/
.panes div table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	max-width: 550px;
	color: #FFF;
	text-indent:-0.4em; /*Sets hanging quotes*/
	margin-left: 0px; /*Keeps the left margin in line with p copy*/
}

/* Designates the positioning and width for the large title text used on pages throughout the site */
#titleText {
	position:absolute;
	width:568px;
	height:auto;
	z-index:5;
	margin: 20px;
	padding: 20px;
	top: 0px;
}

#titleText h1  {
	color:#FFF;
}

#titleText a {
	color: #FFF;
}

#titleText a:hover {
	color: #FFF;
	text-decoration: underline;
}

#titleText a:visited {
	color: #FFF;
}

#titleText a:active {
	color: #FFF;
}

/******************************************************************************************************************************
	End type & colors.
	Begin sitewide structure elements. 
	Individual pages or sections may also have their own stylesheet if they have specific style needs. (ie: amenitystyles.css)
*******************************************************************************************************************************/
#leftbodytexture{
	position:absolute;
	width: 300px;
	height:500px;
	top: 0px;
	left: -300px;
	z-index:1;
	text-align: center;
	background-image: url(../media/textures/bodytextureleft.png);
	background-repeat: no-repeat;
}
#rightbodytexture{
	position:absolute;
	width: 300px;
	height:500px;
	top: -94px;
	left: 953px;
	z-index:1;
	text-align: center;
	background-image: url(../media/textures/bodytextureright.png);
	background-repeat: no-repeat;
}

/* The image link in the header back to the homepage. */
#homelink{
	height: 71px;
	width: 342px;
	position: absolute;
	z-index: 20;
	left: 40px;
	top: 113px;
}

/* The image link in the header back to the homepage. */
#memberhomelink{
	height: 71px;
	width: 342px;
	position: absolute;
	z-index: 20;
	left: 40px;
	top: 70px;
}

/*Sets positioning and specifies the image for the amenities header */
#headcontainer {
	position:relative;
	width:952px;
	height:265px;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	margin-top: 0px;
	background-image: url(../media/tdheader.jpg);
	background-repeat: no-repeat;
}

/*Sets positioning and specifies the image for the members area header */
#membersheader {
	position:relative;
	width:952px;
	height:180px;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	margin-top: 0px;
	background-image: url(../media/memberheader.jpg);
	background-repeat: no-repeat;
}

/*Creates the shadow/boder effect that separates the header image from the main body content. In the code, this is found in the first line of the main body container*/
#border{
	position:relative;
	width:952px;
	height:17px;
	background-image:url(../media/border.png);
	background-repeat:repeat-x;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
	
	
	
/******************************************************************************************************************************
	Styling for the footer and all associated elements are below
*******************************************************************************************************************************/

#footer {
	width:912px;
	height:240px;
	background-image:url(../media/footerimage.jpg);
	background-repeat:no-repeat;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4BF94;
	line-height: 18px;
}
#footer a {
	color: #C4BF94;
	text-decoration:none;
}
#footer a:hover {
	color: #666;
	text-decoration:underline;
}
#footerRight{
	float:right;
	width: 244px;
	height:138px;
	padding: 20px;
	margin-top: 40px;
	border-left: solid 1px #C4BF94;
	z-index:5;
}

#footerLeft{
	float:left;
	width: 244px;
	height:138px;;
	padding: 20px;
	margin-top: 40px;
	border-left: solid 1px #C4BF94;
	z-index:5;
}

#footer .icon{
	float: left;
	margin: 10px 5px 10px 0px;
}

/******************************************************************************************************************************
	Positioning and styling for individual main page bodies are listed alphabetically below.
	The about page container is located in the amenitystyles.css file.
*******************************************************************************************************************************/

#amenitiesContainer {
	position:relative;
	width:952px;
	height:1150px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../media/amenitybk.png);
	background-repeat:repeat-x;
}
#eventsContainer {
	position:relative;
	width:952px;
	height:1500px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #A5C1CA;
}
#indexContainer {
	position:relative;
	width:952px;
	height:560px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #A5C1CA;
}
#locationContainer {
	position:relative;
	width:952px;
	height:560px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../media/images/location.jpg);
}

#bigbodycontainer {
	position:relative;
	width:952px;
	height:1500px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #A5C1CA;
}


#rightColumn {
	position:absolute;
	width:568px;
	height:500px;
	z-index:1;
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	top: 0px;
}
#leftColumn {
	position:absolute;
	width:244px;
	height:auto;
	z-index:1;
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	left: 628px;
	top: 0px;
}
#leftColumn img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fullColumn {
	position:absolute;
	width:876px;
	height:auto;
	z-index:1;
	background-color: #FFF;
	margin: 20px;
	padding:20px;
}
#fullColumn img {
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

/****************************************************************************************************
	Styling for Search Form
*****************************************************************************************************/

#footerRight form{
	margin-bottom:10px;
}

#footerLeft form{
	margin:-20px 0px 10px 0px;
}

#button{
	font-size:100%;
	cursor:pointer;
	
	color: #fff;
	border: solid 1px #494949;

	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */

}

#button:hover{
	font-size:100%;
	cursor:pointer;
	background:#FFF;
	color:#000;
}

#field{
	 background:#FFF;
	 border: solid 1px #bcbbbb;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	padding: 0 0 0 7px;
}








/****************************************************************************************************
	Styling for Twitter feed
*****************************************************************************************************/
#tweethead2 {
	position:relative;
	width:952px;
	height:38px;
	z-index:3;
	margin: 0px auto 0px auto;
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC;
	text-align: right;
	font-size: 11px;
	background-image:url(../media/twitterfolder.png);
	background-repeat:no-repeat;
}
#twitterfeed{
	padding-top: 2px;
	}
	
#tweethead a img {
	color: none;
	text-decoration: none;
}

ul.twitterlist {
	list-style:none;
	margin-right: 120px;
}
ul.twitterlist a {
	color:#CCC;
}

ul.twitterlist a:hover {
	color: #666;
	text-decoration:underline;
}


/****************************************************************************************************
	Styling for Members Only Overlay
*****************************************************************************************************/


.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background: url(../media/membersonlybk.png) repeat;
	width:200px;
	height:auto;
	padding:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
}

#membersonly {
	cursor:pointer;
	margin: 0px 20px 30px 80px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #D92525;
}

#membersonly a{
	color: #D92525;
	text-decoration:none
}

#membersonly a:hover{
	color: #666;
	text-decoration: underline;
}
	
