/***************************************
**	Serac Water Site Style
****************************************/
/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #634c18;
	font-weight: lighter;
	*font-weight: normal;
	
}
body {
	text-align: center;
/* 	background: #250F11 url('images/bodyBG.png') repeat-x top left; */
	background-color: #220E10;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 5px;
}
ul {
	margin-left: 15px;
}
li {
	margin-left: 15px;
	margin-bottom: 4px;
	list-style-type: circle;
}
h1 {
	font-size: 24px;
}
h2 {
	margin: 10px 0 5px 0;
	font-size: 18px;
}
h2.underlined {
	text-decoration: underline;
}
#text p, li, blockquote {
	margin: 3px 0 7px 0;
	font-size: 10pt;
	font-family: "Tahoma", "sans-serif";

}
#text a {
	font-size: 10pt;
	font-family: "Tahoma", "sans-serif";
}
#text li {
	margin-left: 30px;
}
#text ul {
	margin-bottom: 15px;
}
#contents em b{
	color: #4f81bd;
}
/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#contentContainer {
	position: relative;
	margin: 10px;
}
#header {
	font-size: 12px;
	color: #634c18;
	margin: 10px 0 0 0;
	margin-bottom: 20px;
	padding-left: 80px;
	height: 65px;
	background: url('../images/logo.png') no-repeat top left;
}
#header p.links {
	padding: 50px 0 0 80px;
}
#content {
	overflow: hidden;
	position: relative;
	min-height:631px;
	height:auto !important;
	height:631px;
	padding-bottom: 60px;
	background: url('images/bodyBG.jpg') no-repeat top left;
}
#footer {
	padding: 5px 0;
	font-size: 10px;
	border-top: 2px solid #634c18;
	color: #634c18;
	text-transform: capitalize;
	margin-bottom: 50px;
}

/***************************************
**	Content Styles
****************************************/
#viewingWindow {
	margin-top: 25px;
	width: 940px;
	overflow: hidden;
	position: relative;
}
#slider {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide {
	text-align: center;
	float: left;
	display: block;
	width: 936px;
	border: 0px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
.slideContent {
	text-align: left;
	margin-left: 60px;
}
.slideContent p{
	width: 475px;
	text-align: left;
	color: #fff;
	padding: 25px;
}
.narrow {
	color: #d2c88c;
	width: 775px;
	font-family: Times;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 10px;
	font-size: 15px;
}
/***************************************
**  Text on pages outside of index.php
****************************************/
#text {
	display: relative;
	margin: 20px;
	z-index: 100;
}
#text p, h2, h1, blockquote, h4, h3, ul, li {
	color: #fff;
}
h1 {
	color: #634c18;
}
#text a {
}
#text a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 30px;
}
#text ul {
	margin-left: 20px;
}
#text h4, h3, h2 {
	margin: 5px 0;
}
#text a, #sideBar a {
	color: #4f81bd;
	text-decoration: none;
}
/***************************************
**	Slide Show Handles
****************************************/
#slideLeft {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 19px;
	height: 33px;
	background: url('images/slideLeft.png') no-repeat top left;
	z-index: 1000;
}
#slideRight {
	position: absolute;
	top: 300px;
	right: 10px;
	width: 19px;
	height: 33px;
	background: url('images/slideRight.png') no-repeat top left;
	z-index: 1000;
}

/***************************************
**	Slide Styles
****************************************/
#slide_rarestWater img{
	margin-top: 150px;
}
#scrollContainer {
	position: relative; width: 775px; margin-left: 75px; text-align: left; font-family: Times;
}
#scrollWindow {
	font-family: Times;
	text-align: left;
}
.colored {
	color: #d2c88c;
}
/***************************************
**	Loading Bar
****************************************/
#loadingBar {
	position: absolute;
	z-index: 1000;
	margin-top: 100px;
	top: 0px;
	left: -450px;
	height: 174px;
	width: 450px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
#loadingBar img.load {
	position: absolute;
	top: 35px;
	right: 50px;
}
#loadingBar img.bar {
	position: absolute;
	top: 0px;
	left: 0px;
}

/***************************************
**	Seal of Authenticity
****************************************/
#seal {
	position: absolute;
	bottom: 30px;
	right: 20px;
	opacity: .5;
}

/***************************************
**	Contact Form
****************************************/
#sideBar {
	float: right;
	margin: 30px 75px 0 0;
	width: 175px;
}
#leftBar {
	width: 600px;
}
h2.sideBarH2 {
	color: #634c18;
	font-size: 18px;
	font-weight: bolder;
}
table {
	width: 100%;
}
td.small {
	padding: 4px 0;
	width: 50%;
}
td.large {
	padding: 4px 0;
	width: 100%;
}
td.small input {
	width: 90%;
}
td.large input, textarea {
	width: 95%;
}
/***************************************
**	Footer Styles
****************************************/
#leftFooter {
	float: left;
}
#rightFooter {
	float: right;
}
#popupWindow, #popupWindow h3 {
	color: #333;
}