@charset "utf-8";
html, body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	border: 0px;
	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 */
	background-image: url(images_global/gradient_backgrnd.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images_global/background.global.gif);	
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 190px;
} 

#containerAttractions { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 700px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images_attractions/background.attractions.png);	
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 190px;
} 

#containerContent {
	display: inline-block;
	/*width: 100%;*/
	width: 785px;
	margin-left: 15px;
	background-image: url(images_global/maincontent.background.png);
	background-repeat: repeat-y;
}

#containerContent #pageBottom {
	clear: both;
	/*background-image: url(images_global/maincontent.background.bottom.png);*/
	padding-bottom: 30px;
	background-color: #FFF;
	margin-right: 33px;
/*	background-repeat: no-repeat;
*/}

#sidebar1 {
	font-size: 80%;
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 	margin: 0 0 0 25px;
/*	background-color: #EF3A32;*/
}

#sidebar1a {
	font-size: 80%;
	float: left; /* since this element is floated, a width must be given */
/*	width: 164px;*/ 
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 	margin: 0 0 0 25px;
/*	background-color: #EF3A32;*/
}

#sidebar1a ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


.topMargin {
	margin-top: 5px;	
}

.imageTop {
	margin-top: 0;	
}
.bottomMargin {
	margin: 0 0 5px 0;
}

.bottomLeft {
	margin: 5px 0 5px 15px;	
}

#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.font10 {
	font-size: 10px;
	color: #000;
}

#sidebar1 li a:link, #sidebar1 li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #FF0;
	border-right: 1px solid #ef3a32;
	background-color: #ef3a32;
	color: #000;
	text-decoration: none;
}

#sidebar1 li a:hover {
	background-color: #FF0;
	color: #36C;
}

#mainContent { 
	margin-left: 20px; 
	/* the left margin on this div element creates the column down the left side of the page - no 		matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	float: left;
	padding: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 275px;
	/*height: 480px;*/
}

#maincontent_Wrap {
	/*margin: 20px 32px 0 0;*/
	margin: 20px 30px 0 0;
	/*padding: 0 10px 0 210px;*/
	padding: 0 0 0 210px;
}

#mainContent_RHT { 
	margin-right: 20px; 
	float: right;
	padding: 15px 0 0 0;
}


#mainContent H2 {
	padding: 0;
	margin: 0;
}

/*#mainContent .hwy66 {
	font-size: 0.83em;
	line-height: 1em;
}
*/
#footer {
	font-size: 80%;
	margin: 0 16px 0 15px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
	text-align: center;
	line-height: 17px;
}

#footerAttractions {
	font-size: 80%;
	margin: 0 16px 0 15px;
	padding-bottom: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
	text-align: center;
	line-height: 17px;
}


#footer p {
	font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 45px 0 5px 5px;
}
.image_fltRT {
	float: right;
	margin: 0 10px 5px 5px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    /*height:0;
    font-size: 1px;
    line-height: 0px;*/
}

/* <<<<<<<<<<<<<<<<<<< Photo Grid CSS >>>>>>>>>>>>>>>>>>> */

#pg 
	{ 
/*	position: relative;
	margin: 10px 0;*/
	height: 80px; 
/*	background: #396EAE; */
	}
	
#pg li 
	{ 
	position: relative; 
	list-style: none; 
	width: 113px; 
	height: 75px; 
	overflow: hidden; 
	float: left; 
	z-index: 2; 
	opacity: .5; 
	}
	
#pg li.active 
	{ 
	opacity: 1; 
	}
	
#pg li.selected 
	{ 
	opacity: 1; 
	z-index: 99; 
	-moz-box-shadow: 7px 7px 7px #A2A832; 
	-webkit-box-shadow: 7px 7px 7px #A2A832;
	box-shadow: 7px 7px 7px #A2A832;
	}
	
#pg li img 
	{ 
	display: BLOCK; 
	width: 100%;
	height: 100%;
	margin: 3px;
	}
	
#pg li p 
	{ 
	color: white; 
	margin: 10px 0; 
	font-size: 12px; 
	}

