/***************************************
**	Tahoma Water Site Style
****************************************/
/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #696969;
}
img {
	border: 0px;
}
body {
	text-align: center;
}
h2 {
	font-weight: 100;
	*font-weight: bold;
}
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, #sideBar a {
	font-size: 10pt;
	font-family: "Tahoma", "sans-serif";
}
#text li {
	margin-left: 30px;
}
#text ul {
	margin-bottom: 15px;
}
/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#contentContainer {
	position: relative;
	margin: 10px;
}
#header {
	font-size: 12px;
	margin: 0 0 0 0;
	height: 35px;
	background: url('images/headerBG.png') no-repeat top left;
}
#header p.links {
	padding: 15px 0 0 0;
}
p.links a {
	padding: 5px 5px;
	margin: 0 5px;
}
p.links a:hover {
	text-decoration: underline;
}
#content {
	overflow: hidden;
	position: relative;
	min-height: 725px;
	height:auto !important;
	height: 725px;
	padding-bottom: 120px;
	background: url('images/bodyBG.jpg') no-repeat top left;
}
#footer {
	padding: 5px 0;
	font-size: 10px;
	border-top: 2px solid #c0c0c0;
	text-transform: capitalize;
	margin-bottom: 50px;
}

/***************************************
**  Text on pages outside of index.php
****************************************/
#text {
	position: relative;
	margin: 60px;
	z-index: 10;
}
#text p, h2, h1, blockquote, h4, h3, ul, li {
	color: #111;
}
#text a, #sideBar a {
	color: #29388a; 
}
#text a:hover, #sideBar a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 30px;
}
#text ul {
	margin-left: 20px;
}
#text h4, h3, h2 {
	margin: 5px 0;
}
#text h2 {
	margin-top: 10px;
}
/***************************************
**	Content Styles
****************************************/
#viewingWindow {
	margin-top: 25px;
	width: 940px;
	overflow: hidden;
	position: relative;
}
#slider {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide {
	position: relative;
	text-align: center;
	float: left;
	display: block;
	width: 936px;
	border: 0px;
	min-height:725px;
	height:auto !important;
	height:725px;
}
.slide h2 {
	color: #696969;
	font-size: 34px;
}
.slideContent {
	text-align: left;
	margin-left: 140px;
	color: #b0b0b0;
}
.slideContent p{
	width: 475px;
	text-align: left;
	padding: 25px;
}

.imageContainer {
	width: 700px; 
	height: 317px; 
	margin: 0px auto; 
	position: relative; 
	text-align: left;
}
.imageContainer img {
	position: absolute;
}
.imageContainer .photo {
	display: block;
	padding: 20px 0 0 25px;
}
span.smaller {
	color: #696969;
	font-size: 11px;
}
/***************************************
**	Slide Show Handles
****************************************/
#slideLeft {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 19px;
	height: 33px;
	background: transparent;
	z-index: 1000;
}
#slideRight {
	position: absolute;
	top: 300px;
	right: 10px;
	width: 19px;
	height: 33px;
	background: transparent;
	z-index: 1000;
}

/***************************************
**	Slide Styles
****************************************/
.imageContainer {
	margin-top: 100px;
}
#slide_index {
	text-align: center;
	margin-top: 0px;
}
#landingSlide1, #landingSlide2 {
	position: absolute;
}
#landingSlide2 {
	display: none;
}
#slide_purpose {
	height: 940px;
}

/***************************************
**	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;
}
img.load {
	_position: absolute;
	_top: 35px;
	_left: 50px;
}
img.bar {
	_position: absolute;
	_top: 0px;
	_left: 0px;
}

/***************************************
**	Seal of Authenticity
****************************************/
#seal {
	position: absolute;
	top: 300px;
	right: 120px;
	z-index: 10;
	*top: 250px;
}
/***************************************
**	Contact Form
****************************************/
#leftBar {
	width: 525px;
}
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%;
}

/***************************************
**	Contact Sidebar
****************************************/
#sideBar {
	position: relative;
	float: right;
	margin: 50px 25px 0 0;
	width: 200px;
	z-index: 10;
}

/***************************************
**	Footer Styles
****************************************/
#leftFooter {
	float: left;
}
#rightFooter {
	float: right;
}

/***************************************
**	Other Styles
****************************************/
.align_center {
	text-align: center;
	margin: 0px auto;
	width: 850px;
	margin-top: 50px;
	position: relative;
	z-index: 1000;
}
#items td {
	padding: 8px;
	border-bottom: 1px solid #000;
}
#table_links {

}
#big {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: lighter;
	font-style: italic;
}
.align_center p {
	text-align: justify;
	color: #000;
}
.huge {
	font-size: 60px;
}
.small {
	font-size: 20px;
	vertical-align: top;
	color: #000;
}
.medium {
	color: #000;
	font-size: 14px;
}
.tiny {
	font-size: 11px;
}
#transBG {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	position: absolute; top: 0px; left: 0px; z-index: 1; opacity: .6; height: 700px; width: 910px; margin: 15px; background-color: #fff; border-top: 1px solid #cecece;
}