/* general */
body {
	background: #A7C453 url("images/bg-home2.jpg") repeat-x; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	text-align:left;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold; 
}
h1{
	width:400px;
	text-transform:uppercase;
	color:#FFFF00;
	margin:0px;
	padding:0px;
	line-height:44px;
	height:50px;
	background-image:url(images/h1.jpg);
}
h1 span{
	margin-left:20px;
}
ul {
	line-height: 20px; 
}
img {
	border: 0;
	/*display: block;*/  
}
a:link, a:active {
	color: #333; 
	text-decoration: underline; 
}
a:visited {
	color: #333; 
	text-decoration: underline; 
}
a:hover {
	color: #000; 
	text-decoration: underline; 
}
.block {
	display: block;
}
#container {
	margin: 0 auto; 
	width: 770px; 
}
#topnav {
	height:220px;
	margin-bottom: 20px; 
}
#topnav .links{
	width:770px;
	padding-top:8px;
	text-align: center;
	color:#336633;
}
#topnav .links a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.85em;
	text-decoration:none;
	margin-left:4px;
	margin-right:4px;
}
#topnav .links a:hover{
	text-decoration:underline;
}
#main {
	/*background: transparent url("images/bg-fish.jpg") top right no-repeat;*/
	/*margin: 20px 40px;*/
	margin-left:20px;
	float: left; 
	width:700px;
}
#content {
	background-image: url(images/title-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 400px; 
	float: left;
	margin-left:0px;
}
.content {
	background-image:url(images/title-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 400px; 
	min-height: 200px; 
	/*float: left;*/
	margin-left:0px;
}
#content div{
	/*margin-left:10px;
	background-color:#FFCC00;*/
}
#content2 {
	width: 280px; 
	float: right; 
}
#content h3{
	color: black;/*#46280E;*/ /*white;*/ 
	margin: 10px 20px; 
}
#content2 h3{
	color: #000; 
	margin: 10px 20px; 
}
#content p, content2 p{
	margin-left:20px;
	margin-right:10px;
}
#content dl {
	margin-left: 20px; 
}
#content dt {
	margin-left: 20px; 
	font-weight: bold; 
	font-style: italic;
}
#content dd {
	margin-left: 20px; 
	margin-bottom: 10px; 
}
#content dd p{
	margin-top: 0px;
	margin-left: 0px;  
}
#sep {
	background: transparent url("images/sep.gif") top left no-repeat;
	width: 400px;
	height: 20px; 
}
.pright {
	text-align: right;
	padding: 10px 10px 10px 0; 
}
.pright img{
	margin-left: 20px; 
}
.instruction {
	color: #333;
	font-style: italic;
}
#footer {
	/*background: #9D967A url(images/bg-footer.jpg) repeat-x;*/ 
	color: white;
	text-align: center;
	font-size: 11px; 
	/*font-weight: bold;*/
	padding-top: 30px; 
	clear: both;  
}
#footer img {
	margin-right: 10px; 
	padding: 0;  
}
#footer p {
	margin: 0; 
	padding: 8px 0 12px 0;
}

/* home */
/*#home {
	background: #A7C453 url("images/bg-home2.jpg") repeat-x;
}*/
#flash {
	background-color: transparent; 
	height: 520px;  
}
/*#mainhome {
	background: transparent url(images/bg-home-2.jpg) top left no-repeat; 
	height: 240px;  
}
#feat {
	margin-left: 50px; 
}*/

/* info */
#content .listpdf {
	list-style-image:  url("images/ico-pdf.gif");
	list-style-position: inside;
}
#content li {
	margin: 0 0 4px 0;
}

/* trailer */
.trailerimg {
	margin-right: 12px; 
}
.trailerico {
	margin: 0 26px 0 6px; 
}
#trailerpage {
	text-align:center;
	padding-top:40px;
}
#holder {}
#instruction {
	color: #333;
	text-align: center; 
	width: 100%;
	margin: 0 auto;  
	position: absolute; 
	bottom: 10px; 
}
#instruction a:link, #instruction a:active {
	color: black; 
	text-decoration: underline; 
}
#instruction a:visited {
	color: black; 
	text-decoration: underline; 
}
#instruction a:hover {
	color: #333; 
	text-decoration: underline; 
}

/* classes */
.bold { font-weight: bold; }
.italic { font-style: italic;}
.boldItalic { 
	font-weight: bold; 
	font-style: italic;
}
.level2 {
	margin-left: 20px; 
	list-style-type: circle;
}
.note {
	color: yellow; 
	font-weight: bolder; 	
}