/*------------------------------------------------*
				Barnacles Dolphin Centre
                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, th, td, span {
	margin: 0;
	padding: 0;
	}
/*------------------------------------------------*
              Container Styles
--------------------------------------------------*/
body {
	position: relative;
	text-align: left;
	}
div#pageContainer {
	position: relative;
	float: left;
	width: 950px;
	padding-bottom: 10px;
	}
div#navContainer {
	width: 150px;
	float: left;
	clear: left;
	}
div#banner {
	position: relative;
	float: left;
	width: 800px;
	height: 205px;
	margin-top: 10px;
	background: url(../_Images/Banner.jpg) no-repeat left top;
	}
div#banner h1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding-right: 10px;
	}
div#contentLeft, div#contentRight {
	width: 280px;
	float: left;
	margin-top: 10px;
	padding: 20px 20px 10px;
	}
div#contentRight {
	margin-left: 10px;
	}
div#rightColumn {
	position: absolute;
	top: 0;
	left: 800px;
	width: 130px;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url(../_Images/Cafe.jpg) no-repeat left 10px;
	}
div#rightGallery {
	position: relative;
	float: right;
	width: 130px;
	padding-right: 10px;
	margin-bottom: 10px;
	background: url(../_Images/Cafe.jpg) no-repeat left 10px;
	}
div#news, div#cafe, div#directions, div#marina, div#signatures {
	width: 560px;
	float: left;
	padding: 0px 20px 10px;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
	}
div.newsUpdate {
	width: 33%;
	float: right;
	padding: 7px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #484848;
	}
div#map {
	float: left;
	margin-left: 20px;
	}
div#footer {
	width: 950px;
	height: 65px;
	position: relative;
	float: left;
	}
div#pageContainer.feedingBG {
	background: #ffffff url(../_Images/feedingBgFade.jpg) no-repeat right bottom;
	}
table#visitors {
	margin-top: 10px;
	}
table#visitors td, table#visitors th {
	padding-left: 15px;
	}

/*------------------------------------------------*
                 Image Styles
--------------------------------------------------*/
div#contentLeft img {
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -20px;
	margin-left: -20px;
	}
p#feeding {
	float: left;
	width: 320px;
	margin: 10px 0px 10px 10px;
	}
div#news img {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px solid #cccccc;
	}
div#cafe img {
	float: right;
	padding: 10px;
	}
div#navContainer img {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -3px;
	}
img#tinnies {
	margin-top: -70px;
	margin-bottom: -25px;
	margin-right: 0;
	}
div#rightGallery a img {
	margin-top: 10px;
	border: 0;
	}
/*------------------------------------------------
                   Navigation and Lists
-------------------------------------------------*/
ul, ol {
	list-style: none;
	}
a {
	text-decoration: none;
	}
ul#mainNav {
	position: relative;
	margin-top: 11px;
	}
ul#mainNav li {
	width: 130px;
	margin-top: -1px;
	margin-left: 10px;
	padding: 0;
	text-align: right;
	}
ul#mainNav li a {
	width: 124px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 23px;
	border: 1px solid #000000;
	display: block;
	}
ul#mainNav li a:hover {
	border: 2px solid #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 22px;
	width: 123px;
	}
ul#directions {
	position: relative;
	float: left;
	width: 650px;
	}
ul#directions li {
	width: 280px;
	float: left;
	padding: 20px 20px 0px;
	}
ul#volunteers {
	width: 650px;
	float: left;
	}
ul#volunteers li {
	float: left;
	}
li#leftSide {
	margin-top: 10px;
	padding-left: 120px;
	width: 200px;
	}
li#rightSide {
	margin-top: 10px;
	padding-right: 120px;
	margin-left: 10px;
	width: 200px
	}
li#imgCont {
	width: 650px;
	margin-top: 50px;
	}
li#imgCont img.volPic {
	margin-right: 10px;
	}
ul#sigListMenu {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 0;
	border-bottom: 2px solid #426086;
	}
ul#sigListMenu li {
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	}
ul#sigListMenu li a {
	padding: 4px 10px 6px;
	margin-left: 1px;
	}
ul#sigListMenu li.curTab a {
	border-top: 1px outset #dedede;
	border-right: 1px inset #dedede;
	padding-top: 3px;
	padding-right: 9px;
	}
