/* ----------------- 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:#000066;
	}

/*  ===========================   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: 20px;
	padding-right: 210px;
	color: #000;
	line-height: 17px;

}
h1 {
	font-size: 34px;
	font-weight: normal;
	color: #193a80;
	line-height: 22px;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

h2 {	
    font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 19px;
	margin: 0px 0px 0px 20px;
	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 50px;
		padding: 10px 0px 10px 20px;
		width: 200px;
		display:block;
		
		}
 
 li { 
 		font-size: 13px;
        font-weight: regular;
		line-height: 22px;
        color:#000;
		margin: 0px;
		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. */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	position:absolute;
	top: 163px;
	border-top: 1px solid #dadada;
	width: 770px;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	
	float: left;
	border-right: 1px solid #d6d6d6;
	list-style: none;
	
}


ul#mainnav li a {
font-size: 11px;
color: #fff;
text-decoration: none;
padding: 10px 4px 0px 4px;
height: 27px;
float:left;

}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {

	display: block;	
	background-image:url(images/navbtn_off.gif);
	background-repeat:repeat-x;
	
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #000000;
	display: block;
	background-color:#FFFFFF;
	background-image:url(images/navbtn_on.gif);
	background-repeat:repeat-x;
		
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	display: block;
	background-image:url(images/navbtn_hover.gif);
	background-repeat:repeat-x;
}




/*  ===========================   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;
				margin-top: 10px;
				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:770px;
			height: 190px;
			background-color:#fff;
			text-align:left;
			float:left;
			background-image:url(images/header.jpg);
			background-repeat:no-repeat;
			
}



/*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.gif);
					background-repeat:repeat-y;
					float:left;
					display:block;
					clear:both;
					position:relative;
					
}

div#topcontent{
width: 770px;


}

div#content-top {
background-image:url(images/content-top.gif);
background-repeat:no-repeat;
width: 619px;
height: 34px;
}

/*  ===========================   ADDRESS STUFF  ==================================================== */
address {
				width:171px;
				vertical-align:top;
				font-size:11px;
                font-style:normal;
				background-color: #e4eaf1;
				border-left: 1px solid #dadada;
				margin: 0px 0px 0px 0px;
				padding: 10px 0px 0px 10px;
				color: #023296;
				text-align: left;
				line-height: 14px;
				position:absolute;
				top: 37px;
				right: 0px;
				display:block;						
}

address a {
				font-size:11px;
                font-style:normal;
				color: #fff;
				text-align: left;
				line-height: 16px;
					
}

div#webaudioandadmin {
width: 178px;
height: 35px;
float:right;
clear:both;
}

/*  ===========================   FOOTER STUFF  ==================================================== */


div#footer { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 15px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform: capitalize;
			width: 770px;
			height: 26px;
			color: #000;
			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: #000;
				   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: 490px;
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 250px; 
}

table#multi td  {	
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 170px;
	text-align:left;
	
}

  table#multi ul { 
 		
		margin: 0px 0px 0px 0px;
		padding:0px;
		display:block;
		
		}
 
 table#multi li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 12px;
        color:#000000;
		margin: 0px 0px 0px 0px;
        list-style-image:url(images/li-square.gif);
		}
		

/*  ===========================    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: #fff;
text-align:center;

}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}




/*  ===========================   COPYRIGHT STUFF  ==================================================== */
div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 770px;
	height: 70px;
	background: #fff;
	color:#000;
	line-height: 19px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	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 */
