@charset "UTF-8";
/* CSS Document */

body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgslice.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#c7d8e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


h1 {
	font-size:150%;
	color:#89501E;
	margin:0px;
	padding:0px;
}


h2 {
	font-size:110%;
	color:#2D568E;
}

a { color:#2D568E;}

p { 
	color:#383838;
	margin-top:0px;
}

img {
	border:0px;

}

.formdiv div{
	margin-bottom:10px;
}

.formdiv div label{
	font-weight:bold;
	padding-left:2px;
}

.formdiv {
	margin:5px 0 20px 0;
	padding-left:10px;
	
	
}

.logo {
	background-image:url(../images/logo.png);
	width:215px;
	height:138px;
	display:block;
	text-indent:-9999px;
}

span.paragraphTitle {
	font-weight:bold; 
	color:#89501E; 
	font-size:180%;
	font-family: "Trebuchet MS";

}

.navButtons {
	padding-right:25px; 
	padding-top:22px;
}

.navButtons div {
	float:right; 
	padding-bottom:1px;
	padding-left:1px;
}

.oneColFixCtrHdr #container {
	width: 660px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/middleSlice.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	
}

.navBg {
	background-image:url(../images/navbg.png) !important;
	background-position:right;
	height:48px;

}

#intNav {
	height:52px;
	clear:both;
}

#intNav div {
	float:left;
}

.pageTitle {
	background-image: url(../images/pageTop.png);
	background-position:top;
	overflow:hidden;
	background-color:#e1eaf1;
	text-align:right;
	padding-right:20px;
	font-size:190%;
	font-weight:bold;
	font-family: "Trebuchet MS";
	color:#2b7798;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.oneColFixCtrHdr #mainContent {
	padding: 5px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
	background-image:url(../images/footerImage.png);
	background-repeat: no-repeat;
	background-position:bottom;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#c7d8e5;
	text-align:center;
	height:40px;
	font-size:90%;
	color:#2D568E;
}

.oneColFixCtrHdr #footer div {
	margin-bottom:5px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#2D568E;
}

.oneColFixCtrHdr #footer a {
	margin: 0 5px 0 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#2D568E;
}
	
/* BEGIN Navigation Styles, CSS-based rollovers */

#navWelcomeHome a {
	display:block;
	width:215px;
	height:145px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/homeOffOn.png) 0 0 no-repeat;
}

#navWelcomeHome a:hover {
	background-position: -215px 0;
}

#navLifestyle a {
	display:block;
	width:215px;
	height:69px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/lifestyleOffOn.png) 0 0 no-repeat;
}

#navLifestyle a:hover {
	background-position: -215px 0;
}

#navActivities a {
	display:block;
	width:215px;
	height:69px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/activitiesOffOn.png) 0 0 no-repeat;
}

#navActivities a:hover {
	background-position: -215px 0;
}

#navDining a {
	display:block;
	width:215px;
	height:69px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/diningOffOn.png) 0 0 no-repeat;
}

#navDining a:hover {
	background-position: -215px 0;
}

#navIntWelcomeHome a {
	display:block;
	width:215px;
	height:52px;
	text-decoration: none;
	text-indent:-9999px;
    background: url(../images/intHomeOffOn.png) 0 0 no-repeat;
}

#navIntWelcomeHome a:hover {
	background-position: -215px 0;
}

#navIntLifestyle a {
	display:block;
	width:145px;
	height:52px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/intLifestyleOffOn.png) 0 0 no-repeat;
}

#navIntLifestyle a:hover {
	background-position: -145px 0;
}

#navIntActivities a {
	display:block;
	width:145px;
	height:52px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/intActivitiesOffOn.png) 0 0 no-repeat;
}

#navIntActivities a:hover {
	background-position: -145px 0;
}

#navIntDining a {
	display:block;
	width:155px;
	height:52px;
	text-indent:-9999px;
	text-decoration: none;
    background: url(../images/intDiningOffOn.png) 0 0 no-repeat;
}

#navIntDining a:hover {
	background-position: -155px 0;
}







#navTopHome a{
	display:block;
	width:73px;
	height:21px;
	text-indent:-9999px;
    background: url(../images/homeNavOffOn.png) 0 0 no-repeat;
}

#navTopHome a:hover{
	background-position: -73px 0;
}






#navTopAbout a{
	display:block;
	width:92px;
	height:21px;
	text-indent:-9999px;
	background: url(../images/aboutOffOn.png) 0 0 no-repeat;
}

#navTopAbout a:hover{
	background-position: -92px 0;
}



#navTopContact a {
	display:block;
	width:105px;
	height:21px;
	text-indent:-9999px;
    background: url(../images/contactOffOn.png) 0 0 no-repeat;
}

#navTopContact  a:hover{
	background-position: -105px 0;
}


.banner {
	background:url(../images/intBanner.jpg) no-repeat;
	height:94px;
	width:445px;
	margin-top:22px;

}








/* END Navigation Styles, CSS-based rollovers */


.quote {
	font-size:120%;
	font-weight:bold;
	color:#89501E;
}


/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/corner.gif) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:600px !important; /* IE Win = width - padding */
      width:600px;
	  text-align:center;
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px;
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:0px 0 0px 5px; 
      height:auto !important;
      height:1%;/* IE Holly Hack */
	  } 

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:0px; /* interior-padding right */ 
      padding:5px 0px 5px 11px} /* mirror .cssbox_head right/left */


/* set the image to use and establish the lower-right position */
    .menucssbox, .menucssbox_body, .menucssbox_head, .menucssbox_head h2{
      background: transparent url(../images/corner.gif) no-repeat bottom right}
    .menucssbox{
    /* intended total box width - padding-right(next) */
      width:600px !important; /* IE Win = width - padding */
      width:600px;
	  text-align:center;
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .menucssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px;
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .menucssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:0px 0 0px 5px; 
      height:auto !important;
      height:1%;/* IE Holly Hack */
	  } 

    /* set the lower-left corner image */
    .menucssbox_body{
      background-position:bottom left;
      margin-right:0px; /* interior-padding right */ 
      padding:5px 0px 5px 11px} /* mirror .cssbox_head right/left */


.label, .field {
		float:left;
	}

	.label {
		width:150px;
		text-align:right;
		padding:0 5px 0 0;
		font-weight:bold;
	
	}
	
	.formentry {
		min-height:30px;
		*height:1%;
		margin-bottom:5px;
		clear:both;
	}
	
	.formcontainer {
		display:block;
		min-height:235px;
		margin-top:20px;
	}
	
	.field  input{
		width:250px;
	
	}
	
	.textfieldRequiredMsg, .selectRequiredMsg, .textareaRequiredMsg, .selectInvalidMsg {
		border:0px!important;
	}

	.required {
		color:#FF0000;
		font-size:.9em;
		*font-size:1em;
	}