﻿body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	background:#fff;
	font-size:90%;
}
a {
	color: #800000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
.img_resize {
	float: right;
	width: 50%;
	position: relative;
}
img {
	margin: -15px 0 -5px -15px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #C6B15A;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #7E5429;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
#header ul li a:hover {
	background: #66FF99;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#header ul li a.active,
#header ul li a.active:hover {
	color: #fff;
	background: #336699;
	font-weight: bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#trail {
	clear: both;
	background: #C6B15A;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
}
.centh1 {
		text-align: center;
	}
.style2 {
		text-align: center;
	}
.style4 {
		width: 100%;
		text-align: center;
		background-image: url('../images/clouds_aq.jpg');
		font-weight: bold;
	}
.style6 {
	font-size: 12px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		
}
.threecol .colmid {
	right: 25%;
	background: #EEDD82;
}
.threecol .colleft {
	right:50%;			
	background:#f4f4f4;	
}
.threecol .col1 {
	width:46%;			
	left:102%;			
}
.threecol .col2 {
	width:21%;			
	left:31%;			
}
.threecol .col3 {
	width:21%;			
	left:85%;			
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	background-color: #C6B15A;
}
#footer p {
	padding: 10px;
	margin: 0;
}
