@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff8e5;
	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;
	behavior:url("scripts/csshover.htc");
}
html{ 
overflow-y:scroll; 
} 
a {
	color: #847d74;
	text-decoration:none;
}
a:hover {
	color:#B4D88B;
}
.background_right {
	height: 100%;
	background: url(../images/int_pageBG_right.gif) no-repeat right 0px;
 } 

.background_left {
	height: 100%;
	background: url(../images/int_pageBG_left.gif) no-repeat left 0px;
 } 

/* LAYOUT ELEMENTS */

.container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
} 
.header {
	padding: 43px 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. */
} 
.header #spruceMountain_logo {
	margin: 0px;
	padding: 0px;
}
.nav {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 50px 0px 0px;
	font: 20px "Times New Roman", Times, serif;
}
.nav .sub {
	margin-left: 12px;
	font-size: 18px;
}
.nav .sub2 {
	margin-left: 12px;
	font-size: 14px;
	margin-bottom: 21px;
}
.nav .sub2 a {
	margin-left: 12px;
	font-size: 14px;
	margin-bottom: 21px;
	margin-bottom: 15px;
}
.nav a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.nav .currentPage, .nav a:hover, .submitButton:hover {
	color:#BDB3A6;
}
.mainContent {
	margin: 10px 0px 0px 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.mainContent h2 {
	text-transform: uppercase;
	font: normal 17px "Times New Roman", Times, serif;
	letter-spacing: 3px;
	margin: 15px 0px 5px 7px;
	padding: 0px;
}
.mainContent img {
	margin-right: 5px;
	border-width: 4px;
	border-style: solid;
}
.contentText {
	font-size: 12px;
	color: #847d74;
	margin-left: 7px;
	line-height: 21px;
}
.contentText p {
	margin: 0px 0px 18px;
	padding: 0px;
}
.footer {
	padding: 0px;
	margin: 35px 0px 25px;
} 
.footer #table_contact {
	color: #FFFFFF;
	font: 20px "Times New Roman", Times, serif;
	background: #A68461;
	text-transform: uppercase;
}
#table_contact p {
	font-size: 15px;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	color: #FFFFFF;
}
.footer #table_contact a {
	color: #FFFFFF;
	text-decoration:none;
}
.footer #table_contact a:hover {
	color:#B4D88B;
}
.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 */
	font-size: 9px;
	color: #231F20;
}
.footer a {
	color: #231F20;
	text-decoration: none;
}
.footer a:hover {
	color: #A68461;
}
#footerLogo {
	float: right;
	margin-top: 10px;
}



/* COMMON ELEMENTS */

.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;
}


/* GUEST RANCH ELEMENTS */

.guestRanch {
	color:#A68462;
}


/* WEDDINGS ELEMENTS */

.weddings {
	color:#A68462;
}


/* CONTACT US ELEMENTS */

.contactUs {
	color:#A68462;
}
.submitButton {
	color:#A68462;
	padding: 0px;
	margin: 0px;
	font: 20px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration:none;
	background: url(none);
	border-style: none;
	cursor:pointer;
}
.textField01 {
	font-size: 10px;
	color:#9E9E9E;
}



/* PHOTO GALLERY ELEMENTS */

.photoGallery {
	color:#A68462;
}
.photoGalleryContent {
	margin: 10px 0px 0px 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.galleryThumb {
	padding: 3px;
	margin: 3px;
}
.galleryThumb:hover {
	background-color: #85AB70;
}


/* HOME ELEMENTS */

.home {
	color:#937962;
}
.photoGallery_content h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

.ceremony_comparisonChart img {
	border-style: none;
}
.ceremony_comparisonChart {
	margin-bottom: 20px;
	margin-top: 5px;
}
.ceremony_comparisonChart th {
	background: #C2AA92;
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
	color: #FFFCF2;
	letter-spacing: 1px;
	font: 10px "Times New Roman", Times, serif;
}
.ceremony_comparisonChart td {
	background: #FFFCF2;
	height: 20px;
	padding-left: 8px;
	padding-top: 1px;
	border-bottom: 2px solid #C2AA92;
	padding-bottom: 1px;
	font-size: 10px;
}
