@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-color:#659CC2;
	background-image: url(/images/bg-scale.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:black;
	}

h1 {
	background-repeat: no-repeat;
	width: 500px;
	height: 50px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
}

.clear {
	clear:both;
	}
	
.borderless {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	padding:1px;
	border:1px solid #999690;
	}

.header {
	color:#20395A;
	font-size:16px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a:link, a:visited {
	text-decoration:none; 
	color: #39507E;
	}
a:hover {
	text-decoration: underline;
	color: #39507E;
	}

.formbutton-on-dark {
	background-color: #517CC1;
	font-size:10px;
	font-weight:bold;
	color: white;
	border: 2px solid white;
	padding: 3px;
	position:relative;
	bottom:2px;
	}
	
.formbutton-reserve {
	background-color: #22314E;
	font-size:10px;
	font-weight:bold;
	color: white;
	border: 0px;
	padding: 3px;
	}

/*------------------------------------
DIVS AND LAYOUT
------------------------------------*/

.wrapper {
	width:895px;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	}

.subnav {
	text-align:right;
	color:white;
	font-size:10px;
	padding:10px 0 10px 0;
	}
.subnav a:link, .subnav a:visited {
	text-decoration:none; 
	color: white;
	}
.subnav a:hover {
	text-decoration: underline;
	color: white;
	}
	
.container {
	width:895px;
	background-image: url(/images/bg-white-ragged.png);
	background-repeat:repeat-y;
	background-position: top left;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	position:relative;
	}

.content {
	width:850px;
	margin:auto; 
	padding:0px;
	}

.footer {
	width:895px;
	color:white;
	margin:0; 
	padding:0;
	text-align:center;
	}
.footer a:link, .footer a:visited {
	text-decoration:none; 
	font-weight:bold;
	color: gold;
	}
.footer a:hover {
	text-decoration:underline;
	color: yellow;
	}


/*------------------------------------
NAV
------------------------------------*/

.mainnav {
	height:35px;
	background-image: url(/images/bg-mainnav.gif);
	background-repeat:repeat-x;
	background-position: top left;
	margin:0px; 
	padding:0px;
	text-align:left;
	}
	
	
/*------------------------------------
HOME PAGE
------------------------------------*/
	

.home-row-01 {
	background-image: url(/images/bg-dotted-border.gif);
	background-position: bottom right;
	border:0;
	padding:7px;
	margin:0;
	text-align:left;
	width:230px;
	}

.home-row-02 {
	background-image: url(/images/bg-dotted-border.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border:0;
	padding:7px;
	margin:0;
	text-align:left;
	width:230px;
	}	


/*------------------------------------
GALLERY PAGE
------------------------------------*/
	
.gallery-box {
	width:150px;
	padding:5px;
	float:left;
	text-align:center;
	}
	
	