@charset "utf-8";
/* CSS Document */
body  {
	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: #333333;
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background: #e9e5e4 url(../assets/bg.jpg) repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
a:active, a:current, a:link, a:visited, .plain:active, .plain:current, .plain:link, .plain:visited, .twoColFixLtHdr #mainContent a:active, .twoColFixLtHdr #mainContent a:current, .twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited {
color: #004890;
text-decoration: none;
}
a:hover, .plain:hover, .twoColFixLtHdr #mainContent a:hover {
color: #000;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-left: 157px;
} 
#sidebar1 {
padding: 0;
background: #004890;
width: 200px;
min-height: 500px;
}
#sidebar1 ul {
padding: 0;
margin: 0;
}
#sidebar1 ul li {
list-style: none;
}
#sidebar1 ul li a { 
background: url(../assets/menubghover.jpg) repeat-x;
height: 23px;
display: block;
border-bottom: 1px solid #004890;
padding: 0px 15px;
text-decoration: none;
color: #fff;
font-size: 13px;
}
#sidebar1 ul li a:hover { 
background: url(../assets/menubg.jpg) repeat-x;
color: #666;
}
#sidebar1 ul li .current { 
color: #ccc;
}
#sidebar1 .plain {
padding: 20px;
}
#sidebar1 .plain li, #sidebar1 .plain li a {
padding: 0px;
margin-left: 0px;
display: table;
color: #ccc;
background: none;
border: none;
}
#sidebar1 .plain li a:hover {
color: #fff;
background: none;
}
.twoColFixLtHdr #header {
	padding: 0;
	background: url(../assets/masthead.jpg) no-repeat;
	height: 109px;
	width: 1263px;
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #004890;
	font-weight: normal;
	line-height: 1.1em;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	line-height: 1.1em;
}
.twoColFixLtHdr #mainContent p {
	font-weight: normal;
	color: #333;
}
#nav {
float: right;
margin-top: 162px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	background: #FFFFFF url(../assets/acc.jpg) no-repeat bottom right;
	padding-bottom: 123px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#flash {
	background: #7e7f81 url(../assets/strapline.jpg) bottom right no-repeat;
	padding-bottom: 27px;
}

#footer {
	background: #e9e5e4 url(../assets/footer.jpg) top no-repeat;
	width: 1263px;
	height: 500px;
}

#clear {
clear: both;
}

.sailinglevels tr td {
padding: 5px;
}

.withborder {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.withborderlr {
border: 1px solid #ccc;
}
.withborderlrt {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
}

