/***** PRIMARY COLOR VALUES *****/
/* RED --> background-color: #FFDFDF; color: #7F3F3F; border: 1px solid #7F3F3F;*/
/* YELLOW --> background-color: #FFFCDF; color: #7E7F3F; border: 1px solid #7E7F3F;*/
/* GREEN --> background-color: #DFFFDF; color: #316F30; border: 1px solid #316F30;*/
/* BLUE --> background-color: #EDF4FC; color: #21446B; border: 1px solid #21446B;*/
/***********************/
html {
	text-align: center; /* fixes IE center alignment bug */
	font-size:100.01%; 
	margin: 0 0 1px 0; /* ensures vertical scroll bar */
	min-height: 100%; /* ensures vertical scroll bar */
	padding: 0;
	background-color: #667268;
	}
body {
	text-align: left; /* fixes IE center alignment bug */
	margin: 0;
	padding: 0;
	font: .9em/1.3em Georgia, "Times New Roman", serif;
	background-color: transparent;
	}
p {margin: 0 0 1.5em 0}
p:last-child {margin: 0}
a, a:link, a:visited, a:active, a:hover {text-decoration: underline; border: none}
a, a:link, a:visited  {color: #AE110C}
a:active, a:hover {color: #000}
img {border: none}
input {font: 12px/100% Verdana, sans-serif;color: #494949}
input:hover, textarea:hover {background-color: #FFF} 
input:focus, textarea:focus {background-color: #FFFFCF}
input:focus:hover, textarea:focus:hover {background-color: #FFFFCF} 
input, textarea {border: 1px solid #999}
textarea, select {
	font: 12px/160% Verdana, sans-serif;
	color: #494949;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	}
h1 {font-size: 240%; color: #111}
h2 {font-size: 200%; color: #111}
h3 {font-size: 150%}
h4 {font-size: 130%}
h5 {font-size: 120%}
h6 {font-size: 110%}
li {list-style-position: outside}
fieldset {
	border: 1px solid #B5B5B5;
	margin-bottom: 1em;
	}
legend {
	border: 1px solid #B5B5B5;
	padding: .4em 1em;
	}
.mugshot {
	display: block; 
	border: 1px solid #CFCFCF; 
	float: left; 
	overflow: hidden;
	}
.mugshot img {display: block}
.clear {display: block; clear: both}
.hidden {display: none}
a.more {text-align: right; display: block; float:right;}/* for "Continue Reading..." links */
.noborder {border: none}/* IE and Opera: used to override input border property on radio buttons and check boxes */

#wrapper {
	position: relative;
	padding: 0;
	width: 910px;
	background: transparent;
	background: #667268 url(images/slice-01.jpg) 50% 50% repeat-y;
	margin: 0 auto;
	}	
#content {
	padding: 0 9px 9px 9px;
	}
#content-body {
	padding: 0 15px 15px 15px;
	background-color: transparent;
	}
	
.section {
	border-top: 1px solid #666;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	}	

.sub-section {
	border-top: 1px dotted #999;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	}
	
body#two #content-body	{
	width: 646px;
	float: left;
	overflow: hidden;
	}
#sidebar {
	width: 186px;
	padding: 0 15px 15px 15px;
	float: right;
	overflow: hidden;
	}	
#sidebar,
#sidebar h1, 
#sidebar h2, 
#sidebar h3, 
#sidebar h4 {
	color:#2F4107;
	}
	
	#sidebar a, #sidebar a:link, #sidebar a:visited  {color: #000000}
	#sidebar a:active, #sidebar a:hover {color: #AE110C}	
	
#sidebar p {margin-bottom: .6em;}

#sidebar .block {
	margin: 16px 0;
	border-bottom: 1px solid #2F4107;
	}

#navigation {
	position: absolute;
	top: 217px;
	left: 113px;
	}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation ul li a img {
	display: block;
	height: 37px;
	}
#navigation,
#navigation ul {
	width: 332px;
	}

#navigation ul li {
	float: left;
	}
#navigation ul li img {width: 100%;}

#navigation ul li.about {background: transparent url(images/about.jpg) 0 0 no-repeat;width:98px;}
#navigation ul li.connect {background: transparent url(images/connect.jpg) 0 0 no-repeat;width:95px;}
#navigation ul li.grow {background: transparent url(images/grow.jpg) 0 0 no-repeat;width:70px;}
#navigation ul li.serve {background: transparent url(images/serve.jpg) 0 0 no-repeat;width:69px;}
		
#navigation ul li.about a:hover img {background: transparent url(images/about-h.jpg) 0 0 no-repeat;width:98px;}
#navigation ul li.connect a:hover img {background: transparent url(images/connect-h.jpg) 0 0 no-repeat;width:95px;}
#navigation ul li.grow a:hover img {background: transparent url(images/grow-h.jpg) 0 0 no-repeat;width:70px;}
#navigation ul li.serve a:hover img {background: transparent url(images/serve-h.jpg) 0 0 no-repeat;width:69px;}

/* CONTENT IMAGES */
.pdf-link {
	width: 100px;
	border: 1px solid #CFCFCF;
	}
.pdf-link img {
	margin: 0 auto 4px auto;
	display: block;
	}
.pdf-link .cutline {
	display: block;
	text-align: center;
	}	
.content-image {
	padding: 10px; 
	border: 1px solid #B5B5B5; 
	margin: 0 0 10px 0; 
	background: #FFF;
	-webkit-box-shadow: 2px 2px 6px #B5B5B5;
	}
.content-image img {
	display: block;
	border: 1px solid #B5B5B5; 
	}
.pdf-link.right,	
.content-image.left {
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 10px 11px 10px 10px; 
	}
.pdf-link.right,
.content-image.right {
	float: right;
	margin: 0 0 10px 10px; 
	padding: 10px 11px 10px 10px; 
	}	
.content-image .cutline {
	display: block;
	color: #666;
	margin-top: .3em;
	}
.content-image .cutline.center {
	text-align: center;
	}
.content-image .cutline.right {
	text-align: right;
	}

/* FOOTER */
#footer {
	text-align: center;
	padding: 10px;
	margin: 0 5px;
	background-color: #98B259;
	color: #616F3E;
	}	
#footer-navigation h2 {display: none;} /* present for those with CSS disabled */
#footer a, 
#footer a:link,
#footer a:visited {
	color: #444;
	display: inline;
	}
