@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	background-image:url("../images/mainBg.gif");
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.clear{
	clear:both;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	border-top:solid 5px #70b5e4;
	text-align:center;
}
#header img{
	margin:50px auto;
}
p.tagline{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#603913;
}
#body {
	padding-bottom:250px;			/* Height of the footer */
	margin:0px auto;
	width:900px;
}
.content{
	background-image:url("../images/trees.png");
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:350px;
	text-align:left;
	background-image:url("../images/trees.png");
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:350px;
}
.column {
	width:450px;
	margin:0px;
	padding:75px 0px 20px 0px;
}
.column p{
	margin:0px;
	padding:0px 0px 15px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#444;
}
.larger{
	font-size:18px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:250px;					/* Height of the footer */
	background-image:url("../images/footerBg.gif");
	background-repeat:repeat;
	background-position:top left;
	border-top:solid 5px #603913;
}
.footerContent{
	margin:0px auto;
	width:900px;
}
.footerCol{
	margin:25px 30px 0px 0px;
	float:left;
	width:280px;
	text-align:left;
}
.last{
	margin-right:0px;
}
.footerCol p.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#68a6ce;
	display:block;
	border-bottom:solid 1px #60564c;
	padding:0px 0px 5px 0px;
}	
p.footContent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#f6f4f0;
	padding:10px 0px 0px 20px;
}
.footContent a{
	color:#69a9d1;
	text-decoration:underline;
}
.footContent a:hover{
	text-decoration:none;
}
ul.footContent{
	margin:0px 0px 0px 20px;
}
.footContent li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#f6f4f0;
	padding:10px 0px 0px 15px;
	background-image:url("../images/bullet.gif");
	background-repeat:no-repeat;
	background-position:left 20px;
}