@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 
body {
	background: #3679c7 url(../images/shell/site_bg.gif) repeat-x left top;
}

#column1 ul, #column1 ol {
	margin:10px;
} 

#column1 ul li {
	margin-left:20px;
	list-style-type:disc;
}
#column1 ol li {
	margin-left:20px;
	list-style-type:decimal;
}

h1 {
	color:#2b538e;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:5px;
}

h2 {
	color:#2b538e;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:5px;
}

.datafield textarea {
	width: 300px;
}

h3, h3.white {
	color:#2b538e;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:5px;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:5px;
}
h5 {
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:5px;
}
h6 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

h3.white {
	color:#ffffff;
}

#siteContainer p {
	margin-bottom:10px;
}

#column1 a {
	color:#003366;
	text-decoration:none;
}
#column1 a:hover {
	text-decoration:underline;
}

td {
	color: inherit;
	font-size:inherit;
	font-family:inherit;
	line-height:inherit;
}

strong, b {
	font-weight: bold;
}

/*****************************
      LAYOUT 
******************************/

#siteContainer {
	background: #3679c7 url(../images/shell/container_bg.gif) repeat-x left top;
	background-color:#5e94d2;
	width:990px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	color: #666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}



#site {
	width:972px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:67px;
	width:972px;
	clear:both;
	margin-bottom:0px;
	margin-top:0px;	
}

#navHolder {
	width:663px;
	height:67px;
	float:left;
	position:relative;
}
#mainNav {
	position:absolute;
	z-index:20;
}

#mainNav ul {
	z-index:20;
}

#mainNav ul li {
	float:left;
	display:block;
	text-align:center;
	z-index:20;
}

#mainNav ul li a {
	display:block;
	outline:none;
	z-index:20;
}

/*#mainNav ul li ul {
	position:absolute;
	left:15px;
	width:631px;
	height:203px;
	background: url(../images/shell/drop_down_temp.jpg) no-repeat left top;
}*/

#mainNav span {
	display:none;
}

.homeNav,.homeNavSelected,.visitorsNav,.visitorsNavSelected,.meetingsNav,.meetingsNavSelected,.mediaNav,.mediaNavSelected,.contactNav,.contactNavSelected {
	z-index:10;
	margin-top:27px;
	margin-left:8px;
	width:92px;
	height:52px;
	z-index:20;
}

.homeNav { width:92px; height:52px; background: url(../images/shell/homeNav.png) no-repeat left top !important;
				background: url(../images/shell/homeNav.gif) no-repeat left top; }
.homeNavSelected {width:92px; height:52px; background: url(../images/shell/homeNav.png) no-repeat right top !important;
				background: url(../images/shell/homeNav.gif) no-repeat right top; }

.visitorsNav { width:92px; height:52px; background: url(../images/shell/visitorsNav.png) no-repeat left top !important;
				background: url(../images/shell/visitorsNav.gif) no-repeat left top; }
.visitorsNavSelected {width:92px; height:52px; background: url(../images/shell/visitorsNav.png) no-repeat right top !important;
				background: url(../images/shell/visitorsNav.gif) no-repeat right top; }

.meetingsNav { width:101px; height:52px; background: url(../images/shell/meetingsNav.png) no-repeat left top !important;
				background: url(../images/shell/meetingsNav.gif) no-repeat left top; }
.meetingsNavSelected {width:101px; height:52px; background: url(../images/shell/meetingsNav.png) no-repeat right top !important;
				background: url(../images/shell/meetingsNav.gif) no-repeat right top;}

.mediaNav { width:92px; height:52px; background: url(../images/shell/mediaNav.png) no-repeat left top !important;
			background: url(../images/shell/mediaNav.gif) no-repeat left top;}
.mediaNavSelected { width:92px; height:52px; background: url(../images/shell/mediaNav.png) no-repeat right top !important;
			background: url(../images/shell/mediaNav.gif) no-repeat right top; }

.contactNav { width:119px; height:52px; background: url(../images/shell/contactNav.png) no-repeat left top !important;
			background: url(../images/shell/contactNav.gif) no-repeat left top;}
.contactNavSelected { width:119px; height:52px; background: url(../images/shell/contactNav.png) no-repeat right top !important;
			background: url(../images/shell/contactNav.gif) no-repeat right top;}

