body { background-color: #509cd1; background-image: url(../background.jpg); margin: 0 auto; padding: 0; text-align: center; }

#main { background-color: transparent; text-align: center; width: 908px; clear: both; margin: 0 auto; padding-top: 5px; padding-bottom: 0; }
#maincontent { background-color: transparent; background-image: url(../images/linenbackground.jpg); background-repeat: repeat-y; background-position: center top; width: 875px; margin-top: -12px; margin-right: auto; margin-left: 40px; padding: 0; }
#container { margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; padding: 0; /* this overrides the text-align: center on the body element. */
}

/* Header */
#header { color: #fff; width: 908px; height: 33px; margin: 0 auto 0 0; padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
} 

/* Top Navigation */
#header #nav { color: #036; float: right; font-size: 15px; background-color: #d4ceac; text-align: left; width: 650px;  }

#header #nav a { color: #036; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #d4ceac; display: inline; text-decoration: none; background-image: url(../images/navdivider.gif); background-repeat: no-repeat; background-position: left center; }

#header #nav a#first  { color: #036; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #d4ceac; background-image: none; display: inline; text-decoration: none; }

#header #nav a:hover { color: #d4ceac; background-color: #036; }
#header #nav a#first:hover { color: #d4ceac; background-color: #036;  }
/* Flash animation */
#flash { color: #fff; background-color: white; background-image: url(../images/flashbackground.jpg); background-repeat: repeat-y; background-position: center 0; width: 906px; height: 365px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* Main text area with left column  */
/* PTD removed float: left; clear: both; */
#sidebar { float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0 15px 0; }
	
#sidebar #offers { background-image: url(../images/sidebarbackground.jpg); background-repeat: repeat-y; background-position: left center; width: 220px; float: left; margin: 8px 0 0 8px; padding: 5px; text-align: center }

#sidebar #offers .offersdivider { width: 200px; float: left; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dashed #33705e; }

#sidebar #offers h2 { font-family: Georgia, Times, serif; font-weight: normal; color: #066; text-align: center; font-size: 18px }
#sidebar #offers h3 { font-family: Georgia, Times, serif; font-weight: normal; color: #036; text-align: center; font-size: 16px }

#sidebar #commentform {
	background-image: url(../images/sidebarbackground.jpg); 
	background-repeat: repeat-y; 
	background-position: left center; 
	width: 220px; 
	float: left; 
	margin: 8px 0 0 8px; 
	padding: 5px; 
	font-family: Georgia, Times, serif; 
	text-align: center;
}

#sidebar #commentform h2 {
	font-weight: normal; 
	color: #066; 
	font-size: 18px;
	text-align:center;
}

#sidebar #commentform h3 {
	font-weight: normal; 
	color: #036; 
	font-size: 16px;
}

#sidebar #commentform form {
	border-top: 1px dashed #33705e;
	border-bottom: 1px dashed #33705e;
}

#sidebar #commentform label {
	font-weight: normal;
	color: #036;
	text-align: left;
}

#sidebar #commentform label, #sidebar #commentform p, #sidebar #commentform input {
font-size:12px;
}

#mainContentSub { /* PTD removed 375px left margin */
    background-color:white;
	text-align: left; margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    /* PTD added clear:none; */
	float: left; clear:none; width: 625px; padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
}
#mainContentSub2 { /* PTD removed 375px left margin */
	background-image: url(../images/vidivider.jpg); background-repeat: repeat-y; background-position: left 0; text-align: left; margin:0 20px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    /* PTD added clear:none; */
	float: left; clear:none; padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
}

#email { height: 26px; float: right; margin-top: 40px; margin-right: 20%; padding: 5px;  background-color: #d4ceac; }
/* End Email Signup */
/* Form */
input, textarea
{ background: white; border: 1px solid black;
 }
form {
background: transparent; 
}
form td {
color: #000; 
font-size: 0.8em; 
font-family: Georgia, "Times New Roman", Times, serif; 
}
form label.required { font-weight:bold; }

