/* CSS Document */

/*
Green Top #466b2b
Army Green # 999900
Burnt Orange # cc6600
Hot Orange #ffb400
Tan #e5e5bf
Lime Green #b7b71e
pale blue #86BAC9

rails
photogallery green #999966
floorplans ltbrown #998060
whatsnew blue #809B9B
contact brown #9D6D17
builder orange #CC9933
*/

/* architecture */
* html {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	padding:0 auto;
	background-color:#466b2b;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444;
	background-image:url('../_images/siteBG.png');
	background-repeat:repeat-x;
}
#container {
	position:relative;
	min-height: 100%;
	min-width: 800px;
	height: 100%;
	width:800px;
	margin:0 auto;
	padding:0 auto;
	/* border:1px solid #000; */
	text-align:center;
}
#package {
	position:relative;
	top:0px;
	text-align:center;
	border:1px solid #000099;
}

/* header */

#header {
	position:absolute;
	top:100px;
	left:0px;
	width:800px;
	height:125px;
	padding:0;
	margin:0;
	background-color:#999900;
	border:2px solid #fff;
	border-bottom:0px;
	text-align:left;
	vertical-align:bottom;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
#flashcontainerheader {
	position:absolute;
	bottom:0px;
	left:0px;
	float:left;
	width:350px;
	height:30px;
	padding:0;
	margin:0;
	display:block;
}
#header p {
	position:absolute;
	bottom:2px;
	left:10px;
}
#headerimg {
	position: absolute;
	float:right;
	top:5px;
	right:15px;
	border:3px solid #b7b72e;
}
#directions a {
	position:absolute;
	bottom:2px;
	right:30px;
	float:right;
	width:100px;
	height:15px;
	font-size:0.6em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.3em;
	text-align:center;
	padding:0px;
	color:#fff;
	border:0px;
}
#directions a:hover, #directions a:active {
	position:absolute;
	bottom:2px;
	right:30px;
	float:right;
	width:100px;
	height:15px;
	font-size:0.6em;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	letter-spacing:0.3em;
	text-align:center;
	padding:0px;
	color:#fff;
	border:0px;

}

/* home */




/* contentShell */

#introshell {
	position:absolute;
	top:225px;
	left:0px;
	width:800px;
	height:300px;
	border:0px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#shell {
	position:absolute;
	top:225px;
	left:0px;
	width:800px;
	height:300px;
	text-align:left;
	border:0px;
	border:2px solid #fff;
	background-color:#fff;
	display:block;
	clear:both;
}


/* rail */

#rail {
	position:absolute;
	float:left;
	top:3px;
	left:0px;
	width:144px;
	height:294px;
	background-color:#cc6600;
	border:1px solid #999;
}
#rail a {
	color:#660000;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	border:0px;
	border-bottom:1px solid #ccc;
	display:block;
	padding:2px;
	padding-left:15px;
	width:120px;
	height:16px;
}
#rail a:hover, #rail a:active {
	color:#ffb400;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	border:0px;
	border-bottom:1px solid #ffb400;
	display:block;
	padding:2px;
	padding-left:15px;
}
#home a {
	position:relative;
	bottom:2px;
	right:2px;
	float:right;
	width:100px;
	height:20px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	padding:2px;
	padding-right:8px;
	border:0px;
}
#home a:hover, #home a:active {
	position:relative;
	bottom:2px;
	right:2px;
	float:right;
	width:100px;
	height:20px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	padding:2px;
	padding-right:8px;
	color:#ffb400;
	border:0px;

}

/* content */

.title {
	color:#ffb400;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
}
.subtitle {
	font-weight:bold;
	color:#003366;
	text-transform:none;
	font-size:.9em;
	text-align:left;
}
.note {
	color:#444;
	font-size:.9em;
}
#content {
	position:absolute;
	top:3px;
	float:right;
	left:150px;
	width:644px;
	height:294px;
	background-color:#fff;
	border:1px solid #999;
}

/* contentLeft */

#contentLeft {
	position:absolute;
	top:3px;
	float:left;
	left:0px;
	width:275px;
	height:294px;
	background-color:#fff;
	padding:5px;
	margin:0;
}
#contentLeft img {
	margin:0;
}
#contentLeft .title {
	margin:4px;
	padding-left:25px;
}	
#contentLeft .subtitle {
	padding-left:25px;
}
#contentLeft a {
	color:#ffb400;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
	
}
#contentLeft a:hover, #contentLeft a:active {
	color:#ffb400;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
#placeholder {
	position:absolute;
	left:4px;
	bottom:10px;
	margin:0px;
	margin-bottom:2px;
	text-align:center;
}
#placeholder img {
	text-align:center;
}
#placeholder a {
	color:#ffb400;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	/*
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
	*/
}
#placeholder a:hover, #placeholder a:active {
	color:#ffb400;
	text-align:center;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	/*
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
	*/
}

/* contentRight */

