/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #426261;
	/*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: #333;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}



h1 {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:200%;
	color: #666;
	margin: 20px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h2 {
font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:140%;
	color: #666;
	margin: 20px 10px 5px 20px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;;
}



h6{
  	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px 0px 20px 0px;
	font-size: 11px;

}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	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: #333;
	text-decoration: underline;
}
 a:visited {
	color: #333;
	text-decoration: underline;	
}
 a:hover {
	color: #333;
	text-decoration: underline;
}
 a:active {
	text-decoration: none;	
}





/* PAGE LAYOUT
==========================================================================*/

	div#container { 
	width:960px; 
	background: url(images/bg_wrapper.gif);
	margin: 0px auto;
	position: relative;
	}
	
	
	div#content{
	width: 960px;
	
	}
	
	
	
	div#indexheader {
	background: url(images/index_header.jpg);
	width: 960px;
	height: 280px;
	margin:0px auto;
	position: relative;
	border-bottom: 2px solid #000;

 }

div#header {
	background: url(images/header.jpg);
	width: 960px;
	height: 174px;
	margin:0px auto;
	position: relative;
 }
 
 div#insideheader{
	width: 960px;
	height: 200px; 
 }


div#video{
	width: 440px;
	height: 280px;
	position: absolute;
	left: 1px;
	top: 1px;
}


div#bottom{
	width: 960px;
	position: relative;
	background: #023434;
	height: 25px;
	margin: 0px auto;
}


#pagetext {
	width: 960px;

}

#pagetext li{
	margin-left:50px;
}

#sidebar{
	float: left;
	display: inline;
	width: 240px;
	margin: 20px 10px 20px 0px;	
}



#sidebar h1{
	color: #fff;
	font-size: 250%;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}



#textbox{
	float: left;
	display: inline;
	width: 700px;	
	padding-top: 10px;
}


#textbox strong{
	font-weight:bold;
}

#textbox a{
	color: #333;

}


.column1{
	float: left;
	margin: 10px 20px 20px 20px;
	width: 265px;
	display: inline;
}


.column2{
	float: left;
	margin: 10px 20px 20px 20px;
	width: 265px;
	display: inline;
}


#linkbox{

}


#contactinfo{

}

#contactinfo p{

}



 /* Address
==========================================================================*/
address{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	margin: 0px 0px 10px 20px;

}

address a{
	 color: #333;
	 text-decoration: underline;
	 
	 }

  
 /* 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: #023434;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;

	}



  #mainnav {
	width:955px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	position: absolute;
	font-size: 100%;
	left: 0px;
	top: 1px;
	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;
      padding:0px 10px 4px 10px;
      text-decoration:none;
	  border-right: 1px solid #ccc;
      }
   
   
    #mainnav a:hover {
      background: #ff0;
	   color:#0b5757;
      }

	  
	 #mainnav a.current {
	   color: #fff;
	   background:#0b5757;
      }
	  
	  
/*  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;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #ff0;
		width: auto;
	}


	/* ----------------------Copyright---------------------- */  
	#copyright {
 	width: 960px;
	height: 35px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
 	font-size:9px;
	padding-top: 10px;
 }
 
 	#copyright a{
		color: #fff;
	}
 
 	#copyright img{
		float: right;
		margin-top: -25px;
	}
	
/* ---------------------- CUSTOM CLASSES---------------------- */

.clear{
	clear: both;
}

.center{
	text-align: center;
}

/*--------------Audio Applett----------------------*/

#audio{
	position: absolute;
	left: 795px;
	top: 25px;

}

#cta{
	margin-left: 10px;
}

#map{
	text-align: center;
}
