/*------------------------------------------------*
				    Marina Campaign
                    General Styles
--------------------------------------------------*/
/* Normalise margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, span, img, object			   {
	margin: 0;
	padding: 0;
	}
a 	{
	text-decoration: none;
	}
img, ul, li, a {
	border: 0;
	}
	
/*------------------------------------------------*
              Main Container Styles
--------------------------------------------------*/

div#pageContainer {
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 1070px;
	}
div#banner {
	float: left;
	width: 100%;
	height: 157px;
	min-height: 157px;
	height: auto;
	background: #003333 url(../images/banner.jpg) no-repeat 15px 15px;
	color: #ffffff;
	}
div.homePage div#banner {
	background: #003333 url(../images/bannerhome.jpg) no-repeat 15px 15px;
	}
/*div#banner ul {
	width: 500px;
	float: right;
	padding-right: 40px;
	margin-top: 10px;
	list-style: square outside;
	}*/
div#banner ul {
	float: left;
	padding-right: 40px;
	margin-left: 660px;
	margin-top: 10px;
	list-style: square outside;
	min-width: 310px;
	}
div#banner ul.frontPage {
	margin-left: 900px;
	}
div#banner ul li {	
	margin-left: 25px;
	}
div#banner ul li h2 {	
	margin-left: -20px;
	padding-bottom: 10px;
	}
div#footer {
	float: left;
	width: 100%;
	background: #333366;
	}
	
	
/*------------------------------------------------*
              Menu & List Styles
--------------------------------------------------*/
	
/* Horizontal top menu */

ul#topNav {
	float: left;
	list-style: none;
	width: 100%;
	background: #000000;
	}
ul#topNav li {
	float: left;
	padding: 5px 0;
	}
ul#topNav li a {
	display: block;
	float: left;
	width: 90px;
	height: 35px;
	background: url(../images/menu_btn_bg.jpg) repeat-x left 50%;
	border-right: 1px groove #ECECEC;
	border-top: 1px solid #757575;
	border-left: 0;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-right: 0px; /*was 2px*/
	padding-left: 0;
	margin: 0;
	text-align: center;
	}
ul#topNav li a.doubleLine {
	padding-top: 7px;
	padding-bottom: 7px;
	}
ul#topNav li a:hover {
	background: url(../images/menu_btn_bg_hover.jpg) repeat-x left 50%;
	text-decoration: none;
	}
ul#topNav li.leftMost a {
	border-left: 1px solid #757575;
	}
ul#topNav li.curTab {
	padding-bottom: 0;
	border-bottom: 5px solid #009999;
	}
ul.square {
	list-style: square outside;
	margin-left: 25px;
	}
ul.square li {
	margin-top: 10px;
	margin-left: 20px;
	}
ul li.unBulleted, ul.unBulleted {
	list-style: none;
	}
ul.unBulleted li {
	margin-top: 10px;
	}
div#footer p {
	padding-bottom: 10px;
	}
ul.marinas, ul.seeking {
	list-style: none;
	}
ul.marinas li {
	width: 75%;
	float: left;
	padding-left: 4%;
	}
ul.squareLvl2 {
	margin: 10px 0px 0px 25px;
	float: left;
	}	
ul.squareLvl2 li {
	width: 95%;
	margin: 0 0 0 15px;
	padding: 0;
	float: none;
	list-style: square outside;
	}
dl {
	width: 95%;
    margin: 0px 0px 10px 10px;
    padding: 0;
	}
dt {
	width: 30%;
	float: left;
	margin: 10px 0;
	}
dd {
	float: left;
	width: 55%;
	margin: 10px 0;
	padding: 0em 0.5em 0.5em 2em;
	}
div#leftContent.links dd ul {
	width: 100%;
	list-style: none;
	}
div#leftContent.links dd ul li {
	margin-top: 3px;
	}
ul#bookList {
	float: left;
	list-style: none;
	}
ul#bookList li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	}
ul#bookList li img {
	width: 250px;
	float: left;
	padding: 10px 10px 0px;
	}
ul#bookList li form {
	width: 125px;
	float: left;
	display: block;
	}
ul#contactAddr {
	float: left;
	list-style: none;
	margin-top: 10px;
	width: 100%;
	}
ul#contactAddr li {
	list-style: none;
	margin-top: 1px;
	margin-left: 15px;
	}
ul#actionlist {
	margin-left: 40px;
	margin-top: 20px;
	padding-bottom: 20px;
	}
		
/* Main Content */

div#leftContent, div#rightContent {
	float: left;
	width: 45%;
	margin-top: 10px;
	padding: 0px 20px 10px;
	position: relative;
	}
div#leftContent {
	border-right: 1px solid #dedede;
	}
div#pageContainer.homePage div#rightContent {
	border-right: 0;
	}
