/*
 *
 *	Global Settings
 *
*/

form {
	margin: 0;
	padding: 0;
}

body, td, th {
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS", arial, helvetica, sans-serif; /* Include these other fonts because Trebuchet MS still isn't completely universal */
	font-size: 13px; /* I prefer to us px because it is slightly easier to control than em */
	color: #694f37;
	text-align: left;
}

body {
	background-color: #b3ac7c;
	margin:50px 200px; 
	padding:0px;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

h1 { /* Home page title */
	font-size: 16px;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
}

h2 { /* Main content subtitles */
	margin: 24px 0px 24px -20px;
	font-size: 16px;
	color: #694f37;
	text-transform: uppercase;
}

.text-white { color: #ffffff; }
.text-brown { color: #694f37; }
.text-red { color: #993300; }

/*
 *
 *	main template
 *
*/

#nav {
	width: 700px;
	height: 25px;
	font-size: 16px;
	background-color: #5e4638;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav-left {
	width: 527px;
	background-color: #5e4638;
	text-align: center;
	//float: left; /* Internet explorer fix */
}

#nav-right {
	width: 173px;
	text-align: center;
	float: right;
}

#footer {
	width: 700px;
	margin: 10px 0px 80px 0px; /* Top Right Bottom Left */
	font-size: 13px;
	color: #ffffff;
	//float: leftt;

}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#main-content {
	width: 700px;
	background-color: #ffffff;
}

#main-content-left {
	width: 467px;
	padding: 30px 30px 30px 50px;
	//float: left; /* Internet explorer fix */
}

#main-content-right {
	width: 173px;
	padding: 0px;
	margin: 75px 0px 0px 0px;
	float: right;
}

#main-content-right img {
	margin: 0px 0px 27px 0px;
}

/*
 *
 *	index.html
 *
*/

#home-top-container {
	width: 700px;
	height: 223px;
	background: url(images/hero.jpg) top left no-repeat;
}

#home-top-left {
	width: 337px;
	color: #ffffff;
	padding: 20px 30px 30px 160px;
	//float: left; /* internet explorer fix */
}

#home-top-right {
	width: 133px;
	float: right;
	color: #663333;
	padding: 20px;
}

#home-bottom-container {
	width: 700px;
	height: 152px;
	background-color: #ffffff;
}

#home-bottom-right {
	background-color: #607789;
	width: 173px;
	height: 152px;
	text-align: center;
	float: right;
}

#home-bottom-right a {
	color: #ffffff;
	text-decoration: none;
}

#home-bottom-right a:hover {
	text-decoration: underline;
}

#home-bottom-off-the-trail {
	width: 244px; /* 264px - 20px (for padding-right) */
	font-size: 12px;
	padding: 20px 20px 20px 0px;
	float: right;
}

#home-bottom-off-the-trail img {
	margin: 0px 10px 0px 0px;
}

#home-bottom-wildlife-legacy {
	width: 223px; /* 263px - 20px - 20px (padding-right and padding left) */
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	//float: left;
}

#home-bottom-wildlife-legacy img {
	margin: 0px 10px 0px 0px;
}

/*
 *
 *	main
 *
*/

#content {
	background-color: #fff;
	width: 700px;
	height: 500px;
	//height: 550px;
	padding: 5px 0px 0px 0px;
}

#content-short {
	background-color: #fff;
	width: 700px;
	height: 450px;
	//height: 500px;
	padding: 5px 0px 0px 0px;
}

#content-med {
	background-color: #fff;
	width: 700px;
	height: 600px;
	//height: 650px;
	padding: 5px 0px 0px 0px;
}

#content-long {
	background-color: #fff;
	width: 700px;
	height: 900px;
	//height: 950px;
	padding: 5px 0px 0px 0px;
}

#content-subtitle {
	width: 500px;
	color: #694f37;
	font-size: 16px;
	margin: 20px 0px 0px 20px;
	float: left;

}

#content-text {
	width: 470px;
	//width: 450px;
	color: #694f37;
	font-size: 12px;
	margin: 20px 0px 0px 40px;
	//margin: 20px 0px 0px 20px;
	float: left;

	}

#images {
	width: 150px;
	margin: 20px 20px 0px 0px;
	//margin: 20px 20px 0px 0px;
	float: right;

}
	
#images-single {
	width: 150px;
	margin: 80px 20px 0px 0px;
	float: right;


}


