@charset "utf-8";

/**
* defaults
*/

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	border:0;
	line-height:1.2;
	font-weight:normal;
}

ul,ol{
	list-style:none;	
}

h2{
	font-size:1.6em;
	color:#F3953B;
	padding-bottom:10px;
}

h3{
	font-size:1.4em;
	color:#00d6ec;
	padding-bottom:10px;
}

p{
	font-size:1.1em;
	padding-bottom:10px;
	line-height:1.3;
}

a,
a:link,
a:visited,
a:hover{
	color:#F9A83B;
}


/**
* structural
*/

#body{
	background:#A2EBF1;
	font-size:62.5%;
	font-family:Verdana, Geneva, sans-serif;
	color:#434343;
}

#outer{
	background:#FFF;
	width:960px;
	margin:0 auto;
}

#header{
	padding:20px;	
}

#content{
	padding:0 12px 0 18px;	
}

/* home page specific */
body.home #colA{
	float:left;
	width:695px;
}

body.home #colB{
	float:right;
	width:230px;
}

/* end home page specific */

/* sub page specific */
body.sub #colA{
	float:left;
	width:180px;
	margin-right:20px;
}

body.sub #colB{
	width:465px;
	float:left;
}

body.sub #colC{
	float:right;
	width:230px;
}

/* end home page specific */

/**
* logo
*/

#logo{
	float:left;	
}

#logo h1{
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	width:223px;
	height:127px;
}

/**
* topnav
*/

#membernav{
	float:right;
	clear:right;
	padding-top:65px;
}

#membernav li{
	float:left;
	border-right:1px solid #434242;
	padding:0 8px;
}

#membernav li.last{
	border:0;	
}

#membernav a,
#membernav a:link,
#membernav a:visited{
	display:block;
	text-align:center;
	color:#434242;
	font-size:1.2em;
	text-decoration:none;
}

#membernav li.selected a,
#membernav li.selected a:link,
#membernav li.selected a:visited,
#membernav a:hover{
	color:#828181;
}


/**
* topnav
*/

#topnav{
	float:right;
	clear:right;
	padding-top:15px;
}

#topnav li{
	float:left;
	border-right:1px solid #45BDD8;
	padding:0 8px;
}

#topnav li.last{
	border:0;	
}

#topnav a,
#topnav a:link,
#topnav a:visited{
	display:block;
	text-align:center;
	color:#45BDD8;
	font-size:1.6em;
	text-decoration:none;
}

#topnav li.selected a,
#topnav li.selected a:link,
#topnav li.selected a:visited,
#topnav a:hover{
	color:#F3953B;
}

/**
* home banner
*/

body.home #banner{
	background:url(images/home-banner.jpg) no-repeat;
	height:245px;
	text-indent:-9999px;
}

/**
* homepage boxes
*/

#homepageboxes{
	width:707px;
	overflow:hidden;
}

#homepageboxes div.left,
#homepageboxes div.right{
	width:330px;
	background:url(images/home-page-box-top.png) no-repeat 0 30px;
	overflow:hidden;
}

#homepageboxes div.left div.bottom,
#homepageboxes div.right div.bottom{
	background:url(images/home-page-box-bottom.png) no-repeat 0 0;
	height:8px;
	overflow:hidden;
}

#homepageboxes div.left{
	float:left;
}

#homepageboxes div.right{
	float:right;
	margin-right:27px;
}

#homepageboxes div h2{
	float:left;
	clear:right;
	padding:0 30px 19px 0;
	background:url(images/arrow-blue.png) no-repeat right 8px;
	color:#45BDD8;
}

#homepageboxes div p{
	float:none;
	clear:both;
	font-size:1.2em;
	line-height:1.5;
	color:#434343;
	padding:6px 13px 0 13px;
	margin:0;
	background:url(images/home-page-box-repeat.png) repeat-y 0 0;
}

#homepageboxes p a,
#homepageboxes p a:link,
#homepageboxes p a:visited{
	display:block;
	color:#434343;
	text-decoration:none;
}

#homepageboxes p.button{
	text-align:right;	
}

#homepageboxes p.button a,
#homepageboxes p.button a:link,
#homepageboxes p.button a:visited{
	display:block;
	background:url(images/link-lozenge-view-more.png) no-repeat right top;
	text-decoration:none;
	padding:3px 35px 8px 10px;
	color:#FFF;
	font-size:1.1em;
}

/**
* subnav
*/

#subnav{
	width:176px;
}

#subnav h2{
	float:left;
	clear:right;
	padding:0 30px 5px 0;
	background:url(images/arrow-blue.png) no-repeat right 8px;
	color:#6AC8DF;
}

#subnav dl{
	background:url(images/subnav-bottom.png) no-repeat left bottom;
	padding:0 0 10px 0;
}

#subnav dt{
	background:url(images/subnav-top.png) no-repeat left 8px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
}

#subnav dt a,
#subnav dt a:link,
#subnav dt a:visited{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:15px 10px 9px 10px;
}

#subnav dd{
	background:url(images/subnav-repeat.png) repeat-y;
	padding:3px 3px 0 3px;
}

#subnav dd a,
#subnav dd a:link,
#subnav dd a:visited{
	display:block;
	text-decoration:none;
	padding:3px 9px 3px 20px;
	background:url(images/bullet-grey.png) no-repeat 9px 7px;
}

#subnav li a,
#subnav li a:link,
#subnav li a:visited
{
	color:#5B5B5B;
	text-decoration:none;
	font-size:1.1em;
}

#subnav li a:hover,
#subnav li.selected a,
#subnav li.selected a:link,
#subnav li.selected a:visited,
#subnav li.selected a:hover{
	color:#F2963B;
	background:url(images/bullet-orange.png) no-repeat 9px 7px;
}

