/* global */
html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background: #FFF url(../images/background.jpg);
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	color: #7C9D49;
	border-color: #B5CA91;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
h3 {
	font-family: arial, sans-serif;
	text-decoration: underline;
	font-size: 110%;
	background: transparent;
	color: #67705A;
	border-color: #B5CA91;
}
img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 20px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	background: #FFF;
	color: #67705A;
	border-color: #D7D7D7;
}
/* unordered list */
ul {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 24px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* main container */
#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(../images/back.png) repeat-y;
	color: #67705A;
}
#mainpopup {
	background-color: #ffffff;
	position: relative;
}
/* links above the logo / footer */
#links, #footer {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}
#links {
	text-align: right;
}
#footer {
	text-align: center;
}
#links a, #footer a, #subfooter a {
	text-decoration: none;
}
#links a:hover, #footer a:hover, #subfooter a:hover {
	text-decoration: underline;
}
#links, #footer {
	background: #888 url(../images/menu.png);
	color: #FFF;
	border-color: #D7D7D7;
	list-style-type: none;
}
#links a, #footer a, #links a:hover, #footer a:hover {
	background: transparent;
	color: #FFF;
}
#subfooter {
	text-align: center;
	font-size: 0.8em;
	text-align: center;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}


/* banners */
#banner1 {
	background: #FFF url(../images/banner1.jpg) no-repeat;
	color: #67705A;
}
#banner2 {
	background: #FFF url(../images/banner2.jpg) no-repeat;
	color: #67705A;
}
#banner3 {
	background: #FFF url(../images/banner3.jpg) no-repeat;
	color: #67705A;
}
#banner4 {
	background: #FFF url(../images/banner4.jpg) no-repeat;
	color: #67705A;
}
#banner5 {
	background: #FFF url(../images/banner5.jpg) no-repeat;
	color: #67705A;
}
#banner6 {
	background: #FFF url(../images/banner6.jpg) no-repeat;
	color: #67705A;
}
#banner7 {
	background: #FFF url(../images/banner7.jpg) no-repeat;
	color: #67705A;
}
#banner8 {
	background: #FFF url(../images/banner8.jpg) no-repeat;
	color: #67705A;
}
#banner1, #banner2, #banner3, #banner4, #banner5, #banner6, #banner7, #banner8 {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 150px;
	text-align: left;
}
#banner1 h1, #banner2 h1, #banner3 h1, #banner4 h1, #banner5 h1, #banner6 h1, #banner7 h1, #banner8 h1 {
	margin: 0px;
	padding: 64px 0px 0px 19px;
	font-size: 150%;
	letter-spacing: .2em;
	background: transparent;
	color: #FFF;
}
/* logos */
#mainlogo {
	position: relative;
	top: 20px;
	left: 10px;
}
/* navigation menu */
#menu {
	background: #888 url(../images/menu.png);
	height: 42px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	border-color: #D7D7D7;
}
#menu ul {
	margin: 0px auto;
	list-style-type: none;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li a {
	display: block;
	float: left;
	height: 37px;
	text-decoration: none;
	padding: 3px 19px 2px 19px;
	color: #FFF;
	border-color: #D7D7D7;
	text-transform: uppercase;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover {
	background: #FFF url(../images/menu_hover.png);
	color: #67705A;
}
/* main content */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	background: transparent;
	color: #67705A;
}
/* column 1 - contains sidebar items */
#column1 {
	text-align: center;
	width: 207px;
	float: right;
	/*padding: 16px 0px 15px 0px;
*/
}
.sidebaritem {
	text-align: left;
	width: 188px;
	float: left;
	background: transparent;
	color: #67705A;
	/*margin: 0px 0px 25px 0px;
*/
}
.sidebaritem a, .sidebaritem a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #8EA376;
}
.sidebaritem a:hover {
	background: transparent;
	color: #67705A;
}
.sbihead {
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
	background: #FFF url(../images/side.png);
	color: #67705A;
}
.sbihead h1 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 112%;
	background: transparent;
	color: #67705A;
}
.sbicontent {
	/*padding: 14px 8px 8px 19px;
original */
	padding: 14px 8px 8px 15px;
}
.sbicontent p {
	line-height: 14px;
	/*padding: 0px 0px 8px 0px;
*/
/* original */
	/*padding: 0px 0px 8px 0px;
*/
}
.sbicontent h4 {
	font-family: arial, sans-serif;
	text-decoration: none;
	font-size: 170%;
	background: transparent;
	color: #67705A;
	/*text-transform: uppercase;
*/
}
.sbiaddressbox {
	/*padding: 14px 8px 8px 19px;
original */
	padding: 14px 8px 8px 15px;
}
.sbiaddressbox p {
	line-height: 14px;
	text-align: center;
	/*padding: 0px 0px 8px 0px;
*/
/* original */
	/*padding: 0px 0px 8px 0px;
*/
}
.sbilinks {
	padding: 0px;
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a , .sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 188px;
	border: 0px;
}
.sbilinks li a {
	background: #FFF url(../images/link.png);
	color: #67705A;
}
.sbilinks li a:hover {
	background: #DBE1D1;
	color: #7C9D49;
}
/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 512px;
	float: left;
	padding: 12px 3px 15px 19px;
	background: transparent;
	color: #67705A;
}
#column2 h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	/*color: #8EA376;
*/
/*light green */
	color: #7c9d49;
