div#frame {
	height: 590px;
	position: relative;
}

div#top-home {
	/* background: url(/img/homephotos/photo-strip1.jpg) no-repeat; */
}

/* these are randomly served, see index.ctp line 54 */
div.bg1 { background: url(/img/homephotos/photo-strip1.jpg) no-repeat; }
div.bg2 { background: url(/img/homephotos/photo-strip2.jpg) no-repeat; }
div.bg3 { background: url(/img/homephotos/photo-strip3.jpg) no-repeat; }
div.bg4 { background: url(/img/homephotos/photo-strip4.jpg) no-repeat; }


div#footer {
	/* background: url(/img/foot_bg.jpg) no-repeat;  */ /* comment this :::CAR */
	background-color: #cccccc; /* uncomment this :::CAR */
}

div#content {
	height: 264px;
}

div.leftCol {
	margin-top: -19px;
	width: 220px;
}

html>body div.leftCol {
	margin-top: -24px;
}

div.rightCol {
	width: 530px;
	margin: 25px;
}

div#footer {
	height: 129px;
	padding-right: 40px;
}


div#featuredEvents {
	width: 220px;
	text-align: left;

	margin-top: 12px;
}

div#featuredEvents p {
	margin: 0px;
	float: left;
	line-height: 0.9em;
	margin-top: 5px;
}

div#featuredEvents p a .date {
	font-size: 10px;
	/* color: #000000; */ /* comment this :::CAR */
	color: #333333; /* uncomment this :::CAR */
	margin-left: 5px;
}

html>body div#featuredEvents p a {
	white-space: nowrap;
}


div#featuredEvents p.title {
	/* font-variant: small-caps; */ /* comment this :::CAR */
	font-variant: none; /* uncomment this ::::CAR */
	font-size: 11px; /* uncomment this :::CAR */
	font-color: #333; /* uncomment this :::CAR */
	font-weight: bold;
}

div#featuredEvents p a {
	font-size: 11px;
	letter-spacing: .075px;
}

div#webcam {
	float: right;
	position: relative;
	right: -50px;
	top: -20px;

	background-image: url(/img/bg.png);
	padding: 15px;
	margin-left: 5px;
	color: #ffffff;
}

div#webcam h5 {
	margin-bottom: 5px;
	font-size: 0.7em;
}

div#webcam img {
	border: 1px solid white;
}

div#webcam a {
	font-size: 0.6em;
	color: #ffffff;
}

/* contact and enews signup box in footer */

body#home #enewsSignup {
	width: 160px;
}

#enewsSignup ul {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	font-family: arial;
	list-style: none;
	margin: 15px 0 0 15px;
}

#enewsSignup ul li {
	padding: 0 0 2px 0;
}

#enewsSignup form {
	margin: 10px 0 0 15px;
}

#enewsSignup label {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	font-family: arial;
}

#enewsSignup div.field input {
	width: 130px;
}

#enewsSignup div.submit input {
	float: right;
	margin: 2px 12px 0 0;
}

#enewsSignup img {
	display: none; /* uncomment this :::CAR */
}