div#pageContainer.homePage div#leftContent {
	border-left: 1px solid #dedede;
	}

/*------------------------------------------------*
              Form Styles
--------------------------------------------------*/

form {
	width: 80%;
	margin-top: 50px;
	padding-bottom: 10px;
	}
fieldset {
	margin-top: 5px;
	border: 0;
	}
form input {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
form label {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 7px;
	margin-right: 10px;
	}
textarea {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
fieldset p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
input#submit {
	margin-top: 10px;
	}
#vimg {
	float: left;
	margin-right: 20px;
	}
p.newImage {
	width: 100%;
	padding-top: 15px;
	}
button.newBtn {
	margin-top: 7px;
	}
form#donate {
	margin-top: 20px;
	margin-bottom: 20px;
	}
form#helpUs {
	float: left;
	position: relative;
	background: url(../images/formBg.jpg) no-repeat right top;
	width: 500px;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	}
form#helpUs fieldset#message {		
	margin-top: 500px;
	padding-left: 55px;
	height: auto;
	}
form#helpUs fieldset#message textarea{
	font: normal 12px Arial, Helvetica, sans-serif;	
	width: 350px;
	line-height: 1.2;
	}
form#helpUs fieldset#yourEmail {		
	margin-top: 50px;
	padding-left: 55px;
	}
form#helpUs fieldset#yourEmail input {
	width: 350px;
	}
form#helpUs fieldset#yourState {
	padding-left: 60px;
	}
form#helpUs fieldset#yourState select {
	width: 350px;
	}
form#helpUs fieldset#imageVerify {		
	margin-top: 60px;
	padding-left: 40px;
	}
form#helpUs fieldset#imageVerify p.newImage input {		
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	}
form#helpUs input#submit {
	margin-left: 45px;
	}
		
/* General */

.clearLeft {
	clear: left;
	}
.floatRight {
	float: right;
	}
.floatLeft {
	float: left;
	}
div.youTube {
	width: 90%;
	max-height: 405px;
	margin: 0 auto;
	margin-top: 20px;
	}
h1 {
	padding-top: 20px;
	text-align: center;
	}
div#pageContainer.marinas h1 {
	padding-bottom: 10px;
	}
h2.slogan {
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
	text-align: center;
	}
h2.fbTitle {
	padding-bottom: 10px;
	}
h3 {
	margin: 20px 0;
	}
h3.padit {
	padding-top: 50px;
	}
h3#marinaLeft {
	padding-top: 20px;
	margin: 0;
	}
h3.clearLeft {
	padding-top: 20px;
	}
h4 {
	padding-top: 15px;
	}
p 	{
	margin-top: 10px;
	padding-right: 20px;
	}
p.cite {
	text-align: right;
	padding-right: 30px;
	margin-top: -15px;
	}
p.cite1 {
	text-align: right;
	padding-right: 30px;
	}
.padTop10 {
	padding-top: 10px;
	}
p.pad20, h2.pad20 {
	padding-top: 20px;
	}
blockquote {
	width: 80%;
	float: left;
	margin-top: 10px;
	padding: 10px;
	background: #3db5af;
	}
div#fbook {
	position: relative;
	margin-top: 20px;
	width: 100%;
	}
div#fbook iframe {
	display: block;
	width: 292px;
	margin: 0 auto;
	}
	
/*------------------------------------------------*
              Image Styles
--------------------------------------------------*/

img.fullColumn {
	display: block;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #dedede;
	width: 90%;
	}
img#ramsarMap {
	display: block;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #dedede;
	width: 75%;
	}
img#wetlandBird {
	display: block;
	float: right;
	padding: 30px 30px 20px 20px;
	}
img#vertBar {
	padding-right: 10px;
	}
img#vertBarRight {
	padding-left: 10px;
	}
img#fsm, img#cpm {
	float: right;
	margin-top: 3px;
	padding-left: 20px;
	}
img#spyhop {
	width: 225px;
	height: 330px;
	float: right;
	margin-top: 10px;
	padding-left: 20px;
	}
img#marinaTurtle, img#marinaDugong, img#godwit {
	float: right;
	padding-left: 20px;
	margin-top: 30px;
	}
img#marinaDugong {
	margin-top: 50px;
	}
img#godwit {
	margin-top: 15px;
	}
img#moretonGSS {
	margin-top: 10px;
	}
img#turtleLogo {
	display: block;
	margin: 0 auto;
	}
img#BobIrwin {
	float: left;
	padding: 0px 5px 3px 0px;
	}
img#dugongSmall {
	float: right;
	width: 225px;
	height: 150px;
	margin: 20px 0;
	padding-left: 10px;
	}
img#pristineCarlo {
	display: block;
	padding: 10px;
	border: 1px solid #dedede;
	margin: 20px auto;
	}

/*------------------------------------------------*
              Excel Table Styles
--------------------------------------------------*/

