@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCFFCC;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666699;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
	font-weight: bold;
	color: #669966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*Navigation table styles*/
.oneColFixCtrHdr #container #nav_table {
	background-color: #ffffff;
	font-size: medium;
	font-variant: small-caps;
	text-align:center;
	padding: 10px 3px 3px 3px;
		
	
}

.oneColFixCtrHdr #container #nav_table a {
	background-color: #ccffcc;
	font-size: small;
	font-variant: small-caps;
	color: #339999;
	text-decoration: none;
	display: block;
	padding:6px 1px 6px 1px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #nav_table a:hover {
	background-color: #ccffff;
	font-size: small;
	font-variant: small-caps;
	font-weight: 700;
	color: #666699;
	border: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;	
}

.oneColFixCtrHdr #container #nav_table a#here{
	background-color: #666699;
	font-size: small;
	font-variant: small-caps;
	font-weight: 700;
	color: #ffffff;
	border: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;	
}

/*.oneColFixCtrHdr #container #nav_table a:active {
	background-color: #666699;
	font-size: small;
	font-variant: small-caps;
	font-weight: 700;
	color: #ffffff;
	border: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;	
}

/* end nav table styles*/

.oneColFixCtrHdr #mainContent_table{
	align:center;
	width: 950px;
} 
 
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background-color: #ffffff;
}

.oneColFixCtrHdr #mainContent  h1{
	font-size: larger;
	color:#669966;
}
.mainContent_h2{
	font-size: small;
	color:#669966;
}

.greenlink a, a:active, a:visited{
	font-size: small;
	color:#669966;
	text-decoration:underline;
	font-weight:bold;
}
.greenlink a:hover{
	font-size: small;
	color:#666699;
	text-decoration:underline;
	font-weight:bold;
}
.oneColFixCtrHdr #mainContent  p{
font-size: small;
padding:0px 6px 0px 0px;
}
.oneColFixCtrHdr #mainContent  ul{
	font-size: small;
	text-indent:2px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}
.guestcomments{
	color:#669966;
	font-weight:bold;

	
}
.quotedguest{
	font-size: small;
	color:#669966;
}
.purple_texthighlight {
	font-size: small;
	font-variant:small-caps;
	color:#666699;
	font-weight:bold;
}

p.contactdetails {
	font-size: small;
	color:#669966;
	font-weight:bold;
	margin:30px;
	line-height:150%;
}
/*Picture Styles start here*/

.mainimage {
align:left;
vertical-align:top;
padding:5px 5px 5xp 5px;
border: 1px solid #666699;
}
.pic_caption_h1 {
	font-size: x-small;
	font-weight:bold;
	color:#669966;
}

.map_caption_h1 {
	font-size: x-small;
	
}
.commentspage_photo{
	padding:3px;
	max-width:460px;
	
}

/*thummbnail photo*/

.thumbnail {

border:0;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#669966;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
