/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #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: #666;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:220%;
	color: #669933;
	margin: 10px 10px 5px 0px;
	padding: 0px 0px 5px 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #808080;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:140%;
	color: #669933;
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

ul{
  	

}


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);*/
}



/* 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: 200%;
}



/* PAGE LAYOUT
==========================================================================*/

	div#container { 
	width:970px; 
	background: url(images/bg_wrapper.jpg) #fff;
	margin: 0px auto;
	position: relative;
	}
	
	

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

#audio{
	position: absolute;
	width: 101px;
	height: 23px;
	left: 818px;
	top: 32px;
}	

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;}




	
div#top{
	width: 970px;
	height: 101px;
	background: url(images/top.jpg);
	position: relative;
}	
	


div#header {
	background: url(images/header.jpg) no-repeat;
	width: 970px;
	height: 243px;
	position: relative;
	clear: left;
 }
 
 
 
 
div#sidebar{
	float: left;
	display: inline;
	width: 290x;
	margin-right: 10px;	
}

 
#sidebartop{
	background: url(images/sidebar_top.jpg) no-repeat;
	width: 299px;
	height: 26px;
}

#cta{
	background: url(images/cta.jpg);
	width: 299px;
	height: 266px;
}

#cta img{
	margin-bottom: -2px;
}

div#content{
	float: left;
	display: inline;
	width: 640px;	
	
}





div#content li{
	margin-left:50px;
}



div#content .column1{
	float: left;
	margin: 10px 20px 20px 10px;
	width: 310px;
	display: inline;
	border-bottom: 1px solid #333;
	padding-top: 10px;
}


div#content .column1 p{
	margin: 0px 0px 10px 0px;
}

div#content .column2{
	float: left;
	margin: 10px 20px 20px 10px;
	width: 310px;
	display: inline;
	border-bottom: 1px solid #222;
	padding-top: 10px;
}


div#content .column1 p{
	margin: 0px 0px 10px 0px;
}




div#footer{
	width: 970px;
	position: relative;
	background: url(images/footer.jpg);
	height: 78px;
	margin: 0px auto;
	clear: both;
}


/*--------------Owner login----------------------*/
#ownerlogin{	
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: right;
	font-size: 120%;
	color: #fff;
}

#ownerlogin a{
	color: #fff;
}



 /* Address
==========================================================================*/
address{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	margin: 20px 0px 10px 50px;

}

address a{
	 color: #fff;
	 
	 }

  
 /* IMAGE ELEMENTS
==========================================================================*/

img .right{

}

img .left{

}
	
/*  MAIN NAVIGATION
==========================================================================*/


#navcontainer{
		width: 970px;
		height: 43px;
		background: url(images/navigation.jpg);
	
		
	
	}



  #mainnav {
	width:970px;
	height: 29px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	font-size: 100%;
	margin: 0px auto;


      }
	  
  
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
       background:none;
	   color:#fff;
      padding:8px 60px 9px 60px;
      text-decoration:none;
	  font-weight: bold;
	  border-right: 1px solid #7dbb7d;
      }
   
   
    #mainnav a:hover {
	   color:#ff0;
	   background: url(images/pointer.gif) bottom center no-repeat;
      }

	  
	 #mainnav a.current {
	     background: url(images/pointer.gif) bottom center no-repeat;
	   color:#ff0;
      }
	  
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	width: 940px;
	height: 24px;
	position: absolute;
	left: 20px;
	top: 39px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #2f6c33;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
		text-transform: uppercase;
	}
	
	
	ul#utilitynav li a:hover {
		color: #639e1c;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #639e1c;
		width: auto;
	}


	/* ----------------------Copyright---------------------- */  
	#copyright {
 	width: 940px;
	height: 35px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	margin: 0px auto;
 	font-size:9px;
	padding-top: 10px;
 }
 
 	#copyright a{
		color: #808080;
	}
 
 	#copyright img{
		float: right;
		margin-top: -25px;
	}
	
/* ---------------------- CUSTOM CLASSES---------------------- */

.clear{
	clear: both;
}

.right{
	float: right;
	margin-right: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 3px;
	
}
 
.images{
	margin-left: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}


.center{
	text-align: center;
}