/* sets background for site */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CF3400;

	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

/* links unless otherwise specified */
a:link, a:visited {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #600;
	font-weight: bold;
	text-decoration: underline;
}

/* main-wrapper opens immediately after opening body tag and closes right before closing body tag -- sets width for main part of page */
#main-wrapper {
	margin: 0;
	padding: 0;
	width: 750px;
	
}

/* contains all header/logo elements */
#head-wrapper {
	margin: 0;
	padding: 0;
	width: 750px;
	display: inline;
}

/* top color bar, above logo */

/* logo goes here */
#logo {
	margin: 0;
	padding: 0;
}

/* lower color bar */
#bottom-header {
	padding: 0 8px 0 0;
	margin: 0;
	border-bottom: 1px solid #000;
	border-bottom-color: #000;
}

#bottom-header p {
	color: #fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: .2em 0;
}

#bottom-header a {
	margin-left: 2em;
	text-decoration: none;
	padding: 0 .4em 0 .3em;
}

#bottom-header a:link, #bottom-header a:visited {
	color:#fff;
}

#bottom-header a:hover, #bottom-header a:active {
	color:#fff;
	text-decoration: underline;
}

#content-wrapper
	{
	width: 100%;
	background-color: #fff;
	background-image: url(images/background-gradient.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
	}

/* left side navigation bar */
#navbar {
	width: 130px;
	float: left;
	color: #000;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #ce3500;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	background-color: #ce3500;
}

#navbar li {
	width: 100%;
}

#navbar li a {
	display: block;
	padding: .6em 0 .6em .5em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#navbar li a:link, #navbar li a:visited {
	color: #ffffff;
}

#navbar li a:hover, #navbar li a:active {
	color: #000000;
	background-color: #ffcc00;
	}

#navbar li.top{
	border-top: 1px solid #000;
	}

		
#subnav1 ul {
	margin-left: 3em;
		
}

#subnav1 li {
	width: 93px;
	text-align: right;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	background-color: #ffcc00;
	background-image: none;
}

#subnav1 li a {
	display: block;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #000000;
}

#subnav1 li.para2 a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#subnav1 li a:link, #subnav1 li a:visited {
	color: #000000;
	background-color: #ffcc00;
	
	
}

#subnav1 li a:hover, #subnav1 li a:active {
	color: #ffffff;
	background-color: #CF3400
}

#subnav2 ul {
	margin-left: 3em;
	
}

#subnav2 li {
	width: 93px;
	text-align: right;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	background-color: #ffcc00;
	background-image: none;
}

#subnav2 li a {
	display: block;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #000000;
}

#subnav2 li.para2 a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#subnav2 li a:link, #subnav2 li a:visited {
	color: #000000;
	background-color: #ffcc00;
	
}

#subnav2 li a:hover, #subnav2 li a:active {
	color: #ffffff;
	background-color: #CF3400;
}
#subnav3 ul {
	margin-left: 3em;
	
}

#subnav3 li {
	width: 93px;
	text-align: right;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	background-color: #ffcc00;
	background-image: none;
}

#subnav3 li a {
	display: block;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #000000;
}

#subnav3 li.para2 a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#subnav3 li a:link, #subnav3 li a:visited {
	color: #000000;
	background-color: #ffcc00;
	
}

#subnav3 li a:hover, #subnav3 li a:active {
	color: #ffffff;
	background-color: #CF3400
}

#subnav4 ul {
	margin-left: 3em;
	
}

#subnav4 li {
	width: 93px;
	text-align: right;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	background-color: #ffcc00;
	background-image: none;
}

#subnav4 li a {
	display: block;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #000000;
}

#subnav4 li.para2 a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#subnav4 li a:link, #subnav4 li a:visited {
	color: #000000;
	background-color: #ffcc00;
	
}

#subnav4 li a:hover, #subnav4 li a:active {
	color: #ffffff;
	background-color: #CF3400;
}

/* left side navigation bar Wildcats*/
#navbarWild {
	width: 120px;
	float: left;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#navbarWild ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #3D6B9D;
}

#navbarWild li {
	width: 100%;
}

#navbarWild li a {
	display: block;
	padding: .5em 0 .5em .7em;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#navbarWild li.sub a {
	display: block;
	padding: .5em 0 .5em .7em;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navbarWild li a:link, #navbarWild li a:visited {
	color: #fff;
}

