﻿body
{
	background-image: url(images/textures/sitebg_blue.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
	margin: 0px;
	color: #103d71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.labelHomePage
{
    line-height:24px;
}

/* Layout styles */
#outercontainer
{
	width: 980px;
	margin: auto;
	border-left: 10px solid #F7E300;
	border-right: 10px solid #F7E300;
	border-bottom: 1px solid #F7E300;
	background-color: #EBEBEB;
}
#searchbanner
{
	background-image: url(images/textures/searchbannerbg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
#logobanner
{
	padding-top: 10px;
	background-color: #ffffff;
	height: 90px;
}
#searchboxcontainer
{
	/*position: absolute; 	top: 20px; 	left: 30px;*/
	float: left;
	height: 36px;
	width: 238px;
	background-image: url(images/textures/bluebuttonbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px 2px 3px 5px;
	margin: 20px 0px 0px 15px;
}
.searchboxcontainertextbox
{
	width: 185px;
	font-size: 11px;
	padding-left: 0px;
}
#mainnavigationcontainer
{
	height: 29px;
	background-color: #0071BA;
	background-image: url(images/textures/mainnavbg_full.jpg);
	background-repeat: no-repeat;
}
#featurebannercontainer
{
}
#tickertextcontainer
{
	background-image: url(images/textures/tickertextbg.jpg);
	background-repeat: repeat-y;
	height: 25px;
	color: #113D70;
	font-size: 12px;
}
#tickertextscroll
{
	float: left;
	width: 580px;
	padding-top: 5px;
	padding-left: 15px;
}
#tickertextstatic
{
	float: left;
	padding: 5px 10px 0px 20px;
	width: 350px;
	text-align: right;
}
#subnavigationcontainer
{
	background-image: url(images/textures/subnavbg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	color: #ffffff;
	font-size: 11px;
}
.widecontainertop
{
}
.widecontainermid
{
	background-image: url(images/textures/widewhite_mid.jpg);
	background-repeat: repeat-y;
	padding: 10px 15px 10px 20px;
	color: #103D71;
}
.widecontainerbot
{
}
.widecontainerleft
{
	/*float: left;*/
	width: 690px;
	/*height: 180px;*/
	/*overflow: auto;*/
	font-size: 12px;
}
.widecontainerleft .largertext
{
	font-size: 14px;
	line-height: 18px;
}
.widecontainerright
{
	float: right;
	width: 230px;
}
.fullcontainermid
{
	background-image: url(images/textures/fullwhite_mid.jpg);
	background-repeat: repeat-y;
	padding: 10px 15px 10px 20px;
	color: #103D71;
}
.splitcontainertop
{
}
.splitcontainermid
{
	background-image: url(images/textures/splitwhite_mid.jpg);
	background-repeat: repeat-y;
	padding: 0px 11px 10px 10px;
	color: #103D71;
}
.splitcontainerbot
{
}
.splitcontainerleft
{
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 10px;
}
.splitcontainerright
{
	float: right;
	width: 238px;
}
.splitleft
{
	width: 721px;
	float: left;
}
.splitlefttop
{
}
.splitleftmid
{
	background-image: url(images/textures/splitwhite_leftmid.jpg);
	background-repeat: repeat-y;
	padding: 10px 5px 10px 15px;
	color: #103D71;
}
.splitleftbot
{
}

.splitright
{
	width: 259px;
	float: left;
}
.splitrighttop
{
}
.splitrightmid
{
	background-image: url(images/textures/splitwhite_rightmid.jpg);
	background-repeat: repeat-y;
	padding: 0px 11px 0px 10px;
	color: #103D71;
}
.splitrightbot
{
}

.yellowfeaturecontainer
{
	background-image: url(images/textures/homefeature_yellowbg.jpg);
	padding: 10px 0px 10px 10px;
	height: 795px;
	width: 710px;
	background-repeat: no-repeat;
}

.yellowsidebox
{
	background-color: #FFE44F;
	background-image: url(images/textures/sideyellow_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #103D71;
	margin-bottom: 5px;
}
.yellowsideboxtext
{
	padding: 12px 8px 5px 15px;
	float: left;
}
.standardscrollcontent
{
	height: 497px;
	overflow: auto;
	padding-right: 15px;
	width: 675px;
}
.sectionscrollcontent
{
	min-height: 784px;
	/*overflow: auto;*/
}

/* alter the look and feel of the weather feed via css */
.yellowsideboxweatherimage
{
	padding: 12px 55px 5px 15px;
}
.yellowsideboxweatherimage img
{
	float: left;
	margin: 10px 10px 0 0;
}
.yellowsideboxweatherimage b
{
	clear: both;
}

.bluesidebox
{
	background-color: #61A0D6;
	background-image: url(images/textures/sideblue_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #103D71;
	margin-bottom: 5px;
}
.bluesideboxtext
{
	padding: 12px 8px 5px 15px;
}
#footercontainer
{
	padding-top: 10px;
	padding-bottom: 20px;
	color: #103D71;
}

#footerleft
{
	float: left;
	width: 720px;
	text-align: center;
}
#footerright
{
	float: right;
	padding-right: 15px;
}

.splitcontainertext
{
	width: 675px;
}

/* html styles */
p
{
	margin: 0px;
	padding: 0px 0px 13px 0px;
	line-height: 15px;
}
a
{
	color: #103D71;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clearfloat
{
	clear: both;
}
.largertext
{
	font-size: 12px;
	line-height: 18px;
}
.searchboxlabel
{
	float: left;
	width: 60px;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 3px;
	text-align: right;
}
.searchboxdropdown
{
	background-color: #FFF9DF;
	color: #4099C9;
	width: 160px;
}
.searchboxtext
{
	background-color: #FFF9DF;
	color: #4099C9;
	width: 155px;
}
.eventCalendarHeader
{
    padding-top:8px;
    padding-bottom:8px;
}
.calendarjumpbox
{
text-align: center;
margin: 5px;
}
#footercontainer a
{
	color: #103D71;
	text-decoration: none;
}
#footercontainer a:hover
{
	color: #000000;
	text-decoration: none;
}
.rhsbutton
{
	padding-bottom: 6px;
}
.largeyellow
{
	color: #F7D700;
	font-size: 16px;
	font-weight: bold;
}
.largeyellow a
{
	color: #F7D700;
	text-decoration: none;
}
.largeyellow a:hover
{
	color: #103D71;
	text-decoration: none;
}
.white
{
	color: #ffffff;
}
.white a
{
	color: #ffffff;
	text-decoration: none;
}
.white a:hover
{
	color: #103D71;
	text-decoration: none;
}
.map
{
margin-bottom: 15px;
}
h1
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
}
h2
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
h3
{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 13px;
}
h4
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 14px;
}
h5
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}
h6
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
}
ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 13px 0px;
}
li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

.DynamicMenuItem
{
    border-bottom:1px solid #42b6e6;
    width:135px;
    padding-left:15px;
}

.DynamicMenuZindex
{
    z-index:999; 
}



/*Listing styles*/
.largelistingbox
{
	width: 224px;
	margin-right: 3px;
	float: left;
	margin-bottom: 30px;
	margin-top: 5px;
}
.largelistingheader
{
	font-size: 16px;
	color: #113D70;
	padding-bottom: 5px;
	padding-left: 7px;
}
.largelistingyellow
{
	background-color: #FFF0A5;
	padding: 3px 7px 2px 7px;
	height: 65px; /* original 51 */
	overflow: hidden;
}
.largelistingwhite
{
	padding: 7px;
	height: 51px;
}
.largelistingbox a
{
	color: #103d71;
	text-decoration: underline;
}
.largelistingbox a
{
	color: #103D71;
	text-decoration: underline;
}
.largelistingbox p
{
	line-height: 12px;
}
.largelistingblueheader
{
	background-image: url(images/textures/featurelistingheaderbg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 0px 8px 7px;
}
.largelistingblue
{
	background-image: url(images/textures/featurelistingcontentbg.jpg);
	padding: 7px;
	height: 150px;
	overflow: hidden;
}
.smalllistingbox
{
	width: 226px;
	margin-right: 10px;
	/*float: left;*/
	margin-bottom: 10px;
	margin-top: 5px;
}
.smalllistingbox a
{
	color: #103D71;
	text-decoration: none;
}
.smalllistingbox a:hover
{
	color: #103D71;
	text-decoration: underline;
}
.smalllistingbox p
{
	line-height: 12px;
}
.smalllistingbox img
{
	float: left;
}
.smalllistingboxtext
{
	/*float: left;*/
	padding-left: 7px;
	padding-right: 5px;
	width: 96px;
	/*overflow: hidden;*/
}
.itemlisting
{
	color: #103d71;
}
.itemlisting p
{
	line-height: 13px;
	padding: 0px 0px 6px 0px;
}
.itemlisting a
{
	color: #103d71;
	text-decoration: none;
}
.itemlisting a:hover
{
	color: #103d71;
	text-decoration: underline;
}
.itemlistingsheader1
{
	padding: 3px 0px 5px 10px;
	width: 220px;
	font-weight: bold;
	float: left;
}
.itemlistingsheader2
{
	padding: 3px 0px 5px 10px;
	width: 86px;
	font-weight: bold;
	float: left;
}
.itemlistingsheader3
{
	padding: 3px 0px 5px 10px;
	width: 86px;
	font-weight: bold;
	float: left;
}
.bluelistingsbox
{
	background-image: url(images/textures/listingsbluebg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 106px;
	margin-bottom: 0px;
}
.bluelistingsdetails1
{
	padding: 10px 10px 10px 10px;
	width: 210px;
	float: left;
}
.bluelistingsdetails2
{
	padding: 29px 0px 10px 10px;
	width: 86px;
	float: left;
}
.bluelistingsdetails3
{
	padding: 29px 0px 10px 10px;
	width: 250px;
	float: left;
}
.bluelistingsdetailsimg
{
	padding: 10px 0px 10px 10px;
	width: 82px;
	float: left;
}

.greenlistingsbox
{
	background-image: url(images/textures/listingsgreenbg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 106px;
	margin-bottom: 0px;
	overflow: hidden;
}

.goldlistingsbox
{
	background-image: url(images/textures/listingsgoldbg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 106px;
	margin-bottom: 0px;
	overflow: hidden;
}
.goldlistingsdetails1
{
	padding: 10px 10px 10px 10px;
	width: 210px;
	float: left;
}
.goldlistingsdetails2
{
	padding: 29px 0px 10px 10px;
	width: 86px;
	float: left;
}
.goldlistingsdetails3
{
	padding: 29px 0px 10px 10px;
	width: 250px;
	float: left;
}
.goldlistingsdetailsimg
{
	padding: 10px 0px 10px 10px;
	width: 82px;
	float: left;
}




.silverlistingsbox
{
	background-image: url(images/textures/listingssilverbg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 106px;
	margin-bottom: 0px;
	overflow: hidden;
}
.silverlistingsdetails1
{
	padding: 10px 10px 10px 10px;
	width: 210px;
	height: 107px;
	float: left;
}
.silverlistingsdetails2
{
	padding: 29px 0px 10px 10px;
	width: 86px;
	float: left;
}
.silverlistingsdetails3
{
	padding: 29px 0px 10px 10px;
	width: 250px;
	float: left;
}
.silverlistingsdetailsimg
{
	padding: 10px 0px 10px 10px;
	width: 82px;
	float: left;
}
.standardlistingsbox
{
	background-image: url(images/textures/listingsstandardbg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 106px;
	margin-bottom: 0px;
}
.standardlistingsdetails1
{
	padding: 10px 10px 10px 10px;
	width: 210px;
	float: left;
}
.standardlistingsdetails2
{
	padding: 29px 0px 10px 10px;
	width: 86px;
	float: left;
}
.standardlistingsdetails3
{
	padding: 29px 0px 10px 10px;
	width: 250px;
	float: left;
}
.standardlistingsdetailsimg
{
	padding: 10px 0px 10px 10px;
	width: 82px;
	float: left;
}

.listingresults
{
	font-size: 12px;
	padding: 6px 0px 0px 10px;
}
.staylistingdetailsaddress
{
	float: left;
	width: 280px;
}
.staylistingdetailsphone
{
	float: left;
	width: 330px;
}
.staydetailsimages
{
	float: left;
	width: 224px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}
.staydetailscontent
{
	float: left;
	padding: 10px 30px 30px 20px;
	width: 410px;
}
.staydetailscontentgold
{
	float: left;
	padding: 10px 30px 30px 20px;
	background-color: #FBE26B;
	color: #282327;
	width: 390px;
}
.staydetailscontentgold ul
{
	margin: 0px 0px 0px 80px;
	list-style-type: none;
}
.staydetailscontentgold li
{
}
.staydetailsrates
{
	background-image: url(images/textures/staydetailsratesbg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
.staydetailscontentgold .staydetailsrates
{
	background-image: url(images/textures/staydetailsratesbg_gold.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 5px;
}
.staydetailsborder
{
	border-top: 2px solid #103D71;
	margin: 4px 10px 4px 0px;
}
.staydetailscontentgold .staydetailsborder
{
	border-top: 2px solid #282327;
	margin: 4px 10px 4px 0px;
}



.formlabel
{
	width: 70px;
	float: left;
	text-align: left;
	padding-top: 5px;
	clear: both;
}
.formtextbox
{
	border: 1px solid #666666;
	width: 313px;
	font-size: 13px;
	float: left;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formclearfloat
{
	clear: both;
	height: 5px;
}
.formbutton
{
	margin: 20px 0px 40px 300px;
}



/* Main Navigation styles */
#menu
{
	color: #ffffff;
	font-size: 11px;
}
#menu ul
{
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#menu ul li
{
	position: relative;
	float: left;
	padding: 8px 4px 0px 0px;
	width: 94px;
	height: 24px;
	text-align: center;
	line-height: 12px; /*background-image: url(images/textures/mainnavbg.jpg); 	background-repeat: no-repeat; 	background-position: top left;*/
}
.tall
{
	padding-top: 1px !important;
	padding-bottom: 3px !important;
}

#menu li ul
{
	position: absolute;
	left: -1px;
	top: 27px;
	display: none;
	padding-top: 0px;
	border-top: 1px solid #94ADC3;
	margin-top: 0px;
}
#menu li ul li
{
	padding: 0px;
	border-bottom: 1px solid #94ADC3;
	border-right: 1px solid #94ADC3;
	border-left: 1px solid #94ADC3;
	margin: 0px 0px 0px 0px;
	clear: left;
	width: 190px;
	background-image: none;
	background-color: #0071BA;
	text-align: left;
	height: 23px;
}

#menu ul li a
{
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover
{
	color: #F7D700;
	display: block;
	padding: 0px;
}
#menu li:hover li a, #menu li.over li a
{
	color: #ffffff;
	background-color: #0071BA;
}
#menu li ul li a:hover
{
	color: #F7D700;
	background-color: #0B4F8A;
	background-image: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-image: none;
}
#menu li ul li a
{
	padding: 5px 5px 5px 5px;
	display: block;
}
#menu li:hover ul, #menu li.over ul
{
	display: block;
}
* html ul li a
{
	height: 1%;
}


/* Sub Navigation styles */
#subnavigationcontainer ul
{
	padding: 16px 0px 0px 16px;
	margin: 0px;
	list-style-type: none;
}
#subnavigationcontainer li
{
	padding: 0px 13px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
#subnavigationcontainer a
{
	color: #ffffff;
	text-decoration: none;
}
#subnavigationcontainer a:hover
{
	color: #F7E300;
	text-decoration: none;
}

/* Form styles */
.datarow
{
	margin: 5px 0 5px 0;
	clear: both;
}

.datalabel
{
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	text-align: right;
}

.datalabelRight
{
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	text-align: right;
}





/* Admin styles */
.adminlinks
{
	border: 1px solid #919B9C;
	padding: 3px;
	color: #0071BA;
	background-color: #ffffff;
	margin: 20px;
	display: block;
	width: 100px;
}




/* Events */
.eventsyellowfeaturecontainer
{
	background-image: url(images/textures/eventsfeature_yellowbg.jpg);
	padding: 0px;
	height: 606px;
	width: 710px;
	background-repeat: no-repeat;
}


.LinkNoUnderline
{
    text-decoration:none;
}

.LinkNoUnderline a
{
    text-decoration:none;
}
