@charset "utf-8";
/* CSS Document */

body
{
	background-color: #0c76a8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	text-align: justify;
	height: 100%;
}

#mainbodydiv
{
/*	background-color: #c2d6e6; */
	background-color: #8cb8f5;
	width: 780px;
	border: 10px #000080 solid;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#logobar
{
	background-color: #000080;
	background-image: url(images/logo.gif);
	height: 60px;
	text-align: center;
}

#navbar
{
	background-color: #000080;
	height: 25px;
/*	margin-bottom: 5px; */
	text-align: center;
	padding-top: 5px;
}

#navbarsection
{
	width: 130px;
	float: left;
	text-align: center;
}
#navbar a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover
{
	color: #ff9900;
}

#photostrip
{
	height: 96px;
	text-align: center;
	background-color: #000080;
/*	background-image: url(../images/photostrip.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 5px #000080 solid;
}

#photostripsection
{
	width: 130px;
	float: left;
}

#photostripsection a
{
	font-weight: bold;
	color: #fff;
}

#photostripsection a:hover
{
	color: #ff9900;
}

#content
{
	width: 780px;
/*	margin-top: 10px; */
	height: auto;
}

#content a
{
	font-weight: bold;
	color: #000080;
}

#content a:hover
{
	color: #ff6600;
}

#content_left
{
/*	margin-bottom: 10px; */
	width: 460px;
	height: 100%;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-right: 2px #000080 solid;
	background-color: #fff;
	float: left;
}

#content_right
{
	width: 260px;
	height: 100%;
	padding: 10px;
	float: left;
}

#gallerythumbs
{
	width: 120px;
	padding: 5px;
	float: left;
}

#galleryimages
{
	display: block;
	margin: 25px 0px 25px auto;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: #ff9400;
}
	

#boldtext
{
	font-weight: bold;
}

#contactinfo
{
	text-align: center;
}


#contentborder
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FCA349;
}

#footer
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #ff9400;
	border-left: 10px #000080 solid;
	border-bottom: 10px #000080 solid;
	border-right: 10px #000080 solid;
}

#footer a
{
	font-weight: bold;
	color: #000080;
}

#footer a:hover
{
	color: #fff;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	text-align: center;
}

#headerdiv
{
	height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

#ratecomment
{
	text-align:center;
	font-weight: bold;
}
	
#ratetable
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	border: 0;
	text-align: left;
	table-layout: fixed;
	overflow: hidden;
	
}

#ratetable caption
{
	font-weight: bold;
}

#ratetable th
{
	width: 130px;
}

table
{
	table-layout: fixed;
}

img
{
	border: 0px;
}

#contactformfield
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#termstext
{
	font-size: 12px;
	font-style: normal;
}

#termstextside
{
	font-size: 12px;
	font-style: normal;
}

#whitetext
{
	color: #fff;
}

#pcentered
{
	text-align: center;
	font-size: 14px;
}

#guestframe
{
	border: 0;
	width: 470px;
	height: 1000px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: none;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */