@charset "UTF-8";

/* GENERAL STUFF */

* {
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
}

body,td,th {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #401E01;
	line-height: 15px;
	text-align: center;
	min-width: 500px;
	/* background: #F2F2F2 url("../img/1.jpg") no-repeat fixed center bottom; */
}

body#splash {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: center;
	min-width: 500px;
}

a:link {
	color: #023859;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #023859;
}
a:hover {
	text-decoration: underline;
	color: #DE4FA1;
}

h1 {
	font-size: 14px;
	color: #251100;
}

/* MAIN NAV MENU */

#navcontainer {
	margin: 0 0 0 0;
}

ul#herman_nav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#herman_nav li {
	display: inline;
	list-style-type: none;
}

#herman_nav a {
	padding: 3px 10px;
}

#herman_nav a:link, #herman_nav a:visited {
	color: #333;
	background-color: #85C2D5;
	font-size: 14px;
	text-decoration: none;
}

#herman_nav a:hover {
	color: #401E01;
	font-size: 14px;
	background-color: #F29C50;
	text-decoration: none;
}

/* A/V NAV MENU */

ul#av_nav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#av_nav li {
	display: inline;
	list-style-type: none;
}

#av_nav a {
	padding: 3px 10px;
}

#av_nav a:link, #av_nav a:visited {
	color: #401E01;
	background-color: #DE4FA1;
	font-size: 16px;
	text-decoration: none;
	font-variant:small-caps;
}

#av_nav a:hover {
	color: #DE4FA1;
	font-size: 16px;
	background-color: #401E01;
	text-decoration: none;
	font-variant:small-caps;

}

/* DISJOINTED ROLLOVER FUNCTION FOR INDEX */
#disroll {
	position: relative;
}
#disroll a img {
	border: 0;
}
#disroll a span {
	display: none;
}
#disroll a:hover span {
	display: block;
	position: absolute;
	top: -496px;
	left: 365px;
	width: 550px;
	background:#F2F2F2;
}

#wrapper {
	margin:0 auto;
	width:500px;
	text-align: left;
}

/* A/V PAGE*/

#divav {
	margin: 5px 5px 15px 5px;
}