/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-image: url(images/body-bg.gif);
}

.bodyintrobg {
	background-image: url(images/intro-body-bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.center {
	color: #660033;
	text-align: center;
	font-size: 13px;
}

.largefont {
	font-size: 14px;
	color: #00002e;
}

.purple {
	text-align: center;
	padding: 2px;
	color: #660033;
	margin: 10px 0px 10px 0px;
	border: 0px solid #999999;
}

.maroon {
	text-align: center;
	padding: 2px;
	color: #000099;
	margin: 10px 0px 10px 0px;
	border: 0px solid #999999;
}

.red {
	text-align: left;
	padding: 2px;
	color: #000099;
	margin: 10px 0px 10px 0px;
	border: 0px solid #999999;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
	text-align: left;
}

h2 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #00002e;
	margin: 5px 0px 5px 20px;
	text-align: left;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

h4 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00002e;
	margin: 15px 0px 15px 20px;
	text-align: left;
}

.paddingone {
	padding: 0px 0px 0px 20px;
}

.paddingtwo {
	padding: 0px 0px 0px 40px;
}

.lefttext {
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	color: #00002e;
}

.lefttext2 {
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	color: #000000;
}

.lefttext3 {
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	font-size: 20px;
	color: #990000;
}

.addyfontsize {
	font-size: 16px;
	color: #0054a6;
	line-height: 18px;
}

.blue {
	font-size: 13px;
	color: #0054a6;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
	color: #000000;
	font-weight: 100;
	margin: 40px auto 5px auto;
	padding: 20px 5px 20px 5px;
	text-align: center;
	background-color: #E9E9E9;
	border: 1px solid #999999;
}
address a:link, address a:visited {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 183px;
}

div#introheader {
	background: url(images/intro-header.gif) no-repeat;
	position: relative;
	width: 990px;
	height: 120px;
}

div#flashslideshow {
	float: left;
	width: 730px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 10px 0px;
	border: 0px solid red;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 170px;
	right: 0px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* THIS POSITIONS THE "ENTER" BUTTON ON THE INTRO PAGE */
div#intronav {
	width: 215px;
	top: 264px;
	left: 103px;
	position: absolute;
	height: 51px;
}
/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	top: 138px;
	left: 0px;
	position: absolute;
	height: 47px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #ffffff;
	background: url(images/nav-bar.gif) repeat;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	padding: 8px 29px 9px 28px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 12px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav-bar2.gif) repeat;
	color: #ffd33f;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#introcontainer {
	background: url(images/container_bg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

div#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 740px;
	border: 0px solid red;
}

div#introcontent {
	float: left;
	width: 990px;
	height: 199px;
	background-image: url(images/intro-container_bg.gif);
	border: 0px solid red;
}

.locationleft {
	float: left;
	padding: 2px;
	margin: 15px 0px 15px 13px;
	border: 1px solid #999999;
}

.locationright {
	float: right;
	padding: 2px;
	margin: 15px 30px 15px 0px;
	border: 1px solid #999999;
}

.left {
	float: left;
	padding: 2px;
	margin: 15px 30px 15px 20px;
	border: 0px solid #999999;
}

.right {
	float: right;
	padding: 2px;
	margin: 15px 30px 15px 20px;
	clear: both;
	border: 1px solid #999999;
}

.right2 {
	float: left;
	padding: 2px;
	margin: 15px 0px 15px 60px;
	border: 1px solid #999999;
}

.right3 {
	float: left;
	padding: 2px;
	margin: 15px 0px 15px 100px;
	border: 1px solid #999999;
}

.galleryimage {
	float: right;
	padding: 2px;
	margin: 15px 70px 15px 0px;
	border: 1px solid #999999;
}

/* Creates the div container for the footer on the content pages. */
div#footer {
	color:#ffffff;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 58px;
}

div#footerholder {
	text-align: right;
	padding-top: 25px;
	padding-right: 7px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#999999;
	text-decoration:none;		
}
/* Creates the div container for the footer on the intro page. */
div#footer2 {
	color:#ffffff;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/intro-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 109px;
}

div#footerholder2 {
	text-align: center;
	padding-top: 85px;
	padding-right: 0px;
}

div#footerholder2 a:link, div#footerholder2 a:visited, div#footerholder2 a:active {
	color:#ffffff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder2 a:hover {
	color:#999999;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00002E;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #00002E;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#sidebar {
	float: left;
	width: 244px;
	height: 497px;
	background-image: url(images/sidebar-bg.gif);
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 14px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}

div#mapviewer {
	float: right;
	width: 400px;
	height: 340px;
	padding: 2px;
	margin: 0px 30px 0px 0px;
	border: 1px solid #999999;
}
/* INTRO PAGE FLASH VIDEO CONTAINER */
div#flashmovie {
	width: 435px;
	height: 245px;
	top: 96px;
	left: 411px;
	position: absolute;
}
div#facebooklink {
	width: 370px;
	top: 319px;
	left: 1px;
	position: absolute;
	height: 38px;
}

/* Creates the two columned list div */
div#listbox {
	float: left;
	width: 620px;
	margin: 20px 0px;
	border: 0px solid red;
}

div#listleft {
	float: left;
	width: 300px;
	border: 0px solid red;
}

div#listright {
	float: right;
	width: 300px;
	border: 0px solid red;
}

