
                                               /*FOUNDATION STYLING*/
body{
	background-color: #a4774e;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: 0;
}

* {
margin: 0;
padding: 0;
}

.regular{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.boldItalic{
	font-family: "Trebechut MS", verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.boldCenter{
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.clearer{
	clear: both;
	line-height: 0em;
}

.indent{
	text-indent: 2em;
	text-align: justify;
}

.darkBrownHeader{
	font-size: 16px;
	color: #543925;
}

#wrapper{
	position: relative;
	width: 970px;
   	margin: 50px auto;
	background-color: #ffffff;
}

#indexContent{
	position: relative;
	float: left;
	width: 970px;
	text-align: justify;
}

#indexText{
	position: absolute;
	float: left;
	top: 25px;
	left: 555px;
	width: 380px;
	line-height: 1.25em;
}

                                         /* CONTACT PAGE*/

#contactContent{
	position: relative;
	float: left;
	width: 970px;
	text-align: justify;
}

#contactImgTitle{
	position: absolute;
	float: left;
	top: 25px;
	left: 550px;
	width: 400px;
}

#contactText{
	position: absolute;
	float: left;
	top: 100px;
	left: 565px;
	width: 370px;
	line-height: 1.25em;
}

                                         /* ACCOMMODATIONS PAGE*/

#accomContent{
	position: relative;
	float: left;
	width: 970px;
	text-align: center;
	background-color: blue;
}

#accomImgTitle{
	position: absolute;
	float: left;
	top: 15px;
	left: 550px;
	width: 400px;
}

#accomText{
	position: absolute;
	float: left;
	top: 75px;
	left: 525px;
	width: 425px;
	line-height: 1.25em;
}

                                         /* CLIENT COMMENTS PAGE*/
                                         
#commentWrapper{
	position: relative;
	width: 1200px;
	height: 810px;
   	margin: 50px auto;
	background-color: #ffffff;
	background-image: url(images/comments/comments.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#formBox{
	position: relative;
	float: left;
	width: 250px;
	height: 650px;
	margin-left: 50px;
	margin-top: 50px;
	background-color: #ffffff;
	opacity:0.75;
	filter:Alpha(opacity=50);
}

#formBoxText{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 200px;
	padding: 15px;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}

#formCommentsBox{
	position: relative;
	float: left;
	width: 775px;
	height: 650px;
	margin-left: 100px;
	margin-top: 50px;
	background-color: #ffffff;
	opacity:0.75;
	filter:Alpha(opacity=50);
}

#formCommentsBoxText{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 750px;
	padding: 15px;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}

.grayBackground{
	background-color: #c7cccc;
	padding: 10px 15px;

}

.clearBackground{
	padding: 5px 15px;

}	

#commentContent{
	position: relative;
	float: left;
	width: 970px;
	text-align: center;
	background-color: blue;
}

#commentImgTitle{
	position: absolute;
	float: left;
	top: 15px;
	left: 550px;
	width: 400px;
}

#commentText{
	position: absolute;
	float: left;
	top: 90px;
	left: 550px;
	width: 390px;
	line-height: 1.25em;
}

                                         /* GALLERY PAGE*/

#galleryMainContent{
	position: relative;
	float: left;
	width: 970px;
	text-align: center;
	background-color: blue;
}

#galleryImgTitle{
	position: absolute;
	float: left;
	top: 15px;
	left: 550px;
	width: 400px;
}

#galleryText{
	position: absolute;
	float: left;
	top: 90px;
	left: 550px;
	width: 390px;
	line-height: 1.25em;
}

                                         /* ATTRACTIONS PAGE*/

#attractionsImgTitle{
	position: absolute;
	float: left;
	top: -10px;
	left: 525px;
	width: 400px;
}

#attracColOne{
	position: absolute;
	float: left;
	top: 35px;
	left: 480px;
	width: 230px;
	line-height: 1.25em;
	word-spacing: -.05em;
}

#attracColTwo{
	position: absolute;
	float: left;
	top: 35px;
	left: 725px;
	width: 230px;
	line-height: 1.25em;
	word-spacing: -.05em;
}

                                         /* INDEX NAVIGATION*/
a img{
	border: none;
	text-decoration: none;
}

                                         
#contactUs{
	position: absolute;
	top: 50px;
	left: 365px;
}

                                         
#accommodations{
	position: absolute;
	top: 150px;
	left: 320px;
}

                                         
#attractions{
	position: absolute;
	top: 250px;
	left: 380px;
}

                                         
#hunting{
	position: absolute;
	top: 350px;
	left: 400px;
}

                                         
#comments{
	position: absolute;
	top: 450px;
	left: 400px;
}

                                         
#gallery{
	position: absolute;
	top: 550px;
	left: 420px;
}

                                         
#home{
	position: absolute;
	top: 650px;
	left: 417px;
}

                                         /* CONTACT NAVIGATION*/

                                         
#conContactUs{
	position: absolute;
	top: 95px;
	left: 370px;
}

                                         
#conAccommodations{
	position: absolute;
	top: 225px;
	left: 330px;
}

                                         
#conAttractions{
	position: absolute;
	top: 300px;
	left: 390px;
}

                                         
#conHunting{
	position: absolute;
	top: 375px;
	left: 410px;
}

                                         
#conComments{
	position: absolute;
	top: 450px;
	left: 410px;
}

                                         
#conGallery{
	position: absolute;
	top: 525px;
	left: 432px;
}

                                         
#conHome{
	position: absolute;
	top: 600px;
	left: 432px;
}

                                         /* COMMENT NAVIGATION*/
                                         
#commentsNav{
	position: relative;
	float: left;
	width: 1200px;
	background-color: #345c22;
	height: 50px;
	padding-top: 8px;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}

                                         
#commContactUs{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commAccommodations{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commAttractions{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commHunting{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commComments{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commGallery{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         
#commHome{
	position: relative;
	float: left;
	width: 171px;
	text-align: center;
}

                                         /* ATTRACTIONS NAVIGATION*/

                                         
#attracContactUs{
	position: absolute;
	top: 100px;
	left: 325px;
	color: #3a2e84;
}

                                         
#attracAccommodations{
	position: absolute;
	top: 175px;
	left: 270px;
}

                                         
#attracAttractions{
	position: absolute;
	top: 250px;
	left: 330px;
}

                                         
#attracHunting{
	position: absolute;
	top: 350px;
	left: 340px;
}

                                         
#attracComments{
	position: absolute;
	top: 450px;
	left: 345px;
}

                                         
#attracGallery{
	position: absolute;
	top: 550px;
	left: 365px;
}

                                         
#attracHome{
	position: absolute;
	top: 650px;
	left: 360px;
}                                                        /* FOOTER STYLING */

#footer{
	position: relative;
	width: 970px;
	height: 20px;
	background-color: #5a2e13;
}

.footerText{
	position: relative;
	width: 970px;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 9px;
	line-height: 2em;
}

.footerRightAlign{
	position: relative;
	width: 375px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 600px;
	margin-top: -20px;
	text-align: right;
}

.footerText a{
	color: #ffffff;
	text-decoration: underline;
}

.footerSecondLine{
	position: relative;
	width: 980px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 9px;
	text-align: center;
	line-height: 2em;
}
	
	