#siteSearch {
	position:absolute;
	right:120px;
	top:35px;
}
#siteSearchForm {
	position:relative;
}
#siteSearchForm #txtInput {
	color:#000;
	background: url(../images/shell/search_bg.gif) no-repeat left top;
	border:none;
	padding-top:4px;
	padding-left:8px;
	height:20px;
	width:178px;
	font-size: 11px;
	position:absolute;
	left:0px;
	
}

#siteSearchForm .submitButton {
	position:absolute;
	left:185px;
	top:0px;	
	height:29px;
	width:29px;
	z-index: 99999;
}

#strawberryHolder {
	float:left;
	height:67px;
	width:300px;
	text-align:center;
	position:relative;
	
}

#strawberry {
	width:130px;
	height:73px;
	background: url(../images/shell/strawberry.png) no-repeat left top;
	position:absolute;
	left:100px;
	top:-6px;
	
}

#hImageHolder {
	/*z-index:0;
	position:relative;*/
	margin-bottom:9px;
}

#hImageHolder img {
	border: 0px;
}
.noimgborder{
	border: 0px;
}
.hImage {
	/*z-index:0;
	position: relative;
	top: 0px;
	left:0px;*/
	width: 663px;
	height: 355px;
}

#column1 {
	min-height:800px;
	width:663px;
	float:left;
	margin-bottom:9px;
}

#contentHeader {
	height:3px;
	margin:0;
	padding:0;
	background: url(../images/shell/contentTop_bg.gif) no-repeat left top;
	overflow:hidden;		
}

#contentBody {
	min-height:500px;
	padding:9px;
	background-color:#fff;
}

#contentFooter {
	height:3px;
	background: url(../images/shell/contentBot_bg.gif) no-repeat left top;		
}

#column2 {
	width:300px;
	float:left;
	
	margin-bottom:9px;
}
#column2 a h3{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#column2 a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

#column_1a {
	min-height:800px;
	width:663px;
	float:left;
	margin-bottom:9px;
}

#column_2 {
	width:300px;
	float:left;
	
	margin-bottom:9px;
}

#accordian_holder {
	width:300px;
	margin-bottom:13px;
}

#accordianHeader {
	height:3px;
	background: url(../images/shell/accordian_top_bg.gif) no-repeat left top;
	overflow:hidden;	
}

#accordianBody {
	padding-left:4px;
	background-color:#7cabdc;
}

#accordianFooter {
	height:3px;
	background: url(../images/shell/accordian_bot_bg.gif) no-repeat left top;	
	overflow:hidden;
}

#weather_holder {
	display:block;
	height:76px;
	background: url(../images/shell/weather_bg.gif) no-repeat left top;	
	margin-bottom:13px;
	position:relative;
}
#temperature {
	position:absolute;
	right:20px;
	top:10px;
	font-size:36px;
	line-height:36px;
	color:#666666;
}
#condition {
	position:absolute;
	bottom:30px;
	left:70px;
	color:#9b9b9b;
	font-size:11px;
}

#weatherLink {
	position:absolute;
	right:15px;
	bottom:2px;
}

#weatherLink a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
		font-weight: 400;
}
#weatherLink a:hover {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight: 400;

}



.spacer {
	width:8px;
	float:left;
	height:20px;
}

#footer {
	height:65px;
	width:972px;
	clear:both;
	margin-bottom:9px;
	background: url(../images/shell/footer_bg.gif) no-repeat left bottom;	
	color:#fff;
	font-size:11px;
	line-height:13px;
}

#footer #companyContact {
	margin-top:12px;
	margin-left:10px;
	float:left;
	width:400px;
}

#footer #sitemap {
	margin-top:12px;
	margin-left:10px;
	float:left;
}


#footer #poweredBy {
	margin-top:12px;
	margin-right:10px;
	text-align:right;
	float:right;
	width:400px;
}

#footer a {
	color:#fff;
}
.smbumperpointer{
	cursor: pointer;
	height: 146px;
	width: 300px;
	float: left;
	z-index: 100;
}
.bumperpointer{
	cursor: pointer;
	height: 300px;
	width: 300px;
	float: left;
	z-index: 100;
}


