@charset "UTF-8";
/* CSS Document */



#container {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
	
	}
	
.floatLeft {
float: left;
margin-right: 10px;
}

.floatRight {
float: right;
margin-left: 10px;
}
	
#header {
	height: 206px;
	width: 960px;
	background-image: url(../images/newleafadventuresHeader.jpg);
}
#mainnav {
	color: #FFF;
	background-color: #8B4F0D;
	height: 22px;
	width: 960px;
	text-align: center;
}
body {
	background-color: #DEE2CB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.red {
	color:#F00
}
#maincontent {
	height: auto;
	width: 960px;
	background-image: url(../images/fauxcolumn.gif);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}
#rightcontent {
	float: right;
	width: 750px;
	margin-top: 10px;
}
#column2right {
	float: right;
	width: 210px;
}
#column1right {
	float: left;
	height: auto;
	width: 505px;
}
#leftcolumn {
	height: auto;
	width: 190px;
	float: left;
	margin: 0px;
}

#leftquote {
	height: auto;
	width: 160px;
	padding: 15px;
	font-style: italic;
	color:#f1efdd;
}
#leftcolumn h2 {
	color: #FDCF1E;
	padding-top: 16px;
	padding-left: 16px;
	font-size: 19px;
	font-weight: bolder;
}
#secondarynav {
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
}

#mainnav ul {
	list-style-type: none;
	display: inline;
	padding-right: 36px;
	text-align: center;
}
#mainnav ul li {
	display: inline;
	text-indent: 0px;
}

#slideshow {
	height: 335px;
	width: 505px;
}

#mainnav ul li.last a {
background: none;
}

#mainnav ul li.active a {
color: #FDCF1E;
}

#mainnav ul li.active.last a {
color: #FDCF1E;
background: none;
}

#mainnav ul li.active.first a {
color: #FDCF1E;
background: none;
padding-left: 0px;
}

#mainnav ul li.first a {
background: none;
padding-left: 0px;
}

#mainnav ul li a {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/vertical.gif) center right no-repeat;
}

#mainnav ul li a:hover {
	color: #FDCF1E;
	
}
img {
 border: none;
}

#secondarynav ul li a {
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}

#secondarynav ul li.active a {
	color: #FDCF1E;
}

#secondarynav ul {
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	padding-left: 16px;
}
#special1 {
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f1efdd;
}
#special2 {
	height: auto;
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: #f1efdd;
	border-style :solid;
	border-width :thin;
}
#footer {
	text-align: center;
	width: 940px;
	padding: 10px;
	clear: both;
	font-size: 11px;
}
a {
	color: #8A4F13;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #3A6334;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8B4F0D;
	font-weight: bold;
	line-height: 115%;
}

p {
	line-height: 120%;
	
}

.brownsubhead
 {	font-size: 14px;
	color: #8B4F0D;
	font-weight: bold;
}

.alignTopLeft {text-align: left; vertical-align: top;}