﻿/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
/* Always set margins to 0. Some browsers automatically apply them. */	padding: 0px;
/* Always apply padding if you apply margins */ /*text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #414141;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
/*  ===========================   BODY COPY STUFF (NON-NAVIGATIONAL) ==================================================== */
p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
	margin-left: 40px;
	padding-right: 35px;
	color: #000;
	line-height: 17px;
}
.emphasize {
	color: #990000;
	font-size: 15px;
	font-weight: bold;
}
.name {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 35px;
	margin: 0px 0px 10px 40px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #000;
	width: 85%;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	line-height: 19px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 230px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
/*------------------ LISTS FORMATS --------------------------*/
ul {
	margin: 0px 20px 30px 40px;
	padding: 10px 0px 10px 20px;
	width: 245px;
	display: block;
}
li {
	font-size: 13px;
	font-weight: regular;
	line-height: 19px;
	color: #000;
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}
ol {
	margin: 0px 20px 0px 45px;
/*list-style-image: url(images/ul-house.gif);*/	display: block;
}
ol li {
	font-size: 10px;
	font-weight: regular;
	line-height: 19px;
	color: #000000;
	margin: 0px 0px 0px 20px;
	list-style-image: url(images/li-square.gif);
}
/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */
/*  ===================== HIDE NAV TABS ====================================================================== */
div#mainnav {
	width: 770;
	position: absolute;
	top: 260px;
	padding-left: 65px;
	left: 0;
	text-align: justify;
}
#mainnav ul {
	padding: 0;
	margin: 0;
	font: bold 90% default;
	list-style-type: none;
	width: 770px;
}
#mainnav li {
	display: inline;
	margin: 0;
}
#mainnav li a {
	padding: 3px 32px 3px 7px;
/*Use paddingright value to account for curved right edge of tab image*/	text-decoration: none;
	color: #FFFFFF;
	background: transparent url(images/righttabdefault.gif) 100% 1px no-repeat;
/*give illusion of shifting 1px down vertically*/	border-left: 1px solid #e6e6e6;
	position: relative;
	display: block;
	float: left;
	margin-left: -25px; /*shift tabs 20px to the left so they overlap*/;
	left: 25px;
}
#mainnav li a:visited {
	color: #FFFFFF;
}
#mainnav li a:hover {
	text-decoration: underline;
	color: #EFEFEF;
}
#mainnav li.selected a {
	/*selected tab style*/
color: black;
	z-index: 100; /*higher z-index so selected tab is topmost*/;
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/;
	background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}
#mainnav li.selected a:hover {
	text-decoration: none;
}
/* ====================================================================================================== */
/*  ===========================   PAGE CONTAINER STUFF  ==================================================== */
/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	background-color: none;
}
/*  ===========================   PAGE LAYOUT STUFF  ==================================================== */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	padding: 0px;
	margin: 0px;
	width: 770x;
	height: 290px;
	background-color: #fff;
	text-align: left;
	float: left;
	position: relative;
}
/*Formats the main content of the web page */
div#maincontent {
	border: 0px;
	width: 770px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float: left;
	display: block;
	clear: both;
	position: relative;

}

div#content-top {

	background-image: url(images/content-top.gif);

	background-repeat: no-repeat;

	width: 619px;

	height: 34px;

}

/*  ===========================   ADDRESS STUFF  ==================================================== */
address {
	width: 770px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	color: #414141;
	text-align: center;
	line-height: 14px;
	position: relative;
	display: block;
	height: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
address a {
	font-size: 12px;
	font-style: normal;
	color: #414141;
	text-align: left;
	line-height: 16px;
}
div#webaudio {
	width: 257px;
	height: 35px;
	position: absolute;
	top: 198px;
	right: 0px;
}
/*  ===========================   FOOTER STUFF  ==================================================== */
div#footer {
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
	width: 770px;
	height: 40px;
	color: #fff;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
div#footer a {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
/******* USE THIS IF YOU HAVE AN INTRO AND THE FOOTER IS FORMATTED DIFFERENTLY ******

div#footerintro { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 770px;
			height: 20px;
			color:#fff;
			clear:both;
			background:#0312a6;
}

div#footerintro a {
					font-size: 8px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #fff;
				   text-decoration: underline;
}

*/
/*  ===========================   TABLE STUFF  ==================================================== */
/*Collapses borders that some browsers automatically apply to tables. */
table, td, th {
	border-collapse: collapse;
	vertical-align: top;
}
table#multi {
	width: 300px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
}
table#multi td {
	font-size: 11px;
	color: #000000;
	padding: 4px;
	text-align: left;
	width: 50%;
}
table#multi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: auto;
}
table#multi li {
	font-size: 13px;
	font-weight: regular;
	line-height: 19px;
	color: #000000;
	margin: 0px 0px 0px 20px;
}
/*  ===========================    IMAGE STUFF  ==================================================== */
img.left {
	float: left;
	margin: 0px 8px 0px 0px;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
clear {
	clear: both;
}
img.border {
	border: 2px solid #efefef;
	padding: 4px;
}
/*  ===========================   FORM ELEMENT STUFF  ==================================================== */
form {
	margin-left: 250px;
}
form table {
	border-collapse: collapse;
	margin: 0px 0px 0px 65px;
}
form td {
	border-collapse: collapse;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
form input {
	font-size: 12px;
}
form textarea {
	font-size: 12px;
}
/*  ===========================   WEB AUDIO and ADMIN STUFF  ==================================================== */
div#webaudiopopup {
	width: 100%;
	height: 100px;
	background-image: url(images/webaudiobg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #747474;
}
div#soundapplet {
	width: 100%;
	text-align: center;
	height: 30px;
	position: relative;
	top: 49px;
}
div#signin {
	background: #414141;
	text-align: center;
}
div#signin a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/*  ===========================   COPYRIGHT STUFF  ==================================================== */
div#copyright {
	text-align: center;
	font-size: 9px;
	width: 770px;
	height: 100px;
	background: #414141;
	color: #fff;
	line-height: 19px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
/*  ===========================   COPYRIGHT INTRO USE IF YOU HAVE INTRO PAGE  ==================================================== 
div#copyrightintro {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 770px;
				height: 50px;
				background: #0312a6;
				color:#fff;
				line-height: 19px;
							
}

div#copyrightintro a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;

}



*/
/*  ===========================   GOOGLE MAP STUFF  ==================================================== */
div#map {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 450px;
	margin-left: 50px;
	margin-bottom: 20px;
}
/* CSS Document */

