﻿/* Resets defaults to override various browser variances until reset by a different value later in this document.
This keeps the top margin of the page from varying between browser types 
 
*/
* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    text-align: left;
}
/* Now that everything is reset, here is what we really want stuff to look like. */

body {
	background: #000;
	color: #FFC;
	font-family: tahoma, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
p a:link {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:visited {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}
	
a:active {
	color: #FFFFCC;
	font-weight: bold;
	}
	
p a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
}

h3{
	margin-bottom: 5px;
}
h3 a:link {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}
#supercontainer {
	background: url('bgtapestry01.gif') repeat-y;
	margin: 0px auto 0px auto;
	width: 960px;
}
#supercontainer {
	background: url('bgtapestry01.gif') repeat-y;
	margin: 0px auto 0px auto;
	width: 960px;
}
#container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 770px;
	display: block;
	position: relative;
}
#header {
	width: 785px;
	height: 240px;
	margin: 0px;
	display: block;
}
#flash {
	clear: both;
	margin-top: 0px;
}
#goldtop {
	height: 27px;
	background: #AC9A62;
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: large;
	color: #C52D01;
}
#navbar {
	height: 43px;
	width: 770px;
	clear: both;
	padding-left: 1px;
	overflow: hidden;
	margin-top: 12px;
	background-color: #333333;
}
#main {
	background: #3B424B url('bgmap02.gif');
	width: 770px;
	background-repeat: no-repeat;
	min-height: 500px;
}
#overview {
	padding: 20px;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}
#left {
	padding: 10px 5px 5px 10px;
	position: relative;
	float: left;
	width: 242px;
}
#middle {
	padding: 10px 5px 5px 5px;
	position: relative;
	float: left;
	width: 242px;
}
#right {
	padding: 10px 10px 5px 5px;
	position: relative;
	float: left;
	width: 242px;
}
.slideshow {
	padding: 0px 0px 10px 20px;
	position: relative;
	float: left;
	height: 440px;
	width: 493px;
}
.clear {
	clear:both;
}
.clear img {
	padding: 10px 10px 5px 10px;
	margin: 0px auto 0px auto;
}
.clear p {
	text-align: left;
}

#footer {
	display:block;
	background: url('../images/footerbg.gif') repeat-x;
	width: 770px;
	height:67px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #f1e6c0;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
}
#footer a {
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
}
#footer2 {
	background-image: url('../images/bgfooter2.gif');
	height: 14px;
	width: 770px;
	clear: both;
	overflow: hidden;
}
.YouTube {
	padding-bottom: 12px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.VideosMultiple
{
    clear: right;
    text-align: center;
    float: right;
    width: 450px;
    position: relative;
}
