/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #660e0e;
	/*Below sets a base for em percentage used. x-small generally is about 11px*/
	font-size: x-small;	
}

	
/* 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.) */


/* TYPOGRAPHY
==========================================================================*/

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	margin: 0px 20px 15px 20px;
	line-height: 1.5;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:240%;
	color: #cca658;
	margin: -10px 20px 10px 20px;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:140%;
	color: #47894c;
	margin: 10px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
}


h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:150%;
	color: #333;
	margin: 0px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}


/* Creates the general link style for the site. This is not the main navigation.  */

 a {
	color: #003399;
	text-decoration: underline;
}
 a:visited {
	color: #003399;
	text-decoration: underline;	
}
 a:hover {
	color: #003399;
	text-decoration: underline;
}
 a:active {
	text-decoration: none;	
}


blockquote{
		 border-top: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
	 color: #666;
	 width: 650px;
	  margin: 0px 20px 20px 20px;
}

blockquote p{
    font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	 font-size: 200%;
	 text-align: center;
	 padding-top: 10px;
	
}



/* PAGE LAYOUT
==========================================================================*/

	div#container {
	width:940px;
	position: relative;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}

div#top{
	width: 940px;
	height: 99px;
	position: relative;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#enter{
	position: absolute;
	left: 635px;
	top: 324px;
	height: 34px;
	z-index: 20;
	width: 218px;
	background-image: url(images/enter-site-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#enter a:link, div#enter a:visited, div#enter a:active {
	color: #CB9C14;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
}
div#enter a:hover {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

div#flash{
	width: 348px;
	height: 185px;
	position: absolute;
	left: 566px;
	top: 20px;
	border: 2px solid #fff;
}


div#header {
	width: 940px;
	height: 200px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }

div#header-index{
	width: 940px;
	height: 301px;
	position: relative;
	background-image: url(images/index-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#sidebar{
	float: left;
	display: inline;
	width: 220px;
	margin: 0px 0px 20px 30px;	
}



#content{
	float: left;
	display: inline;
	width: 900px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666;
	line-height: 2em;
	list-style: url(images/arrow.gif);

	/*
	list-style-image:url(images/arrow.gif);*/
}

#content strong{
	font-weight:bold;
}

#content a{
	color: #ebb158;
	text-decoration: underline;
}


#content .list{
	margin-left: 50px;
}


#content .column1{
	float: left;
	margin: 10px 0px 10px 20px;
	width: 310px;
	padding-left: 10px;
	display: inline;
	
}

#content .column1 h2{
	margin: 0px;
}

#content .column1 .list{
	margin-left: 20px;
}

#content .column1 img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#content .column2{
	float: left;
	margin: 10px 0px 10px 20px;
	width: 310px;
	padding-left: 10px;
	display: inline;
	border-left: 1px dotted #ccc;
}

#content .column2 h2{
	margin: 0px;
}


#content .column2 .list{
	margin-left: 20px;
}


#content .column2 img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-left: 20px;;
}


#index-content {
	position: absolute;
	width: 355px;
	height: 352px;
	left: 564px;
	top: 229px;
}

#index-content p{
	color: #fff;
}


div#footer{
	width: 940px;
	height: 80px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
}


div#cta{
	margin-top: 20px;
}

div#cta2{
	margin-top: 10px;
}

/*--------------Audio Applett----------------------*/

#audio{
	position: absolute;
	width: 101px;
	height: 23px;
	left: 784px;
	top: 44px;
}





 /* Address
==========================================================================*/
address{
	color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	border-top: 1px solid #333;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

address a{
	 color: #195376;
	 
	 }

address img{
	margin-top: 10px;
}
  
 /* IMAGE ELEMENTS
==========================================================================*/

.right{
	float: right;
	margin-right: 10px;
}

.left{
	float: left;
	margin-left: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	
}
 
 .left img{
	margin: 5px;
	border: 1px solid #000;
	
}
 
 
 
 
.images{
	margin-left: 14px;
	border: 2px solid #fff;
	text-align: center;
}

	
/*  MAIN NAVIGATION
==========================================================================*/



#navcontainer {
	width:940px;
	height: 64px;
	position: relative;
	position: relative;
	background-image: url(images/mainnav.jpg);
	background-repeat: no-repeat;
      }

	
	#mainnav {
	width:900px;
	height: 64px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	font-size: 13px;
	margin: 0px auto;
	position: absolute;
	left: 20px;
	top: 1px;
      }
	  
  
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
	background:none;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 17px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 14px;
	margin: 0px;
	float: left;	 
      }
   
   
    #mainnav a:hover {
	   color:#fff;
	   background: #280303;
      }

	  
	 #mainnav a.current {
	 	background: #3c0909;
	   color:#cca658;
      }
	 /* ----------------- end NAVIGATION ----------------- */
 
	  
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 920px;
	height: 24px;
	left: 15px;
	top: 12px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 34px;
	padding-bottom: 6px;
	padding-left: 34px;
	}
	
	
	ul#utilitynav li a:hover {
	color: #ffcc66;		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #ffcc66;
	}






l#leftlink li {
	display: inline; 
	list-style: none;
	
	
}


ul#leftlink li a:link, ul#leftlink li a:visited, ul#leftlink li a:active {
	color: #072e1c;
	width: 248px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 5px;
	text-decoration: none;
	border-bottom: 1px solid #5a5d44;
	border-top: 1px solid #ccc;
	font-family:Tahoma, sans-serif;
	margin: 0px 0px 0px 1px;

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	background:#ffcc00;
	color:#1a3f62;

	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background: #1f433a;
	text-align: center;
	

}

	/* ----------------------Copyright---------------------- */  
	#copyright {
	width: 920px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc66;
	font-size:9px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
 }
 
 	#copyright a{
		color: #ffcc66;
	}
 
 	#copyright img{
		float: right;
		margin: -25px 12px 0px 0px;
		
	}
	
	
	

/*--------------Owner login----------------------*/
#ownerlogin{
	width: 930px;
	text-align: right;
	font-size: 120%;
	color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
}

#ownerlogin a{
	color: #fff;
}

/* ---------------------- CUSTOM CLASSES---------------------- */

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.border{
	border: 1px solid #000;
}

#map{
	margin-bottom: 20px;
	border: 1px solid #ccc;
	margin: 0px auto;
}
.menus{
	font-size:18px;
	color:#003399;
	}
	.menus a:link{
	font-size:18px;
	color:#003399;
	}
/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 49px;
	left: 71px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	
	.indent{
		text-indent: 25px;
	} 