#navbarWild li a:hover, #navbarWild li a:active {
	color: #fff;
	background: #999999;
}

/* left side navigation bar Scorpions*/
#navbarScorp {
	width: 130px;
	float: left;
	color: #000;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #ce3500;
}
#navbarScorp ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	background-color: #ce3500;
}

#navbarScorp li {
	width: 100%;
}

#navbarScorp li a {
	display: block;
	padding: .6em 0 .6em .5em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#navbarScorp li a:link, #navbarScorp li a:visited {
	color: #ffffff;
}

#navbarScorp li a:hover, #navbarScorp li a:active {
	color: #000000;
	background-color: #ffcc00;
	}

#navbarScorp li.top{
	border-top: 1px solid #000;
	}

/* left side navigation bar Dukes*/

#navbarDuke {
	width: 130px;
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #CE3500;
}
#navbarDuke ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#navbarDuke li {
	width: 100%;
}

#navbarDuke li a {
	display: block;
	padding: .8em 0 .8em .7em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#navbarDuke li.sub a {
	display: block;
	padding: .5em 0 .5em .7em;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#navbarDuke li a:link, #navbarDuke li a:visited {
	color: #fff;
}

#navbarDuke li a:hover, #navbarDuke li a:active {
	color: #fff;
	background-color: #FF9900;
}

/* left margin of #main must be at least width of left navbar */
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #000;
	background: #fff;
	margin: 0 0 0 130px;
	padding: 0px 30px;
}
#main h1
	{
		margin: 0 0 .3em 0;
		font-size: 150%;
		font-weight: bold;
	}
#main p
	{
		margin-top: 0;
	}
	
/* definition list elements are for FAQ page */
#main dl
	{
		margin: 0;
		text-align: left;
	}
#main dt
	{
		font-size: 104%;
		font-weight: bold;
		margin: .5em 0 .2em 0;
		color: #990100;
	}
#main dd
	{
		margin: 0 0 1em 2em;
	}
	
/* this essentially sets the stage for a table in which products show up */
#products
	{
	text-align: left;
	padding-top: 12px;
	}
#products p
	{
	text-align: left;
	}
#products p.input
	{
		text-align: center;
	}

#products input
	{
		width: 90px;
	}
#products table
	{
		margin: 0 auto;
	}
#products td
	{
		padding: 0 0px 16px 5px;
		text-align: center;
		vertical-align: top;
	}
#products img
	{
		margin: 4px 0 8px 0;
		border: 0;
	}
#products td p
	{
		font-size: 78%;
		margin: 0;
		text-align: center;
	}
#products td p a
	{
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
#products td p a:link, #products td p a:visited
	{
		text-decoration: none;
	}
#products td p a:hover, #products td p a:active
	{
		text-decoration: underline;
	}
#products form
	{
		margin: 1em 0;
	}
	
#attractions a:link, #attractions a:active, #attractions a:visited
	{
	color: #3333CC;
	text-decoration: none;
	}
	
#attractions a:hover
	{
		color: #3333CC;
		text-decoration: underline;
	}
	
#attractions h6
	{
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	background-color: #bb8c5d;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
		}

#attractions p 
	{
	text-align: center;
	}
	
#attractions a.return
	{
	color: #9B6F42;
	font-weight: normal;	
	}
	
#events h5
	{
	color: #3333CC;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	}
	
#events hr
	{
	color: #bb8c5d;
	background-color: #bb8c5d;
	height: 2px;
	}
	
/* links and info at the bottom of the page */
/* here it's set up to clear the left navbar but with long navbars, we might want to take that out */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 12px 0;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 92%;
}
#footer a:link, #footer a:visited {
	font-size: 112%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 .5em;
}
#footer a:hover, #footer a:active {
	font-size: 112%;
	font-weight: bold;
	color: #fff;
	padding: 0 .5em;
	text-decoration: underline;
}
#footer p.copy {
	padding: 16px 0 0 0;
}
#footer p.links {
	color: #fff;
	background-color: #CF3400;
	margin-top: 20px;
	margin-right: 16px;
	margin-left: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.bigred
	{
		color: #990100;
		font-weight: bold;
		font-size: 104%;
	}
h1 {
	color: #990100;
	font-weight: bold;
}
h4 {
	font-variant: small-caps;
	text-transform: none;
	color: #990100;
	font-size: medium;
}
