@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c9b585;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #615b4e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #615b4e;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 15px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin: 0 0 10px 0;
	
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
	color: #615b4e;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.input-width {
	width: 200px;
}

.border {
	border: 7px solid #a46a33;
}

.rule {
	border-top: 1px solid #004812;
	height: 15px;
	margin-top: 15px;
	clear: both;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0 0 10px 0;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004812;
	border-bottom: 1px solid #004812;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: -15px -15px 0 -15px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004812;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 15px;
	background-color: #c9b585;
}

h5 {
	font-size: 16px;
	color: #8e6942;
	margin: 20px 0 5px 0;
	padding: 0;
}

h6 {
	font-size: 16px;
	color: #8e6942;
	margin: 0;
	padding: 0;
}
	
.small {
	font-size: 10px;
}


/* ------- LAYOUT ------- */



#header {
	height: 109px;
}

#logo {
	padding-left: 370px;
	float: left;
	padding-top: 8px;
}

#menu {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 0;
	height: 22px;
}


#menu a {
	color: #f4edd6;
	text-decoration: none;
	padding: 0 15px;
}	

#menu a:hover {
	color: #ffc423;
}

#main-container {
	background-color: #f4edd6;
	padding: 15px 0;
}

.wrapper {
	width: 975px;	
	margin: 0 auto;
}
	

#flasharea {
	border: 7px solid #a46a33;
	height: 268px;
	width: 961px;
	margin-bottom: 15px;
	background-image: url(../images/home/01.jpg);
	background-repeat: no-repeat;
}


#imagearea {
	border: 7px solid #a46a33;
	height: 188px;
	margin-bottom: 15px;
	background-image: url(../images/top/01.jpg);
	background-repeat: no-repeat;
}


#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

#left-column {
	float: left;
	width: 715px;
	margin-right: 15px;
	display: inline;
}

#home-para {
	line-height: 29px;
}

#sub-column {
	float: left;
	width: 710px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
}

#sub-column-side {
	float: left;
	width: 245px;
	display: inline;
}

#right-column {
	float: left;
	width: 245px;
	display: inline;
	
}

.brown-box-lg {
	background-color: #855e32;
	color: #FFFFFF;
	padding: 15px 15px 0 15px;
	width: 320px;
}

.brown-box-lg a {
	color: #FFFFFF;
}


.brown-box-sm {
	background-color: #855e32;
	color: #FFFFFF;
	padding: 15px;
	width: 215px;
	line-height: 20px;
}

.brown-box-sm a {
	color: #FFFFFF;
}

#navigation {
	background-color: #e9dfc2;
	padding: 15px;
	width: 215px;
	line-height: 20px;
	font-size: 16px;
}

#navigation ul {
	list-style-image: url(../images/bullet.gif);
	margin: 15px 15px -5px 15px;
	padding: 0;	
}

.menu-rule {
	height: 15px;
	border-top: 3px solid #f4edd6;
	margin: 15px -30px 0 -30px;
	clear: both;
}

#scroll {
	margin: 15px 0;
}

#scroll img {
	border: 4px solid #a46a33;
}

#sub-column-park {
	float: left; 
	width: 445px;
}

#sub-column-park-side {
	float: right;
	width: 245px;
}



