@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(images/Background.gif);
	background-repeat: repeat-x;
	background-color:#6b6b67;*/
	background-color:#000;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	width:800px;
	border:medium double #fff;
	position:relative;
	left:50%;
	margin-left:-400px;
	padding:0px;
}
#header {
	width:800px;
	height:200px;
}
#content {
	width:800px;
	/*background-image:url(images/ContentBackground4.gif);
	background-repeat:repeat-y;*/
	padding:0px;
}
#leftSide {
	width:204px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}
#navigation {
	width:200px;
	background-color:#fff;
	border:thin solid #000;
	vertical-align:top;
	margin-bottom:40px;
}
#navigation td {
	background-color:#8f9c93;
}
#navigation p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:8px;
	padding-left:15px;
}
#navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}
#navigation .active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}
#seasonal {
	width:200px;
	height:200px;
	margin-top:40px;
	background-color:#dcede2;
	border:medium solid #006633;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#testimonial {
	width:204px;
	height:200px;
	margin-top:40px;
	background-color:#cfdad3;
	border:medium solid #006633;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#main {
	width:424px;
	float:right;
	margin-top:20px;
	margin-left:25px;
	margin-right:45px;
}
#mainBackground {
	width:424px;
	background-image: url(images/MainBackground.png);
	background-repeat:repeat;
}
#main img, div#fadeshow1 {
	border:2px solid #000;
}
#main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin:10px;
}
#main a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#3868b8;
}
#main a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:underline;
}
#photoGallery img {
	border:medium solid #000;
}
#footer {
	clear:both;
	width:800px;
	text-align:center;
	margin-top:40px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	/*color:#006633;*/
	color:#154031;
}
#bottom {
	width:800px;
	height:20px;
	background-image:url(images/BottomBackground.gif);
	background-repeat:repeat;
}
#copy {
	width:800px;
	height:20px;
	background-color:#000;
	position:relative;
	left:50%;
	margin-left:-400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#copy a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
#copy a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:underline;
}	
#quote{
	width:202px;
	background-color:#cccccc;
	margin-top: 15px;
	border: 1px solid #333;
	background-image: url(images/open_quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#quote p{
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;	
	background-image: url(images/close_quotes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#006633;
	font-weight:bold;
	font-style:italic;
	margin:25px 10px 0px 10px;
	padding-top:15px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 10px;
}