@import url("/coupon.css");

/*Start all basic default CSS */
html, body{ margin: 0; padding: 0; }
div, li, a, span{ font-family: tahoma, arial, sans-serif; }
h1, h2, h3, h4, h5, h6{ margin-top: 5px; margin-bottom: 5px;}
p{ margin-top: 0; margin-bottom: 10px; text-align: justify;  }
h4{ border-bottom: 1px #ccc solid; font-size: 12pt;}
map, map area, img a, a img, img { border: 0; }
fieldset legend{ font-weight: bold; }
div.clear{
	visibility: hidden;
	clear: both;
	margin-bottom: -0.66em;
}

/*Begin custom CSS*/
body{
	/*	background-image: url("/img/haywood_county_ice.png");*/
	background-image: url("/img/W00349_Haywood.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: 50% 0;
}
#body{ 
	width: 80%;
	margin: auto;
	border: 3px #99c solid;
	border-top: 0;
	border-bottom: 3px #99c solid;
}
* html #body{
	width: 100%;
	margin-left: 10%;
	margin-right: 10%;
}
#body div{
	font-size: 10pt;
}
#body #container{
	border-top: 3px #000 solid;
	border-bottom: 3px #99c solid;
	background-image: url("/img/gray80.png");
	background-repeat: repeat;
/*	background-color: #fff;*/
	padding: 5px;
	padding-top: 0;
}
#left, #right{
	width: 50%;
	text-align: left;
	padding: 5px;
}
#left h4, #right h4{
	width: 80%;
}
#left p, #right p{
	width: 93%;
}
* html #left{
	width: 100%;
	
}
#right{ 
	float: right; 
}
#right{
	border-left: 3px #000 solid;
}

#top{
	text-align: center;
	display: block;
	height: 180px;
	background-image: url("/img/gray.png");
	background-repeat: repeat;
}
#menu{
	padding-top: 156px;
}
#menu ul li, #menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li{
	float: left;
	display: block;
	width: 14.2%;
	text-align: center;
}
#menu ul li a{
	display: block;
	margin: auto;
	width: 80%;
	padding-top: 3px;
	height: 20px;
	border: 1px #000 solid;
	font-size: 10pt;
	background-color: rgb(143,144,252);
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a#sel{
	background-color: rgb(204,204,255);
	font-weight: bold;
	color: #000;
}
#menu ul li a#sel{
	border-bottom: 3px rgb(204,204,255) solid;
}
* html #menu ul li{
	position: relative;
	top: 6px;
}
#footer{
	text-align: center;
	display: block;
	padding-top: 5px;
	background-color: #ddd;
}
#footer_container{
	width: 100%;
	padding-top: 20px;
	margin: auto;
}
#footer table{

	width: 100%;
	border-collapse: collapse;
}
#footer table td{
	padding-bottom: 10px;
	font-size: 10pt;
	text-align: center;
}
#schedule{ border-collapse: collapse; width: 100%;}
#schedule th{
	font-size: 10pt;
	border-bottom: 1px #000 solid;
}
#schedule tr.g{ background-color: #ccc; }
#schedule td{ 
	font-size: 8pt; 
}
#sponsor_main{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
#top #logos{ padding-top: 25px; margin-bottom: -128px;}
#sponsors{
	width: 100%;
	border-collapse: collapse;
}
#sponsors td{
	padding: 5px;
	width: 50%;
	text-align: center;
	border: 1px #ccc solid;
	font-size: 10pt;
}
#sponsors td a img{
	border: 0;
}
#sponsors td img{
	padding: 10px;
	background-color: #fff;
}
#sponsors td a{
	color: 000;
	text-decoration: none;
}
#contact_info{
	width: 95%;
}
#contact_info td{
	vertical-align: top;
	width: 33%;
	font-size: 10pt;
}
ul.snowflake li{

	list-style-image: url("/img/snowflake.png");
	/*list-style-image: url("http://www.sunshineworldfrance.com/images/snowflake.png");*/
	
}
tr.fff{

}
tr.cccc{
	b
}
img.cont_img{
	padding: 5px;
	border: 2px #000 solid;
	background-color: #ccc;
	margin: 10px;
}
fieldset{
}
fieldset table{
	border: 0;
}
table.a_k{
	border-collapse: collapse;
	width: 100%;
}
table.a_k td{
	border: 1px #ccc solid;
	text-align: center;
	font-size: 10pt;
}
