@charset "utf-8";
/* 
	The Homepage is broken up into four different sections
	1) Top Header - logo, navigation, search, call to action
	2) Video Section - Video
	3) Lower Header - Icon Navigation, Request RFP, Events
	4) Text - Body text and footer
*/

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	
	/* Default Font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #e6e6e6;
}

h1 {
	font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
	text-transform: uppercase;
	margin: 0;
}
h2, h3 {
	font-size: 17px;
	margin: 0;
}

.boardDirector {
	font: inherit;
	list-style: none;
}
.boardDirector li {
	margin-bottom: 5px;
}


/* Main Content Frame that is centered in the page */
#mainContent {
	margin: 0 auto;
	margin-top: 14px;
	text-align: left;
	background-color: #FFFFFF;
	width: 940px;
	border: 1px solid #bfc7ed;
}
.bodyimage {
	margin: 0px 0px 15px 15px;
	float:right;
	font-size: 11px;
	background-color: transparent;
	font-style:italic;
	color:#666666;
	text-align:center;
	width:350px;
		
}

.bodyimage img {
	border: 1px solid #000000;
	border-color:#000000

}

/* ================================================= */
/* Section 1 - Top Header ========================== */
/* ================================================= */

	/* Top Header Where logo is, navigation, call to action and search*/
	#topHeader {
	/*	height: 155px;	*/
	}

	/* The logo in the upper left corner */
	.logo {
		margin-left: 45px;
		margin-top: 5px;
	}

	/* The background S */
	.backgroundS {
		background-image:	url(/images/backgroundS.gif);
		background-repeat: no-repeat;
		background-position: 318px 0px;
		height: 155px;
	}

	/* the site name in the upper right hand corner */
	.name {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #6d6d6d;
		margin-right: 11px;
		margin-top: 16px;
	}

	/* search font in upper right hand corner */
	.search {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size: 12px;
		height: 19px;
		margin-right: 11px;
		margin-top: 11px;
		font-weight: 600;
	}

	/* The text field for search */
	.search input[type="text"] {
		padding: 0px;
		height: 17px;
		width: 159px;
		border: 1px solid #234688;
	}

	/* Call To Action Text in Upper Right hand corner */
	.calltoaction {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size: 20px;
		color: #454545;
		margin-right: 11px;
		margin-top: 4px;
		font-weight: bold;
		line-height: 20px;
	}
	
	.calltoactionBig {
		font-size: 22px;
	}
	

	.calltoaction a{
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size: 20px;
		color: #454545;
		margin-right: 11px;
		margin-top: 4px;
		font-weight: bold;
		line-height: 20px;
		text-decoration:none;
	}

	/* the navigation on the lower part of section 1 */
	.navigation {
		margin-top: 0px;
		margin-right: 11px; 
	}
	
	/* the space between the nav buttons */
	.navigationSpace {
		padding-left: 3px;
	}
	
	.navSpacer {
	/*	border-bottom: 1px #000000 solid;	*/
	}
	


/* ================================================= */
/* Section 2 - Video  ============================== */
/* ================================================= */
	/* Large Text Directly Under the Video */
	.tagline {
		height: 50px;
		background-color: #454545;
		color: #FFFFFF;
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size: 30px;
	}

	.taglineBig {
		font-size: 34px;
	}
	
	/* 1 pixel border under text */
	.taglineSpace {
		background-color: #e1e1e1;
		height: 1px;
	}