ul.sigList {
	float: left;
	width: 32%;
	margin-top: 5px;
	}
ul.sigList h5 {
	padding-top: 5px;
	padding-bottom: 5px;
	}
ul.sigList li {
	padding-left: 5px;
	}
ul.centeredList {
	text-align: center;
	}
ul.bulletedList {
	list-style: disc;
	list-style-position: inside;
	}
ul.bulletedList li {
	margin-top: 5px;
	}
ul.indentedList li {
	margin-left: 20px;
	}
div#contentRight ul {
	margin-top: 5px;
	}
dl {
	float: left;
    width: 640px;
    margin: 10px 0 10px 10px;
    padding: 0;
}
dt {
	width: 12%;
	float: left;
	margin: 10px 0;
}
dd {
	float: left;
	width: 75%;
	margin: 10px 0;
	padding: 0em 0.5em 0.5em;
}
/* Contact Form */
#contactForm {
	border: 2px inset #cecece;
	position: relative;
	width: 55%;
	padding: 10px;
	margin-bottom: 10px;
}
form {
	padding-right: 5px;
	padding-left: 5px;
}
p input {
	width: 150px;
	border: 2px outset #426086;
}
#contactForm p {
	padding: 5px;
	color: #426086;
}
label {
	width: 150px;
	position: relative;
	height: 15px;
	float: left;
	padding-top: 6px;
	padding-left: 10px;
}
fieldset {
	margin: 20px 0px 6px 0px;
	position: relative;
	display: block;
	padding: 0px 14px 14px 10px;
	border: 3px solid #426086;
}
legend {
	padding: 2px;
	margin: 0;
	position: relative;
	top: -10px;
	width: 130px;
	border: 2px solid #426086;
	text-align: left;
}
input {
	border: 1px inset #cecece;
	margin: 5px;
	width: 150px;
}
textarea {
	width: 90%;
	display: block;
	padding: 0px;
	margin: 10px;
}
div#marina dl {
	float: left;
	width: 610px;
	margin-left: 0;
	margin-top: 10px;
	border: 2px groove #EEEEEE;
	}	
div#marina dt {
	width: 240px;
	float: left;
	margin: 10px 0;
	padding-left: 10px;
	}
div#marina dd {
	float: left;
	width: 330px;
	margin: 10px 0;
	padding: 0em 0.5em 0.5em;
	}
#vimg {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	}
p.newImage {
	width: 100%;
	padding-top: 15px;
	}
button.newBtn {
	margin-top: 7px;
	}
/*------------------------------------------------
			       Photo gallery styling
-------------------------------------------------*/
ul.gallery {
	position: relative;
	width: 624px;
	float: left;
	margin-left: 15px;
	padding: 5px 5px 60px;
	}
ul.gallery li {
	width: 183px;
	height: auto;
	margin: 3px;
	padding: 5px;
	float: left;
	border: 1px solid #dddddd;
	}
a.imgGallery {
	display: block;
	width: 177px;
	height: 145px;
	border: 1px solid #cccccc;
	}
a.imgGallery img {
	width: 180px;
	height: 145px;
	border: 0;
	}
/*\*/ * html a.imgGallery:hover { /*IE6 only*/
	position: absolute;
	} /**/ 
a.imgGallery:hover img {
	position: absolute;
	margin-top: -60px;
	margin-left: -100px;
	width: auto;
	height: auto;
	padding: 9px;
	background-color: #ffffff;
	border: 1px solid #999999;
	z-index: 500;
	}
ul.gallery li h4 {
	font-size: 12px;
	text-align: center;
	}
ul.gallery li p {
	font-size: 10px;
	}
/* Movie object */
object {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
/*------------------------------------------------
			       Typography
-------------------------------------------------*/

/* Normalise the font size for headings */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
body {
	font: 62.5%/1.33 Arial, Helvetica, sans-serif;
     }
.front {
	line-height: 1.33;
	}
p, li, th, blockquote, cite, dt, dd {
	font-size: 1.2em;
	}
p#copyRight, p#copyRight a, form p {
	font-size: 1em;
	}
ul#directions li p, ul#volunteers li p {
	font-size: 1.1em;
	}
