html, body, form, fieldset, dl, dt, dd, blockquote { margin: 0px; padding: 0px; }
body { font-size: 62.5%; }
ul, ol, li { margin: 0px; padding: 0px; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
p, pre, address { margin: 0px; padding: 0px; }
label {	cursor: pointer; }
fieldset { margin: 0px; padding: 0px; border: none; }
a img {	border: none; }
input, select, textarea { font-size: 1em; }
  
body {
	margin: 1em;
	font-family: arial;
	background-color: #004224;
}

p {
	margin: 1em 0em;
}

#page-container {
	width: 878px;
	margin: 25px auto 0px auto;
	background-color: #ffffff;
	position:relative;
}

	#page-container #header-container {
		background-color: #70c865;
		color: #ffffff;
	}
	
		#header-container #header {
			height: 47px;
			background-image: url(/images/bg-header.gif);
			background-repeat: no-repeat;
			padding: 25px 30px;
			position: relative;
		}
		
			#header #logo {
			}
		
			#header ul#navigation {
				color: #ffffff;
				font-size: 1.4em;
				position: absolute;
				top: 50px;
				right: 30px;
			}
			
				ul#navigation li {
					float: left;
					margin-left: 15px;
					line-height: 2.0em;
				}
					ul#navigation li a {
						color: #ffffff;
						text-decoration: none;
					}
					ul#navigation li a:hover {
						color: #004224;
						text-decoration: none;
						border-bottom:solid 2px #004224;
						padding-bottom:4px;
					}
					ul#navigation li.selected a {
						color: #004224;
						text-decoration: none;
						border-bottom:solid 2px #004224;
						padding-bottom:4px;
					}
					ul#navigation li.selected a:hover {
						color: #216848;
						text-decoration: none;
						border-bottom:solid 2px #216848;
						padding-bottom:4px;
					}
					ul#navigation li.login a:hover {
						text-decoration: none;
						border-bottom:none;
					}
					
	#featured {
		height: 154px;
		padding: 30px;
		background-image: url(/images/bg-featuredcontent.gif);
		background-repeat: no-repeat;
		background-color:#70C966;
		position: relative;
		border-bottom: 12px solid #7cd371;
	}
	
	#page-container #content {
		padding: 30px;
		padding-bottom:0px;
		color: #666666;		
	}
	
		#content .columnleft {
			width: 575px;
			float: left;
		}
			.columnleft .browse-archives {
				background-image:url(../../site/images/icon-archives.gif);
				background-position:top left;
				background-repeat:no-repeat;
				font-size:1.2em;
				padding-left:20px;
			}
				.browse-archives a {
					color:#56ac56;
					text-decoration:none;
				}
					.browse-archives a:hover {
						color:#4db04e;
						text-decoration:underline;
					}
		
		#content .columnright {
			margin-left: 18px;
			width: 225px;
			float: left;
		}

	#page-container #content-footer {
		clear: both;
		height: 44px;
		background-image: url(/images/bg-content-footer.gif);
		background-repeat: no-repeat;
		background-position: 0px 30px;
	}

#page-footer {
	clear: both;
	font-size: 1.2em;
	width: 868px;
	margin: 15px auto 25px auto;
	text-align:center;
	color:#518D72;
}
	#page-footer a.contact {
		background-image:url(/images/cs-images/icon-email.gif);
		background-position:0px 4px;
		background-repeat:no-repeat;
		color:#518D72;
		margin-left:15px;
		padding-left:25px;
		text-decoration:none;
	}
		#page-footer a.contact:hover {
			color:#6daa8e;
			text-decoration:underline;
		}

p#message {
	padding: 10px;
	font-size: 1.4em;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin: 0px auto 20px auto;
	text-align: center;
}

p#message.success {
	color:#54B948;
	font-size:14px;
}
	p#message.success img {
		margin: -3px 10px -7px 0px;
	}
p#message.failure {
	color:#e2373e;
	font-size:14px;
}
	p#message.failure img {
		margin: -3px 10px -7px 0px;
	}


.coming-soon {
	margin-top:45px;
	margin-bottom:45px;
	background-color:#FFFFE1;
	border:solid 1px #F5F5AB;
	padding:10px;
	
}
	.coming-soon h3 {
		color:#666666;
		font-size:1.4em;
		font-weight:400;
		margin-bottom:5px;
	}
	.coming-soon p {
		color:#999999;
		font-size:1.2em;
		line-height:1.4em;
		margin:0px;
	}


