@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

html {
	/*background: #000000 url(../img/html-bg-3.png) repeat-x top left;*/
	background: url(../img/wood-bg.jpg) repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #847b5b;
	font-size: 13px;
	line-height: 16px;
}

body  {
	margin: 0 auto; /* 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 */
}

#header {  
	padding: 0;  
	margin:0 auto;
	width: 960px;
	height: 80px;
	position: relative;
} 

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(../img/main-content-bg-x.png) repeat-x top left;
	overflow:hidden;
} 

#homeContainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(../img/main-content-bg-x.png) repeat-x top left;
	overflow:hidden;
}


#bottomContainer { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 48px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../img/footer-cap.png) no-repeat top left;
}

/* 3 COLUMN LAYOUT */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* 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 */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 15px 15px 15px 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* 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 */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 15px 15px 15px 15px;
}
.thrColFixHdr #mainContent { 
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* 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 */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 15px 0;
} 

/* 2 COLUMN LAYOUT */

.twoColFixHdr #leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* 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 */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 15px 15px 15px 15px;
}
.twoColFixHdr #rightCol { 
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* 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 */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 15px 0;
} 


#footer { 
	padding: 0 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.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;
}

.pageTitle { 
	padding:0;
	margin: 20px 0;
}

.headerTable {
	width: 795px;
	padding:0;
	margin:0 0 10px 0;
	border: 0;
}

.descripCell {
	padding:25px 15px 0 0;
	font-size: 10px;
	line-height: 12px;
}

#headerPrivacy {
	background-image: url(../img/privacy-policy.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 386px;
	padding: 0px;
	margin: 15px;
}
#headerResources {
	background-image: url(../img/resources.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 288px;
}
#headerContact {
	background-image: url(../img/contact-us.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 336px;
}
#headerAbout {
	background-image: url(../img/about-us.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 280px;
}
#headerProperties {
	background-image: url(../img/properties.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 298px;
}
#headerPropertyAdobe {
	background-image: url(../img/properties-adobe-ranch.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 369px;
}

#headerPropertySchindler {
	background-image: url(../img/properties-schindler-ranch.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 446px;
}

#headerPropertyYork {
	background-image: url(../img/properties-york-gulch-ranch.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 15px;
	padding: 0px;
	height: 42px;
	width: 504px;
}

.homeIcons {
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}
#homeIntroHeader {
	background-image: url(../img/homeIntro.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 60px;
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.map {
	padding: 0px;
	height: 515px;
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.map a {
	color:#663300;
}

.propertyGallery {
	margin-top: 20px;
}

.propertyGallery h3 {
	background-image: url(../img/photo-gallery.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 17px;
	width: 155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: -9999px;
}


.propertyGallery img {
	background-color: #ddce98;
	border: 1px;
	border-style: solid;
	border-color: #847b5b;
	padding: 3px;
}

.propertyGallery img:hover {
	background-color: #5e5841;
	border: 1px;
	border-style: solid;
	border-color: #4d4835;
	padding: 3px;
}

#propertyPageYork, #propertyPageAdobe, #propertyPageSchindler {
	text-align: center;
}

#propertyPageYork p, #propertyPageAdobe p, #propertyPageSchindler p {
	text-align: left;
}

#propertyPageYork h3, #propertyPageAdobe h3, #propertyPageSchindler h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.resourceLinkArea {
	margin: 0 0 10px 0;
	padding: 0;
	text-align:  center;
}

.resourceLinkArea img {
	margin: 0 0 10px 0;
	padding: 0;
}

.resourceLinkArea h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}

.resourceLinkArea p {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

.resourceLinkArea a {
	text-decoration: none;
}

.resourceLinkArea a:hover {
	color:#030;
	text-decoration:underline;
}

.aboutText {
	font-size: 16px;
	line-height: 20px;
}

.aboutText p {
	margin-bottom: 20px;
}


.sidepad {
	padding: 0 20px;
}