/* Pac Harbour CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-image: url('../images/layout/bg.png');
	background-repeat: repeat-x;
}

a {
	color: #2a665d;
	text-decoration: none;
}

a:hover {
	color: #55a3d4;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.greenText {
	color: #006e5e;
}

.greenTextTitle, .greenTextSubTitle {
	font-size: 18px;
	color: #006e5e;
	/*text-transform: uppercase;
	font-weight: bold;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

.greenTextSubTitle {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	color: #006e5e;
}

#greenBG {
	width: 206px;
	height: 33px;
	padding: 6px 0 0 21px;
	color: #FFFFFF;
	background-image: url('../images/layout/greenBG.gif');
	background-repeat: no-repeat;
}

#greenBG a {
	color: #FFFFFF;
}

.divLine, .divLineDate {
	border-top: 1px dotted #a7cdc7;
	/*margin-top: 20px;
	padding-bottom: 12px;*/
	margin-bottom: 15px;
	line-height: 0;
	font-size: 0;
}

/*** Main Containers ************/

#container {
	width: 950px;
	margin: 0 auto;

}

/*** Header *********************/

#headerBar {
	height: 10px;
	background-color: #00ade7;
	border-bottom: 1px solid #fff;
}

#headerHero {
	height: 372px;
	width: 950px;
	background-image: url('../images/layout/header.png');
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
}

#headerHomeButton {
	position: absolute;
	top: 20px;
	right: 60px;
	height: 40px;
	width: 186px;
	cursor: pointer;
}

#headerHeroImage {
	position: absolute;
	top: 135px; 
	left: 35px;
}


/*** Content *******************/

#content {
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

#nav {
	padding: 25px 0 25px 60px;
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	z-index: 10;
}

.navImage {
	padding-bottom: 12px;
	margin-bottom: 14px;
	background-image: url('../images/nav/div.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.navSub, .navSub-in {
	position: relative;
	top: -12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	colo: #000000;
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.navSub a {
	color: #000000;
}

.navSub-in a {
	color: #2a665d;
}

.navSub a:hover {
	color: #2a665d;
}

#navLast {
	background-image: none;
}

#body {
	float: left;
	width: 670px;
	line-height: 180%;
}

#bodyTitle {
	margin: 10px 0;
}

#bodyText {
	padding: 5px 60px 20px 0;
}


/*** Footer *******************/

#footer {

	font-size: 11px;
}

#footerInfo {
	margin-top: 15px;
	padding-left: 60px;
	color: #FFFFFF;
}

#footerInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerInfo a:hover {
	color: #000;
}

#footerLogo {
	float: right;
	padding: 10px 60px 20px 0;

}

/*** Whats On *****************/

.whatsonRow {
	width: 60%;
}

.whatsonTitle {
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.whatsonDesc {
	color: #333333;
	padding: 15px;
}

.whatsonPDF {
	margin-top: 5px;
	
}

.divLineDate {
	border-top: 1px solid #CCCCCC;
}


/*** Gallery *****************/

#galleries {
	float: left;
}

.gallery {
	width: 200px;
	float: left;
	margin-bottom: 25px;
}

.galleryThumb {
	border: 1px solid #333333;
	margin-bottom: 4px;
}

.galleryTitle {
	font-weight: bold;
}

.galleryDate {

}

#galleryPageDesc {
	margin: 10px 0;
	
}


/*** Sale or Trade *****************/

#sales {
	float: left;
}

.sale {
	width: 210px;
	height: 200px;
	float: left;
	margin-bottom: 25px;
}

.saleThumb {
	border: 1px solid #333333;
	margin: 0 15px 15px 0;
}

.saleTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*** Guides *****************/

.guideIcon {
	float: left;
	margin-right: 10px;
}

.guideTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.readMore {
	color: #2a665d;
	font-weight: bold;
	cursor: pointer;
}

.newsContent {
	padding: 10px;
}
.prev-next-links {
	float: right;
}