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


body{
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:100%;
	font-variant: small-caps;
	color: #666633;
	letter-spacing: 0.05em;
	}
div#wrapper{ width:780px; margin:20px auto;	background-image: url(../images/bg.png);
	background-repeat: no-repeat;}

div#header {
	width:780px;
	height:241px;
	/*background-image: url(../images/header/header_index.png);*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;	*/
}



div#contentarea {
	width:790px;
	margin:10px 0 0 0;
	padding:0;
	}

div#menu{width:200px; height:350px; float:left; border:none;}


div#text{width:580px; height:350px; float:left;
}	

p.heading{
	margin:0px;
	padding:10px 20px;
	font-size: 2em;
	color:#666633;
	letter-spacing: 0.08em;
	font-variant: small-caps;
}

p.directions{
	font-size: .85em;
}

p.video{
	margin:0px;
	padding:10px 20px 0 110px;
}

p{
	margin:0;
	padding:10px 25px;
	text-align: justify;
	color:#999966; 
}

table {
	margin:0 0 0 50px;
	padding:0;
	color:#999966;
	text-align: justify;

	}
table img{
	border-style: solid;
	border-width:1px;
	padding:2px;
	background-color: white;	
}

td{
	width: 270px;
}

div#footer{
	width:780px;
	height:116px;
	margin-top:40px;
	background-image: url(../images/footer/footer_index.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#footer_2 p{
	text-align:center; color:#999966;
	font-size: .8em;
	}


ul {
	margin-left: 30px;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom:none;
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #999966; } /* Hover Styles */
		
li ul li a { 	padding: 2px 5px; 
				width: 240px; 	
 } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/*MENU*/
#navlist{
	padding-left: 0px;
	margin-top:70px;
	margin-left: 5px;
	border-bottom: 1px solid #999966;
	}
	
#navlist li{
	margin: 0; padding:0.3em 0 0.3em 0.8em;
	border-top: 1px solid #999966;
	list-style: none;
	letter-spacing:.28em;
	font-variant: small-caps;
	}

#navlist li a{ 
	text-decoration:none; 
	display:block;
	font-variant: small-caps;
	padding: 0px;
	border: 0;
	}
/*END OF MENU*/






/* Links */
a:link{color:#666633;}
a:visited{color:#cccc99;}
a:hover{color:#999966;}
a:active{color:#999966;}


.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {display:inline-block;}

* html .clearfix {height:1%;}
.clearfix {display:block;}
