@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 70%  verdana, helvetica, "Trebuchet MS", arial,sans-serif;
	line-height: 1.5em; /* was 1.8em */
	text-align:center;
	color: #000; /* was 666 */
	background-color:#f3fce8; /* Lightest green from two-tone newsletter */
}
div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:954px;
	background-color:#FFFFFF;
	border-left:1px solid #1e4b23; 
	border-right:1px solid #1e4b23;
	border-top:1px solid #1e4b23;
	margin-top:2px;
}
			/*TOP BANNER*/
div#header {
	height: 102px;
	width:954px;
	margin-bottom: 0;
	/*background-image:url(images/header.png);  Two pine trees 
	background-position:left;
	background-repeat:no-repeat;*/
	background-color:#244c24; /* dark green to match the header_new.png background */
	position:relative;
}
div#pano_gallery {
	position:absolute;
	left:300px;
	top:1px;
	width:300px;
	height:100px;
}
.phone {
	position:absolute;
	left:816px;
	top: 74px;
	color:#fff;
}
.email { 
	position:absolute;
	left: 910px;
	top: 74px;
	color:#fff; 
}
/* Horizontal menu */

#navlist {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-top: 0px;
	margin-left: 0;
	border-bottom: 16px solid #1e4b23;
	font: bold 12px Verdana, sans-serif;
	width:948px;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 8px 12px;
	margin-left: 3px;
	border: 1px solid #eee;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}

#navlist li a:link { color: #1e4b23; }
#navlist li a:visited { color: #1e4b23; }

#navlist li a:hover {
	color: #fff;
	background: #1e4b23;
	border-color: #227;
}

#navlist li a#current {
	background: #1e4b23;
	color: #fff;
	/*border-bottom: 1px solid white;*/
}
			/*3 COLUMNS*/
#gutter {
float: left;
width: 10px;
height: 1px;
}
#col1 {
	float: left;
	width: 205px;
	margin-bottom: 1em;
	/*padding-left: 10px;
	border-right: 1px solid #ddd;*/
	padding-right: 10px;
}
#col2 {
	float: left;
	width: 465px;
	margin-left: 10px;
	margin-bottom: 1em;
	/*border-right: 1px solid #ddd;*/
	padding-right: 10px;
}
#col3 {
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-bottom: 1em;
	padding-left: 10px;
}
			/*FOOTER*/
#footer {
	position:relative;
clear: both;
padding: 5px;
font-size: 0.8em;
border-top: 1px solid #eee;
color: #fff;
background: #1e4b23;
height:18px;
}
			/*TYPOGRAPHY*/
h1 {
	margin:0;
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 140%;
	letter-spacing: 2px;
	color: #244c24;
	background: transparent;
	font-weight:bold;
}
h2  { 
margin: 0;
padding-top: 5px; /* was .5em */
padding-bottom: 0;
letter-spacing: 3px;
font: 120% verdana, helvetica, "Trebuchet MS", arial,sans-serif;;
color: #244c24;
background: inherit;
}
h3 {
margin-top: 0;
font-family: arial, georgia, helvetica, sans-serif;
font-size: 1em;
text-align: center;
color: #006699;
background: inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
	font-weight: normal;
	background: inherit;
	color: #1e4b23;
}
a:hover {
	text-decoration: none;
	background:  inherit;
}
a img {
border: 0;
}

#footer a {
	color: #fff;
}
/* Calendar */

.main {
width:190px;
border:1px solid #82a9d0;

}

.month {
background-color:#82a9d0;
font: 11px verdana;
color:white;
}

.daysofweek {
background-color:#666;
font: 11px verdana;
color:white;
}

.days {
font-size: 11px;
font-family:verdana;
color:black;
background-color: #fff;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

.actday {
background-color:#d6e0e7;
}

.hotdeals { border:4px dashed #333; }

.dark_row {background-color:#eee; }
.light_row {background-color:#fff; }

/* rounded corners */
dl {
	width: 215px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 10px 0;
	background: #ccc url(images/box_bottom.gif) no-repeat bottom left;
}

dt {
	margin: 0;
	padding: 5px 10px 0px 10px;
	font-size: 130%;
	background: #ccc url(images/box_top.gif) no-repeat top left;
}
	
dd {
	margin: 0;
	padding: 5px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
}
	
#green, #green dt {
	background-color: #e3f0d3;
}
#dark_green, #dark_green dt {
	background-color: #244c24;
	color:#fff;
}
#dark_green dd {
	color:#fff;
}
#dark_green a:link {
	color: #fff;
}
#dark_green a:visited {
	color: #fff;
}

/* Search box */
.searching {
	position:absolute;
	left: 816px;
	top: 35px;
	width: 125px;
	height: 20px;
}

/* Member login */
.login {
	position:absolute;
	left: 815px;
	top: 5px;
	width: 125px;
	height: 20px;
	color:#fff;
}

/* Social Media */
.facebook {
	position:absolute;
	left: 850px;
	top: 1px;
	width: 26px;
	height: 26px;
}
.twitter {
	position:absolute;
	left: 800px;
	top: 1px;
	width: 26px;
	height: 26px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	/*border-size: 1px;*/
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(media/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

textarea {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}