@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000033;
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 960px;
	background-color: #000033;
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}

#wrapper {
	border-left: 3px solid #800000;
	border-right: 3px solid #800000;
}

#banner {
	width: 960px;
	margin: 0;
}

a {
	text-decoration: none;
	color: #244DB7;
}

a:hover {
	text-decoration: underline;
	text-align: center;
}

h1 {
	position: absolute;
	top: -12px;
	left: 35px;
	text-indent: -9999px;
	background: url(../Images/Images/Sailaway_web.png) top left no-repeat;
	width: 300px;
	height: 90px;
}

#nav {
	float: left;
	width: 960px;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 0 0 0 0px;
	list-style: none;
	background: #000033;
	border-bottom: 2px solid #666;
}

#nav li {
	float: right;
	margin: 0;
	padding: 0;
}
	
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #666;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	border-color: #727377;
	background-color: #000033;
	background-repeat: repeat-x;
	background-position: left top;
}

#footer {
	text-align: center;
	color: #666;
	border-top: 2px solid #666;
	padding-top: 5px;
	font-size: .9em;
}

#footer a {
	text-decoration: none;	
	color: #666;
}

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

body#home #t-home a, body#portfolio #t-portfolio a, body#history #t-history a, body#services #t-services a, body#proofs #t-proofs a, body#contact #t-contact a {
	color: #FFF;
	border-color: #727377;
	background-color: #000033;
	background-repeat: repeat-x;
	background-position: left top;
}

#center {
	width: 611px;
	float: left;
}

#left {
	width: 290px;
	float: right;
}

#mainContent {
	color: #000;
	background-color: #000033;
	padding-left: 10px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sidebar {
	background: url(../Images/sbhead.gif) no-repeat top left;
	width: 290px;
	color: #000033;
	padding-top: 30px;
	float: left;
}

.sidebar p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-left: 45px;
	padding-right: 30px;
	padding-bottom: 10px;
	background: url(../Images/sbmain.gif) repeat-y top left;	
}

.sidebar h2 {
	color: #666;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../Images/sbmain.gif) repeat-y top left;	
}

.sidebar a {
	color: #360;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;		
}

.sidebar1 {
	background: url(../Images/sbhead.gif) no-repeat top left;
	width: 290px;
	color: #000033;
	padding-top: 30px;
	float: left;
}

.sidebar1 p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background: url(../Images/sbmain.gif) repeat-y top left;	
}

.sidebar1 h2 {
	color: #666;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(../Images/sbmain.gif) repeat-y top left;	
}

.barbody {
	background: url(../Images/sbfooter.gif) no-repeat bottom left;
	padding-bottom: 23px;
}

.flashBorder {
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
