/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #333366;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}


*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* 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, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #57564d;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 0px 10px 20px;
	line-height: 1.6em;

}



p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 275%;
	color: #333366;
	margin: 0px 0px 5px 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	margin: 10px 0px -10px 20px;
	font-weight: bold;
	font-size: 140%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	margin: 10px 0px 20px 20px;
	font-weight: bold;
	font-size: 180%;
	text-align: center;
}




blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #333;
	text-align: center;
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
	
}
a:visited {
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#wrapper{
	width: 100%;
	background: url(images/wrapper-bg.jpg) no-repeat center top #ccc;
}


div#container { 
	background: url(images/bg-wrapper.gif);
	width:970px; 
	margin: 0px auto;
	position: relative;
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 970px;
	height: 185px;
	margin:0px auto;
	position: relative;

 }
 
  .flash{
	margin-left: 30px;
 
 }
 
 
 /*--------------Audio Applett----------------------*/

#audio{
	position: absolute;
	width: 101px;
	height: 23px;
	left: 845px;
	top: 17px;
	
}

 
 
/*container for pagetext and left coloum */

 

div#sidebar{
	width: 231px;
	float: left;
	display: inline;
	background: none;
	position: relative;
	display: inline;
}



div#content{
	width: 720px;
	float: left;
	position:relative;	
	display: inline;
	background: none;	
}



.column1{
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

.column1 img{
	border: 1px solid #ccc;
	float: right;
	display: inline;
	margin: 10px;
}

.column2{

	width: 340px;
	float: left;
	margin-right: 0px;
	display: inline;
	margin-bottom: 10px;

}

.column2 img{
	border: 1px solid #ccc;
	float: right;
	display: inline;
	margin: 10px;
}

.column3{
	width: 220px;
	float: left;
	margin: 20px 20px 0px 0px;
	display: inline;
}

.alpha{
	
}

#content .list {
	color: #fff;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style: url(images/arrow.gif);
	line-height: 1.6;
	font-weight: bold;
}


#content li {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #57564d;
	margin: 0px 0px 15px 40px;
	line-height: 140%;
		
}


address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 229px;
	color:#333;
	font-size: 100%;
	margin: 10px 0px 0px 10px;
	clear: both;
	
}

address span{
	padding-left: 92px;
}

div#footer {
	width: 970px;
	height: 52px;
	background: url(images/bg-footer.gif);
	position: relative;
	margin: 10px auto 0px auto;
	clear: both;
}

		
 /* ----------------- IMAGE ELEMENTS ----------------- */


img.right{
	float: right;
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #ccc;
	padding: 2px;
}

.verticalright{
	float: right;
}


/*===========================Navigation===============================================*/


ul#mainnav li {
	display: inline;
	list-style: none;
	width: 200px;
	height: 35px;		
	top: 0px;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	border-bottom: 1px dashed #808080;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 15px 10px;


}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #333;
	background: #fff;
	
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
  color: #333;
	background: #fff;
	

}




/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width:935px;
	height: 25px;
	left: 6px;
	top: 21px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #333366;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
		font-family: Arial, Helvetica, sans-serif;
		
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #333366;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}





 /* ----------------- Copyright----------------- */
 #copyright {
 	width: 970px;
 	font: 9px Arial, Helvetica, sans-serif ;
	color: #ccc;
	margin: 10px auto 0px auto;
 }
 
 #copyright img{
 	float: right;
	margin-top: -20px;
 }
 
 #copyright a{
 	color: #ccc;
	font: 9px Arial, Helvetica, sans-serif
	}



/*========================ADMIN LOGIN======================*/

div#ownerlogin{
margin: 20px auto 0px auto;
width: 970px;
text-align:right
}

/*========================Custom Classes======================*/
.clear{
	clear: both;
}

.center{
	text-align: center;
}

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/


/*--------------MAP----------------------*/	
div#map {
    width: 700px;
    height: 450px;
    margin-bottom: 15px;
    border: 1px solid #000;
    overflow: hidden;
    position: relative;
}
div#canvas .hidden {display: none}div#map {
    width: 700px;
    height: 450px;
    margin-bottom: 15px;
    border: 1px solid #000;
    overflow: hidden;
    position: relative;
}
div#canvas .hidden {display: none}
