@charset "utf-8";
/* General CSS Rules */

* { 
	padding:0;
	margin:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background:url(/images/sand_bg.png);
}

#wrapper {
	margin-left: 10px;
	margin-bottom:10px;
}

a {
	text-decoration: none;
	color:#0055bb;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

.error {
	color:#F00;
}

.preload {
	display:none;
}
/* -------------------- Header rules. Applies to Div ID Header --------------- */

#header {
	height: 130px;
	width: 850px;
	background:url(/images/headerbg2.png) no-repeat top left;
	margin-left:75px;
}

#mainlogo {
	height:111px;
	width:400px;
	margin-left:32px;
	background:none;
	float:left;
	margin-top:10px;
}

#mainlogo img {
	border:none;
}

#slogan {
	height:100px;
	width:206px;
	margin-top: 15px;
	float:left;
	margin-left:100px;
}

#image {
	height:100px;
	width:150px;
	float:left;
	margin-left:10px;
}
/* ---------------------------- End header rules -----------------------------
   ---------------------- Main rules. Applies to Div ID Main ----------------- */
#main {
	width:1000px;
	position:relative;
}

#main_rounded_top {
	width:1000px;
	height:19px;
	background:url(/images/main_rounded_top.png) no-repeat top left;
	float:left;
}

#main_rounded_middle {
	width:960px;
	padding-left:20px;
	padding-right:20px;
	background:url(/images/main_rounded_middle.png) repeat-y top left;
	float:left;
}

#main_rounded_bottom {
	width:1000px;
	background:url(/images/main_rounded_bottom.png) no-repeat top left;
	padding-top: 25px;
	padding-bottom:10px;
	float:left;
}
   
/* ------------------------------ End main rules -----------------------------
   ----------------- Navbar rules. Applies to Div ID Navbar ------------------ */
#navbar {
	position: relative;
	height:50px;
	width:957px;
	float:left;
}

#nav_left_farleft {
	float:left;
	height:50px;
	padding-right:22px;
	background:url(/images/nav_left_farleft.png) top left;
}

#links {
	float: left;
	height: 50px;
	background:url(/images/nav_middle.png) repeat-x;
}

#links div {
	float:left;
	padding:0;
	margin:0;
	height:50px;
	margin-right:3px;
	margin-left:5px;
}

#nav_right_farright {
	float:left;
	height:50px;
	padding-left:17px;
	background:url(/images/nav_right_farright.png) top right;
}

#links a {
	float:left;
	height:50px;
	font-weight:bold;
	text-decoration:none;
	color: #000;
	padding-right: 14px;
	padding-left:7px;
	margin-right:5px;
	margin-left:5px;
	cursor:pointer;
	
}

#links span {
	padding-right: 23px;
	padding-left:13px;
	float:left;
	padding-top:15px;
	height:35px;
}

#links div a:hover {
	background:url(/images/nav_left_tab.png) no-repeat top left;
	color: #fff;
}

#links div a:hover span {
	background:url(/images/nav_right_tab.png) top right;
}

/* ------------------------- end upper navbar rules -----------------------
   ------------------ General Navbar 2 rules. Lower navbar ---------------- */
   
.lowernav {
	width:250px;
	margin-top: 20px;
	float:left;
}

#lowernav_top {
	width:250px;
	height: 50px;
	padding-top:20px;
	padding-left:0px;
	background:url(/images/lowernav_top.png) no-repeat top left;
	text-align:center;
}

#lowernav_top p {
	font-size:20px;
	color: #fff;
	font-weight:bold;
}

#lowernav_middle {
	width:200px;
	min-height:400px;
	background:url(/images/lowernav_middle.png) repeat-y top left;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:16px;
	float:left;
}

#lowernav_bottom {
	width:225px;
	height:50px;
	padding-left:25px;
	margin-top:-16px;
	background:url(/images/lowernav_bottom.png) bottom left no-repeat;
	float:left;
}

#loading {
	margin-left:80px;
}


/* -------------------------- End navbar 2 rules --------------------------
   -------------------------- Content rules ------------------------------- */

#content {
	width:960px;
	position: relative;
	float:left;
}

#pagecontent {
	width:690px;
	padding-left:10px;
	padding-top:5px;
	margin-top:20px;
	float:left;
	min-height:513px;
	background:url(/images/boat.jpeg) no-repeat top left;
}
/* -------------------------- End content rules ---------------------------
   -------------------------- Footer rules. ------------------------------- */
#main_rounded_bottom {
	clear:both;
}

#main_rounded_bottom ul {
	margin-bottom:15px;
	margin-top:10px;
	width:1000px;
	text-align:center;
	font-size:12px;
}

#main_rounded_bottom li {
	display:inline;
	margin-right:25px;
	padding-right:25px;
	border-right:1px #000 solid;
}

#main_rounded_bottom li.farright {
	border:none;
	margin-right:0;
	padding-right:0;
}

#main_rounded_bottom a {
	color: #222;
}

#main_rounded_bottom a:hover {
	text-decoration:underline;
}

#main_rounded_bottom p {
	font-size: 12px;
	color: #222;
	text-align:center;
}