/**
* breadcrumb
*/

#breadcrumb{
	padding-bottom:10px;
}

#breadcrumb ul{
	padding:0;
}

#breadcrumb li{
	float:left;
	padding:0 12px 0 5px;
	background:url(images/bullet-breadcrumb.png) no-repeat right 2px;
	font-size:0.9em;
}

#breadcrumb li.first{
	padding-left:0;	
}

#breadcrumb li.last{
	background:none;	
}

#breadcrumb li a,
#breadcrumb li a:link,
#breadcrumb li a:visited{
	color:#A9A6A6;
	text-decoration:none;
}

#breadcrumb li a:hover{
	text-decoration:underline;	
}

#breadcrumb li.last a,
#breadcrumb li.last a:link,
#breadcrumb li.last a:visited{
	color:#6AC8DF;	
}

#breadcrumb li.last a:hover{
	color:#6AC8DF;
	text-decoration:underline;
}


/**
* latest beach cleans & what's new
*/

div.latest dl{
	padding:0 0 9px 0;	
}

div.latest dt{
	clear:right;
	padding:0 30px 16px 0;
	font-size:1.6em;
	font-weight:normal;
}

div.latest dd{
	padding:4px 13px 5px 13px;	
	font-size:1.1em;
	clear:both;
}

div.latest dd a,
div.latest dd a:link,
div.latest dd a:visited
{
	color:#5B5B5B;
	text-decoration:none;
	background:url(images/bullet-grey.png) no-repeat left 4px;
	padding-left:10px;
}

div#latestcleans{
	background:url(images/right-box-green-top.png) no-repeat 0 3px;
	padding:0 0 9px 0;
}

div#latestcleans dl{
	background:url(images/right-box-green-bottom.png) no-repeat left bottom;
	margin-bottom:10px;
}

div#latestcleans dt{
	color:#8FCA94;		
}

div#latestcleans dd{
	background:url(images/right-box-green-repeat.png) repeat-y;	
}

div#latestcleans dd a:hover
{
	background:none;
	color:#8FCA94;
	background:url(images/bullet-green.png) no-repeat left 4px;
}

div#whatsnew{
	background:url(images/right-box-mauve-top.png) no-repeat 0 5px;
	padding-top:0px;
}

div#whatsnew dl{
	background:url(images/right-box-mauve-bottom.png) no-repeat left bottom;
	padding-top:0px;
	padding-bottom:8px;
}

div#whatsnew dt{
	color:#CC99BB;
	padding-bottom:20px;
}

div#whatsnew dd{
	background:url(images/right-box-mauve-repeat.png) repeat-y 0 0;	
}
div#whatsnew dd a:hover
{
	color:#CC99BB;
	background:url(images/bullet-mauve.png) no-repeat left 4px;
}

/**
* footer
*/

#footer{
	background:url(images/footer.png) no-repeat 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	padding:40px 20px 10px 20px;
	margin-top:40px;
	color:#B9B8B9;
}

#footer.home{
	background:url(images/footer-home.png) no-repeat 20px 0;
	padding:10px 20px 10px 20px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover{
	color:#B9B8B9;
}

#copyright{
	float:left;	
}

#credits{
	float:right;	
}

/**
* misc
*/

div.clear{
	float:none;
	clear:both;
	height:1px;
	overflow:hidden;
}

/**
* starfish
*/

#starfish{
	position:absolute;
	width:450px;
	background:url(images/starfish-fact-top.jpg) no-repeat;
	padding:8px 0 0 0;
	margin:0 0 0 40px;
	height:auto;
}

#starfish p{
	background:url(images/starfish-fact-repeat.jpg) repeat-y;
	padding:0 10px;
}

#starfish div.bottom{
	background:url(images/starfish-fact-bottom.jpg) no-repeat;
	height:22px;
	overflow:hidden;
}

/**
* forms
*/

div.formwrapper{
	border-top: 1px solid #9f9f9f;
	background: #f7f7f7;	
}

form.kamValidate{
	border-top: 1px solid #e1e1e1;	
	color: #828181;
	margin-top: 0;
}

form.kamValidate p{
	font-weight: bold;	
}

form.kamValidate p.error{
	color: #F00;	
}

form.kamValidate fieldset{
	border: 0;
}

form.kamValidate label.kamFieldLabel{
	width: 100px;
	display: block;
	float: left;
	padding-top: 10px;
}

form.kamValidate label.kamRadio input{
	width: 10px;	
	margin-left: 0;
}

form.kamValidate input,
form.kamValidate textarea,
form.kamValidate select{
	width: 250px;
	margin-top: 5px;
}

form.kamValidate input.kamSelected,
form.kamValidate textarea.kamSelected{
	border: solid 2px #00d6ec;
}

form.kamValidate input.kamSubmit{
	margin: 20px 0 0 288px;
	width: 100px;
}

form.kamValidate div.kamCheckBox div.kamInput{
	float:left;
	width: 300px;
}

form.kamValidate div.kamCheckBox div.kamInput label.kamCheckBox{
	float:left;
	clear:left;
}

form.kamValidate div.kamCheckBox div.kamInput input{
	width: 10px;
}

form.kamValidate div.kamSingleCheckBox input{
	width: 10px;
}

form.kamValidate div.kamSingleCheckBox label{
	width: 300px;
}

/**
* beachclean display
*/

div.areacleanups{
	margin-top: 10px;	
}

div.cleanupsummary div.details{
	border-bottom: 1px solid #eae9e9;
	padding-bottom: 20px;
	margin-bottom: 15px;
	color: #828181;
}

div.cleanupsummary div.last{
	border-bottom: 0;
}

div.cleanupsummary div.details p{
	padding-bottom: 5px;
}
