﻿/* peggys cove region */
*{
	margin:0;
	padding:0;
}

body {
	background:#fff url(/images/big_tile01.jpg) center center;
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
}

a:link {
	text-decoration:none;
	color:#002d5f;
}
a:visited {
	text-decoration:none;
	color:#002d5f;
}
a:hover {
	text-decoration:none;
	color:#001f4b;
}

img {
	border:0px;
}
img.photo {
	padding:2px;
	border:1px solid #003300;
}
img.captha {
	padding:0px;
	border:1px solid #999;
}
img.gallery {
	background:#fff;
	padding:5px;
	padding-bottom:10px;
	border:1px solid #bbb;
	vertical-align:top;
}
img.gallery:hover {
	border:1px solid #333;
}

#peggys-cove-coastal {
	width:100%;
/*
	border:2px solid;
*/
}

/* header */
#logo-container {
	width:100%;
	height:85px;
	background:#fff;
}
#logo {
	width:1000px;
	margin:auto;
}

#header-bar-top {
	width:100%;
	height:14px;
	background:#00133b;
	border-top:1px solid #455880;
	border-bottom:1px solid #455880;
}

/* navigation */
#navigation-bar {
	width:100%;
	height:32px;
	background:#001f4b;
	padding-top:14px;
}
#navigation-bar ul { 
	width:1010px;
	margin:auto;
    list-style-type:none;
	text-align:center;
} 
#navigation-bar ul li {
    display:inline;
} 
#navigation-bar ul li a {
	padding:8px 24px 8px 24px;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#c6d7eb;
	border:1px solid #455880;
}
#navigation-bar ul li a:hover {
	background:#0e305d;
	color:#c4ce91;
	border:1px solid #eee;
}
#navigation-bar ul li a.highlight {
	padding:8px 24px 8px 24px;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	background:#0e305d;
	color:#c4ce91;
	border:1px solid #eee;
}
#navigation-bar ul li a.hightlight:hover {
	background:#0e305d;
	color:#c4ce91;
	border:1px solid #eee;
}

/* banner */
#banner-container {
	width:100%;
	height:338px;
	background:#001f4b url("/images/wave_bg.jpg") no-repeat center center;
	border-top:1px solid #455880;
}
#banner {
	width:1000px;
	height:338px;
	margin:auto;
	padding-top:1px;
}

/* Banner Slideshow */
#slider {
    position:relative;
    width:1000px; /* Change this to your images width */
    height:336px; /* Change this to your images height */
    background:url(/images/loading4.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* Banner Slideshow Control Buttons */
.nivo-controlNav {
	position:absolute;
	left:880px;
	right:0px;
	bottom:5px;
}
.nivo-controlNav a {
	text-indent:-9999px;
	display:block;
	width:22px;
	height:22px;
	background:url(/images/bullets3.png) no-repeat;
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -24px;
}

/* body */
#body-title {
	width:1000px;
	height:55px;
	margin:auto;
	border-bottom:1px solid #C0C0C0;
}
#body-title h1 {
	padding:10px 0px 0px 260px;
	text-align:left;
	font-size:35px;
	font-weight:normal;
	color:#333;
}

#body-container {
	width:999px;
	background:#fff url("/images/big_wave5.png") no-repeat center bottom;
	margin:auto;
	overflow:hidden;
}
#body-left {
	float:left;
	width:249px;
}
#body-left-column {
	background:url("/images/transparent_bg.png");
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	margin-left:10px;
	text-align:center;
}
#body-left-column a {
	text-decoration:none;
	color:#001f4b;
}
#body-left-column a:hover {
	color:#1a55a8;
}
#body-left-column a.highlight {
	text-decoration:none;
	color:#1a55a8;
}
#body-left-column a.highlight:hover {
	color:#1a55a8;
}
#body-left-column a.subnav2 {
	text-decoration:none;
	color:#333;
}
#body-left-column a.subnav2:hover {
	color:#1a55a8;
}
#body-left-column-buttons {
	text-align:center;
}
p.subnav {
	margin:0px 18px 5px 18px;
	padding-bottom:5px;
	border-bottom:1px solid #c0c0c0;
	text-align:left;
	font-size:17px;
	color:#001f4b;
}
p.subnav2 {
	margin:0px 18px 0px 50px;
	padding-bottom:5px;
	border-bottom:1px solid #c0c0c0;
	text-align:left;
	font-size:15px;
	color:#333;
}

