/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #006600;
	/*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: #333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
	
}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:225%;
	color: #333;
	margin: 10px 10px 15px 10px;
	border-bottom:1px solid #ccc;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:175%;
	color: #333;
	margin: 10px 10px 15px 10px;
	padding: 0px 0px 5px 0px;
}


ul{
  	

}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 2em;
	list-style:url(images/arrow.gif);
	margin-right: 10px;
	/*
	list-style-image:url(images/arrow.gif);*/
}

.list{
	margin-left: 30px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

 a {
	color: #003399;
	text-decoration: none;
}
 a:visited {
	color: #003399;
	text-decoration: none;	
}
 a:hover {
	color: #003399;
	text-decoration: underline;
}
 a:active {
	text-decoration: none;	
}

/* PAGE LAYOUT
==========================================================================*/

div#wrapper{
	width: 100%;
	background: url(images/bg.gif) repeat-x #fff;

}

	div#container { 
	width:960px; 
	margin: 0px auto;
	position: relative;
	}
	
	div#container2 { 
	width:960px; 
	background: url(images/bg_wrapper2.jpg);
	margin: 0px auto;
	position: relative;
	}

div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 261px;
	margin:0px auto;
	position: relative;	
 }



/*container for pagetext and left coloum */

	div#textarea{
	width: 940px;
	float: left;
	display: inline;
	background: none;
	margin: 10px;
	}


div#textareacontent{
	width: 620px;
	float:left;
	display: inline;
	margin-left: 20px;
	position: relative;
	padding-bottom: 25px;
	}
	
	

div.indexcolumn1{
	width: 310px;
	float: left;
	display: inline;
	background: none;
	margin: 10px;
	background: none;

}

div.indexcolun1 img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 10px;
}


div.indexcolumn2{
	width: 310px;
	float: left;
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background: none;
	}

div.indexcolun2 img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 10px;
}


div.indexcolumn3{
	width: 310px;
	float: left;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	background: none;
	margin: 0px 0px 10px 0px;
	display: inline;
	background: none;
}

div.indexcolun3 img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 10px;
}

div#rightcolumn{
	width: 310px;
	float: right;
	background: none;
	margin: -20px 0px 10px 0px;
	display: inline;
	height: 400px;
	display: inline;
	
}

.column1{
	float:left;
	margin-left: 5px;
	width: 190px;
}

.column2{
	float:left;
	margin-left: 5px;
	width: 300px;
}



div#bottom{
	width: 960px;
	position: relative;
	background: #003300;
	height: 35px;
	margin: 0px auto;
	border-top: 10px solid #fff;
}

 /* CTA
==========================================================================*/
div#cta{
	width: 309px;
	height: 140px;
	border-bottom: 1px solid #fff;
	background: #ff0000;
	margin-top: -10px;

}

div#cta h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	padding: 20px 10px 10px 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border: none;
}

div#cta p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin: 20px;
	color: #fff;
}

div#cta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0;	
}


 /* Audio
==========================================================================*/

div#audio{
	position: relative;
	font-size: 110%;
	text-align: center;
	color: #fff;
	background: url(images/audio.jpg);
	width: 309px;
	height: 60px;
	border-bottom: 1px solid #fff;
}

div#audio p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-top: 10px;
	color: #fff;
}

div#applett{
	position: absolute;
	left: 175px;
	width: 2px;
	top: 22px;
	height: 8px;
}

 /* Address
==========================================================================*/
address{
	width: 289px;
	padding: 10px;
	color: #fff;
	background: #b80000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	border-bottom: 1px solid #fff;
}

address img{
	margin-top: 10px;
	margin-left: 10px;
}

address a{
	color: #fff;
	text-decoration: underline;
}

 address a:hover{
	color: #ff0;
	text-decoration: underline;
}
  
 /* IMAGE ELEMENTS
==========================================================================*/

.right{
	float: right;
	margin-right: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
 
.images{
	margin-left: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}

	
/*  MAIN NAVIGATION
==========================================================================*/
  #mainnav {
	width:960px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	font-size: 100%;
	left: 0px;
	top: 205px;
	
      }
	  
    #mainnav ul {
	margin:0;
	padding:20px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
       background: #006600;
	   color:#fff;
      padding:0px 10px 0px 10px;
      text-decoration:none;
	  margin-right: 1px;
	
      }
   
   
    #mainnav a:hover {
      background: #003300;
	   color:#fff;
      }

	  
	 #mainnav a.current {
	   background: #fff;
	   color: #560508;
      }
	  
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 921px;
	height: 24px;
	left: 1px;
	top: 6px;
	}
	
	
	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: #fff;
		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: 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;
}

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: 200%;
}

/* TYPOGRAPHY
==========================================================================*/
#flash{
	position: absolute;
	width: 303px;
	height: 186px;
	left: 606px;
	top: 25px;
	
}

.center{
	text-align: center;
}

.locations{
	border-bottom: 1px solid #ccc;
	clear: both;
}

 .map{
	float: right;
	margin: 0px 10px 10px 0px;
}
div#cards {
	position:absolute;
	left: 549px;
	top: -7px;
}
