@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/HintonBkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #370900;
}
#container {
	width: 400px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(Images/Header.jpg);
	height: 200px;
	width: 600px;
	background-repeat: no-repeat;
	position: relative;
	left: 170px;		
}
#mainContent {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #EDE3C8;
	background-repeat: no-repeat;
	margin-left: 125px;
	width: 646px;
	font-size: 90%;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #EDE3C8;
	width: 646px;
	margin-left: 125px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*Navigational Stuff Below*/
* {
	padding: 0;
	margin: 0;
}
#navigation {
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: relative;
	z-index: 222;
	left: -3px;
	height: 22px;
	width: 630px;
	background-color: #4C2E1D; /* to cater for users without images and since I'm not using an img here. */
	font-weight: normal;
	
	margin-bottom: 20px;
}
#navigation li {
	float: left;
	list-style: none;
	background-color: #4C2E1D;
}
#navigation a {
	display: block;
	/*This is where the Images for the incividual blocks would go.  background-image: url(css-tabs/tabright.gif); These R & L are to allow for     longer, shorter tabs*/
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation span {
	display: block;
	/*This is where the Images for the incividual blocks would go.  background-image: url(css-tabs/tableft.gif);*/
	background-repeat: no-repeat;
	padding: 5px 15px;
}
#navigation a:hover {
	background-position: right -198px;
	color: #FF6600;	
}
#navigation a:hover span {
	background-position: 0 -198px;
	color: #FF6600;
}
#navigation a:focus span {
	background-position: 0 -198px;
	color: #F42600;
}
#navigation a:focus  {
	background-position: 0 -198px;
	color: #F42600;
}
#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 2px;
	font-size: 97%;
}
#navigation li ul a, #navigation li ul a:link {
	background-image: none;
	padding: 5px;
	width: 10em;
	background-color: #4C2E1D;
}
#navigation li ul a:hover {
	background-color: #010500;
}
#navigation li:hover ul, #navigation li.sfhover ul {
left: auto;
}
#slideshow {
	position:relative;
	height:188px;
	width: 250px;
	right: 20px;
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
	top: 10px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
	filter:alpha(opacity=0);
}
#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#slideshow IMG.last-active {
    z-index:9;
}
.extra{
	background-color: #4C2E1D;
	width: 250px;
	position: relative;
	right: 20px;
	float: right;
}
.extracopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.extrahead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.extra a:link {
	text-decoration: none;
	color: #CCCCCC;
}
.extra a:visited {
	text-decoration: none;
	color: #A32D0C;
}
.extra a:hover {
	text-decoration: underline;
	color: #666666;
}
.extra a:active {
	text-decoration: none;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #300600;
}
a:visited {
	text-decoration: none;
	color: #A32D0C;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FE1914;
}
#logotype {
	font-size: 9px;
	position: relative;
	z-index: 33;
	left: 42px;
	width: 250px;
	bottom: 23px;
	color: #4C2E1D;
}
#logo {
	padding-top: 10px;
}
#femail {
	font-size: 9px;
	position: relative;
	z-index: 37;
	left: 62px;
	width: 450px;
	bottom: -30px;
	color: #4C2E1D;
}
#femail a:link {
	color: #4C2E1D;
}
#femail a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#logotype a:link {
color: #4C2E1D;
}
#logotype a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#flogo {
	padding-left: 66px;
}
#cal {
	position: relative;
	height: 600px;
	width: 650px;
	left: -12px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-left: 20px;
	position: relative;
	top: 2px;
}