#featured {
	height: 75px;
}
	#featured p {
		color:#FFFFFF;
		font-size:1.4em;
		line-height:1.8em;
		margin-top:5px;
		width:575px;
	}
	
#content .columnleft {
	margin-bottom:25px;
}

.tour-nav-top {
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:4px;
	text-align:center;
	position:relative;
	margin-bottom:25px;
}
	.tour-nav-top h2 {
		font-size:1.6em;
		font-weight:400;
		color:#54b948;
	}
	
	.tour-nav-top .nav-prev {
		position:absolute;
		left:4px;
		top:3px;
		background-image:url(/site/images/icon-prev.gif);
		background-position:left 3px;
		background-repeat:no-repeat;
		padding-left:13px;
		font-size:1.2em;
	}
		.tour-nav-top .nav-prev a {
			color:#54b948;
			text-decoration:none;
		}
			.tour-nav-top .nav-prev a:hover {
				color:#54b948;
				text-decoration:underline;
			}
	
	.tour-nav-top .nav-next {
		position:absolute;
		right:4px;
		top:3px;
		background-image:url(/site/images/icon-next.gif);
		background-position:right 3px;
		background-repeat:no-repeat;
		padding-right:13px;
		font-size:1.2em;
	}
		.tour-nav-top .nav-next a {
			color:#54b948;
			text-decoration:none;
		}
			.tour-nav-top .nav-next a:hover {
				color:#54b948;
				text-decoration:underline;
			}
	
.tour-nav-bottom {
	border-top:solid 1px #CCCCCC;
	text-align:center;
	position:relative;
	margin-bottom:50px;
	clear:both;
}
	
	.tour-nav-bottom .nav-prev {
		position:absolute;
		left:4px;
		top:5px;
		background-image:url(/site/images/icon-prev.gif);
		background-position:left 3px;
		background-repeat:no-repeat;
		padding-left:13px;
		font-size:1.2em;
	}
		.tour-nav-bottom .nav-prev a {
			color:#54b948;
			text-decoration:none;
		}
			.tour-nav-bottom .nav-prev a:hover {
				color:#54b948;
				text-decoration:underline;
			}
	
	.tour-nav-bottom .nav-next {
		background-image:url(/site/images/icon-next.gif);
		background-position:right 3px;
		background-repeat:no-repeat;
		font-size:1.2em;
		padding-right:13px;
		position:absolute;
		right:4px;
		top:5px;
	}
		.tour-nav-bottom .nav-next a {
			color:#54b948;
			text-decoration:none;
		}
			.tour-nav-bottom .nav-next a:hover {
				color:#54b948;
				text-decoration:underline;
			}
		
.clear {
	clear:both;
	height:1px;
}


			
/* ---------- RIGHT COLUMN -------------- */

ol {

}

ol li {
	padding-left:48px;
	padding-top:3px;
	margin-bottom:15px;

}
	ol li h4 {
		font-size:1.4em;
		font-weight:400;
		color:#44aeda;
		margin-bottom:5px;
	}	
	ol li p {
		font-size:1.2em;
		line-height:1.2em;
		color:#999999;
		margin:0px;
	}	
	
	li.item1 {
		background-image:url(/site/images/icon-tour1.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	li.item2 {
		background-image:url(/site/images/icon-tour2.gif);
		background-position:top left;
		background-repeat:no-repeat;		
	}
	li.item3 {
		background-image:url(/site/images/icon-tour3.gif);
		background-position:top left;
		background-repeat:no-repeat;		
	}
	li.item4 {
		background-image:url(/site/images/icon-tour4.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	li.item5 {
		background-image:url(/site/images/icon-tour5.gif);
		background-position:top left;
		background-repeat:no-repeat;		
	}




/* ---------- FOOTER ------------ */

.content-footer {
	clear:both;
	background-color:#fffdcf;
	padding:10px;
	height:43px;
}
	.content-footer p {
		display:inline;
		color:#888888;
		font-size:1.4em;
		float:left;
		letter-spacing:-0.010em;
	}
	.content-footer img {
		float:right;
	}
/* Stylesheet file (jquery.thickbox) Not Found */
/* Stylesheet file (jquery.datepicker) Not Found */
/* Stylesheet file (tour-3.css) Not Found */
