@charset "UTF-8";
/* CSS Document */

/* Cardiff Marina CSS - www.octopus-creative.co.uk */

* {
	margin: 0;
	padding: 0;
}

body {
    font: 13px arial, helvetica, verdana, sans-serif;
	color: #444;
	background: #b8b19a url(../images/bg_body.jpg) top center no-repeat;
}

em {
	font-style: normal;
	font-weight: 700;
}

img {
	border: 0;
}




/* Error styles */

#error {
	width: 100%;
	background: #fff url(../images/error.gif) top left no-repeat;
	padding-top: 170px;
}

#error p {
	padding: 4px 20px;
}

#error h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#error ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#error a:link, #error a:visited {
	color: #1a7ca3;
}

#error a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Thanks styles */

#thanks {
	width: 100%;
	background: #fff url(../images/thanks.gif) top left no-repeat;
	padding-top: 170px;
}

#thanks p {
	padding: 4px 20px;
}

#thanks h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#thanks ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#thanks a:link, #thanks a:visited {
	color: #1a7ca3;
}

#thanks a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Content styles */

#container {
	position: relative;
	width: 770px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
	background: #fff url(../images/bg_container_top.gif) top center no-repeat;
}

#head {
	position: relative;
	width: 970px;
	height: 50px;
	margin: 0 auto;
}

#header {
	width: 770px;
	height: 120px;
}

#content {
	width: 770px;
	padding-top: 10px;
}

#section_top {
	padding: 0 0 10px 0;
}

#section {
	width: 770px;
	background: #fff; 
}

#mainsection {
	width: 770px;
	background-color: #fff; 
}

#contentleft {
	width: 244px;
	float: left;
	padding: 10px 0px 10px 10px;
}

#contentleftfac {
	width: 234px;
	float: left;
	padding: 10px;
}

#contentright {
	position: relative;
	width: 496px;
	float: right;
	padding: 10px;
	background: #c3dfea url(../images/bg_contentright_top.gif) top left no-repeat; 
	min-height: 270px;
}

#contentrightfac {
	position: relative;
	width: 516px;
	float: right;
	padding: 0;
	background: #c3dfea url(../images/bg_contentright_top.gif) top left no-repeat; 
	min-height: 290px;
}

#fullcontent {
	width: 770px;
	background-color: #fff; 
}

#panel_left {
	width: 516px;
	float: left;
}

#panel-left {
	width: 500px;
	float: left;
}

#panel-left p, #panel-left h1 {
	padding-left: 10px;
}


#panel_right {
	width: 255px;
	float: right;
	background-color: #fff;
	padding-bottom: 10px;
}

#basesection {
	position: relative;
	width: 770px;
	height: 60px;
	background: #fff; 
	margin: 10px 0 0 0; 
	padding: 0;
}

.clearer {
	display: block;
	clear: both;
	font-size: 1px;
}

.clearerindex {
	background: #fbfbfa url(../images/bg_contentbase.jpg) bottom left no-repeat; 
	display: block;
	clear: both;
	height: 5px;
}

.clearerbase {
	background: #102947 url(../images/bg_contentbase_base.gif) bottom left no-repeat; 
	display: block;
	clear: both;
	height: 5px;
}

#footer { 
	width: 790px;
	height: 105px;
	margin: 0 auto;
	background: url(../images/bg_container_base.gif) top center no-repeat;
}





/* Global styles */

p {
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

p.specialnote {
	font-size: 85%;
	line-height: 1.1em;
	color: #C00;
}

p.disclaimer {
	font-size: 90%;
	color: #C00;
	line-height: 1.2em;
	padding: 10px 0 0.6em 0;
}

h1 {
	font-size: 130%;
	font-weight: 200;
	color: #003768;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

h2 {
	font-size: 110%;
	font-weight: 700;
	color: #003768;
	line-height: 1.1em;
	padding-bottom: 4px;
}

h3 {
	font-size: 105%;
	font-weight: 200;
	color: #4c8093;
	padding: 0.4em 0;
}




/* Head styles */

#head ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1em;
}

#head li.choose {
	float: left;
	color: #999;
	background: none;
	padding: 12px 0 0 10px;
	margin: 0;
	width: auto;
	height: 21px;
}

