html, body, h1, h2, h3, h4, h5, h6, p, table, form, blockquote { margin: 0px; }

body {
	background: #9d6a36 url('images/bg2.gif');
	padding: 35px 0px;
	text-align: center;
	color: #666666;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}


a:link { color: #cc6600; }
a:visited { color: #9d6a36; }
a:active, a:hover { color: #000; }

h3 {
	margin: 0px;
	text-transform: uppercase;
	font: normal 130% Verdana, Arial, Helvetica, sans-serif;

}

p { margin: 0px 0px 1em 0px; }

.clear { clear: both; }

#container {
	width: 785px;
	background: #fff;
	margin: 0px auto;
	height: 525px;
	position: relative;
	text-align: left;
}

#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

	#logo a {
		display: block;
		width: 248px;
		height: 57px;
		background: url('images/logo.gif') no-repeat;
		text-indent: -9999999px;
		font-size: 10px;
	}
	
	#printlogo { display: none; }

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 99;
}
	#menu li { display: inline; }
	#menu a {
		color: #cc6600;
		font: bold 12px Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		padding: 0px 6px;
	}
	#menu a:hover, #menu a:focus { color: #000; }

#title {
	position: absolute;
	left: 183px;
	top: 60px;
	margin: 0px;
	color: #cc6600;
	text-transform: uppercase;
	font: normal 140% Verdana, Arial, Helvetica, sans-serif;
}

#homecontent {
	width: 720px;
	height: 410px;
	position: absolute;
	top: 60px;
	left: 35px;
}

#content {
	width: 575px;
	height: 370px;
	position: absolute;
	left: 183px;
	top: 100px;
}

#box {
	width: 165px;
	float: right;
	margin: 0px 0px 10px 10px;
}

#left {
	width: 145px;
	position: absolute;
	left: 20px;
	top: 73px;
}

.submenu {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style: none;
}
	.submenu a { color: #666; text-decoration: none; }
	.submenu a:hover, .submenu a:focus { color: #000; text-decoration: underline; }
	
	.submenu ul {
		margin: 0px;
		padding: 0px 0px 0px 15px;
		list-style: none;
	}
	
	.imagelink a {
	display: block;
	width: 130px;
	height: 20px;
	text-indent: -9999px;
	}
		/*This is the casual menu*/	
		#link1 a {
			background: url('images/submenu1.gif') no-repeat;
		}
		#link2 a {
			background: url('images/submenu1-2.gif') no-repeat;
		}
		#link3 a {
			background: url('images/submenu1-3.gif') no-repeat;
		}
		#link4 a {
			background: url('images/submenu1-4.gif') no-repeat;
		}
		#link5 a {
			background: url('images/submenu1-5.gif') no-repeat;
		}
		
		#link1 a:hover, #link1 a:focus {
			background-position: 0px -33px;
		}
		#link2 a:hover, #link2 a:focus {
			background-position: 0px -33px;
		}
		#link3 a:hover, #link3 a:focus {
			background-position: 0px -33px;
		}
		#link4 a:hover, #link4 a:focus {
			background-position: 0px -33px;
		}
		#link5 a:hover, #link5 a:focus {
			background-position: 0px -33px;
		}
	/*This is the formal menu*/	
	#link21 a {
			background: url('images/submenu2.gif') no-repeat;
		}
		#link22 a {
			background: url('images/submenu2-2.gif') no-repeat;
		}
		#link23 a {
			background: url('images/submenu2-3.gif') no-repeat;
		}
		#link24 a {
			background: url('images/submenu2-4.gif') no-repeat;
		}
		
		#link21 a:hover, #link21 a:focus {
			background-position: 0px -33px;
		}
		#link22 a:hover, #link22 a:focus {
			background-position: 0px -33px;
		}
		#link23 a:hover, #link23 a:focus {
			background-position: 0px -33px;
		}
		#link24 a:hover, #link24 a:focus {
			background-position: 0px -33px;
		}
		

#footer {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #000;
}

	#footer p {
		margin: 0px;
	}
	
	#footer ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#footer li {
		display: inline;
		padding: 0px 5px 0px 0px;
	}
	
	#footer a {
		text-transform: uppercase;
		color: #cc6600;
		text-decoration: none;
	}
	
	#footer a:hover, #footer a:focus {
		color: #000;
		text-decoration: underline;
	}
	
	#fav {
		 position: abolute;
		 bottom: 25px;
		 right: 35px;
	}

@media print {
	body { background: none; padding: 20px; }
	
	#container {
		width: auto;
		height: auto;
	}
	
	#logo, #menu, #content, #title, #left, #footer {
		position: static;
	}
	
	#logo a { display: none; }
	
	#printlogo {
		display: block;
	}
	
	#content, #left {
		width: auto;
		height: auto;
	}
	
	#left { 
		border-top: solid 1px #ddd; 
		padding: 10px 0px;
	}
	
	#title {
		margin: 1em 0px;
	}
	
	#footer {
		border-top: solid 1px #ddd;
		padding-top: 10px;
	}
}
.imageFloatLeftBuffer {
	float: left;
	margin: 8px;
}

.imageFloatRightBuffer {
	float: right;
	margin: 8px;
}

.datespot {
	margin: 3px;
	padding: 3px;
	clear: none;
	float: right;
	height: 20px;
	width: 250px;
	text-align: right;
	position: absolute;
	right: 25px;
	
}

