@import url(http://misc.hersheypa.com/assets/social_bar/social_bar.css);
/* CSS Document */

/* Reset
---------------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* General
---------------------------------------------------------------------*/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #1C6339 url(/images/background.jpg) repeat-x center top;
}
a:link, a:visited{
	color:#714008;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#333333;
}

/* Layout
---------------------------------------------------------------------*/
#container{
	width: 850px;
	padding:0;
	margin:0 auto;
	text-align: left;
	overflow:hidden;

}
#breadcrumb_search{
	padding:30px 0 5px;
	margin:0;
}
#header_container{
	margin:0;
	padding:0;
	width:850px;
}
#header{
	float:left;
	width:850px;
	height:300px;
	background:url(/images/header_container_background.jpg) no-repeat top;
}
#header_top_container{
	float:left;
	width:800px;
	padding:25px 0 0 25px ;
}
#header_top{
	height:225px;
	width:800px;
	float:left;
	background:url(/images/header_top_background.jpg) no-repeat top;
}
#header_top p{
	vertical-align:top;
	padding:20px 20px 0 0;
	margin:0;
	width:505px;
	height:185px;
	float: right;
}
#logo{
	padding:17px 0 0 8px;
	margin:0;
	width:243px;
	height:160px;
	float:left;
}
#body_content{
	background:#FFF;
	padding:25px;
	margin:0;
	float:left;
	width:850px;
}
#body_content form{
	clear:both;
	display:block;
	margin:0;
	padding:0 0 0 25px;
}
#left_col{
	float:left;
	width:520px;
}
#left_col h1{
	color:#723F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	padding:0 0 10px;
}
#left_col h2{
	color:#124427;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}
#left_col h2 a:link, #left_col h2 a:visited{
	color:#124427;
	font-weight:normal;
	text-decoration:none;
	line-height:135%;
}
#left_col h3{
	color:#124427;
	font-size:12px;
	font-weight:normal;
	font-weight:bold;
}
#left_col p{
	width:520px;
	padding:0 0 15px 0;
	line-height:125%;
}
#left_col .sub_nav{
	width:520px;
	margin:-10px 0 0;
	line-height:normal;
	padding:0;
	font-size:11px;
	color:#999999;
}

.sub_nav a:link, .sub_nav a:visited{
	color:#999999;
	text-decoration:underline;
}
.sub_nav a:hover{
	color:#714008;
	text-decoration:underline;
}
#left_col ul{
	margin:0 0 0 25px;
	padding:0 0 10px;
}

#left_col ul a:hover{
	color:#333;
	text-decoration:underline;
}
#left_banners{
	float:left;
	width:520px;
	padding:25px 0 0;
	vertical-align:top;
}
#left_col table{
	width:100%;
	margin:0;
	padding:0 0 15px;
}
#left_col table td{
	vertical-align:top;
}
#left_col table p{
	clear:both;
}
#left_col .table_dark{
	height:25px;
	background:#E4DFB5;
	padding:0 3px 0;
	vertical-align:middle;
}
#left_col .table_light{
	height:25px;
	background:#FBFAF5;
	padding:0 3px 0;
	vertical-align:middle;
}
.table_pad{
	padding:0 0 20px;
}
.table_pad img{
	padding:0 10px 0 0;
}
#left_col .disclaimer{
	font-size:10px;
	font-style:italic;
	margin:-5px 0 0;
}
.left_banners_padding{
	padding:0 18px 0 0;
}

#right_col{
	float:right;
	width:250px;
	margin:0 0 0 0;
	padding:0 50px 0 0;
}
#right_col img{
	padding:0 0 10px;
	margin:0;
}

/*** Navigation
----------------------------------------------------*/
#nav{
	margin:2px 0 0;
	background:#724000;
	height:25px;
	width:800px;
	float:left;
}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	width:800px;
	float:left;
}
#nav ul li{
	float:left;
}
#nav li a{
	float:left;
	display:block;
}
#rates{
	height: 25px;
	width: 95px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_rates.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rates:hover {
	background-position: 0px -25px;
}
#facilities{
	height: 25px;
	width: 110px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_facilities.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#facilities:hover {
	background-position: 0px -25px;
}
#map{
	height: 25px;
	width: 175px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#map:hover {
	background-position: 0px -25px;
}
#events{
	height: 25px;
	width: 90px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#events:hover {
	background-position: 0px -25px;
}
#guidelines{
	height: 25px;
	width: 120px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_guidelines.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#guidelines:hover {
	background-position: 0px -25px;
}
#faqs{
	height: 25px;
	width: 75px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_faqs.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#faqs:hover {
	background-position: 0px -25px;
}
#directions{
	height: 25px;
	width: 135px;
	text-indent: 10000px;
	z-index:1000;
	overflow: hidden;
	display: block;
	background-image: url(/images/nav_directions.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#directions:hover {
	background-position: 0px -25px;
}

/**** Breadcrumb & Search
---------------------------------------------*/
#breadcrumb_search form{
	padding:0;
	margin:0;
	float:right;
	padding:0 0 5px;
}
.breadcrumb {
	color:#FFF;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	float:left;
	padding:5px 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #FFF;
	text-decoration:none;
}
.breadcrumb a:hover {
	color: #FFF;
	text-decoration:underline;
}
.search {
	float:right;
	width:200px;
}


/**** =Footer
---------------------------------------------*/
#footer{clear:both;padding:15px 0 0;width:850px;text-align:center;}
#footer a{color: #FCDF65; text-decoration:none;}
#footer a:hover{color: #FFF;text-decoration:underline;}
#footer a:visited{color: #FCDF65; text-decoration:none;}
#footer p{
	font-size:9px;
	color: #FCDF65;
	padding:0 0 15px;
}
#footer img{
	padding:0px 45px 0;
}
#txt_nav{
	font-size:9px;
	color:#FFF;
	padding:0 0 5px;
}
#txt_nav a:link, #txt_nav a:visited{
	color:#FFF;
	text-decoration:none;
}
#txt_nav a:hover{
	color:#FFF;
	text-decoration:underline;
}
#legal{
	color:#FFFFFF;
	font-size:10px;
	padding:0 0 35px 0;
}
#legal a:link{
	color:#FFFFFF;
	text-decoration:none;	
}
#legal a:hover{
	text-decoration:underline;
}
#legal a:visited{
	color:#FFFFFF;	
}
.clear {clear:both;}
.rule{border-top: 1px solid #CCCCCC;margin: 10px 0px 25px;clear:both;}

/**** =Pop Up windows
---------------------------------------------*/
.popupContainer {width:370px; padding:15px; background:#FFF;}
.popupInside {width:auto; padding:8px 10px; background:#F4F2E8;text-align:left;font-size:11px;}
.popupInside p {padding:5px 0 15px;}