body {
	background:  url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* 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.) */

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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 1.5;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #663300;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;
	border-bottom: 1px solid #000;
	width: 500px;

}

h2{ 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #600;
	margin-left: 20px;
	margin-bottom: -5px;
}

li {
	list-style-image:url(images/arrow.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

div #pagetext img{
margin: 5px 0px 5px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/content_bg.jpg);

}


div#container {
	width:790px;
	position: relative;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 207px;
	position: relative;
 }
 




div#textleft{
	float: left;
	width: 200px;
	margin-left: 15px;
	display: inline;

}


div#textright{
	float: left;	
	width: 540px;
	display:inline;
	background: url(images/pagetext_bg.gif) repeat-x;
	position: relative;
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	margin-left: 5px;

}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
}



 
 div#links {
 	width: 740px;
	height: 25px;
 	color: #003300;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	margin-top: 15px;
	border-top: 1px solid #e0cc80;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color: #003300;
 }
 
  div#bottom{
  	background: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
 	width: 790px;
	height: 115px;
	margin: 0px auto;
	clear: both; 
	position: relative;
	z-index: 1;	
 }
 
 div#flash{
	position: absolute;
	width: 290px;
	height: 128px;
	top: 4px;
	left: 215px;
 }
 
div#fork{
	position: absolute;
	width: 82px;
	height: 456px;
	left: 766px;
	top: -290px;
	z-index: 5;
}


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

.right img{
	border: 2px solid #A2915B;

}

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}


 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 .copyright a:link{
	color: #000;
 }
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }


ul#mainnav {
	margin-left: 10px;
	padding: 0px;
	width: 180px;
	height: 180px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;


}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #333;
	width: 174px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 5px;
	margin-left: 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #660;
	background:#none;

	
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #600;
	

}


/* ---------------------- END  nav ---------------------- */

/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {

	padding: 0px;
	width: 393px;
	height: 25px;
	position: absolute;
	left: 208px;
	top: 49px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}



/*-------------------------------------------------------------*/

	  
	 iframe{
	 	margin-left: 10px;
	 } 
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

#audio{
	position: absolute;
	top: 4px;
	left: 618px;
	height: 37px;
}

.column1{
	float: left;
	margin-left: 10px;
	width: 200px;
}

.column2{
	float: left;
	margin-left: 10px;
	width: 200px;

}
	
