/* CSS Document */

body {
	background-color: #414243;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
#container {
	width:926px;
	margin:0;
	padding:0;
	padding-left:34px;
	padding-right:34px;
	margin:auto;
	background-image: url(../images/bg_container.gif);
	background-position: left top;
}

#topLeft {
	
	width: 218px;
	margin:0px;
	padding: 0;
	float:left;
	background-image: url(../images/topbgleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

#topLeft p {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left: 25px;

	
}

#topRight {
	width: 708px;
	margin:0;
	padding: 0;
	float:left;
	background-image: url(../images/topbgright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}

.navigation {
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.navigation p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin:0px;
	padding:0px;
}

.navigation a {text-decoration:none; color: #666666;}
.navigation a:hover {text-decoration:underline; color: #666666;}


/* DROP DOWN NAVIGATION */

#dropdownNavigation {
	position:relative;
}
.dropDownDiv {
	position:absolute;
	top:0px;
	background-color:#000;
	z-index:10;
	font:11px arial;
}

.dropDownDiv p {
	border-bottom: 1px solid #fff;
	padding:5px;
}

.dropDownDiv a {
	display:inline;
	text-decoration:none;
	padding:5px;
	color:#fff;
}

.dropDownDiv a:hover {
	text-decoration:none;
	color:#fff;
}

#ddl_weather { left:260px;}
#ddl_news { left:320px;}
#ddl_information {	left:370px;}

/* CLOSE DROP DOWN NAVIGATION */

#strapLine {
	width: 926px;
	margin:0;
	padding: 0;
	background-color: #fff;
	
}
#mainContainer {
	width: 926px;
	margin:0px;
	margin-bottom:0px;
	padding: 0;
	background-image: url(../images/rightBoat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
}

#mainLeft {
	width: 578px;
	margin-top: 0px;
	padding-left:35px;
	padding-right:45px;
	padding-top:5px;
	float:left;
	font: 12px arial;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
}

#mainLeft h1 {
	font: normal 16px arial;
	margin-top:0px;	
}

#mainLeft ul {
	list-style-image: url(../images/red_square.gif);

}

#mainLeft li {

}

#mainRight {
	width:248px;
	margin-top:0px;
	padding-top:5px;
	padding-left: 20px;
	float:left;
	font: 12px arial;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#mainRight .news {
	font: 11px arial;
	padding-left: 10px;
	margin-top:1px;
}

#mainRight .news a {text-decoration:none; color: #666666;}
#mainRight .news a:hover {text-decoration:underline; color: #666666;}

#footer {
	width:994px;
	margin:0;
	padding: 0;
	margin:auto;
	height:177px;
	background-image: url(../images/footer1.gif);
}