/************   WIDGETS **************************/
.blurb_holder {
	float:left;
	margin-top:9px;
	margin-bottom:9px;
	margin-left:15px;
	width:303px;
	height:146px;
}

#booking_holder {
	float:left;
	margin-bottom:13px;
}

#dtn_holder {
	float:left;
	margin-bottom:13px;
}
				
				
.largeBumper {
	width:300px;
	float:left;
	height:301px;
	margin-bottom:10px;
}

.smBumper {
	width:300px;
	float:left;
	height:146px;
	margin-bottom:10px;
}	

#wctHolder {
background:transparent url(../images/wct/wctbkg.gif) no-repeat scroll left top;
color:#FFFFFF;
font-family:Tahoma,Helvetica,sans-serif;
height:304px;
margin-bottom:14px;
position:relative;
width:300px;
}

#hotelHolder #searchBtn {
	position:relative;
	bottom:-28px;
	right:-130px;
}

#airHolder #searchBtn {
	position:relative;
	bottom:-29px;
	right:-130px;
}

#carHolder #searchBtn {
	position:relative;
	bottom:-12px;
	right:-130px;
}
#wctHolder #wct_logo {
position:absolute;
right:2px;
top:2px;
}
#wctHolder #hotelHolder {
float:left;
height:301px;
position:relative;
width:300px;
}

#wctHolder #airHolder {
float:left;
height:301px;
position:relative;
width:300px;
}

#wctHolder #carHolder {
float:left;
height:301px;
position:relative;
width:300px;
}

#wctHolder TD{
	font-size:12px;
	color:#fff;
	font-family:Tahoma, Helvetica, sans-serif;
}

#tabContainer2{
position:relative;
width:300px;
height:37px;
}

#cartab{
width:100px;
height:37px;
float:left;
cursor:pointer;
}

#airtab{
width:101px;
height:37px;
float:left;
cursor:pointer;
}

#hoteltab{
width:99px;
height:37px;
float:left;
cursor:pointer;
}

.tabtxt{
padding-top:3px;
height:17px;
width:auto;
}

.hotelsel{
background:url(../images/wct/hotel-tab-sel.png) no-repeat scroll left top;
}

.hotelunsel{
background:url(../images/wct/hotel-tab.png) no-repeat scroll left top;
}

.airsel{
background:url(../images/wct/air-tab-sel.png) no-repeat scroll left top;
}

.airunsel{
background:url(../images/wct/air-tab.png) no-repeat scroll left top;
}

.carsel{
background:url(../images/wct/auto-tab-sel.png) no-repeat scroll left top;
}

.carunsel{
background:url(../images/wct/auto-tab.png) no-repeat scroll left top;
}

#wctHolder #wctBook, #wctHolder #wctAirBook {
left:5px;
position:absolute;
top:5px;
}

#worldChoiceForm {
left:47px;
position:absolute;
top:60px;
}

#searchbtnrow {
width:auto;
height:30px;
}

#searchbtnrow2 {
width:auto;
height:30px;
position:relative;
bottom:10px;
}

#wct-hotel-spacer{
width:auto;
height:50px;
display:block;
}
#wct-air-spacer{
width:auto;
height:25px;
display:block;
}

#wct-car-spacer3{
width:auto;
height:11px;
display:block;
}	

/*wct for listing tab*/


#wctsearch-container{
			width:auto;
		}
		#wct-chkin{
			width:110px;
			float:left;
			display:inline;
		}
		#wct-chkout{
			width:110px;
			float:left;
			display:inline;
		}
		#datelabel{
			width:auto;
		}
		#datalabel{
			width:auto;
		}
		#datefield-left{
			width:75px;
			float:left;
			display:inline;
		}
		#datefield-right{
			width:30px;
			float:right;
			display:inline;
		}
		#datafield{
			width:auto;
		}
		#wct-rooms{
			width:60px;
			float:left;
			display:inline;
		}
		#wct-adults{
			width:60px;
			float:left;
			display:inline;
		}
		#wct-children{
			width:60px;
			float:left;
			display:inline;
		}
		#childage_row{
			width:auto;
			padding-bottom:5px;
		}
		#wct-submitbtn{
			width:130px;
		}
		#wctsubmit{
			cursor:pointer;
			background-image:url(../images/wct/viewavail.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
		#wcthead{
			font-size:14px;
			font-weight:bold;
			padding-bottom:5px;
		}
		.wctspacer{
			width:5px;
			float:left;
		}


