body {
	background:  url(images/bg.gif) repeat-x #8a6502;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
}

h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin-left: 20px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;	
}

h2 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:12px;
	color: #000;
	margin-left: 20px;
	text-indent: 0px;
}

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:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

}


div#container {
	width:770px;
	position: relative;
	margin: 0px auto;
 }
 
 
div#navigation{
	width: 790px;
	height: 30px;
	position: relative;
	background: url(images/navigation.jpg);
} 
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 203px;
}
 
div#flash{
margin-left: 10px;
margin-top: 10px;

}

div#pagetext {
	width:770px;
	background: url(images/left_top.jpg) no-repeat;	

}


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	}

div#textleft{
	float: left;
	width: 212px;
	display: inline;
	margin-top: 33px;
	
}

div#textleft img{
	margin-top: 0px;
	display: inline;
}

div#textright{
	background: url(images/bg_content.gif) repeat-x #fff;
	float: left;	
	width: 558px;
	display:inline;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	width: 208px;
	height: 272px;
	background:url(images/cta.gif);
	border-bottom: 1px solid #333;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
}



 
 div#links {
 	width: 760px;
	height: 25px;
 	color:#004675;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	background: #6699cc;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color:#004675;
 }
 
  div#bottom{
  	background: url(images/bottom.gif) no-repeat;
 	width: 790px;
	height: 44px;
	margin:0px auto;
 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 0px 15px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #808080;
	padding: 2px;
}

img.left {
	float: left;
	
}


.copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 .copyright a{
 	color: #fff;
 }
 
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }

/* ---------------------- MAIN NAVIGATION ---------------------- */
ul#mainnav {
	padding: 0px;
	height: 30px;
	margin: 0px auto;
	position: relative;
}
#mainnav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 8px 21px 7px 18px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/pointer.gif) no-repeat right top;
}
#mainnav a.current {
	color: #FF0000;

}
#mainnav a.parent { 
}
#mainnav li {
	float: left;
	padding: 0;
	list-style: none;
}
#mainnav li ul {
	position: absolute;
	left: -2000px;
	height: auto;
	width: 200px;
	font-weight: normal;
	margin: 0;
	background: #D0B154;
	border: 1px solid #5C4302;
	padding: 0;
}
#mainnav li li {
	width: 200px;
}
#mainnav li ul a {
	border-bottom: 1px solid #5F4502;
	color: #000000;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
#mainnav li ul a:hover {
	background-color: #fff;
}
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul {
	left: -2000px;
	color: #FF0000;
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul {
	left: auto;
	color: #FF0000;
}
#mainnav li a:hover, #mainnav li.sfhover {
	color: #FF0000;
}
/* ----------------- UTILITY NAVIGATION ----------------- */

ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	height: 25px;
}


ul#utilitynav li {
	display: inline; 
	list-style: none;
}

ul#utilitynav li .login {
	margin-left:165px;
	margin-top:-8px;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 8px;
	text-decoration: none;		
}


ul#utilitynav li a:hover {
	color: #000;
	width: auto;
}

ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #000;
	width: auto;
}

/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	height: 33px;
	width: 207px;
	left: 3px;
	top: 444px;
	
}


.leftimage{
	margin-top: -3px;
}

#column1{
	width: 150px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid dotted #808080;
}


#column2{
	width: 150px;
	float: left;
}

#audio{
	position: absolute;
}

#audioapplett{
	position: absolute;
	left: 19px;
	top: 8px;
}

#player{
	position: absolute;
	left: 23px;
	top: 453px;
	width: 107px;
	height: 56px;
}

#contact {
	text-align: center;
	padding-top: 0px;}

.ulleft {
	width: 200px;
	margin-left: 10px;
	padding-left: 20px;
	float: left;
}