#contentRight {
	position:absolute;
	top:3px;
	float:right;
	right:0px;
	width:375px;
	height:294px;
	background-color:#fff;
	padding:5px;
	margin:0;
	text-align:left;
}
#contentRight p {
	font-size:.9em;
	line-height:1.5em;
	color:#444;
	margin:0px;
	margin-left:15px;
	margin-right:15px;
}
#contentRight img {
	position:relative;
	float:right;
	margin:4px;
	margin-left:8px;
	border:1px solid #444;
	text-align:center;
}
#contentRight ul li {
	list-style-image:url(../_images/bulletblue.png);
	list-style-position:inherit;
	list-style-type:square;
}
#contentRight a {
	color:#ffb400;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:25px;
}
#contentRight a:hover, #contentRight a:active{
	color:#ffb400;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:25px;
}

/*  builder */

#builder p {
	font-size:.9em;
	line-height:1.5em;
	color:#444;
	margin:0px;
	margin-left:15px;
	margin-right:15px;
}
#builder .quote {
	margin:4px;
	margin-top:8px;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	color:#809B9B;
}
#builder img {
	position:relative;
	float:right;
	margin:4px;
	margin-left:8px;
	border:0px solid #444;
}
#builder .title {
	color:#003399;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
}
#builder a {
	color:#0099CC;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:25px;
}
#builder a:hover, #builder a:active {
	color:#ffb400;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.9em;
	margin:0px;
	margin-left:25px;
}

/* photogallery */

#photogallery .title {
	color:#003399;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
}
#photogallery p {
	font-size:.9em;
	line-height:1.5em;
	color:#444;
	margin:0px;
	margin-left:15px;
	margin-right:15px;
}
#photobox {
	width:350px;
	text-align:center;
	margin:0px;
}
#photobox a:link, #photobox a:visited {
	display:block;
	border:3px solid #dedede;
	width:150px;
	height:100px;
}
#photobox a:hover, #photobox a:active {
	display:block;
	border:3px solid #b7b71e;
	width:150px;
	height:100px;
}
#photobox .img1 {
	float:left;
	position:relative;
	margin-left:0px;
}
#photobox .img2 {
	float:right;
	position:relative;
	left:10px;
}

/*  floorplans  */
/*
#smalllinks {
	float:left;
	position:absolute;
	top:110px;
	left:10px;
	border:1px dotted #cc0000;
}
#smalllinks2 {
	margin:0;
	padding:0;
	float:right;
	position:absolute;
	top:110px;
	left:130px;
	width:120px;
	border:1px dotted #cc0000;
}
#smalllinks a {
	padding:0px;
	padding-left:8px;
	font-size:.9em;
	text-decoration:none;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
#smalllinks a:hover, #smalllinks a:active{
	padding:0px;
	padding-left:8px;
	font-size:.9em;
	text-decoration:underline;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
#smalllinks2 a {
	margin:0px;
	margin-left:0px;
	padding:0px;
	padding-left:8px;
	font-size:.9em;
	text-decoration:none;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
#smalllinks2 a:hover, #smalllinks2 a:active{
	margin:0px;
	margin-left:0px;
	padding:0px;
	padding-left:8px;
	font-size:.9em;
	text-decoration:underline;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
*/
#homebox {
	width:350px;
	margin:0px;
}
#homebox .title {
	color:#998060;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.2em;
	margin:0px;
	margin-bottom:6px;
}
#homebox p {
	font-size:.9em;
	line-height:1.5em;
	color:#444;
	margin:0px;
	margin-left:15px;
	margin-right:15px;
}
#homebox .img1 {
	float:left;
	position:relative;
	margin:0px;
	margin-bottom:8px;
}
.floors {
	color:#ffb400;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
}
.floors a {
	text-decoration:none;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
.floors a:hover, .floors a:active {
	text-decoration:underline;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:8px;
	background-image:url(../_images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 .5em;
}

/*  features  */

#features {
	width:350px;
	margin:0px;
}
#features .subtitle {
	color:#999900;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.2em;
	margin:2px;
	margin-bottom:6px;
	margin-left:-25px;
}
#features ul li {
	list-style-image:url(../_images/bulletblue.png);
	list-style-position:inherit;
	list-style-type:square;
}

/* footer */
#flashcontainer {
	position:relative;
	z-index:2000;
	top:-300px;
	left:0px;
	width:800px;
	height:400px;
	padding:0;
	margin:0;
	overflow:visible;
	background:none;	
}
#footer {
    position:relative;
	z-index:0;
	top:525px;
	left:0px;
	width:800px;
	height:30px;
	font-size:0.9em;
	background-color:#e5e5bf;
	color:#444;
	text-align:center;
	border:2px solid #fff;
	border-top:0;
	overflow:visible;
}
#footerHome {
    position:relative;
	z-index:0;
	top:525px;
	left:0px;
	width:800px;
	height:30px;
	font-size:0.9em;
	color:#444;
	text-align:center;
	background-image:url(../_images/footerBG.gif);
	background-repeat:no-repeat;
	background-position:top center;
	border:0px;
	overflow:visible;
}
#bighouse img {
	position:absolute;
	top:-120px;
	left:175px;
	z-index:2000;
 	width:620;
	height:270; 
	clear: both;
	overflow:visible;
}

.hr {
	border-bottom:1px solid #CC9933;
	height:1px;
	margin:10px 0px;
	width:95%;
}