table {
	margin: 15px 0px 15px 30px;
	}
.excel1 {
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel6 {
padding:0px;
color:white;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Arial Rounded MT Bold", sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:.5pt solid windowtext;
border-right:.5pt solid windowtext;
border-bottom:none;
border-left:.5pt solid windowtext;
background:#E37344;
}
.excel7 {
padding:0px;
color:white;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Arial Rounded MT Bold", sans-serif;
text-align:center;
vertical-align:bottom;
border:none;
white-space:normal;
border-top:.5pt solid windowtext;
border-right:.5pt solid windowtext;
border-bottom:none;
border-left:.5pt solid windowtext;
background:#E37344;
}
.excel3 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Berlin Sans FB", sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:.5pt solid windowtext;
border-right:.5pt solid windowtext;
border-bottom:.5pt hairline windowtext;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel8 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial, sans-serif;
text-align:right;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:.5pt solid windowtext;
border-right:.5pt solid windowtext;
border-bottom:.5pt hairline windowtext;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel4 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Berlin Sans FB", sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:.5pt hairline windowtext;
border-right:.5pt solid windowtext;
border-bottom:.5pt hairline windowtext;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel9 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial, sans-serif;
text-align:right;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:.5pt hairline windowtext;
border-right:.5pt solid windowtext;
border-bottom:.5pt hairline windowtext;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel5 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Berlin Sans FB", sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:none;
border-right:.5pt solid windowtext;
border-bottom:none;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel10 {
padding:0px;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial, sans-serif;
text-align:right;
vertical-align:bottom;
border:none;
white-space:nowrap;
border-top:none;
border-right:.5pt solid windowtext;
border-bottom:none;
border-left:.5pt solid windowtext;
background:#C8C7B2;
}
.excel2 {
padding:0px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Arial, sans-serif;
text-align:general;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
background:#E37344;
}
.excel11 {
padding:0px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Arial, sans-serif;
text-align:right;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
background:#E37344;
}
/*------------------------------------------------*
              Typography Styles
--------------------------------------------------*/

body {
	font: 62.5%/1.3 "Trebuchet MS", Arial, sans-serif;
	color: #202020;
	}
.italic {
	font-style: italic;
	}
.boldText {
	font-weight: bold;
	}
.alignCentre {
	text-align: center;
	}
p, li, label, blockquote, dt {
	font-size: 130%;
	}
a 	{
	font-size: 100%;
	font-weight: bold;
	}
a:visited {
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	}
p.moreton {
	font-weight: bold;
	font-size: 130%;
	}
p.cite, p.cite1 {
	font-style: italic;
	font-size: 100%;
	}
h1 {
	font-size: 300%;
	}
div#pageContainer.marinas h1 {
	font-size: 250%;
	}
h2, a.anchorPoint {
	font-size: 200%;
	}
h3 {
	font-size: 175%;
	}
h4 {
	font-size: 150%;
	}
	ul#bookList li h4 {
	font-size: 125%;
	}
ul#topNav li a {
	font-weight: bold;
	font-size: 12px;
	}
div#footer ul li {
	text-align: center;
	font-weight: bold;
	}
ul.marinas li h3, ul.seeking li h3 {
	font-size: 150%;
	}
ul.marinas li p, ul.seeking li p, ul#bookList li p {
	font-size: 100%;
	}
ul.squareLvl2 {
	font-size: 70%;
	}
dt {
	font-weight: bold;
	}
dd ul li h4 {
	font-style: italic;
	}
a.bannerlink:hover {
	text-decoration: underline;
	}
span.news {
	font-weight: normal;
	font-style: italic;
	}
p.privacy {
	font-size: 11px;
	margin: 0;
	padding: 10px 0px 10px 5px;
	}
/*------------------------------------------------*
              Colour Styles
--------------------------------------------------*/

h1 {
	color: #336666;
	}
h2	{
	color: #336699;
	} 
h3 {
	color: #66CCFF;
	}
a, a:visited {
	color: #006666;
	}
ul#topNav li a:hover {
	color: #3399FF;
	}
ul#topNav li a, ul#topNav li a:visited {
	color: #ffffff;
	}
.toDo {
	color: #FF0000;
	}
p.moreton {
	color: #660066;
	}
div#footer {
	background: #003366;
	}
div#footer, blockquote {
	color: #ffffff;
	}
div#footer a {
	color: #ffffff;
	}
a.bannerlink, a.bannerlink:visited, div#footer a:hover, div#footer a:visited {
	color: #FFCC33;
	}
	
/*------------------------------------------------*
              Lightbox
--------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	background-image: none;  background-color: transparent; border: 0;  }	
#imageData #bottomNavClose:hover{ background-image: none; background-color: transparent; border: 0;  }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
/*------------------------------------------------*
              End Lightbox
--------------------------------------------------*/

