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

body  {
	font: 100% Times, "Times New Roman", Times, serif;
	background: url(../Graphics/Buffalotransp100.png) no-repeat fixed 0 0 #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #FC6;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
a:visited {
	color: #363;
}
#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
} 
#header { 
	padding: 10px 0px 0px 10px;
	height: 80px;
	border-bottom: 1px solid #FC6;
	margin: 0;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#leftcol {
	float: left;
	width: 180px;
	padding: 0 10px 10px 10px;
	color: #FC6;
	margin-top: 20px;
	text-align: center;
	border-right: dotted 1px #FC6;
}
#nav {
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.5em;
	backgroun: #EEDC9D;
	border-bottom: solid 1px #630;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: auto;
}
div#nav li {
	position: relative; list-style: none; margin: 0;
	border-top: solid 1px #630;
	border-left: solid 1px #630;
	border-right: solid 1px #630;

}
div#nav ul ul {
	position: absolute;
	top: 0;
	left: 12em;
	display: none;
}
div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	width: 12em;
	text-align: left;
	left: 14.9em;
	background-color: #D0AB6F;
	color: #660;
	border-bottom: solid 1px #630;
}
div#nav li a {
	display: block;
	padding: 0.25em 5px 0.25em 0.5em;
	text-decoration: none;
	color: #F60;
	width: 11.5em;
}
div#nav li:hover {
	background: #FC6;
}
div#nav li.submenu {
	background: url(../images/arrowSub.gif) 95% 50% no-repeat;
}
div#nav ul.level2 a{
	color: #360;
}
div#nav ul.level2 a:hover{
	background-color: #C93;
}
div#nav li.submenu:hover{
	background-color: #FC6;
}
div#nav>ul a {
	width: auto;
}
#rightcol {
	float: right;
	width: 180px;
	padding: 0px 10px 10px 0px;
	color: #FC0;
	margin-top: 20px;
	float: right;
}
#mainContent {
	width: 489px;
	margin-top: 20px;
	padding: 0px 10px 30px 10px;
	color: #963;
	text-align: justify;
	float: left;
} 
#greeting {
	font-family: "Bookman Old Style";
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #630;
	background: url(../Graphics/MapBgd.jpg);
	padding: 25px 20px 10px;
}
#title {
	float: left;
	width: 100%;
	color: #CC9;
	background-color: #630;
	height: 1.5em;
	padding-top: .4em;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#maintext {
	background-color: #963;
	color: #FC6;
}
#list {
	width: auto;
    background: #960;
}
div.column {
	float: left;
	width: 163px;
	color: #FC6;
	background: #963;
	font-size: 14px;
	padding-left: -5px;
}
#block {
	width: 230px;
	height: auto;
	padding: 10px 0px 10px 60px;
	float: left;
}
#block2 {
	position: relative;
	width: 230px;
	padding: 10px 0px 10px 60px;
	margin-left: 295px;
}
.bestviewed {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer {
	clear: both;
	color: #AAA;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 300px;
	backgroun: url(../Graphics/bottomedge222.jpg) no-repeat center bottom;
	border-top: solid 1px #FC6;

} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#design {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9px;
}
#design a {
	color: #666;
}
#design a:hover{
	color: #996;
}
.date {
	font: italic 10px Arial, Helvetica, sans-serif;
	color: #963;
}
.AboutUs{
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #CCCC99;
	text-align: center;
	margin-left: auto;
	margin-top: 150px;
}
.advertise {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #D2C083;
	text-align: center;
	text-transform: uppercase;
	padding-top: 150px;
	margin-left: auto;
}