@charset "utf-8";
/* CSS Document */
/* Remove Margins and Padding from all elements */
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #01141D url(../images/backgrounds/main_bg.jpg) no-repeat center -6px;
}
#Container {
	width: 950px;
	position: relative;
	margin: 0px auto;
}
/* Header */
#Header {
	width: 933px;
	height: 65px;
	margin: 0px 0px 34px 0px;
	padding: 11px 0px 0px 0px;
}
#Header h1 {
	background: url(../images/logos/iec_logo.jpg) no-repeat right top;
	padding: 0px 0px 0px 693px;
}
#Header h1 a {
	display: block;
	width: 252px;
	height: 65px;
}
#Header h1 a span {
	display: none;
}
/* Pnav */
#Pnav {
	width: 450px;
	position: absolute;
	top: 75px;
	right: 0px;
	font-size: 12px;
	text-align: right;
	padding: 12px 20px 0px 0px;
	z-index: 10;
}
#Pnav ul {
	list-style: none;
}
#Pnav ul li {
	/* display: inline;*/ 
	float: left;
	margin: 0px 0px 0px 22px;
}
#Pnav ul li#Home {
	margin: 0px;
}
#Pnav ul li a {
	height: 23px;
	display: block;
	color: #023447;
	text-transform: uppercase;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 0px 0px 0px 0px;
}
#Pnav ul li#Home a {
	width: 37px;
	background-image: url(../images/buttons/home.png);
}
#Pnav ul li#Environmental a {
	width: 106px;
	background-image: url(../images/buttons/enviro.png);
}
#Pnav ul li#Aquaculture a {
	width: 91px;
	background-image: url(../images/buttons/aqua.png);
}
#Pnav ul li#Fisheries a {
	width: 67px;
	background-image: url(../images/buttons/fish.png);
}
#Pnav ul li#Contact a {
	width: 58px;
	background-image: url(../images/buttons/contact.png);
}
#Pnav ul li a:hover {
	border-top: 2px solid #036387;
	margin-top: -2px;
}
#Pnav ul li a span {
	/*display: none;*/
}
/* Content */
#ContentContainer {
	position: relative;
	height: 377px;
	background: url(../images/backgrounds/content_bg.jpg) no-repeat right top;
	margin: 12px 0px 0px 0px;
	padding: 38px 32px 0px 430px;
	z-index: 5;
}
#ContentContainer #Flash {
	position: absolute;
	top: 1px;
	left: 27px;
	width: 447px;
	height: 415px;
	/*background: url(../images/backgrounds/flash.jpg) no-repeat left top;*/
	z-index: 2;
}
#Content {
	position: relative;
	height: 342px;
	color: #271601;
	overflow: auto;
	padding: 0px 10px 5px 0px;
	z-index: 5;
}
#Content h2 {
	height: 28px;
	font-size: 16px;
	background: url(../images/headings/CMRD.jpg) no-repeat left bottom;
	margin: 0px 0px 10px 0px;
}
#Content h2 span {
	display: none;
}
#Content h3 {
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0px 2px 0px;
}
#Content h5.ThankYou {
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 12px;
	color: #014868;
}
#Content h6 {
	color: #352211;
	font-size: 10px;
	margin: 0px 0px 8px 0px;
}
#Content p {
	line-height: 15px;
	margin: 0px 0px 15px 0px;
}
#Content ul {
	margin: 0px 0px 10px 30px;
}
#Content ul li {
	margin: 0px 0px 5px 0px;
}
#Content dl {
	margin: 5px 0px 15px 15px;
}
#Content dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin: 0px 10px 0px 0px;
}
#Content dl dd {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin: 0px 0px 12px 15px;
}
#Content ul.pdf {
	list-style: none;
	margin: 0px 0px 10px 15px;
}
#Content ul.pdf li {
	background: url(../images/common/icon_pdf.jpg) no-repeat left top;
	padding: 4px 0px 8px 35px;
}
#Content blockquote {
	width: 225px;
	font-size: 11px;
	color: #1C292F;
	text-align: center;
	float: right;
	border-top: 3px solid #1C292F;
	border-bottom: 3px solid #1C292F;
	border-left: 3px solid #D1B496;
	border-right: 3px solid #D1B496;
	padding: 10px 15px;
}
#Content img#GetAdobeReader {
	float: right;
	margin: -20px 0px 0px 0px;
}
/* Contact Form */
#Content fieldset#ContactIEC {
	position: relative;
	width: 210px;
	font-size: 10px;
	float: right;
	border-left: 1px solid #B59D82;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 12px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	
	/*Fix IE 6 & 7*/
	]padding: 20px 0px 0px 12px;
}
#Content fieldset#ContactIEC legend {
	position: absolute;
	top: 0px;
	left: 5px;
	color: #271601;
	font-size: 13px;
	font-weight: bold;
}
#Content fieldset#ContactIEC p {
	line-height: normal;
	margin: 5px 0px 7px 0px;
}
#Content fieldset#ContactIEC p span {
	display: block;
	margin: 2px 0px -5px 62px;
}
#Content fieldset#ContactIEC label {
	display: block;
	width: 60px !important;
	float: left;
	clear: left;
	font-weight: bold;
	
	/* fix IE 6*/
	width: 58px; 
}
#Content fieldset#ContactIEC input, #Content fieldset#ContactIEC select, #Content fieldset#ContactIEC textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#Content fieldset#ContactIEC input {
	width: 141px;
	padding: 0px 2px 1px 2px;
}
#Content fieldset#ContactIEC select {
	width: 147px;
	padding: 0px 0px 0px 1px;
}
#Content fieldset#ContactIEC textarea {
	width: 141px;
	height: 60px;
	padding: 2px 2px 1px 2px;
}
#Content fieldset#ContactIEC input#SendBut, #Content fieldset#ContactIEC input#CancelBut {
	width: 50px;
	float: right;
	margin: 0px 0px 0px 5px;
}
#Content #PhoneNumbers strong {
	display: block;
	width: 105px;
	color: #532F02;
	float: left;
	clear: left;
}
#Content a {
	color: #990000;
	text-decoration: none;
}
#Content a:hover {
	color: #620000;
	text-decoration: underline;
}
#ErrorMsg {
	position: absolute;
	top: 35px;
	left: 0px;
	height: 80px;
	width: 240px;
	background: #D1B496;
	padding: 0px 10px 10px 0px;
}
#Footer {
	position: relative;
	width: 881px;
	height: 42px;
	color: #352211;
	font-size: 11px;
	background: url(../images/backgrounds/footer_bg.jpg) no-repeat left top;
	margin: -14px 0px 0px 27px;
	padding: 22px 10px 0px 34px;
	z-index: 8;
}
#Footer ul {
	list-style: none;
}
#Footer ul li {
	display: inline;
}
#Footer ul li#Copyright {
	margin: 0px 30px 0px 0px;
}
#Footer ul li#SiteDesign {
	margin: 0px 0px 0px 30px;
}
#Footer ul li a {
	color: #112828;
	text-decoration: none;
	border-right: solid 1px #112828;
	padding: 0px 7px 0px 3px;
}
#Footer ul li#PrivacyLink a {
	border: none;
	padding: 0px 0px 0px 3px;
}
#Footer ul li#SiteDesign a {
	border: none;
	padding: 0px;
}
#Footer ul li a:hover {
	color: #8DDBFF;
}
/* IE 6 PNG Fix */
#Pnav ul li a {
	behavior: url(../scripts/iepngfix.htc)
}

/*Classes*/
.clear {
	clear: both;
}
.hide {
	display: none;
}
.grey_out {
	color: #999999;
}
.required {
	border: solid 1px red;
}
.error {
	color: #C60000;
}