@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;
	background-image:url(/images/sctb_new_background.jpg);
	background-repeat:repeat-x;
	
	/* 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: 956px;
	border: 3px solid #ffffff;
}
.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/home_top_bg.jpg);
		background-repeat: no-repeat;
		background-position:center;
	}

	/* the site name in the upper right hand corner */
	.name {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000;
		margin-right: 11px;
		font-weight:bold;
	}

	/* search font in upper right hand corner */
	.search {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size: 12px;
		height: 19px;
		font-weight: 600;
		margin-bottom:8px;
	}

	/* The text field for search */
	.search input[type="text"] {
		padding: 0px;
		height: 17px;
		width: 159px;
		border: 1px solid #234688;
	}

	.actionnav {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #526ac1;
		margin-right: 11px;
		margin-top: 4px;
		font-weight: bold;
		line-height: 20px;
	}

	.actionnav a {
		color:#526ac1;
	}
	
	.actionnav a:hover {
		text-decoration:none;
	}

	/* 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: 7px;
		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: 309px;
	border: 3px solid #c9c9c9;
	margin-top: 6px;
	}
	
	.destinationSub {
		margin: 4px;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		line-height:1.5;
	}
	
	.destinationSub h1 {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size:22px;
		line-height:1.3;
	}
	
	.destinationSub img {
		margin:7px;
		width: expression(this.width > 290 ? 290: true);
		max-width: 290px;
	}
	
	.destinationSub a {
		color:#454545;
		text-decoration:underline;
	}
	
	.destinationSub a:hover {
		text-decoration:none;
	}
	
	/* 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;
		font-weight:bold;
	}
	
	.rightSub a{
		color: #7a88ba;
		font-size: 12px;
		font-weight: bold;
	}
	
	.calendar {
		margin-left: 10px;
		margin-top: -15px;
	}
	
	.date {
		font-weight:normal;
	}
	
	.allevents {
		margin-top: 13px;
		margin-right: 22px;
	}

	.lowerHeader {
		height: 448px;
	}
	
	.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;
	}

/* ================================================= */
/* Section 4 - Body Text =========================== */
/* ================================================= */
	.mainText {
		margin: 0 auto;
		width: 882px; 
		text-align: left;
		color: #e6e6e6;
		font-size: 14px;
		margin-top: 27px;
		line-height:1.5;
		font-weight:bold;
	}
	
	.mainText h1 {
		font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-weight: bold;
		font-size: 22px;
		margin: 0;
		text-align:center;
		color:#aeb9e2;
	}
	
	.mainText h2 {
		color:#aeb9e2;
	}
	
	.mainText a {
		font-weight: bold;
		color: #e6e6e6; 
	}
	
	.mainText a:hover {
		text-decoration:none;
	}

/* ================================================= */
/* NEW FOOTER =================================== */
/* ================================================= */	

	.footerNav {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		margin: 0 auto;
		padding-top:15px;
	}
	
	.footerNav a {
		color: #e6e6e6;
	}
	
	.footerDiv {
		font-size:0.8em;
		color:#ffffff;
		background-color:#313131;
	}
	
	.footerDiv a {
		color:#ffffff;
	}

	.footerDiv a:hover {
		text-decoration:none;
	}
	
	.footerAddress {
		text-align:center;
		color:#FFF;
		margin-top:10px;
	}
	
	.footerMannix {
		text-align:center;
		color:#808080;
		margin-top:10px;
		padding-bottom:30px;
	}
	
	.footerMannix a {
		color:#808080;
	}


/* ================================================= */
/* NEW NAV =================================== */
/* ================================================= */	

	.leftWrapper {
		border-right: thin solid #C4C4C4;
		margin-top:10px;
		margin-bottom:10px;
	}

	.leftNav {
		text-align:right;
	}

	.leftNav a {
		font-size:0.875em;
		font-family:Arial, Helvetica, sans-serif;
		color:#526ac1;
		padding-right:6px;
		text-decoration:none;
		font-weight:bold;
	}
	
	.leftNav a:hover {
		color:#7a6d1b;
	}

/* ================================================= */
/* NEW CODE FOR HOMEPAGE =========================== */
/* ================================================= */	

	ul.events {
		margin-left:8px;
		margin-right:0px;
		padding:0px;
	}
	
	ul.events li {
		margin-left:0px;
	}

	.HomeEventsLink a {
		font-size:0.938em;
		margin-bottom:8px;
		padding-right:5px;
		color:#8797d7;
		font-weight:bold;
	}
	
	.HomeEventsLink a:hover {
		text-decoration:none;
	}
	
	.HomeEventsLink {
		font-size:0.938em;
		margin-bottom:8px;
		padding-right:5px;
		color:#8797d7;
	}

	.mainHome {
		padding:5px;
	}

	.homeContent {
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.813em;
		color:#646464;
	}	

	.homeContent a {
		font-family:Arial, Helvetica, sans-serif;
		color:#8797d7;
		font-size:1.05em;
	}	

	.homeContent a:hover {
		text-decoration:none;
	}

	.homeContent h1 {
		font-family:"Trajan Pro", "Times New Roman", Georgia, sans-serif;
		font-size:18px;
		color:#000000;
		margin:0px;
		padding:0px;
	}

	.line {
		height:3px;
		background-color:#FFF;
	}
	