/*bright green */
	border-color: #B5CA91;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
}
#column2 h2 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	color: #000;
	border-color: #B5CA91;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
.column2head {
	text-align: justify;
	width: 512px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.column2pics {
	text-align: center;
	width: 200px;
/*100 orig*/
	float: left;
	margin: 0px 0px 25px 0px;
}
.column2detail {
	text-align: justify;
	width: 280px;
	float: right;
	margin: 0px 0px 25px 0px;
}
.column2footer {
	text-align: justify;
	width: 512px;
	float: right;
	margin: 0px 0px 25px 0px;
}
#column2 a, #column2 a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
	color: #8EA376;
}
#column2 a:hover {
	background: transparent;
	color: #67705A;
}
.column2list ul {
	margin: 0px 0px 28px 0px;
	padding: 0px;
}
.column2list ul li {
	list-style-type: square;
	margin: 0px 0px 10px 28px;
	padding: 0px;
}
/* contact page - form layout */
form {
	margin-top: 0px;
}
div.row {
	clear: both;
	width: 448px;
}
div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}
div.row span.forminput {
	float: right;
	text-align: right;
}
div.spacer {
	clear: both;
	width: 80px;
}
input, textarea {
	width: 259px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
	background: #FFF;
	color: #67705A;
	border-color: #B5CA91;
}
.hidden {
	visibility: hidden;
}
.submit, .clear {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
	font-size: 100%;
}
/* misc classes */
.photo {
	margin: 0 auto;
	border: 1px solid silver;
	padding: 3px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.photowithpopup {
	margin: 0 auto;
	border: 1px solid silver;
	padding: 3px;
	background-color: #FFFFFF;
	margin-top: 10px;
	cursor: pointer;
}
.celebrate {
	font: normal 120% verdana, arial, sans-serif;
	color: #67705A;
}
.offers {
	font: normal 120% verdana, arial, sans-serif;
	color: #67705A;
}
.announce {
	font: italic 160% verdana, arial, sans-serif;
	color: #67705A;
}
.cliffburylogo {
	font: normal 48px verdana, arial, sans-serif;
	color: #67705A;
	padding: 0px 0px 0px 0px;
}
.aligncenter {
	text-align: center;
}
.blackbold {
	color: #000;
	font-weight: bold;
}
.red {
	color: red;
}
.underline {
	text-decoration: underline;
}
                               