﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    font-family: Arial,Georgia,Palatino,"Palatino Linotype",Myriad Pro,Serif;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body
{
	line-height: 1;
	color: #454545;
	text-align:-moz-center;
	#text-align: center;
	padding-top: 0px;
	background: #5598cd url(../Images/BodyBackground.jpg) 0 0 repeat-x;
	_background: #5598cd url(../Images/BodyBackground.jpg) 0 0 repeat-x;
}

.floatClear
{
	clear: both;
	width: 100%;
	height: 0px;
}
.ClickMe
{
	margin: 0 auto;
	position:relative;
	top: 175px;
	left: -20px;
	height:101px;
	width:200px;
	cursor:pointer;
	background: transparent url(../Images/click_here_stamp.png) bottom left no-repeat;
	_background: transparent url(../Images/click_here_stamp.png) bottom left no-repeat;
}
#header
{
	width:800px;
	height:195px;
	margin: 0 auto;
	background: url(../Images/Header.jpg) 0 0 no-repeat;
	_background: url(../Images/Header.jpg) 0 0 no-repeat;
	color:White;
	font-size:36px;
	line-height:48px;
	vertical-align:middle;
	font-family: Verdana, Arial, Calibri;
}
#navigation
{
	width:800px;
	height:38px;
	margin: 0 auto;
	background: url(../Images/NavigationBackground.png) 0 0 repeat-x;
	_background: url(../Images/NavigationBackground.png) 0 0 repeat-x;
}
#navigation a, a:visited, a:link, a:active
{
	text-decoration:none;
	color:White;
}
#navigation a:hover
{
	cursor:pointer;
	text-decoration:none;
	color:White;
}
.navSection
{
	width:131px;
	height:38px;
	float:left;
	line-height:38px;
	color:White;
	font-size:13px;
}
.navSeparator
{
	width:2px;
	height:38px;
	float:left;
	background: url(../Images/NavigationSeparator.gif) 0 0 repeat-x;
	_background: url(../Images/NavigationSeparator.gif) 0 0 repeat-x;
}
#content
{
	margin: 0 auto;
	width:800px;
	height:500px;
	background:  url(../Images/BeachPier.jpg) 0 0 repeat-x;
	_background: url(../Images/BeachPier.jpg) 0 0 repeat-x;
}
.FormRow
{
	width:400px;
	height:30px;
}
.FormBigRow
{
	width:400px;
	height:200px;
}
.FormMediumRow
{
	width:400px;
	height:80px;
}
.FormLabel
{
    width:150px;
	float:left;
	color:White;
	text-align:right;
	height:30px;
	line-height:30px;
	font-family: Arial, Verdana, Calibri;
	font-size: 12px;
}
.FormInput
{
    width:250px;
	float:left;
	text-align:left;
	height:30px;
	line-height:30px;
	font-family: Arial, Verdana, Calibri;
	font-size: 12px;
}
.FormLargeInput
{
    width:250px;
	float:left;
	text-align:left;
	height:220px;
	line-height:30px;
}
.FormBigInput
{
    width:250px;
	float:left;
	text-align:left;
	height:100px;
	line-height:30px;
}
.FormBorder
{
    border: 1px solid Black;
}
.FormText
{
	width:500px;
	text-align:left;
	color:White;
	font-size:13px;
	float:left;
}
.FormTextRow
{
	width:80%;
	height:60px;
}
.Errors
{
	text-align:left;
	font-size:13px;
	float:right;
	width:500px;
	padding-left:300px;
	padding-top:10px;
	padding-bottom:10px;
}
.Errors ul
{
	list-style-type:square;
	padding-left:30px;
}
.ContactUsForm
{
	padding-top:10px;
}
.Confirm
{
	padding-top:10px;
	color:White;
	font-family: Arial, Verdana, Calibri;
	font-size:12px;
}
a.links:visited, a.links:link, a.links:active
{
	text-decoration:none;
	color:White;
}
a.links:hover
{
	cursor:pointer;
	text-decoration:underline;
	color:White;
}
/**********************************************/
#slideshow
{
	margin:0 auto;
	width:730px;
	height:500px;
	background:transparent url(../Images/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer
{
  margin:0 auto;
  width:650px;
  height:500px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide
{
  margin:0 auto;
  width:630px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:500px;
}

/** 
 * Slideshow controls style rules.
 */
.control
{
  display:block;
  width:39px;
  height:500px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl
{
  top:0;
  left:0;
  background:transparent url(../Images/control_left.png) no-repeat 0 0;
}
#rightControl
{
  top:0;
  right:0;
  background:transparent url(../Images/control_right.png) no-repeat 0 0;
}
/*
.slide h2, .slide p
{
  margin:15px;
}
.slide h2
{
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide Images
{
  float:right;
  margin:0 15px;
}
*/
.tooltip
{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    border:1px solid #fff;
    width:75px;
}

.tooltip p
{
    margin:0;
    color:#fff;
    background-color:Black;
    font-family:Arial, Verdana, Calibri;
    font-size:12px;
    padding:3px;
}