#head li {
	float: left;
	background: #fff url(../images/bg_head_li.gif) top left no-repeat;
	margin: 0;
	width: auto;
	height: 36px;
	padding: 0 0 0 16px;
}

#head a:link, #head a:visited {
	float: left;
	display: block;
	background: #fff url(../images/bg_head_a.gif) top right no-repeat;
	padding: 6px 18px 3px 6px;
	text-decoration: none;
	margin: 0 1px 0 0;
	height: 27px;
	color: #fff;
}

* html #head a:link, * html #head a:visited {
	height: 36px;
}

#head a:hover {
	color: #333;
}

#head li.over {
	float: left;
	background: #fff url(../images/bg_head_li_over.gif) top left no-repeat;
	margin: 0;
	width: auto;
	height: 36px;
	padding: 0 0 0 16px;
}

#head li.over a:link, #head li.over a:visited {
	float: left;
	display: block;
	background: #fff url(../images/bg_head_a_over.gif) top right no-repeat;
	padding: 6px 18px 3px 6px;
	text-decoration: none;
	margin: 0 1px 0 0;
	height: 27px;
	color: #fff;
}

* html #head li.over a:link, * html #head li.over a:visited {
	height: 36px;
}

#head li.over a:hover {
	color: #fff;
}




#header img.logo {
	position: absolute;
	top: 25px;
	left: 10px;
}

#header img.address {
	position: absolute;
	top: 80px;
	right: 15px;
}




/* Content mainsection styles */

#section p a:link.openday, #section p a:visited.openday {
	display: block;
	width: 496px;
	height: 70px;
	text-decoration: none; 
	background: #fff url(../images/bg-openday.jpg) 0 0 no-repeat;
}

#section p a:hover.openday {
	background: #fff url(../images/bg-openday.jpg) 0 -70px no-repeat;
}




/* Content mainsection styles */

#mainsection a:link, #mainsection a:visited, #contentright a:link, #contentright a:visited {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

#mainsection a:hover, #contentright a:hover {
	color: #fefefe;
	text-decoration: none;
}

#mainsection img {
	border: 0;
	padding: 2px;
}

.video {
	float: right;
	padding: 0 0 10px 10px;
}




/* Content full styles */

#fullcontent a:link, #fullcontent a:visited {
	padding: 0 6px 10px 0;
}




/* Content left styles */

#contentleft p, #contentleft h1 {
	padding-right: 10px;
}

#contentleft p.link a {
	margin-left: 15px;
	background: url(../images/go.gif) left no-repeat;
}

#contentleft.divider {
	color: #666;
	background: #fff url(../images/dotted_line.gif) bottom left repeat-x;
}

#contentleft ul {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

#contentleft li {
	border-bottom: 1px solid #fff;
}

#contentleft li a.first:link, #contentleft a.first:visited {
	display: block;
	color: #09C;
	background: #d9eff7 url(../images/bg_contentleft_li_first.gif) top left no-repeat;
	font-size: 95%;
	font-weight: 600; 
	text-decoration: none;
	margin: 0;
	padding: 5px 8px 5px 10px;
	border-right: 1px solid #fff;
}

#contentleft li a.first:hover {
	color: #069;
	background: #c3dfea url(../images/bg_contentleft_li_first_over.gif) top left no-repeat;
	text-decoration: none;
	border-right: 1px solid #c3dfea;
}

#contentleft li a.firstover {
	color: #069;
	background: #c3dfea url(../images/bg_contentleft_li_first_over.gif) top left no-repeat;
	text-decoration: none;
	border-right: 1px solid #c3dfea;
}

#contentleft li a:link, #contentleft li a:visited {
	display: block;
	color: #09C;
	background-color: #d9eff7;
	font-size: 95%;
	font-weight: 600; 
	text-decoration: none;
	margin: 0;
	padding: 5px 8px 5px 10px;
	border-right: 1px solid #fff;
}

#contentleft li a:hover {
	color: #069;
	background: #c3dfea  url(../images/bg_contentleft_li_over.gif) top left no-repeat;
	text-decoration: none;
}

#contentleft li a.over {
	color: #069;
	background: #c3dfea url(../images/li_contentleft_arrow.gif) top left no-repeat;
	text-decoration: none;
	border-right: none;
}

