/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #F1DDBD url(images/bg.gif);
	/*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: 130%;
	color: #666;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:220%;
	color: #0a3207;
	margin: 10px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:180%;
	color: #0a3207;
	margin: 0px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}


h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:150%;
	color: #666;
	margin: 0px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

ul{
  	

}


#textbox 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);*/
}


.list{
	margin-left: 50px;
}



/* 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{
	 width: 90%;
		 border-top: 1px dashed #808080;
	 border-bottom: 1px dashed #808080;
	 color: #333;
	 margin-bottom: 10px;
}

blockquote p{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	 font-size: 150%;
}

blockquote h1{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	 font-size: 200%;
}

/* PAGE LAYOUT
==========================================================================*/

	div#container { 
	width:960px; 
	background: url(images/bg_wrapper.gif);
	margin: 0px auto;
	position: relative;
	border: 10px solid #fff;
	}
	
	
	div#content{
	width: 960px;
	background: url(images/pagetext_bg.jpg) no-repeat;
	}
	
	
	
	div#indexheader {
	background: url(images/index_header.jpg);
	width: 960px;
	height: 300px;
	margin:0px auto;
	position: relative;
	z-index: 1;
 }

div#header {
	background: url(images/header.jpg);
	width: 960px;
	height: 174px;
	margin:0px auto;
	position: relative;
 }
 
 div#insideheader{
	width: 960px;
	height: 200px; 
 }


div#bottom{
	width: 960px;
	position: relative;
	background: #235116;
	height: 25px;
	margin: 0px auto;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}


#pagetext {
	width: 960px;

}

#pagetext ul{
	margin-bottom: 20px;
}

#pagetext li{
	margin-left:50px;

}

#sidebar{
	float: left;
	display: inline;
	width: 240px;
	margin: 20px 10px 20px 0px;	
}




#textbox{
	float: left;
	display: inline;
	width: 700px;	
	padding-top: 10px;
}


#textbox strong{
	font-weight:bold;
}

#textbox a{
	color: #666;
	text-decoration:  underline;
}


.column1{
	float: left;
	margin: 10px 20px 20px 5px;
	width: 320px;
	display: inline;
}


.column2{
	float: right;
	margin: 10px 20px 20px 20px;
	width: 300px;
	display: inline;
}


#linkbox{

}


#contactinfo{

}

#contactinfo p{

}



 /* Address
==========================================================================*/
address{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	margin: 0px 0px 10px 20px;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 20px 0px;
	width: 75%;
}

address a:link{
	 color: #fff;
	 
	 }

 address a:visited{
 	color: #fff;
 } 
  
 /* IMAGE ELEMENTS
==========================================================================*/

.right{
	float: right;
	margin-right: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #000;
	
}
 
.images{
	margin-left: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}

	
/*  MAIN NAVIGATION
==========================================================================*/


#navcontainer{
		width: 960px;
		height: 30px;
		position: relative;
		background: url(images/nav_bg.jpg);

	}



  #mainnav {
	width:955px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	font-size: 100%;
	left: 0px;
	top: 0px;
	height: 35px;
	
      }
	  
    #mainnav ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
	float:left;
	color:#fff;
	text-decoration:none;
	font-size: 120%;
	font-weight: normal;
	border-right: 1px solid #235116;
	padding-top: 6px;
	padding-right: 27px;
	padding-bottom: 8px;
	padding-left: 27px;
      }
   
   
    #mainnav a:hover {
      background: #0a3207;
	   color:#fff;
      }

	  
	 #mainnav a.current {
	   color: #fff;
	   background:#0a3207;
      }
	  
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 921px;
	height: 24px;
	left: 28px;
	top: 2px;
	
	}
	
	
	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: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}






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;
	

}



/* Styles DIV container for Bing map */
div#mapviewer {
	width: 660px;
	text-align: center;
	margin: 5px auto;
}
iframe#map {
	margin: 0;
	width: 658px;
	border: 1px solid #000;
}










	/* ----------------------Copyright---------------------- */  
	#copyright {
 	width: 960px;
	height: 35px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0a3207;
	margin: 0px auto;
 	font-size:9px;
	padding-top: 10px;
 }
 
 	#copyright a{
		color: #0a3207;
	}
 
 	#copyright img{
		float: right;
		margin-top: -25px;
	}
	
/* ---------------------- CUSTOM CLASSES---------------------- */

.clear{
	clear: both;
}



/*--------------Audio Applett----------------------*/

#audio{
	position: absolute;
	left: 805px;
	top: 15px;

}

#cta{
	margin: 10px 0px 20px 10px;
	border: 1px solid #fff;
	width: 220px;
	
}

.center{
	text-align: center;
}


.videobtn{
	position: absolute;
	z-index: 2;
	left: 650px;
	top: 200px;
}


