html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background:#8ebcdd url(../img/beach_back.jpg) repeat-y scroll center top;
	font-family:trebuchet-ms,trebuchet ms,trebuchet,arial,helvetica;
	width:100%;
}

p{
	font-size:15px;
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 16px;
}

img{
	border:0px;
}

.container{
	width:100%;
	height:960px;
	min-height:960px;
	position:relative;
}

.content{
	width:960px;
	position:relative;
	margin:0px auto;
	min-height:960px;
}

.logo{
	position:absolute;
	top:45px;
	left:30px;
	width:500px;
	height:124px;
}

.left_brown{
	height:391px;
	width:239px;
	position:absolute;
	top:226px;
	left:78px;
	background:url('../img/left_box.jpg');
}

.mid_brown{
	height:391px;
	width:239px;
	position:absolute;
	top:226px;
	left:379px;
	background:url('../img/mid_box.jpg');
}

.right_brown{
	height:391px;
	width:239px;
	position:absolute;
	top:226px;
	left:680px;
	background:url('../img/right_box.jpg');
}

.mini_image{
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	width:220px;
	height:170px;
}

.mini_image_lower{
	position:absolute;
	top:202px;
	width:220px;
	margin-left:10px;	
}

.mini_text{
	position:absolute;
	top:195px;
	width:220px;
	margin-left:10px;	
}

.mini_text_top{
	position:absolute;
	top:40px;
	width:220px;
	margin-left:10px;	
}

.mini_text_lower{
	position:absolute;
	top:265px;
	width:220px;
	margin-left:10px;	
}

.lower_text{
	position:absolute;
	top:225px;
	width:220px;
	margin-left:10px;	
}

.lower_text_up{
	position:absolute;
	top:200px;
	width:220px;
	margin-left:10px;	
}




.mini_text p, .mini_text_lower p, .mini_text_top p, .lower_text p, .lower_text_up p{
	color:white;
	font-size:13px;
}

.top_button{
	position:absolute;
	left:9px;
	top:10px;
}

.mid_button{
	position:absolute;
	left:10px;
	top:200px;
}

.mini_map{
	position:absolute;
	left:10px;
	top:40px;
}


.bottom_button{
	position:absolute;
	left:10px;
	top:365px;
}

.phone{
	background:url('../img/telephone_beach.jpg');
	background-repeat:no-repeat;
	background-position:5px 9px;
	height:50px;
	width:120px;
	position:absolute;
	left:763px;
	top:72px;
	padding-left:50px;
	padding-top:15px;
}

.phone p{
	color:#122d40;
	font-size:16px;
	font-weight:bold;
}

.strapline{
	position:absolute;
	top:185px;
	left:80px;
	width:880px;
	
}

.strapline p{
	color:#122d40;
	font-size:13px;
}

.footer{
	position:absolute;
	top:630px;
	left:78px;
}

.nav{
	position:absolute;
	top:126px;
	left:535px;
	width:460px;
	height:30px;
}

.nav a{
	margin-left:25px;
	font-weight:bold;
	color:#122d40;
	text-decoration:none;
	font-size:13px;
}

.nav a:hover{
	border-bottom:1px dotted #122d40;
	color:#122d40;
}

.nav a.sel{
	border-bottom:1px dotted #122d40;
	color:#122d40;
}

p.tel{
	margin-top:10px;
	font-size:20px;
	line-height:25px;
}

p.tel a{
	color:white;
	font-size:17px;
	text-decoration:none;
}

.orange{
	color: #76b0d8;
}

table{
	width:220px;
	margin-bottom:10px;
}

td{
	width:50%;
}

td p{
	margin-bottom:5px;
}

.left_arrow{
	float:left;
	margin-top:0px;
}

.right_arrow{
	float:right;
	margin-top:0px;
}


