
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #00C2F9;
}


td
{
	font-size: 0.7em;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #002F66;
	font-size: 0.7em;
}


/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #00C2F9;
	font-size: 1em;
	text-decoration: underline;
}


a:hover
{
	color: #000;
	font-size: 1em;
}

a:visited
{
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}




/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #135C97;
	font-size: 0.6em;
	font-weight: bold;
	margin-top: 0px;
}



h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #00C2F9;
}


#news h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #00C2F9;
	margin-left: 15px;
}


#breakouts h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #00C2F9;
	margin-left: 10px;
	margin-top: 3px;
}

#breakouts h3
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #FCA8CC;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 3px;
}



/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}


/*
	Page header top area - main
*/

#header
{
	background-color: #fff;
	width: 770px;
	height: 158px;
	background-image: url("images/menu_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
}


/*
	Page header top area - main
*/

#image-logo
{
	height: 129px;
	text-align: right;
	padding-top: 5px;
	padding-right: 12px;
	background-image: url("images/headerphotos/1.jpg");
	background-repeat: no-repeat;
}




/*
	White Breakout Links
*/

a.white:link, a.white:active
{
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}


a.white:hover
{
	color: #FFB2D7;
	font-size: 0.8em;
}

a.white:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

a.white:visited:hover
{
	color: #FFB2D7;
	font-size: 0.8em;
}








/*
	Page Content Container (main page)
*/

#page-content
{
	width: 770px;
	margin-top: 20px;
	padding:0;
}


/*
	Left Column (main page)
*/

#left-column
{
	float: left;
	display: inline;
	width: 478px;
	margin-bottom: 0px;
}



/*
	Right Column (main page)
*/

#right-column
{
	float: right;
	width: 272px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.right-column-white
{
	width: 272px;
	margin: 0;
	padding: 0;
	background-color: #fff;	
}





/*
	Content Areas for Homepage
*/


/* Welcome box and P def */

#welcome
{
	width: 478px;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}


#welcome p
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}



/* News and what's On box */

#news
{
	width: 478px;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}



/* News and what's On box */

#news p
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}


/* Headlines within News */

#headlines
{
	float: left;
	width: 450px;
}


/* What's On within News */

#whats-on
{
	width: 235px;
	padding: 0 0 0 15px;
	background-color: #fff;
}

#camping
{
	width: 235px;
	padding: 0 0 0 15px;
	background-color: #fff;
}


/* Kids at Crick promo box */

#kids
{
	height: 241px;
	background-image: url("images/kids_bg.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

#kids p
{
	color: #fff;
	font-weight: bold;
	margin-left: 140px;
	margin-top: 120px;
	margin-right: 5px;
}





/* Breakout boxes */

#breakouts
{
	width: 272px;
	background-color:#00C2F9;
}


#breakouts-left
{
  float: left;
  width: 130px;
background-color:#00C2F9;
}

#booknow
{
	width: 130px;
	background-color: #8E093D;
}

#musicatcrick
{
	width: 130px;
  margin: 10px 0 0 0;
  padding: 0;
	background-color: #fff;
}

#musicatcrick .indent
{
  padding: 0 0 0 10px;
}


#exhibitors
{
  float: right;
	width: 130px;
	background-color: #8E093D;
}



#booknow p
{
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
}

#exhibitors p
{
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
}








.spacer
{
	height: 20px;
	background-color: #00C2F9;
	margin:0;
	padding:0;
}










/*
	Page footer area
*/

#page-footer
{
	background-color: #fff;
	width: 770px;
	height: 137px;
	background-image: url("images/footer_bg.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 15px;
}


#page-footer p
{
	margin-top: 8px;
	padding-left: 15px;
	padding-top: 95px;
	color: #00C2F9;
	float: right;
	margin-right: 15px;
}


.bw-logo
{
	float: left;
	margin-top: 85px;
	margin-left: 15px;
}

.ws-logo
{
	float: left;
	margin-top: 91px;
	margin-left: 15px;
}

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
	margin: 0;
	padding: 0;
}

.img_right {
	float:right;
	padding:0px 5px;
}

#competition-boats-ad {
	margin-top: 15px;
	background:  url(images/competition-boats-banner1.jpg) no-repeat ;
	height: 185px;
	padding:0px 15px 0px 340px;
	text-align:center;
}

#competition-boats-ad a, #competition-boats-ad a:visited {
	color:#fff;
	text-decoration:none;
}

#competition-boats-ad a:hover {
	color:#fff;
	text-decoration:underline;
}

#competition-boats-ad p {
	font-size:20px;
	line-height:1.75em;
	margin-bottom:10px;
}

#competition-boats-ad img {
}

.comp_butt {
	margin:10px;
}