#contentleft li a.last:link, #contentleft li a.last:visited {
	display: block;
	color: #09C;
	background: #d9eff7 url(../images/bg_contentleft_li_last.gif) bottom left no-repeat;
	font-size: 95%;
	font-weight: 600; 
	text-decoration: none;
	margin: 0;
	padding: 5px 8px 5px 10px;
}

#contentleft li a.last:hover {
	color: #069;
	background: #C3DFEA url(../images/bg_contentleft_li_last_over.gif) bottom left no-repeat;
	text-decoration: none;
}

#contentleft li a.lastover {
	color: #069;
	background: #c3dfea url(../images/bg_contentleft_li_last_over.gif) bottom left no-repeat;
	text-decoration: none;
	border-right: none;
}

#contentleftfac img {
	padding-bottom: 2px;
}

#contentleftfac img.left {
	padding-right: 2px;
}

#contentleftfac a:link.sidelink, #contentleftfac a:visited.sidelink {
	color: #60a7dd;
	background: url(../images/columnleft_ul.gif) 0 4px no-repeat; 
	padding-left: 22px;
	font-weight: 200;
}

#contentleftfac a:hover.sidelink {
	color: #003768;
	text-decoration: none;
}





/* Content right styles */

#contentright .contentrightbase, #contentrightfac .contentrightbase {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #c3dfea url(../images/bg_contentright_base.gif) bottom left no-repeat; 
	width: 510px;
	height: 5px;
}

#contentrightfac .holder {
	padding: 10px;
}

#contentrightfac .holder img {
	float: right; 
	padding: 5px;
	border: none;
}

#contentrightfac img.plan {
	padding: 15px;
	border: none;
}

#contentrightfac .holder ul {
	margin: 0;
	padding: 5px 0 10px 20px;
	list-style-image: url(../images/ul_holder.gif);
}

#contentrightfac .holder li {
	margin: 0;
	padding: 0 0 8px 0;
}

#contentright .staff {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9ebf2;
}

#contentright ul, #contentrightfac ul {
	margin: 0;
	padding: 5px 0 10px 20px;
	list-style-image: url(../images/ul_holder.gif);
}

#contentright li, #contentrightfac li {
	margin: 0;
	padding: 0 0 8px 0;
}

#contentright ul.terms {
	list-style-type: decimal;
	list-style-image: none;
	margin: 0;
	padding: 5px 0 10px 40px;
}

#contentright ul.terms li {
	margin: 0;
	padding: 0 0 8px 0;
}

#contentright ul.terms ul {
	list-style-type: lower-alpha;
	list-style-image: none;
	margin: 0;
	padding-left: 10px;
}

#contentright img {
	padding: 10px;
	border: none;
}

#contentrightfac img {
	padding: 10px;
	border: none;
}

#contentright a.box:link, #contentright a.box:visited, #contentrightfac a.box:link, #contentrightfac a.box:visited {
	color: #fefefe;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
	border: 1px solid #fff;
	background: #8babb7 url(../images/mainsection_a_arrow.gif) 0 0 no-repeat;
}

#contentright a.box:hover, #contentrightfac a.box:hover {
	color: #d9eff7;
	text-decoration: none;
	background: #a6c5d1 url(../images/mainsection_a_arrow.gif) 0 -18px no-repeat;
}




/* Promotion styles */

.promotion {
	width: 470px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #dfeef4;
}

.promotion a.download:link, .promotion a.download:visited {
	padding-left: 20px;
	background: url(../images/icon_disk_multiple.gif) 0 0 no-repeat;
}





/* Full content styles */

#fullcontent h1 {
	padding: 10px 0 0.2em 0;
}

#fullcontent h2 {
	padding: 0 0 0.2em 0;
}

#fullcontent .field {
	width: 200px;
	height: 16px;
	border: 1px solid #999;
}

#fullcontent .fieldaddress {
	width: 450px;
	height: 100px;
	border: 1px solid #999;
}

#fullcontent td {
	margin: 0;
	padding: 2px 10px;
}

#fullcontent tr {
	color: #666;
	background-color: #f2f1ed;
}

#fullcontent tr.terms {
	background: #dadad7 url(../images/tr_terms.gif) center left repeat-x; 
}

#fullcontent tr.termsinner {
	margin: 0;
	padding: 2px 10px;
	background-color: #dadad7; 
}

#fullcontent tr.divider {
	color: #666;
	background: #f2f1ed url(../images/tr_divider.gif) center left repeat-x; 
}

