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

/* set up page */
BODY {
	background-color : #F7E5D4;
	text-align: center;
	line-height : 16px;
	font-size : 13px;
	color : #996633;
	font-family : "lucida sans unicode", "lucida sans", verdana, arial;
} 
.border {
	width : 750px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 

/* set up text */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
} 
.clearleft {
clear : left; 
} 
h1, h2, h3, h4 {
	text-align : left;
	font-weight : bold;
} 
h1 {
	font-size : 14px;
	
} 
h2 {
	font-size : 14px;
} 
h3 {
	font-size : 14px;
	font-weight: bold;
	color: #666666;
} 
h4 {
font-size : 0.9em; 
color : #ff6600; 
} 

P, ul {
	font-size : 13px;
	line-height : normal;
	text-align : left;
} 

/* main links */

 a:link{
	color: #009900;
	text-decoration: underline;
}
A,A:link,A:visited,A:active {
	color: #996633;
	text-decoration: underline;
}

/* top nav */

#topnav {
	height: 32px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7E5D4;
}


div.menu-left {
	left:0px;
	top:0px;
	width:32px;
	height:33px;
	float: left;
	background-image: url(images/menubk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.menu-kelvin {
	left:32px;
	top:0px;
	width:188px;
	height:33px;
	float: left;
}

div.menu-boydens {
	left:220px;
	top:0px;
	width:179px;
	height:33px;
	float: left;
}

div.menu-right {
	left:399px;
	top:0px;
	width:351px;
	height:33px;
	float: right;
	background-image: url(images/menubk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* mast */

.mast {
	text-align: right;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/gull.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	
/* navbar */
} 
.navbar {
	clear : both;
	text-align: center;
	width: 560px;
	float: right;
	background-color: #FFFFFF;
	font-family: "Comic Sans MS", "lucida sans unicode", "lucida sans", verdana, arial;
} 

/*main section */

.main {
	width : 750px;
	text-align : center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(images/beach4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.leftsection {
	width: 180px;
	/*min-height:400px;
	height:400px;*/
	float: left;
	margin-bottom: 128px;
}

/*div[boxleft] .leftsection {
   height:auto;
   } */

.rightsection {
	width: 560px;
	float: right;
	padding-top: 15px;
}
.centretext {
	float: left;
	width: 150px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 15px;
	text-align: left;
}
.righttext {
	float: right;
	width: 385px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 15px;
}

.contenttext {
	float: right;
	width: 535px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 15px;
}
.hometext {
	padding-top: 60px;
	text-align: center;
}
p.right {
	text-align: right;
	padding-top: 40px;
}

.right {
	text-align: right;
}


/* footer */

.footer {
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
}

.footer .address{
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

.footer .phone{
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.footer a:link{
	color: #666666;
	text-decoration: underline;
}
.footer a:hover, a:visited{
	color: #009900;
	text-decoration: underline;
}
.green{
	color: #009900;	
}
.grey{
	color: #666666;
}
.imageleft {
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	width: 255px;
}
.desc {
	text-align: center;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 260px;
	padding-right: 5px;
	vertical-align: top;
}
.navlist {
	list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 4px;
}
.navlist li {
list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
	list-style-position: outside;
}
.navlist a:hover {
	color: #996633;
}	
	

.centre {
	text-align: center;
}
.imgright {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.red {
	color: #FF0000;
}
td {
	text-align: left;
}