/* ================================================= */
/* Section 3 - Lower Header ======================== */
/* ================================================= */
	/* Destination Spot Banner */
	.destinationSpot {
		width: 658px;
		border: 2px solid #c9c9c9;
		background-image: url(/images/destinationBackground.gif);
		height: 82px;
		margin-left: 19px;
		margin-top: 12px;
	}
	
	.destinationTitle {
		margin-top: 8px;
		margin-left: 22px;
		font-size: 22px;
		font-family:Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.destinationSub {
		margin-left: 22px;
		font-size: 14px;
		font-family:Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	
	.mardigrahorse {
		float: right;
		margin-right: 0px;
		margin-top: -11px;
	}

	/* Location Is Everything Icon */
	.location {
		background:#FFFFFF;
		border: 2px solid #a1a1a1;
		height: 168px;
		width: 202px;
		text-align:center;
	}
	
	.locationTitle {
		margin-top: 8px;
	}
	
	.locationSub {
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 10px;
		text-align: left;
		margin-top: 4px;
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.locationSub a {
		color: #cf2121;
	}
	
	.locationSubSub{
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		margin-left: 80px;
		margin-top: 10px;
	}
	.locationSubSub a {
		color: #2445bf;
	}

	/* Stay, Dine and Explore and Saratoga Facts Icons */
	.iconNav {
		margin-top: 12px;
		margin-left: 19px;
	}

	.middle {
		margin-left: 22px;
		margin-right: 22px;
	}

	/* Right side for RFP and Events */
	.rightside {
		margin-left: 17px;
		margin-top: 12px;
	}

	.uploadRFP {
		margin-left: 22px;
		margin-top: 10px;
	}
	
	.envelope {
		margin-right: 15px;
		margin-top: -13px;
	}
	
	.rightTitle {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		color: #000000;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		margin-left: 21px;
		margin-right: 21px;
		letter-spacing: -1px;
	}
	
	.rightTitleBig {
		font-size: 20px;
	}
	
	.rightSub {
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		margin-left: 22px;
		margin-right: 22px;
		margin-top: 10px;
	}
	
	.rightSub a{
		color: #7a88ba;
		font-size: 12px;
		font-weight: bold;
	}
	
	.calendar {
		margin-left: 10px;
		margin-top: -15px;
	}
	
	.date {
		font-style: italic;
		color: #303030;
	}
	
	.allevents {
		margin-top: 13px;
		margin-right: 22px;
	}

	.lowerHeader {
		height: 448px;
	
		background-image: url(/images/statue_background.jpg);
		background-repeat: no-repeat;
		background-position: 0px 190px;
	}
	
	.BodyText {
		padding-top: 22px;
		padding-left: 29px;
		padding-right: 29px;
		background-position:bottom left;
		background-image: url(/images/statue_background.jpg);
		background-repeat: no-repeat;
		padding-bottom: 200px;
		min-height: 407px;
		/*border: 1px solid #00FF00;*/
	}
	
	.BodyText h1 {
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		color: #7686c2;
		font-size: 20px;
		font-weight:bold;
	}
	
	.BodyText a {
		font-weight: bold;
		color:#000000;
	}
	.bodytext li {
        margin-bottom:10px;
}

/* ================================================= */
/* Section 4 - Body Text =========================== */
/* ================================================= */
	.mainText {
		margin: 0 auto;
		width: 882px; 
		text-align: left;
		color: #e6e6e6;
		font-size: 12px;
		margin-top: 27px;
	}
	
	.mainText h1 {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-weight: bold;
		font-size: 20px;
		margin: 0;
	}
		
	.mainText a {
		font-weight: bold;
		color: #e6e6e6; 
	}
	
	.footerNav {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		margin: 0 auto;
	}
	
	.footerNav a {
		color: #e6e6e6;
	}
	
/* ================================================= */
/* LISTING PAGES =================================== */
/* ================================================= */	
.listingBorderTop {
	border-top: 1px solid #DCDCDC;
}

/* New Design 7-23-2009 */
.listingBorderBottom {
	border-bottom: 1px solid #afafaf;
	padding-bottom: 15px;
	padding-top: 15px;
}

/* New Design 7-23-2009 */
.listingPadding {
	padding-left: 15px;
}

/* New Design 7-23-2009 */
.listingCategoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 18px;
	text-transform: uppercase;
}

/* New Design 7-23-2009 */
.listingCategoryAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

/* New Design 7-23-2009 */
.listingCategoryDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* New Design 7-23-2009 */
h1.h1header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #5e74c5;
	text-transform: none;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

h1.h1header .calltoactionBig {
	font-size: 35px;
}

.listingMemberInfo {
	background-color: #e6e6e6;
	padding: 15px;
	border: 1px solid #d6d6d6;
}

.listingMemberAddress {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.memberListingContact {
	padding-left: 20px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.memberContact {
	background-image: url(/images/memberContact.gif);
	background-position: .5% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
	*background-position: 3px 3px;
}

.memberPhone {
	background-image: url(/images/memberPhone.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}

.memberFax {
	background-image: url(/images/memberFax.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}

.memberEmail {
	background-image: url(/images/memberEmail.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}

.memberWebsite {
	background-image: url(/images/memberWebsite.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}

.contactTable {
	height: 105px;
}

.memberGoogleMaps {
	width: 313px;
	float: right;
}

.backToCategory {
	text-align: right;
	margin-top: -25px;
	margin-bottom: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.backToCategory a {
	color: #7b82a8;
}

.memberTabbed {
	width: 550px;
}

.memberTabbedNav {
	list-style: none;
	display: inline-block;
	margin: 0px;

}

.memberTabbedli {
	background-color: #c8c8c8;
	border: none;
	display: inline-block;
	*display: inline;
	margin: 0px;
	padding: 10px 6px 10px 6px;
	height: 19px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.memberPanelGroup {
	border: 1px solid #d6d6d6;
	background-color: #FFFFFF;
	padding: 0px 15px 15px 15px; 
	text-align: justify;
}

.memberGroup {
	background-color: #FFFFFF;
	border: none; 
	min-height: 355px;
}

.reserveNow {
	*padding-right: 2px;
}

/* ================================================= */
/* Catering Table=================================== */
/* ================================================= */	
.tableCell{
	border-bottom: 3px solid #000000;
}

.tableRowA {
	background-color: #eeeeee;
	height: 30px;
}

.tableRowB {
	background-color: #cccccc;
	height: 30px;
}

	.saRFP a{
		color: #5a72cc;
	}
	
	.saRFP a:hover {
		color: #2445bf;
	}


/* ================================================= */
/* Press Table====================================== */
/* ================================================= */	

.pressRowA {
	background-color: #D7D8EC;
	text-align:left;
}

.pressRowB {
	background-color: #FFFFFF;
	text-align:left;
}

#pressTable tr td {
	padding:12px;
}

#pressTable a {
	text-decoration:none;
	font-weight: bold; 
	font-size:16px;
}

#pressTable a:hover {
	text-decoration:underline;
}

h1.pressHeader {
	font-family:Arial, Helvetica, sans-serif;
	color:#4955aa;
	font-size:21px;
	text-transform:uppercase;
	padding-bottom:12px
}



/* ================================================= */
/* Members Table==================================== */
/* ================================================= */	
.memberList .tableCell{
	border-bottom: 3px solid #000000;
}

.memberList .tableRowA {
	background-color: #d7d8ec;
	height: 8px;
}

.memberList .tableRowB {
	background-color: #ffffff;
	height: 8px;
}

	.memberList .saRFP a{
		color: #5a72cc;
	}
	
	.memberList .saRFP a:hover {
		color: #2445bf;
	}

.memberList .tableRowA p {
	padding:0;
	margin:0;
}

.memberList .tableRowB p {
	padding:0;
	margin:0;
}



/* ================================================= */
/* Admin Section =================================== */
/* ================================================= */	
fieldset {}

legend {
	background-color: #4C6598;
	color: #FFFFFF;
	border: 1px solid #0A345E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


.urlMessageOutput {
	border: 1px solid #333333;
	background-color: #FFFF99;
	color: #000000;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-bottom: 4px;
}
.authUserMessageOutput {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-bottom: 4px;
}


div.Section1
	{page:Section1;}
.RWeektext {color: #000000}


/* ================================================= */
/* Photo Gallery =================================== */
/* ================================================= */	
div.photoGalleryWrapper {
	width:204px;
	height:220px;
	margin:5px;
	text-align:center;
	float:left;
	clear:none;
}
.photoGalleryWrapper img {
	border:1px solid #ffffff;
}
.photoGalleryWrapper img:hover {
	border:1px solid #39B7AB;
}
.clear {
	clear:both;
}
#requestImagesForm {
	float:left;
}
#requestImagesForm label {
	display:block;
	float:left;
	clear:none;
	width:150px;
	font-weight:bold;
}


/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	border: 0;
	background: #454545; 
	width: 940px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 6px;
	width: 920px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 11px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	white-space: nowrap;
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: #454545;
	font-weight: normal;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ffffff;
	font: normal 11px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	font-weight: bold;
	color: #999999;
	margin: 0 3px 0 0;
}
ul.newsticker div {
	margin: 0 50px 0 0;
}
.toolkit_img {
	margin: 0px 0px 15px 15px;
	float:right;
	font-size: 11px;
	background-color: transparent;
	font-style:italic;
	color:#666666;
	text-align:center;
	width:350px;
}
.tabletop {
	padding-top:15px;
}
.toolkit_table table {
	padding-top:15px;
}
.toolkit_table td {
	vertical-align:top;
	padding:0 14px 0 14px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-style:italic;
}
.toolkit_table p {
	padding:5px 0 0 0;
	margin:0px;
}
.toolkit_table .text {
	padding:5px 8px 0 8px;
	margin:0px;
}
.toolkit_table .view {
	margin:8px 0 28px 8px;
}
.toolkit_table img {
	margin-bottom:4px;
}
.toolkit_table h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ce1618;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0 8px 0 8px;
	font-style:normal;
}

.listingTitle a {
	font-size:19px; 
	text-decoration:none;
	padding:0;
	margin:0;
}

.listingTitle a:hover {
	text-decoration:underline;
}

.membersDescShort {
	font-style:italic;
	font-size:11px;
	padding:0;
	margin:0;
}

.membersDescShort a {
	font-style:italic;
	color:#2b3477;
	text-decoration:none;
}

.membersDescShort a:hover {
	text-decoration:underline;
}

.conferencesHeaders {
	margin:16px 0 0 0;
}

.conferencesHeaders .leftCol {
	text-align:center;
}

.conferencesHeaders .rightCol {
	background-image:url(../images/rowBg.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	padding-left:8px;
	color:#FFF;
	text-transform:uppercase;
}

.memberbenefitsimg {
	padding:5px; border: #000000 1px solid; float:right; margin: 0 0 10px 10px;
	}