/*************************************************/

/*
#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 31px;
	text-transform: none;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}*/

#g31menubar, #g31menubar ul {
	list-style: none;
}
/*#g31menubar a {
	color: #333;
	text-decoration: none;
	text-shadow:#E7E7E7 2px 2px 0;
}*/


/* Top Nav on Hover  */
/*#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	background-color: #9DBCD0;
	display: block;
	text-decoration: none;
	color: #333;
	background-image: url(../images/bgNavHover.jpg);
	text-shadow:#FFF 1px 1px 0;
}*/
#g31menubar li:hover ul, #g31menubar li.g31hvr ul
/*#g31menubar li.g31open ul*/ {
	display: block;
	text-decoration: none;
}

/* Style Drop down block elements  */
/*#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {
	background-color: #FFF;
	text-decoration: none;
	background-image: none;
}*/
/*#g31menubar ul a:hover {
	background-color: #DDE6EB !important;
}
*/

/* Main Container for all rollover links  */
#g31menubar li ul {
	position: absolute;
	z-index:2;
	display: none;
	list-style: none;
	width: 642px;
	left: 10px;
	top: 75px;
	background-color: #FFFFFF;
	border-top-width: 11px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #214785;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/shell/navBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



#g31menubar li ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 107px;
	height:195px;
	text-align:left;
	font-size:10px;
	line-height:13px;
	color:#666666;
	background-color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	
}

#g31menubar li ul li:hover, #g31menubar li ul li.sel {
	background-color:#ededed;
}

.g31ItemHeader {
	padding-left:2px;
	padding-right:2px;
	height:18px;
	background-color:#f57432;
}
.g31ItemHeader a {
	text-align:center;
	line-height:18px;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	color:#fff !important;
}

.g31Image {
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
	margin-top:10px;
	margin-bottom:10px;
}

.g31Image img {
	border: 1px solid #000;
}

.g31Copy {
	padding-left:10px;
	padding-right:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ededed;
}

.g31Copy div {
	text-align:right;
	margin-right:0px;
	clear:both;
}

.g31Copy a{
	display:inline !important;
	color:#f57432 !important;
}

/*#g31menubar li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	height: 85px;
	padding: 5px 10px 0px 10px;
	color: #6E51A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#g31menubar li ul li a span{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#g31menubar img {
	float: right;
	border: 1px solid #000;
	margin-left: 5px;
}*/


/******************************
	Secondary Nav
*******************************/
#sNav {
	float:right;
	width:200px;
	background: url(../images/shell/sNav_bg.gif) repeat-y left top;
	margin-left:10px;
	margin-bottom:5px;	
}

#sNavHeader {
	padding-left:14px;
	color:#f57432;
	font-size:13px;
	font-weight:bold;
	background: url(../images/shell/sNavHeader_bg.gif) no-repeat left top;	
}
#sNavHeader span {
	line-height:27px;
}

#sNavContent {
	padding-left:14px;
	padding-right:10px;
	padding-bottom:5px;
	font-size:11px;
	overflow:hidden;
}

#sNavContent ul, #sNavContent ul li {
	margin:0;
	padding:0;
}

#sNavContent ul li {
 	list-style-type:none;
	padding-left:4px;
}

#sNavContent ul li:hover, #sNavContent ul li.sel {
	background-color:#dfeff9;
}

#sNavContent a {
	color:#666666;
	text-decoration:none;
}

#sNavFooter {
	height:7px;
	background: url(../images/shell/sNavFooter_bg.gif) no-repeat left bottom;	
}
/*******************************/



/******************************
	DRAWER STYLES
*******************************/
/* Drawer nav */
#sideDrawer {
	width: 293px;
	margin-right:0px;
	float:left;
	clear:left;
}

#drawer-nav #latest {
	/*min-height:500px;
	_min-height:502px;*/
	overflow:hidden;
}
	/* Boxes */
