/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: repeat-x #fff;
	/*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: 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: 0px 10px 15px 10px;
	border-bottom:1px solid #808080;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:180%;
	color: #333;
	margin: 0px 10px 15px 10px;
	border-bottom:1px solid #ccc;
	padding: 0px 0px 5px 0px;
}

.list{
	margin-left: 20px;
	margin-bottom: 15px;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 2em;
	
	list-style-image:url(images/arrow.gif);
}


/* 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; 
	background: url(images/bg_wrapper1.gif);
	margin: 0px auto;
	position: relative;
	}
	
	div#container2 { 
	width:960px; 
	background: url(images/bg_wrapper2.gif);
	margin: 0px auto;
	position: relative;
	}

div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 306px;
	margin:0px auto;
	position: relative;	
 }

div#top{
	width: 960px;
	height: 16px;
	background: url(images/top.gif);
} 

div#top2{
	width: 960px;
	height: 16px;
	background: url(images/top2.gif);
} 
/*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: 0px;
	}
	
	

div.indexcolumn1{
	width: 310px;
	float: left;
	display: inline;
	background: none;
	margin: 10px;
	background: none;

}

div.indexcolumn1 img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 20px;
}


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;
	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: 0px 0px 10px 0px;
	display: inline;
	height: 400px;
	display: inline;
	
}

div#bottom{
	width: 960px;
	position: relative;
	background: none;
	height: 25px;
	margin: 0px auto;
}

 /* CTA
==========================================================================
div#cta{
	width: 309px;
	border-bottom: 1px solid #ccc;
	background: #a62f03;
	margin-top: -10px;

}

div#cta h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 330%;
	padding: 15px 10px 10px 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-style: italic;
	border: none;
}

div#cta p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin: 20px;
	color: #fff;
}
*/
 /* Audio
==========================================================================*/

div#audio{
	position: relative;
	font-size: 110%;
	text-align: center;
	color: #fff;
	background: #bf5b04;
	width: 309px;
	height: 60px;
	border-bottom: 1px solid #ccc;
}

div#audio p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-top: 10px;
	color: #fff;
}

div#applett{
	position: absolute;
	left: 97px;
	width: 2px;
	top: 38px;
	height: 8px;
}

 /* Address
==========================================================================*/
address{
	width: 289px;
	padding: 10px;
	color: #2f2e2e;
	background: #ececec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;

}

address img{
	margin-top: 10px;
}


.grey{
	background: #ddd;
}

  
 /* 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:931px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 6px;
	top: 240px;
	height: 42px;
      }
	  
    #mainnav ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
      }
	  
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 2px;
      padding:0 0 0px 8px;
      text-decoration:none;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:6px 10px 3px 4px;
      color: #fff;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color:#fff;
      }
    #mainnav a:hover {
	  color:#333300;
	  background-position:0% -42px;
      }
    #mainnav a:hover span {
      color: #FFFF00;
	  background-position: 100% -42px;
	
	
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	
      }
 
 	 #mainnav a.current span{
       background-position:100% -42px;
	    color: #fff;
	   
	  }
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 960px;
	height: 24px;
	top: 6px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #2f2e2e;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #2f2e2e;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #2f2e2e;
		width: auto;
		text-decoration: underline;
	}


	/* ----------------------Copyright---------------------- */  
	#copyright {
 	width: 960px;
	height: 35px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2e2e;
	margin: 0px auto;
 	font-size:9px;
	padding-top: 40px;
 }
 
 	#copyright a{
		color: #2f2e2e;
	}
 
 	#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: 400px;
	height: 166px;
	top: 73px;
	left: 6px;
	
}

.border{
	border: 1px solid #ccc;
	padding: 2px; 
	margin-left: 10px;
}

.column1{
	width: 275px;
	float: left;
	margin-left: 20px;
}