.submit input
{ color: #000; background: #036; }
/* End Form */
/* Text Formatting */
h1 { color: #003366; font-size: 18px; font-weight: normal; margin: 0 }
h2 { color: #33705e; font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; text-align: left; margin: 0; }
h3 { color: #036; font-size: 0.8em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-align: left; margin: 1em 0; }
p, li, td, th { color: #000; font-size: 0.8em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 130%; text-align: left; }
ul { text-align: left; list-style-type: disc; margin: 1em 0 1em 20px; }
ul ul { text-align: left; list-style-type: circle; margin: 0 0 0 10px;}
ul ul li {font-size:inherit;}
.harb {color: #066}
/* End Text formatting */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#address { color: #2aa8e5; font-size: 0.8em; }
a:link { color: #036; text-decoration: none; }
a:visited { color: #58595b; text-decoration: none; }
a:hover { color: #066; text-decoration: underline; }
a:active { color: #066; text-decoration: underline; position: relative; top: 1px; }
#line { width: 315px; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #036; }
#booknow { float: right; margin: 5px 0 10px 0; padding: 10px 15px; }
a.window:link, a.window:visited { color: white; text-decoration: none; font-size: 10px; text-align: center; }
a.window:hover, a.white:active {color: #2aa8e5; text-decoration: none; font-size: 10px; text-align: center}
/* sifr */
.title
			{
				color: #003366;
				font-size:20px;
				font-family: Georgia, Times, serif;
			}
			
			.sIFR-active h1
			{ color: #036; font-size: 20px; visibility: hidden; font-family: Georgia, Times, serif; background-color: transparent; text-align: left; }
			.sIFR-active #sidebar #offers h2 { font-family: Georgia, Times, serif; font-weight: normal; color: #036; text-align: center; font-size: 18px }
			#header #mainnav
			{ color: #003366; float: right; background-color: transparent; text-align: left; width: 700px; margin: 0; padding: 0; display: inline; }
			#header #mainnav a
			{ background-color: transparent; display: inline; margin: 0; padding: 0 0 0 15px; }
			
			#header #mainnav a#first  { background-color: #d4ceac; background-image: none; text-decoration: none; padding: 0; }
.sIFR-active2 .main
			{ visibility: hidden; font-family: Georgia, Times, serif; }
/* Navigation below flash animation and below main nav on subpages*/
#subnav { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #fdfbe7; background-color: transparent; background-image: url(../images/subnavbackground.jpg); background-repeat: no-repeat; background-position: left top; width: 908px; height: 43px; margin: 0 0 0 20px; padding: 15px 5px 0; }
#subnav a { color: #fff; background-image: url(../images/snavdivider.jpg); background-repeat: no-repeat; background-position: left center; text-decoration: none; text-align: center; float: right; margin-top: -4px; padding: 5px 5px 4px 20px; }
#subnav a#last { color: #fff; background-image: url(../images/snavdivider.jpg); background-repeat: no-repeat; background-position: left center; text-decoration: none; text-align: center; float: right; margin-right: 20px; padding: 5px 10px 4px 20px; }
#subnav a:hover { color: #d4ceac; background-color: #036; background-image: url(../images/snavdivideron.jpg); background-repeat: no-repeat; background-position: left center; padding-top: 5px; }
#subnav a#last:hover { color: #d4ceac; background-color: #036; background-image: url(../images/snavdivideron.jpg); background-repeat: no-repeat; background-position: left center; padding-top: 5px; }
#subnav a:active { position: relative; top: 1px; }
#subnav a#first:hover { color: #d4ceac; background-color: #036; padding: 4px 2px 4px 4px; background-image: url(../images/snavdivideron.jpg); background-repeat: no-repeat; background-position: left center;  }

			/* End subnav */
			
			/* Navigation on left on category pages */
#categorynav { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; color: #036; background-color: transparent; margin-right: 10px; text-align: right; padding: 3px 5px 5px;  }
#categorynav a { color: #036; padding: 5px; text-align: right; float: right; display: block; border-bottom: 1px dashed #33705e; width: 217px; float: left }
#categorynav a:hover { color: #d4ceac; background-color: #036; }
#categorynav a:active { position: relative; top: 1px; }
#categorynav a#first:hover { color: #036; background-color: #fff; padding: 4px 2px 4px 4px;   }
.sIFR-active4 .sub
			{ color: #036; font-size: 15px; visibility: hidden; font-family: Georgia, Times, serif; font-weight: bold; font-style: italic; }
#logo { height: 96px; float: left; margin-top: 0; margin-bottom: 0; margin-left: 10%; padding-top: 0; }	
.more { margin: 0 auto; text-align: center; }	
.divline {
border-bottom: 1px solid #036; margin:5px 0px; padding: 0; width: 100%;
}
.phone { font-weight: normal; font-size: 14px; color: #003366}	
#phoneleft {
text-align: right;
font-family: Trebuchet, Tahoma, Geneva, sans-serif;
width: 200px;
float: right;
padding-right: 20px;
}
#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}
#footer {color:#fff; background: url(../images/footer.jpg) no-repeat right 0; padding:0; width:875px; height:129px; margin:0 auto; margin-top:10px;}
#footer p { text-align: left; color: #036; font-size: 10px; margin: 0 0 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 60px 10px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a { text-decoration: none; color: #036; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#footer #copyright { color: #9cc3e4; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0 0 0 20px; }
#copyright {color:#666666; font-size: 10px;text-align: left;padding: 20px;margin: 0 auto;}

.fm {display:none;}
