.clear_div {
	clear: both;
}

div.bordered {
	border: 1px solid;
}

.center_text {
  text-align: center;
}
body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(body_bg.png) repeat-x;
}
*{outline: none;}
img {border: 0;}

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

div.container {
	margin-left: 70px;
}

#header {
	width: 100%;
  height: 289px;
	float: left;
  margin-top: 0px;
  margin-bottom: -44px;
	background: url(sailingteam.png) no-repeat;
  /*background-color: #050c73;*/
  background-color: #023a78;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.15em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
  background-position: left bottom;
}

ul#topnav a.home {
	background: url(home.png) no-repeat;
	width: 78px; 
}

ul#topnav a.products {
	background: url(products.png) no-repeat;
	width: 117px; 
}

ul#topnav a.support {
	background: url(support.png) no-repeat;
	width: 117px; 
}

ul#topnav a.training {
	background: url(training.png) no-repeat;
	width: 124px; 
}

ul#topnav a.services {
	background: url(services.png) no-repeat;
	width: 124px; 
}

ul#topnav a.about {
	background: url(about.png) no-repeat;
	width: 124px; 
}

ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	/* background: #3ad3df url(sub_bg.png) repeat-x;*/
	background-color: #70F7FE;
	padding: 10px 5px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}

ul#topnav li .row {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #023a78;
	font-size: 1.05em;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.25em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #023A78;
}

ul#topnav .sub ul li a {
	font-size: 1.05em;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #023a78;
}

ul#topnav .sub ul li a:hover {
	font-size: 1.15em;
  color: #3399cc;
  background-position: 5px 12px ;
}

div.home_container {
  width: 100%;
  height: 600px;
}

div.left  {
  padding-left: 25px;
  width: 25%;
  float: left;
}

div.right {
  padding: 15px 5px 0px 0px;
  width: 20%;
  float: left;
}

div.center {
  width: 50%;
  height: 100%;
  float: left;
  /* background-color: #bbeeff; */
  background-color: #dddddd;
}

table.calc_table td {
  text-align: left;
  font-size: 110%;
}

.cruiser {
  padding-top: 45px;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.calc_table td {
  text-align: left;
  font-size: 80%;
  color: #333333;
}

td.calc_input {
  text-align: left;
  background-color: #dddddd;
}

td.totals, td.costs {
  color: #050c73;
}

td.grand_totals, td.first_five {
  color: red;
}

