@charset "utf-8";
/* CSS Document */

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 */
	color: #660000;
	background-color: #0e0a06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/woodback.jpg);
	background-repeat: repeat;
}
#masthead {
	background-image: url(images/masthead3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 980px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#homebanner {
	background-image: url(images/bannerback3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 318px;
	width: 980px;
}
#homebannerlinks {
}
#homebannerlinks {
	text-align: right;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#homebannerlinks img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#bookholder {
	margin: 0px;
	padding-top: 10px;
	padding-right: 85px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#insidebanner {
	background-image: url(images/insidebanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 980px;
	text-align: right;
}
#navbar {
	background-image: url(images/navback2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#pageback {
	background-image: url(images/contentback3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* basic top nav */
#nav {
	margin: 0;
	padding: 0;
	}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#nav li {
	float: left;
	display: inline;
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
		 }
#toptext {
	margin: 0px;
	padding-top: 90px;
	padding-right: 75px;
	padding-left: 700px;
	font-size: 16px;
	font-weight: bold;
	color: #1b0a03;
}

#nav li a:hover {
	color: #fbd300;
	font-weight: bold;
	display: block;
	
}
#container {
	width: 980px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #1b0a03;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 10px;
} 
#contentContainerHead {
	background-image: url(images/tophomecontentback3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 65px;
}
#insidecontentContainerHead {
	background-image: url(images/topinsidecontentback3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 65px;
}
#contentContainer {
	background-image: url(images/homecontentbackbot3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}


#footer {
	background-image: url(images/bottombannerback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 130px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 70px;
	background-color: #0f0c07;
} 
#footerleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 620px;
}
#footerright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 230px;
	color: #996600;
}

#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
#sidebar1 h3 {
	color: #264b03;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.homemedaltable {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#hometext {
	margin: 0px;
	width: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #582c1a;
}
#insidetext {
	margin: 0px;
	width: 490px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #582c1a;
	height: 100%;
}

.homemedaltable p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
a:link, a:visited, a:active {
	color: #993300;
	font-weight: bold;
}
a:hover {
	color: #339933;
}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #264b03;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#insidetext h1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

h2 {
	color: #582c1a;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-color: #582c1a;
}
h4 {
}
.imageborders {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.awardtext {
	font-size: 12px;
	font-style: italic;
	color: #996600;
	text-align: center;
}
.highlighttext {
	font-weight: bold;
	color: #996600;
}