#drawer-nav ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#drawer-nav ul li {
	display: inline;	
}
#drawer-nav .separator {
	padding-top: 0.7em;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#drawer-nav .box {
	padding-bottom: 1em;
}
#drawer-nav .box h2.drawer-handle {}
#drawer-nav .box h2.drawer-handle.open a {color:#FFF; background: transparent url(../images/shell/drawer_sel_bg_hover.gif) no-repeat left top;}
#drawer-nav h2 {
	
}
#drawer-nav h2.drawer-handle {
	position:relative;
	height:30px;
}
#drawer-nav h2.drawer-handle .iconHolder {
	position:absolute;
	right:10px;
	top:5px;
}
#drawer-nav h2.drawer-handle a, #drawer-nav h2.drawer-handle a:link, #drawer-nav h2.drawer-handle a:active, #drawer-nav h2.drawer-handle a:visited {
	display:block;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	line-height: 30px;
	text-decoration: none;
	padding-left: 15px;
	background: transparent url(../images/shell/drawer_sel_bg.gif) no-repeat left top;
}
#drawer-nav h2.drawer-handle a:hover {	/* handle rollover */
	color:#FFF;background: transparent url(../images/shell/drawer_sel_bg_hover.gif) no-repeat left top;
}
#drawer-nav .slider .drawer-content {
	display:none;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	cursor: pointer;
}
#drawer-nav .slider .drawer-content.open {
display: block
}
#drawer-nav .drawer-content ul {
}
#drawer-nav .drawer-content li {
	display:block;
	color:#666666;
	margin-left:5px;
	margin-right:5px;
	font-size:10px;
	line-height:13px;
	background: #FFFFFF url(../images/shell/drawer_content_bg.gif) repeat-y left top;
}
#drawer-nav .drawer-content li img {
	/*float:left;
	margin:0 10px 5px 0;
	border:1px solid #CCCCCC;*/
	
}

.drawer-content p {
	text-align:left;
	bottom:15px;
	color:#FFFFFF;
	left:0px;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
}
/*#drawer-nav .drawer-content li a {
	text-align:left;
	background-image:url(../images/drawerContentBG.png);
	background-repeat:repeat-x;
	background-color:none;
	display: block;
	color: #005D99;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#drawer-nav .drawer-content li a:hover {
	text-decoration: none;
	color: #0B2C4B;
}*/

.drawer-content .dImage {
	text-align:center;
	width:125px;
	float:left;
	display:block;
}

.drawer-content .dImage img {
	margin-top:10px;
}
.drawer-content .dCopy {
	padding:10px;
	width:125px;
	float:left;
	display:block;
}

/* Blogs */

/*.blogmenu .blogmenutitle {
	font-weight: bold;
}

.blogmenuborder {
	padding-bottom: 15px;
}

.blogInfo {
	font-size: 10px;
	padding-bottom: 10px;
}

.blogInfo a {
	font-size: 10px;
}*/

/****************************************/


/* coupons */

.crmForm .boldText {
	background-color:#ffffff;
	background-image:none;
	font-weight: bold;
}

.crmForm .oddrow td{
	
	background-repeat:repeat-x;
	background-color: #F4F4F4;
	font-size:1.5em;
	color:#666666;
	text-align:left;
	line-height:1.8em;
	padding:0 10px;
}

.crmForm .evenrow td{
	
	background-repeat:repeat-x;
	background-color:#eeeeee;
	font-size:1.5em;
	color:#666666;
	text-align:left;
	line-height:1.8em;
	padding:0 10px;
}



/* coupons */
.couForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	border:none;
	background-color:#EEE;
}

.couForm td, .couForm th, .itinerary td {
	font-family:Arial, Helvetica, sans-serif;
}
.couForm td,
.survey div {
	font-size:1em;
	background-color:#FFF;
}
.couForm th,
.formHeader {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:1.5em;
	color:#666666;
	text-align:left;
	line-height:1.8em;
	padding:0 10px;
}
.couForm .subrow {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#666666;
}

.couForm .formtext, .couForm label,
.survey label {
	font-weight:bold;
}
.couForm .formtextreq,
.survey .formtextreq {
	font-weight:bold;
	color:#900;
}
.couForm .hint {
	color:#900;
}

/*articles*/

.articlesTb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	border:none;
	background-color:#EEE;
}

