@charset "utf-8";
body  {
	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: #000;
	background-color: #E3E3E3;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	;
	font-size: 100%;
	background-image: url(../images/site/fade-bg-bg.gif);
	background-repeat: repeat-x;
}
p {
	color: #333;
}


.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	text-align: left;
	float: left;
	width: 860px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 

#mainGalleryContent {
width:960;
text-align: center;

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/site/BGFade.gif);
} 
.twoColFixRtHdr #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 */
	text-align: right;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navbar2 {
float:left;
width: 500;

}
.navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 250px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 2.7em;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6E7C3A;
	border-right-color: #6E7C3A;
	border-bottom-color: #6E7C3A;
	border-left-color: #6E7C3A;
	background-image: none;
	padding-top: 5px;
	padding-right: 20px;
	
}.twoColFixRtHdr #container .navbar a {
	color: #6E7C3A;
	padding-left: 25px;
	padding-right: 25px;
}
.twoColFixRtHdr #container #mainContent p {

}
.twoColFixRtHdr #container #sidebar1 p img {
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
h2 {
	font-size: 1.2em;
	color: #6E7C3A;
	font-variant: small-caps;
}

.twoColFixRtHdr #container #mainGalleryContent p img {
	padding: 10px;
	border: thin solid #B5A991;
	margin: 10px;
}
.twoColFixRtHdr #container #mainContent h1 img {
	margin: 5px;
	padding: 5px;
	border: thin solid #B5A991;
	text-align: right;
}

#slider {
	float:right;
	width: 686px; /* important to be same as image width */
	height: 280px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;

}
#sliderContent {
	float: right;
	width: 686px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
.sliderImage {
	_float: right;
	position: relative;
	_display: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 686px;
	background-color: #000;
	filter: alpha(opacity=00);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.7;
	opacity: 0.0;
	color: #fff;
	display: none;
}
.sliderImage span strong {
    font-size: 14px;
}
.sliderImage span strong {
    font-size: 14px;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #6E7C3A;
	font-size: 11pt;
}
h1 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	color: #333;
}

.navbar li {
	list-style-type: none;
	background-image: none;
	border: 1px solid #666;
	margin: 5px;
}
#navwrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#address-container {
	width: 400px;
	float: left;
	margin-top: 5px;
}

#galleryphotos {
	
text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#galleryphotos img{
	margin: 10px;
	border: 1px solid #6E7C3A;
	padding: 10px;
}