a {
	font-size: 1.1em;
	font-weight: bold;
	}
div#rightColumn a.email, div#marina a.email, div#news a.email, a.reference, a.sigList {
	font-weight: bold;
	text-decoration: underline;
	}
.boldText, .firstLineBold:first-line {
	font-weight: bold;
	}
div#marina cite {
	font-size: 12px;
	font-weight: bold;
	}

/*------------------------------------------------*
                   Heading Styles
--------------------------------------------------*/
div#banner h1 {
	font-size: 2.5em;
	color: #ffffff;
	text-align: right;
	text-shadow: #333333 5px 5px;
	}
h2#homePageh2 {
	width: 638px;
	float: left;
	font-size: 1.9em;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #000000;
	}
div#contentLeft h3, div#contentRight h3, div#rightColumn h3, div#rightGallery h3, div#cafe h3, div#map h3, div#marina h3, div#signatures h3 {
	font-size: 2em;
	}
div#news h3 {
	font-size: 1.75em;
	}
ul#directions li h3 {
	font-size: 1.5em;
	}
ul#directions li h3, div#cafe h3, div#map h3, div#marina h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
div#rightColumn h3, div#rightGallery h3 {
	text-align: center;
	margin-top: 225px;
	padding-bottom: 7px;
	letter-spacing: 1px;
	}
div#contentLeft h4, div#contentRight h4, div#rightGallery h4 {
	margin-top: 10px;
	font-size: 1.5em;
	}
div#rightColumn h4 {
	margin-top: 10px;
	font-size: 1.8em;
	text-align: center;
	}
/*------------------------------------------------*
                 Paragraph Styles / Other Text
--------------------------------------------------*/
.alignCentre {
	text-align: center;
	}
.clearLeft {
	clear: left;
	}
p {
	margin-top: 5px;
	}
p#copyRight {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	}
p#contactSuccess {
	margin-top: 20px;
	width: 640px;
	text-align: center;
	}
div#news blockquote, div#marina blockquote {
	padding-top: 20px;
	padding-left: 20px;
	}
div#rightColumn blockquote {
	margin-top: 20px;
	}
div#marina blockquote {
	padding-bottom: 10px;
	}
div#news cite {
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	}
div#rightColumn cite {
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	}
cite.padIt {
	display: block;
	margin-top: 10px;
	}
a.dfc {
	text-decoration: underline;
	}
h3.tackle {
	float: left;
	width: 100%;
	padding-top: 30px;
	}
/*--------------------------------------------
                   Colours
---------------------------------------------*/
/*	Sandy			#ffe292
	Sea blue		#426086
	Sea green		#b5ab66
	Dolphin grey	#8a8b9b
*/
body {
	background: #8a8b9b;
	}
div#contentLeft, div#contentRight {
	background: #ffe292;
	}
div#footer {
	background: #b5ab66;
	}
ul#mainNav li {
	background: #426086;
	}
ul.gallery li p {
	color: #333333;
	}
ul.gallery li h4 {
	color: #494949;
	}
h2#homePageh2 {
	color: #426086;
	}
ul#mainNav li a {
	color: #ffffff;
	}
ul#mainNav li a:hover {
	background: #6a9ac2;
	}
dl, a.siteBy {
	color: #426086;
	}
div#pageContainer, #contentLeft.noBGColour, #contentRight.noBGColour {
	background: #ffffff;
	}
p#copyright {
	color: #9e9e9e;
	}
a.siteBy:hover {
	color: #00274c;
	}
a.general {
	color: #003366;
	}
a.general:hover {
	color: #996666;
	}
ul#sigListMenu li a {
	background: #b5ab66;
	}
ul#sigListMenu li.curTab a {
	background: #ffffff;
	}
ul#sigListMenu li a {
	color: #426086;
	}
ul#sigListMenu li a:hover {
	color: #ffffff;
	}
ul#sigListMenu li.curTab a:hover {
	color: #426086;
	}
form {
	color: #426086;
	}
legend {
	color: #426086;
	background-color: #ffffff;
	}
fieldset {
	background-color: #b5ab66;
	}
input {
	background: #ffffff;
	}
p input {
	color: #ffffff;
	background: #426086;
	}
a.dfc {
	color: #dc6d2f;
	}
