﻿* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}
body {
	background: url( "images/top.png" ) no-repeat;
}
p {
	font-size: 12px;
}
img {
	border-width: 0;
}
.clear {
	clear: both;
}
#main {
	width: 920px;
	padding-top: 95px;
}
#emblem {
	display: block;
	width: 245px;
	padding-top: 89px;
	height: 0px;
	overflow: hidden;
	background: url( "images/emblem.png" ) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#emblem:hover {
	background-position: 0 -89px;
}
#host-ritchey, #host-wilkins, #host-sinn {
	display: block;
	position: absolute;
	top: 0;
}
#host-sinn {
	left: 276px;
	height: 95px;
	width: 110px;
}
#host-ritchey {
	left: 386px;
	width: 113px;
	height: 95px;
}
/*#host-wilkins {
	left: 424px;
	width: 75px;
	height: 95px;
}*/
#categories {
	background: url( "images/menu.png" ) no-repeat bottom center;
	width: 120px;
	list-style-type: none;
	padding-bottom: 65px;
	float: left;
	margin-top: 7px;
	
}
#categories li a:link, #categories li a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 2px 0 2px 4px;
	border-bottom: 1px solid #6A9CE1;
}
#categories li.active a:link, #categories li.active a:visited {
	color: #fff;
	background: #1865B4;
	padding-left: 2px;
	border-left: 2px solid #004080;
}
#categories li a:hover, #categories li.active a:hover {
	background: #94B329;
	color: #fff;
}

/* Search Box */
#search {
	position: absolute;
	background: url( "images/search.png" );
	left: 637px;
	top: 6px;
	width: 277px;
	height: 69px;
}
#search div {
	margin: 7px 10px 5px 5px;
	position: relative;
}
#search #submit {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url( "images/search-button.png" ) no-repeat;
	width: 55px;
	display: block;
	height: 27px;
	border-width: 0;
}
#search #word {
	position: absolute;
	padding: 2px;
	top: 8px;
	left: 8px;
	width: 175px;
	border-width: 0;
	padding: 1px 5px;
	border: 1px solid #9BB2AF;
}
#search #t-keyw-r {
	position: absolute;
	top: 33px;
	left: 19px;
}
#search #t-keyw {
	position: absolute;
	top: 31px;
	left: 35px;
}
#search #t-site-r {
	position: absolute;
	top: 33px;
	left: 109px;
}
#search #t-site {
	position: absolute;
	top: 31px;
	left: 127px;
}

/* Day Tabs */
#days {
	margin-left: 10px;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom: 2px solid #1865B4;
	width: 790px;
}
#days li {
	float: left;
	background: url( "images/tab-right.gif" ) no-repeat 0% -30px;
	margin: 0 1em 0 0;
	padding: 0 0 0 7px;
}
#days a {
	float: left;
	display: block;
	width: .1em;
	background: url( "images/tab-right.gif" ) no-repeat 100% -30px;
	padding: 5px 23px 4px 16px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
}
#days li > a {
	width: auto;
}
#days a:hover {
	color: #fff;
	text-decoration: underline;
}
#days li:hover, #days li:hover a, #days li.active {
	background-position: 0% 0;
	color: #fff;
	text-decoration: underline;
}
#days li:hover a, #days li.active a {
	background-position: 100% 0;
}
#inner-content {
	float: left;
	width: 780px;
	padding: 10px;
}

#inside-box {
	clear: both;
	text-align: center;
	color: #666;
	padding: 10px;
}
#inside-box a {
	color: #6A9CE1;
	text-decoration: none;
}
#inside-box a:link {
	text-decoration: underline;
}
