/* CSS Document */

Body {
	border-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg-top.jpg) repeat-x top center;
	background-color:#14599f;
}

/* Container */


	
	#logo img, #logo2 img { float:left;}

.container {
	width:850px;
	background-color:#EBEBEB;
	border:solid 3px #000066;
	-moz-box-shadow: 0px 5px 40px #000;
	-webkit-box-shadow: 0px 5px 40px #000;
	margin:0 auto;
}

#beauty {
	width:850px;
	height:250px;
	position:relative;
	top:0;}

#logo {
	width:363px;
	height:124px;
	position:absolute;
	top:10px;
	left:15px;
	z-index:1000;
	float:right;
	}
	
	#logo2 {
	position:absolute;
	bottom:0px;
	right:15px;
	z-index:1000;
	float:left;
	}
	
	#logo2 h2 {color:#fff;}
	

/* Navbar */

#navbar {
	background-color:#FFFFFF;
	border:#00185c;
	border-left:none;
	border-right:none;
	height:22px;
	text-align:center;
	padding-top:3px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-width:5px;
	border-bottom-width:5px;
	
}

#navbar a {
	color:#0b0e4a;
	text-decoration:none;
	float:none;
	font-weight:bolder;
	font-size:15px;
}

#navbar a:hover {
	text-decoration:underline;
	
}

.active {
	font-style:italic;
	}
	
/* Content */

#content {
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;

}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000066;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#calltoaction {
	font-family:"CaflischScript Regular";
	color:#990000;
	font-size:27px;
}

#bold {
	color:#000099;
	font-weight:bold;
}

#camera {
	padding-left:7px;}
span.fish { background: url(images/camera.png) center right no-repeat; width:130px;}
span.fish a { text-decoration:none; margin-right:24px;}

/* Bottom Half */

#footer{
	margin:0 auto;
	
}

h3 {
	font-size:28px;
	color:#272e7c;
	margin:0 auto;
	font:"Times New Roman", Times, serif;
}

.copyright {
	font-size:9px;
	color:#272e7c;
}
/* News Request */

#news_request{
	width: 500px;
	margin:0 auto;
	}
	
.text {
	color:#000000;
	font-weight:bold;
	font-family:"Calisto MT";
}

#reserve {
	position:relative;
	left:280px;
	top:610px;
}

th {
	color:#000099;
	font-weight:bold;
	text-align:left;
}

.odd {
	background-color:#7BA0F9}
	
	.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