#footer-navigation {}
#footer-navigation a:link,
#footer-navigation a:visited {
	color: #444; 
	text-decoration: none;
	background-color: #C9C9C8;
	border: 1px solid #A0A0A0;
	padding: .2em .5em;
	-webkit-border-radius: 4px;/* SAFARI CSS3*/
	}
#footer a:active, #footer a:hover {
	color: #FFF; 
	background: #444;
	text-decoration: none;
	}
#footer-navigation ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
	}
#footer-navigation ul li {
	display: inline; 
	padding: 0;
	}
#footer-credits {
	padding-top: 10px;
	font-size: .9em;
	}
	
/* CONTENT AREAS */
body#two #main-content,
body#three #main-content,
#left-column,
#right-column {
	float: left;
	}
#left-column {
	width: 190px;
	padding-right: 10px;
	}
#right-column {
	width: 190px;
	padding-left: 10px;
	margin-top: 10px;
	}	
body#two #main-content {
	width: 649px;
	padding-right: 10px;
	border-right: 1px solid #111;
	}


/* RIGHT-COLUMN */
#primary-navigation {margin-bottom:20px;}
#primary-navigation h2 {display: none;} /* present for those with CSS disabled */
#primary-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#left-column #primary-navigation ul {
	text-align: right;
	}	
#primary-navigation ul ul {
	margin-left: 15px;
	}
/* CONTACT INFO */
#contact-info {
	margin-top: 20px;
	border-top: 1px solid #111;
	padding-top: 10px;
	}
#contact-info h2 {font-size: 1.5em;}
#contact-info p {margin-bottom: .5em;}
/* GALLERY */	
.gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.gallery ul li {
	float: left;
	margin: 0 6px 6px 0;
	}
	
.gallery ul li img {display: block;}	
/*RATES*/
div.rates {
	margin-bottom: 2em;
	}
div.rates h2 {
	font-size: 150%;
	}
table.rates {
	border: 1px solid #000;
	margin-bottom: 1em;
	}
table.rates th {
	background-color: #CFC39B;
	padding: 6px;
	border-bottom: 1px solid #000;
	}

table.rates td {
	border-bottom: 1px solid #CFCFCF;
	padding: 6px;
	}
table.rates tr td.rooms,
table.rates tr td.occupants,
table.rates tr td.description {
	border-right: 1px dotted #AFAFAF;
	}
table.rates tr th.rooms,
table.rates tr th.occupants,
table.rates tr th.description {
	border-right: 1px dotted #555;
	}	
table.rates tr td.rooms {width: 16%;}
table.rates tr td.price {width: 20%;}
