/* Regular Items */

body {

	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(/ver2/includes/images/bg2.png);
	color: #b65036;
	font-family: arial;
	font-size: 16px;
	line-height: 1.5em;
}

h1 {

	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 26px;
	color: #ef4c21;	
}

p {

	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

img {

	border-width: 0px;
}

a {

	color: #b65036;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #ef4c21;
	text-decoration: none;
	font-weight: bold;
}





/* Layout IDs */

#bg2old {

	background-image: url(/ver2/includes/images/bg2old.png);
	height: 1%;
	overflow: auto;
}

#background {

	background-image: url(/ver2/includes/images/bg1.png);
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 600px;
}

#master {

	width: 850px;
	margin: 0 auto;
	
}

#top {

	height: 235px;
	background-image: url(/ver2/includes/images/top.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#middle {

	background-image: url(/ver2/includes/images/middle.png);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 315px;
	width: 700px;
	margin: 0 auto;
}

#content {

	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
	min-height: 315px;
}

#bottom {


	min-height: 100px;
	background-color: #000;
	color: #fff;
	background-image: url(/ver2/includes/images/bg1.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 12px;
}




/* Navigation Banners */


a#banner {

	display: inline;
	height: 117px;
	width: 374px;
	text-align: left;
	float: left;
	margin-top: 27px;
	margin-left: 102px;
}

a#tour {

	display: inline;
	height: 135px;
	width: 240px;
	text-align: left;
	float: left;
	margin-top: 27px;
	margin-left: 9px;
}

#next {

	display: inline;
	width: 240px;
	text-align: left;
	float: left;
	margin-top: 56px;
	margin-left: 9px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	line-height: 1em;
}






/* Navigation Top */


#nav_container {

	width: 400px;
	height: 35px;
	float: right;
	margin-top: 15px;
	margin-right: 86px;
	display: inline;
	overflow: hidden;
}

a.nav_item {

	float: left;
	display: block;
	height: 35px;
	width: 100px;
}

a#nav01 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#nav01:hover {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

#p01 a#nav01 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

a#nav02 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}

a#nav02:hover {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -100px -35px;
}

#p02 a#nav02 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -100px -35px;
}

a#nav03 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

a#nav03:hover {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -200px -35px;
}

#p03 a#nav03 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -200px -35px;
}

a#nav04 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -300px 0px;
}

a#nav04:hover {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -300px -35px;
}

#p04 a#nav04 {

	background-image: url(/ver2/includes/images/nav.png);
	background-repeat: no-repeat;
	background-position: -300px -35px;
}



/* Navigation Bottom */


a.white {

	color: #fff;
	text-decoration: none;

}

a.white:hover {

	color: #f5ca43;
	text-decoration: none;
}

ul.navul {

	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;

}

li.navli {

	list-style-type: none;
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 4px;
	text-transform: capitalize;
}






/* Content Management System Configuration */

.story_entry {

	margin-bottom: 20px;
}






/* Form Styles */



input {

	border-color: #ef4c21;
	border-width: 1px;
	border-style: solid;
	background-color: #f5ca43;
	color: #000;
	font-family: arial;
	font-size: 12px;
}

textarea {

	border-color: #ef4c21;
	border-width: 1px;
	border-style: solid;
	background-color: #f5ca43;
	color: #000;
	font-family: arial;
	font-size: 12px;
}





/* Photo Gallery Styles */


.gallery_image {

	border-width: 1px;
	border-color: #7dabe6;
	border-style: solid;
}