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

body {
	margin: 0px;
	background-image: url(images/pageBackWood.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 11px;
}

/* ----------------- GENERAL DEFINITIONS --------------------- */

a:link {text-decoration: none;	color: #F90;}
a:hover {text-decoration: none;	color: white;}
a:visited {text-decoration: none; color: #F90;}

h1 {color: #9CC; font-size: 17px; font-weight: 600; text-transform: uppercase;}
h2 {font-size: 15px; margin-top: -10px; text-transform: uppercase;}
h3 {font-size: 14px; color: #9CC;}

.titleLineOne {clear:right; font-size: 16px; color: #9CC; font-weight: 600; text-transform: uppercase;}
.titleLineTwo {clear: right; font-size: 16px; color: #fff; font-weight: 600; text-transform: uppercase;}

.imageFloatRight {float: right;	margin-left: 15px; margin-top: 10px; margin-bottom: 15px;}
.imageFloatLeft {float: left; margin-right: 15px; margin-top: 10px;	margin-bottom: 15px;}

ul li {margin-bottom: 6px;}



/* ------------------- MAIN CONTAINERS AND DIVS ------------------------------*/

#containerMain {margin-left: auto; margin-right: auto; width: 770px; overflow: hidden;}

#containerLogo {width: 500px;}

#containerContact {float: right; text-align: right; font-size: 12px; font-weight: bold; padding-top: 30px;}

#containerNavigation {overflow: hidden; height: 27px;}

#containerMainImage {overflow: hidden; height:217px; clear: both;}

#containerColumns3 {background-image: url(images/threeColumnBack.gif); background-repeat: repeat; margin-top: 10px;}

#containerColumns2 {background-image: url(images/twoColumnBack.gif); background-repeat: repeat;	margin-top: 10px;}

.containerTwoThirds {width: 450px; margin-left: 270px; margin-right: 3px; padding-left: 20px; padding-right: 20px;
						padding-top: 10px; padding-bottom: 45px; height: 100%;}

#footer {clear: both; margin-top: 10px; margin-bottom: 50px; color: #630; text-align: center;}


/* -------------------- SPECIALIZED DIVS AND PROPERTIES -----------------*/

.navItem {float: left; width: 126px; text-align: center; height: 20px; padding-top: 7px;
			margin-left: 1px; margin-right: 1px; background-image: url(images/tabButton.gif);
			font-size: 11px; color: white; letter-spacing: -.05px;}

.navItem img {margin-right: 5px;}
.navItem a:link {text-decoration: none; color: #fff;}
.navItem a:hover {text-decoration: none; color: #F93;}
.navItem a:visited {text-decoration: none; color: #fff;}


.containerThird {float: left; width: 208px; margin-left: 3px; margin-right: 3px; padding-left: 20px;
					padding-right: 20px; padding-top: 10px; padding-bottom: 20px; height: 100%;}

.containerThird h1 {color: #7FB0B3; font-size: 16px; font-weight: 600;}
.containerThird h2 {color: #FFF; font-size: 16px; line-height: 14px; margin-top: -9px; margin-bottom: 10px; font-weight: 600;}


.property {margin-top: 10px; margin-bottom: 15px; padding:10px; background-color: #594300;}
.property p{margin-left: 110px;}
.property h3{margin-left: 110px;}
.property img {float: left; border: 3px solid #fff;	margin-top: 18px; margin-left: 6px;}

#photoFrame a img {border: 2px solid #fff;}


.moreButton {float: right;}