.articlesTb td, .articlesTb th, .itinerary td {
	font-family:Arial, Helvetica, sans-serif;
}
.articlesTb td,
.survey div {
	font-size:1em;
	background-color:#FFF;
}
.articlesTb th,
.formHeader {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:1.5em;
	color:#666666;
	text-align:left;
	line-height:1.8em;
	padding:0 10px;
}
.headrow td {
	font-weight: bold;
	padding-left: 4px;

}
.articlesTb .subrow {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#666666;
}

.articlesTb .formtext, .crmForm label,
.survey label {
	font-weight:bold;
}
.articlesTb .formtextreq,
.survey .formtextreq {
	font-weight:bold;
	color:#900;
}
.articlesTb .hint {
	color:#900;
}
.articlesTb .evenrow td a, .articlesTb .oddrow td a{
	line-height: 20px;
}

.articlesTb .evenrow td, .articlesTb .oddrow td {
	min-height: 20px;
	border-bottom: solid 1px #ffffff;
	padding-left: 8px;
}
.articlesTb .oddrow td {
	background-color:#f7f7f7;
}
.articlesTb .evenrow td {
	background-color:#f2f2f2;
}

/* Forms */
.crmForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	border:none;
	background-color:#EEE;
}

.crmForm td, .crmForm th, .itinerary td {
	font-family:Arial, Helvetica, sans-serif;
}
.crmForm td,
.survey div {
	font-size:1em;
	background-color:#FFF;
}
.crmForm th,
.formHeader {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:1.5em;
	color:#666666;
	text-align:left;
	line-height:1.8em;
	padding:0 10px;
}
.crmForm .subrow {
	background:url(../images/cal/events_headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#666666;
}

.crmForm .formtext, .crmForm label,
.survey label {
	font-weight:bold;
}
.crmForm .formtextreq,
.survey .formtextreq {
	font-weight:bold;
	color:#900;
}
.crmForm .hint {
	color:#900;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.gutter-right { padding:0px 10px 0px 0px; text-align:left;}
.pad-right {padding-right:9px;}
.pad-left {padding-left:9px;}
.marg-right {margin-right:9px;}
.marg-left {margin-left:9px;}

.image-left {
	float:left;
	margin-right:9px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px 4px 4px 0px;
	background: url(../images/shell/drop_shadow.gif) no-repeat right bottom;
}

.image-right {
	float:right;
	margin-left:9px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px 4px 4px 0px;
	background: url(../images/shell/drop_shadow.gif) no-repeat right bottom;
}

/* additional classes */
.clear { clear:both; } 
.right { float:right; }
.left { float: left; } 
.hide  { display: none; }
.gray  { color: #CCC; }
.pngFix { behavior: url("/includes/css/iepngfix_rc5.htc"); }


img.border { 
	background-color: #fff; 
	border: 1px solid #d3d3d3; 
	border-top:none;
	border-left:none;
	padding: 4px; 
 
} 

img.dropshadow {
	padding: 0px 4px 4px 0px;
	background: url(../images/shell/drop_shadow.gif) no-repeat right bottom;
}

/************** SIFR Classes ********************/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


    .sIFR-active h1 {
      visibility: hidden;
      line-height:40px;
	  font-size: 50px;
	  margin-left:0px;
	  margin-top:0px;
	  margin-bottom:-15px;
    }




    .sIFR-active h4 {
      visibility: hidden;
      line-height:14px;
	  font-size: 14px;
	  margin-left:10px;
	  margin-top:10px;
	  text-transform:uppercase;
    }

.googleMarker
{
border:none !important;
}

#mapControls
{
list-style-type:none;
width:100%;

padding:0 !important;
margin:0 !important;;
}

#mapControls a
{
color:#999999;
}


#mapControls li
{
width:80px;
display:block;
float:left;
padding:0;
margin:1px !important;
height:20px;
line-height:20px;
border:solid 1px #E0E0E0;
text-align:center;
/*cursor:pointer!important; cursor:move;*/
}

#mapControls li.selected
{
color:#4B4B4B;
background-color:#E7E7E7;
cursor:pointer;
}

#mapControls li:hover
{
background-color:#E7E7E7 !important;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


#directionsForm h2
{
font-weight:bold;
}
#directionsForm
{
width:240px;
border:1px solid #E9E9E9;
}


ul.formlist
{
font-size:10px;
margin-left:30px;
}

#blankbody{
background-image:none;
background-color:#fff;
}

#dirFormContainer legend
{
font-size:12px;
font-weight:bold;
padding:2px 10px;
margin-left:8px;
border:1px solid #F16B2F;
color:#FFFFFF;
background-color:#F16B2F;
}

#dirFormContainer
{
width:300px;
margin:20px auto;
padding:20px;

}

#dirFormContainer fieldset
{
border:1px solid #F16B2F;

margin-bottom:25px;

}


ul.formlist label 
{
clear:left;
float:left;
width:85px;
text-align:right;
color:#000000;
padding:0 4px;
font-weight:bold;

}

ul.formlist  input
{
display:inline; 
}


ul.formlist, ul.formlist li
{
margin:0 !important;padding:0 !important;
list-style-type:none !important;
line-height:24px;
}

/*-------------------SEARCH----------------*/
.searchResult {

}
.searchResult h4{
	font-weight: bold;
	padding: 3px;
	color: #2b538e;
	background-image:url(../images/searchResIcon.gif);
	background-repeat:no-repeat;
	width: 184px;
	height: 52px;
	line-height: 30px;
	text-align:center;
}
#column1 .searchResult ul {
	margin: 0px;
	padding: 0px;
}
#column1 .searchResult ul li {
	color: #2b538e;
	list-style:none;
	list-style-type:none;
	background-color:#ccdff1;
	margin: 0px;
	padding: 0px;
	
	
}
#column1 .searchResult ul li h5 {
	margin: 0px;
	padding: 0px;
	padding: 3px;
	padding-left: 10px;
	border: solid 1px #ffffff;
	border-bottom: solid 1px #5b9ad6;
}
#column1 .searchResult ul li{
	border-left: solid 1px #92bee9;
	border-right: solid 1px #2b538e;
	border-top: solid 1px #c6e0f9;
	border-bottom: solid 1px #5b9ad6;
}
#column1 .searchResult ul li div div {
	padding: 3px;
	padding-left: 20px;
	border: solid 1px #ffffff;
}
#column1 .searchResult ul li div div a {
	color: #2b538e;
	text-decoration:none;
}
#column1 .searchResult ul li div div a:hover {
	color: #5174a6;
	text-decoration:underline;
}
#column1 .searchResult ul li div div.oddRow{
	background-color:#f2f6f9;
}