#body-home-content {
	float:left;
	width:480px;
	text-align:left;
	font-size:14px;
	color:#222;
	padding:10px;
}
#body-home-content p {
/*line-height: 1.5em;*/
margin: 0px 0px 12px 0px;
/*padding-top:1.0em;*/
/*padding-bottom:1.0em;*/
}

#body-content-crumbs {
	float:left;
	width:730px;
	text-align:left;
	font-size:16px;
	color:#999;
	padding:5px 0px 5px 1px;
}
#body-content-crumbs a {
	text-decoration:none;
	font-size:14px;
	color:#999;
}
#body-content-crumbs a:hover {
	text-decoration:underline;
	font-size:14px;
	color:#999;
}

#body-content {
	float:left;
	width:730px;
	text-align:left;
	font-size:14px;
	color:#222;
	padding:10px;
}
#body-content p {
/*line-height: 1.5em;*/
	margin: 0px 0px 12px 0px;
/*padding-top:1.0em;*/
/*padding-bottom:1.0em;*/
}

/* photo gallery */
#photo-gallery {
	width:725px;
	margin:auto;
}
#photo-gallery ul { 
    list-style:none; 
	text-align:left;
	padding:15px;
	background:#eee;
} 
#photo-gallery ul li {
    display:inline;
	padding-left:14px;
	padding-right:14px;
}

#body-right {
	float:left;
	width:250px;
	text-align:center;
}
#body-right-map {
	padding-top:10px;
	background:#eee;
	border:1px solid #333333;
}

/* footer */
#footer-container {
	clear:both;
	width:100%;
	background:#cecabe url("/images/bottom_tile2.png") no-repeat top center;
}
#footer {
	width:1000px;
	height:100px;
	margin:auto;
}
#footer p {
	padding-top:50px;
	text-align:center;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#555;
	text-decoration:underline;
}
#footer a.footerhighlight {
	color:#666;
	text-decoration:underline;
}
#footer a.footerhighlight:hover {
	color:#666;
	text-decoration:underline;
}

/* contact form */
legend.contact {
	padding:0px 5px 15px 5px;
	margin:0px 0px 0px 10px;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333;
} 
legend.required {
	padding:0px 5px 15px 5px;
	margin:0px 0px 0px 10px;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#600;
} 
legend.success {
	padding:0px 5px 15px 5px;
	margin:0px 0px 0px 10px;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#060;
} 

fieldset.contact {
	border:1px solid #999;
	width:98%;
	background:#fff;
}

label.contact {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}
label.captha {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#009;
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}

input.contact {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	background:#fafafa;
	border:1px solid #ccc;
}
input.contact:hover, input:focus {
	border-color:#999;
	background:#f6f6f6;
}

input.keywordsearch {
	margin:5px 0px 5px 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	background:#fafafa;
	border:1px solid #666;
}
input.keywordsearch:hover, input:focus {
	border-color:#333;
	background:#f6f6f6;
}

select.contact {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
}

textarea.contact {
	color:#000;
	background:#fafafa;
	border:1px solid #ccc;
}
textarea.contact:hover, input:focus {
	border-color:#999;
	background:#f6f6f6;
} 

p.submit input {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	margin-top:10px;
	margin-left:110px;
	padding:2px 12px;
	background:#ddd;
	border:1px outset #ccc;
} 
p.submit input:hover {
	color:#000;
	background:#ccc;
} 

#contact-form {
	width:440px;
	margin:auto;
	padding:0px;
}
#general-contact-form {
	width:660px;
	margin:auto;
	padding:0px;
}

