@charset "utf-8";
/* CSS Document */

/*========================================
-------- Global
========================================*/
*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}
img {
	border: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	background-image: url(/images/background/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}

/*========================================
-------- Additional Styles
========================================*/
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textAlignRight {
	text-align: right;
}

img.imgLeft {
	float: left;
	margin-right: 10px;
}
img.imgRight {
	float: right;
	margin-left: 10px;
}
.pdfLink {
	background-image: url(/images/nav_down_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 23px;
	padding-top: 6px;
}
.downloadLinks {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.downloadLinks li {
	background-image: url(/images/pdfBG.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right 6px;
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}


ul {
	padding: 0;
	margin: 0 0 0 30px;
}
ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 12px;
	color: #738287;
	line-height: 1.6em;
}
ul.list {
	width: 180px;
	float: left;
}

/*========================================
-------- Header
========================================*/
#header {
	height: 142px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-top: 145px;
	padding-bottom: 17px;
	position: relative;
}
#header h1#logo {
	position: absolute;
	top: 20px;
	left: 59px;
}

#globalNav {
	background-image: url(/images/buttons/bg-globalNav.gif);
	background-position: left;
	height: 32px;
	font-size: 13px;
	position: absolute;
	top: 112px;
	right: 3px;
	/* IE6 FIXES */
	_top: 111px;
	...
}
#globalNav ul {
	margin: 0 !important;
}
#globalNav ul li {
	float: left;
	list-style-type: none;
	padding: 6px 0px 5px 0px;
	margin: 0px;
}
#globalNav ul li.btn6 {
	background-image: url(/images/buttons/bg-globalNavLast.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#globalNav ul li a {
	color: #4F606A;
	display: block;
	height: 20px;
	text-align: center;
	padding-top: 3px;
	border-left: solid 1px #DCE0DF;
	border-right: solid 1px #B5BDC0;
	text-shadow: 0px 1px #FFF;
}
#globalNav ul li.btn1 a {
	border-left: none;
	width: 108px;
}
#globalNav ul li.btn2 a {
	width: 95px;
}
#globalNav ul li.btn3 a {
	width: 125px;
}
#globalNav ul li.btn4 a {
	width: 111px;
}
#globalNav ul li.btn5 a {
	width: 116px;
}
#globalNav ul li.btn6 a {
	border-right: none;
	width: 121px;
}
#globalNav ul li a:hover {
	text-decoration: none;
	color: #929799;
	text-shadow: 0px 0px #929799;
}

element.style {
	visibility: hidden;
}
#globalNav ul ul {
	background-image: url(/images/buttons/bg-dropdown.png);
	position: absolute;
	visibility: hidden;
	padding: 5px 0px;
	/* IE6 FIXES */
	_top: 34px !important;
	...
}
#globalNav ul ul#drop1 {
	left: 110px;
	top: 33px;
	width: 180px;
	padding: 5px 0px;
}
#globalNav ul ul#drop2 {
	left: 207px;
	top: 33px;
	width: 180px;
	padding: 5px 0px;
}
#globalNav ul ul#drop3 {
	left: 334px;
	top: 33px;
	width: 180px;
	padding: 5px 0px;
}
#globalNav ul ul#drop4 {
	left: 565px;
	top: 33px;
	width: 121px;
	padding: 5px 0px;
}
#globalNav ul ul li {
	float: none;
}
#globalNav ul ul li a {
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 15px;
	border-left: none;
	border-right: none;
	text-shadow: 0px 0px #FFF;
	color: #AFB5B9;
	font-size: 12px;
	white-space: nowrap;
	height: 1%;
}
#globalNav ul ul li a:hover {
	color: #FFFFFF;
}

#header .container_12 {
	background-repeat: no-repeat;
	height: 181px;
	width: 960px;
}
#header .home {
	background-image: url(/images/header/header01.jpg);
}
#header .marine {
	background-image: url(/images/header/header02.jpg);
}
#header .commercial {
	background-image: url(/images/header/header03.jpg);
}
#header .schemes {
	background-image: url(/images/header/header04.jpg);
}
#header .downloads {
	background-image: url(/images/header/header05.jpg);
}
#header .contact {
	background-image: url(/images/header/header06.jpg);
}

/*========================================
-------- Content
========================================*/
#content {
	background-image: url(/images/background/bg-content.gif);
	background-repeat: repeat-y;
	margin-top: 60px;
	float: left;
}
#content .grid_8 {
	padding-bottom: 20px;
	padding-right: 170px;
	width: 450px !important;
}
.map {
	text-align: center;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.map iframe {
	margin-bottom: 4px;
}

/*========================================
-------- Left hand Navigation
========================================*/
.leftNavTop {
	margin-top: -20px;
	/* IE6 FIXES */
	_margin-top: -59px;
	_margin-left: 4px;
	...
}
.leftNav {
	background-color: #B9B9C9;
	background-image: url(/images/leftNav/bg-leftnav.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	margin-left: -6px;
	width: 267px;
	min-height: 103px;
	/* IE6 FIXES */
	_height: 103px;
	...
}
.leftNav a {
	font-size: 11px;
	color: #FFF;
	display: block;
	padding-left: 76px;
	padding-right: 20px;
	padding-top: 10px;
	width: 171px;
	min-height: 93px;
	/* IE6 FIXES */
	_height: 93px;
	...
}
.leftNav a:hover {
	text-decoration: none;
}
.leftNav a.marine {
	background-image: url(/images/leftNav/leftNav-marine.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
}
.leftNav a.commercial {
	background-image: url(/images/leftNav/leftNav-commercial.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
}
.leftNav a.marine:hover, .leftNav a.commercial:hover {
	color: #626072;
}
.leftNav strong {
	font-size: 14px;
	color: #626072;
	line-height: 22px;
}

/*========================================
-------- No Script Navigation
========================================*/
.NoScriptNav {
	background-color: #f6f6f6;
	position: absolute;
	top: 317px;
	left: 4px;
	text-align: center;
	width: 953px;
	font-size: 12px;
	color: #B4B8BB;
	padding: 4px 0;
}
.NoScriptNav a {
	padding: 0px 8px;
	color: #4F606A;
	text-decoration: none;
}
.NoScriptNav a:hover {
	color: #929799;
	text-decoration: none;
}

/*========================================
-------- Footer
========================================*/
#footer {
	text-align: center;
	background-image: url(/images/footer/bg-footer.gif);
	background-position: left 59px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 960px;
}
.copyright {
	font-size: 11px;
	color: #B4B8BB;
	padding: 9px 0px 4px;
}
#footerNav {
	font-size: 12px;
	color: #B4B8BB;
	padding-bottom: 15px;
}
#footerNav a {
	padding: 0px 8px;
	color: #B4B8BB;
	text-decoration: none;
}
#footerNav a:hover {
	color: #4F606A;
	text-decoration: none;
}