#column1 .searchResult ul li div div.evenRow{
	background-color:#e5f1fd;
}



.showMap, .hideMap, .mapIt ,.hideMapAlt
{margin:0px 15px 15px 493px;
display:inline-block;
float:left;
width:136px;
height:32px;
} 

.hideMap,.hideMapAlt
{
	background:url(../images/shell/buttons/hide_map.gif) no-repeat top left;
}
.mapIt
{
	background:url(../images/shell/buttons/map_it.gif) no-repeat top left;

}
.showMap
{
	background:url(../images/shell/buttons/show_map.gif) no-repeat top left;
}
.showMap span,.hideMap span, .mapIt span,.hideMapAlt span
{display:none;}


.mapIt,.hideMapAlt
{
float:none;
margin:0;
}

/*----------END-SEARCH---------------------*/


.visible
{
visibility:visible;
}
.invisible
{
visibility:hidden;
}

.loading
{
background-color:#00CC33;
background:url(../images/ajax-loader.gif) no-repeat center center;
}


/*-------sitemap---------------------*/
.siteMap {
	padding-left: 30px;
}
.siteMap li h5 a {
	font-weight: bold;
}



/*-------------end sitemap-----------*/
/*
social sharing buttons
*/
#social-share-buttons
{
	text-align: center;
	margin-bottom: 10px;
}
.footer-social-icons
{
	padding: 5px;
}
.footer-social-item
{
	vertical-align: middle;
	padding:0px 2px;
}



.smallest{font-size:6px; !important}
.smaller{font-size:8px; !important}
.small{font-size:10px; !important}
.normal{font-size:12px; !important}
.large{font-size:14px; !important}
.larger{font-size:16px; !important}
.largest{font-size:18px; !important}

