/* 
	Pemberton Chamber of Commerce
		Copyright: Custom Fit Online Solutions
		Author: Robert Valcourt, Roy McClean
		Date: December 2009
*/

@import url('/css/doc2form.css');
@import url('/css/blog.css');
@import url('/css/calendar.css');

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {  
	background-image: url('/media/115/body-bg.gif');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	color: #3382B4;
	font-size: 20px;
	margin: 25px 0;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 15px;
	margin: 25px 0 6px 0;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3084B3;
	font-size: 14px;
	margin: 25px 0 3px 0;
	text-transform: uppercase;
}
.lesspad {
	margin: 0 0 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 13px;
	margin: 15px 0 1px 0;
	text-transform: uppercase;
}
p {
	margin: 15px 0;	
}
form {
	margin: 0;	
}
.navdown {
	position: absolute;
	top: 300px;
	left: 30px;
}
#sec-image {
	width: 640px;
	height: 360px;
	overflow: hidden;
}
.red {
       font-weight: 600;
       color: #C2463B;
       padding-right: 10px;
       font-size: 1.1em;
}
.iframe-map {
	border: 1px solid #3382B4;
	padding: 2px;
}
#surveyMonkeyInfo iframe {
	height: 2000px !important;
}

/*-------------------------------------------    
	breadcrumbs
-------------------------------------------*/

#primary .crumbs {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#primary .crumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
#primary .crumbs a {
	text-decoration: underline;
	color: #333;
}
#primary .crumbs a:hover {
	text-decoration: none;
	color: #333;
}

/*-------------------------------------------    
	images
-------------------------------------------*/

.image {
	border: 1px solid #3084B3;
	display: block;
        padding: 2px;
}
.image-nb {
	border: 1px solid #3084B3;
	display: block;
        padding: 2px;
	border: none;
}
.image-right {
	margin: 2px 10px 20px 30px; 
	float: right;
	border: 1px solid #3084B3;
	display: block;
        padding: 2px;
}
.image-right-nb {
	margin: 2px 10px 20px 30px; 
	float: right;
	border: none;
	display: block;
}
.image-left {
	margin: 2px 40px 20px 2px; 
	float: left;
	border: 1px solid #3084B3;
	display: block;
        padding: 2px;
}
.image-left-nb {
	margin: 2px 30px 20px 10px; 
	float: left;
	border: none;
	display: block;
}

/*-------------------------------------------    
	header elements
-------------------------------------------*/

.header-logo {
	position: absolute;
	top: 40px;
	left: 0px;
}
.header-join {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*-------------------------------------------    
	weather
-------------------------------------------*/

#mini-weather {
	color: #FFF;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 0px;
	font-weight: 700;
}
#mini-weather img {
	vertical-align: middle;
	margin: 0 8px;
}
#mini-weather a {
	color: #FFF;
	text-decoration: none;
}

/*-------------------------------------------    
	site search
-------------------------------------------*/

#search {
	width: 320px;
	height: 31px;
	background-image: url('/media/130/search-bg.gif');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.search-field {
	background-color: #C0E9FF;
	border: none;
	border: 0px;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 220px;
	padding: 0;
	display: block;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9px;
}
.search-button {
	width: 60px;
	height: 19px;
	position: absolute;
	top: 0px;
	right: 10px;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#navigation {
	width: 310px;
	height: 270px;
	overflow: hidden;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
}
#navigation ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FBA220;
	line-height: 1.3em;
}
#navigation ul li.first {
	border-top: 1px solid #FBA220;
}
#navigation ul li a {
	display: block;
	padding: 8px 0 8px 8px;
	width: 302px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation ul li a.active {
	padding: 8px 0 8px 12px;
	width: 298px;
	color: #C0E9FF;
}
#navigation ul li a:hover {
	background-color: #FBA220;
	text-decoration: none;
}
.subnav .section {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 40px 0 0 8px;
	color: #FBA220;
	line-height: 1em;
	margin: 0;
}
.subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 15px;
}
.subnav ul li {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
.subnav ul li a {
	display: block;
	padding: 8px 0 8px 10px;
	width: 290px;
	color: #B0741E;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.subnav ul li a:hover {
	text-decoration: underline;
}
.subnav ul li span {
	display: block;
	padding: 8px 0 8px 10px;
	width: 290px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.subnav ul li a.active {
	display: block;
	padding: 8px 0 8px 10px;
	width: 290px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.subnav ul li a.active:hover {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #3382B4;
	text-decoration: underline;
}
a:hover {
	color: #3382B4;
	text-decoration: none;
}

/*-------------------------------------------    
	footer CTA
-------------------------------------------*/

.cta1 {
	position: absolute;
	top: 0;
	left: 0;
}
.cta2 {
	position: absolute;
	top: 0;
	left: 160px;
}
.cta3 {
	position: absolute;
	top: 0;
	left: 320px;
}
.cta4 {
	position: absolute;
	top: 0;
	left: 480px;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
#content {
	width: 960px;
	overflow: hidden;
	padding-bottom: 10px;
}
#primary {
	width: 640px;
	float: right;
}
#secondary {
	width: 320px;
	float: left;
	position: relative;
}
#slogan {
	width: 960px;
	height: 40px;
	background-image: url('/media/249/slogan.gif');
	margin: 50px auto 0 auto;
}
#bottom {
	width: 100%;
	padding: 20px 0;
	background-color: #64C4FF;
	margin-top: 15px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer-logo {
	width: 320px;
	float: left;
}
#footer-logo img {
	display: block;
	padding-bottom: 15px;
}
#footer-links {
	width: 640px;
	min-height: 100px;
	float: right;
	position: relative;
	background-image: url('/media/15772/subscribe-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 30px;
	overflow: hidden;
}
#footer-links h2 {
	margin: 0;
	text-transform: none;
	color: #FFF;
}
#footer-links ul {
	padding: 0;
	margin: 80px 0 0 0;
	list-style: none;
	overflow: hidden;
}
#footer-links ul li {
	padding: 0;
	margin: 0;
	line-height: 1em;
	float: left;
	padding-right: 25px;
}
#footer-links ul li a {
	color: #3084B3;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-links ul li a:hover {
	text-decoration: underline;
}
#footer-links p {
	clear: left;
	line-height: 1em;
	margin: 10px 0 0 0;
	padding: 0;
	color: #3084B3;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