/* ================================================= */
/* LISTING PAGES =================================== */
/* ================================================= */	
.listingBorderTop {
	border-top: 1px solid #DCDCDC;
}


/* ================================================= */
/* Catering Table=================================== */
/* ================================================= */	
.tableCell{
	border-bottom: 3px solid #000000;
}

.tableRowA {
	background-color: #eeeeee;
	height: 30px;
}

.tableRowB {
	background-color: #cccccc;
	height: 30px;
}

.saRFP {
	color: #526ac1;
	font-size:2.1em;
	font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
	font-weight:bold;
	margin-right: 11px;
	margin-bottom:7px;
}


/* ================================================= */
/* 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;
}

/* HOMEPAGE TEXT OVERLAY */

td.home_plan {
	background-color:#239C8F;
	height:102px;
	vertical-align:top;
}

td.home_visit {
	background-color:#B51515;
	height:102px;
	vertical-align:top;
}

td.home_join {
	background-color:#132396;
	height:102px;
	vertical-align:top;
}

.home_nav_text {
	margin:0px 0px 5px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.5;
	width:282px;
}

.home_nav_text a {
	color:#FFF;
	text-decoration:none;
}

.home_nav_text a:hover {
	color:#FFF;
	text-decoration:none;
}

.home_nav_text .home_nav_link {
	text-decoration:underline;
}
.editable-helvetica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height:1.2;
	padding-top: 5px;
}

.editable-helvetica a {
	color:#000;
	}
.editable-helvetica-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.editable-helvetica-small a {
	color:#000;
	}
	
.editable-helvetica-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B51515;
	line-height: 16px;
	margin-bottom: 20px;
}

.editable-helvetica-red a {
		color:#B51515;
}

.editable-helvetica-small-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #B51515;
}

.editable-helvetica-small-red a {
		color:#B51515;
}

.navbar {
	float: left;
	width: 956px;
	height: 28px;
	font-family: "Trajan Pro", "Times New Roman", Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color:#666666;
	text-align:center;
	padding-top:13px;
}

.navbar a {
	color:#fff;
	padding:0 7px;
}

.navbar a:hover {
	color:#aeb9e2;
	}
#navbar {
	height: 28px;
	width: 954px;
}
.clear {
	clear: both;
}



/* ======================= CSS ROLLOVERS ======================== */

/* ========= HOME ========== */

#rollnavHome
{
  display: block;
  width: 89px;
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/home_btn.gif") no-repeat 0 0;

}

#rollnavHome:hover
{ 
  background-position: 0 -28px;
}

#rollnavHome span
{
  display: none;
}

/* ========= WHY SARATOGA ========== */


#rollnavWhySara
{
  display: block;
  width: 139px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/whysaratoga_btn.gif") no-repeat 0 0;

}

#rollnavWhySara:hover
{ 
  background-position: 0 -28px;
}

#rollnavWhySara span
{
  display: none;
}

/* ========= MEETINGS/EVENT PLANNING ========== */


#rollnavMeetings
{
  display: block;
  width: 227px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/meeting_btn.gif") no-repeat 0 0;

}

#rollnavMeetings:hover
{ 
  background-position: 0 -28px;
}

#rollnavMeetings span
{
  display: none;
}

/* ========= SARATOGA EXPERIENCE ========== */


#rollnavExper
{
  display: block;
  width: 213px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/saratogaexperience_btn.gif") no-repeat 0 0;

}

#rollnavExper:hover
{ 
  background-position: 0 -28px;
}

#rollnavExper span
{
  display: none;
}

/* ========= MEDIA ========== */


#rollnavMedia
{
  display: block;
  width: 68px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/media_btn.gif") no-repeat 0 0;

}

#rollnavMedia:hover
{ 
  background-position: 0 -28px;
}

#rollnavMedia span
{
  display: none;
}

/* ========= MEMBERS ========== */


#rollnavMembers
{
  display: block;
  width: 89px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/members_btn.gif") no-repeat 0 0;

}

#rollnavMembers:hover
{ 
  background-position: 0 -28px;
}

#rollnavMembers span
{
  display: none;
}

/* ========= CONTACT US ========== */


#rollnavContact
{
  display: block;
  width: 131px;  
  height: 28px;
  float:left;
  background: url("/images/slices-homepage/nav-sliced/contact_btn.gif") no-repeat 0 0;

}

#rollnavContact:hover
{ 
  background-position: 0 -28px;
}

#rollnavContact span
{
  display: none;
}