#fullcontent .submit {
	height: 26px;
	width: 80px;
	border: 1px solid #fff;
	padding: 0 4px 3px 4px;
	color: #fffffe;
	color: #fff;
	background-color: #34506a;
}




/* Marina styles */

#heading_marina {
	color: #fefefe;
	background: #c0b9a7 url(../images/bg_section_head_marina.jpg) top left no-repeat;
	border-right: 1px solid #666;
	height: 32px;
}

#marina {
	width: 500px;
	background: #c8c2ab url(../images/bg_panel_left.gif) top left repeat-x;
	float: left;
	margin: 0;
	padding: 0;
}

#content_marina {
	background: #fff;
	width: 495px;
	margin: 0;
	padding: 5px 10px 0 10px;
}

#content_marina h2.divider {
	background: url(../images/dotted_line.gif) bottom left repeat-x;
}

#content_marina a.box:link, #content_marina a.box:visited {
	width: 143px;
	height: 22px;
	display: block;
	color: #fefefe;
	border-left: none;
	background: #f2f1ed url(../images/button_discover.gif) top left no-repeat;
	text-decoration: none;
	margin-top: 8px;
	padding: 3px 0 0 6px;
}
	
#content_marina a.box:hover {
	color: #1b3862;
	background: #f2f1ed url(../images/button_discover_on.gif) top left no-repeat;
	text-decoration: none;
}




/* Facilities styles */

#heading_cardiff {
	height: 32px;
	color: #666;
	background: #f0eeed url(../images/bg_section_head_light.gif) bottom left repeat-x;
	border-left: 1px solid #b8b2ad;
}

#heading_cardiff h1 {
	font-size: 95%;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}





/* Facility sub styles */

#register  {
	width: 255px;
	height: 80px;
}

/*	text-align: right;
	background: #ccc url(../images/bg_shower.jpg) top left no-repeat;


a.register, a.register:visited {
	display: block;
	width: 255px;
	height: 80px;
	background-image: url(../images/bg_shower.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
	 
a.register:hover {
	background-image: url(../images/bg_shower_on.jpg);
}*/
	 
#berthing  {
	position: relative;
	width: 255px;
	height: 80px;
	text-align: right;
	background: #ccc url(../images/bg_button.jpg) 0px 0px no-repeat;
}

a.berthing, a.berthing:visited {
	display: block;
	width: 255px;
	height: 80px;
	background: #ccc url(../images/bg_button.jpg) 0px 0px no-repeat;
	text-decoration: none;
}
	 
a.berthing:hover {
	background: url(../images/bg_button.jpg) -255px 0px no-repeat;
}

#storage  {
	position: relative;
	width: 255px;
	height: 80px;
	text-align: right;
	background: #ccc url(../images/bg_button.jpg) 0px -80px no-repeat;
}

a.storage, a.storage:visited {
	display: block;
	width: 255px;
	height: 80px;
	background:  #ccc url(../images/bg_button.jpg) 0px -80px no-repeat;
	text-decoration: none;
}
	 
a.storage:hover {
	background: url(../images/bg_button.jpg) -255px -80px no-repeat;
}

#diary  {
	position: relative;
	width: 255px;
	height: 80px;
	text-align: right;
	background: #ccc url(../images/bg-buckets.jpg) 0px -160px no-repeat;
}

a.diary, a.diary:visited {
	display: block;
	width: 255px;
	height: 80px;
	background: #ccc url(../images/bg-buckets.jpg) 0px -160px no-repeat;
	text-decoration: none;
}
	 
a.diary:hover {
	background: url(../images/bg-buckets.jpg) -255px -160px no-repeat;
}




/* Force 4 promotion styles */

#force4  {
	position: relative;
	width: 255px;
	height: 80px;
	text-align: right;
	background: #ccc url(../images/bg-force4.gif) 0px 0px no-repeat;
}

a.force4, a.force4:visited {
	display: block;
	width: 255px;
	height: 80px;
	background:  #ccc url(../images/bg-force4.gif) 0px 0px no-repeat;
	text-decoration: none;
}
	 
a.force4:hover {
	background: url(../images/bg-force4.gif) -255px 0px no-repeat;
}




/* Facility base styles */

#registerbase  {
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 60px;
}