#partners ul {
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
#partners ul li {
	padding: 0;
	margin: 35px 0;
        list-style-type: none;
}
#partners ul li img {
        display: block;
        border: none;
}
#primary ul {
        list-style-type: disc; 
        padding: 0 0 2px 15px; 
        margin: 1.5em 0 0 .3em;
}
#primary ul li {
        padding: 0 0 .3em .3em;
}

/*-------------------------------------------    
	subscribe
-------------------------------------------*/

.subscribe-field {
	background-color: #C0E9FF;
	border: none;
	border: 0px;
	position: absolute;
	top: 33px;
	left: 10px;
	width: 220px;
	padding: 0;
	display: block;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9px;
}
.subscribe-button {
	width: 74px;
	height: 19px;
	position: absolute;
	top: 30px;
	left: 250px;
}
.facebook {
	position: absolute;
	top: 22px;
	left: 340px;
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url('/media/15782/facebook.gif');
	background-repeat: no-repeat;
}
.facebook:hover {
	background-position: 0 -36px;
}
.twitter {
	position: absolute;
	top: 22px;
	left: 380px;
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url('/media/15787/twitter.gif');
	background-repeat: no-repeat;
}
.twitter:hover {
	background-position: 0 -36px;
}
.rss {
	position: absolute;
	top: 22px;
	left: 420px;
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url('/media/15792/rss.gif');
	background-repeat: no-repeat;
}
.rss:hover {
	background-position: 0 -36px;
}
#footer-links a.more {
	position: absolute;
	top: 25px;
	left: 480px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.2em;
}

/*-------------------------------------------    
	table layout
-------------------------------------------*/

#primary table.special {
	border: 1px solid #3382B4;
	width: 640px;
}
#primary table.special td {
	padding: 8px;
	text-align: left;
	background-color: #FFFACD;
	font-size: 13px;
	vertical-align: top;
}
#primary table.special tr.blue td {
	background-color: #3382B4;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
#primary table.special tr.orange td {
	background-color: #FBA220;
	font-weight: bold;
	text-transform: uppercase;
}
#primary table.special td.left {
        font-weight: 600;
        border-right: 1px solid #CCC;
        text-transform: uppercase;
}

/*-------------------------------------------    
	table layout
-------------------------------------------*/

#primary #sg_wrapper {
	margin: 0;
}
#primary #sg_wrapper input {
	padding: 4px;
}
#primary #sg_wrapper label {
	padding-right: 40px;
}
#primary #sg_content {
	padding: 0;
}
#primary .sg_TDX {
	text-align: left;
	padding-right: 40px;
}
#primary #sg_wrapper .sg_Rank input {
	border: none;
} 





div#fcfc {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 20px;
}
div#fcfc a {
	color: #3084B3;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	background: url('/media/48569/pcc-cf-logo.gif') no-repeat;
	padding: 0 0 0 38px;
	display: block;
	height: 30px;
}
div#fcfc a:hover {
	text-decoration: underline;
}




























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