/*	a.registerbase, a.registerbase:visited {
	display: block;
	width: 245px;
	height: 60px;
	background-image: url(../images/bg_shower.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
	 
a.registerbase:hover {
	background-image: url(../images/bg_shower_on.jpg);
}*/
	 
#berthingbase  {
	position: absolute;
	top: 0;
	left: 256px;
	width: 256px;
	height: 60px;
	text-align: right;
	background: #fff url(../images/bg_berthingbase.jpg) 0 0 no-repeat;
}

a.berthingbase, a.berthingbase:visited {
	display: block;
	width: 256px;
	height: 60px;
	background-image: url(../images/bg_berthingbase.jpg) 0 0 no-repeat;
	text-decoration: none;
}
	 
a.berthingbase:hover {
	background: url(../images/bg_berthingbase.jpg) -258px 0 no-repeat;
}

#storagebase  {
	position: absolute;
	top: 0;
	left: 514px;
	width: 256px;
	height: 60px;
	text-align: right;
	background: #fff url(../images/bg_storagebase.jpg) 0 0 no-repeat;
}

a.storagebase, a.storagebase:visited {
	display: block;
	width: 255px;
	height: 60px;
	background-image: url(../images/bg_storagebase.jpg) 0 0 no-repeat;
	text-decoration: none;
}
	 
a.storagebase:hover {
	background: url(../images/bg_storagebase.jpg) -258px 0 no-repeat;
}




/* Accordian styles */

#accordion p {
	margin: 0;
	padding: 0.5em 5px 0.8em 1.5em;
}

#accordion h2 {
	color: #666;
	font-size: 95%;
	font-weight: 200;
	cursor: pointer;
	margin: 0 0 0 10px;
	padding: 0.2em 0.5em 0.2em 10px;
	background: url(../images/h2_arrow.gif) center left no-repeat;
}

#accordion img {
	float: right;
	padding: 5px 10px 10px 10px;
}

#accordion ul {
	list-style-type: decimal;
	margin: 0;
	padding-left: 40px;
}

#accordion li {
	margin: 0;
	padding: 0 0 8px 0;
}

.toggler {
	color: #222;
	border-bottom: 1px solid #d9eff7;
}
 
.element {
	background-color: #d9eff7; 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style: italic;
	padding: 5px 0 5px 30px;
}




/* Project summary styles */

#summary {
	margin: 0 10px 0 6px; 
	padding: 5px 0 0 0;
	background: #FFF url(../images/dotted_line.gif) top left repeat-x;	
}




/* Section base content styles */

#basesection img {
	float: right; 
	margin: 0; 
	padding: 0 0 0 10px;
	border: none;
}




/* Base content styles */

#contentbase {
	height: 50px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#contentbase h1 {
	color: #fefefe;
	background-color: #102947;
	font-size: 150%;
	font-weight: 200;
	margin: 0;
	padding: 0.3em 0;
	line-height: 1.1em;
}

#contentbase p {
	color: #fff;
	margin: 0;
	padding: 0 0 0.8em 0.3em ;
}

#contentbase a:link, #contentbase a:visited {
	color: #a3d8f5;
	font-weight: bold;
	text-decoration: underline;
}

#contentbase a:hover {
	color: #205997;
	text-decoration: none;
}

#contentbase_base {
	width: 755px; 
	height: 5px; 
	background: #102947 url(../images/bg_contentbase_base.gif) bottom left no-repeat; 
	margin: 0; 
	padding: 0;
}




/* Container base styles */

#containerbase p {
	padding-bottom: 0.4em;
}

#containerbase a:link, #containerbase a:visited {
	color: #205997;
	text-decoration: none;
}

#containerbase a:hover {
	color: #74a7e0;
	text-decoration: none;
}




/* Footer styles */

#footer p { 
	color: #fff;
	line-height: 1.1em;
	padding: 25px 0 0 10px;
}

#footer p.octopus { 
	color: #eae8e1;
	line-height: 1.1em;
	padding: 5px 0 0 10px;
}

#footer p.octopus a:link, #footer p.octopus a:visited { 
	color: #dcdad2;
}

#footer p.octopus a:hover {
	color: #fff;
	text-decoration: none;
}

#footer img { 
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #eae8e1;
	text-decoration: none;
}

#footer img.compliance { 
	float: right;
	padding: 0 0 0 5px;
}
