/* CSS Document */
body{
	color: white;
	background-image:url(../images/page_background.jpg);
}
a {
	color:#CCCC00;
}
.h1-home{
	color: #000000;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
h1{
	color: #ff8631;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform:uppercase;
}
h2{
	color: #ff8631;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 35px;
	text-transform:uppercase;
}
h3{
	color: #328E29;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 35px;
	text-transform:uppercase;	
}
h1 span{
	font-size: 22px;
}
.logo{
	background-image: url(../images/pine-cones2.gif);
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	width: 800px;
	color: white;
	font-size: 16px;
	*font-size: 15px;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	padding-top: 35px;
	padding-left: 53px;
	/*text-transform:uppercase;*/
	font-weight: bold;
	letter-spacing: 1.7px;
	*letter-spacing: 2px;
}
.logo-sub
{
	font-size: 14px;
	*font-size: 14px;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-weight: bold;
	font-style:italic;
	line-height:25pt;
}
.capital-logo-b{
	font-size: 20px;
	*font-size: 19px;
}
.logo-start{
	color: #e09159;
}
.logo-slogan{
	font-size: 14px;
	font-weight:normal;
	border-left: 1px solid white;
	margin-left: 15px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom: 1px;
}
.navigation{
	display: block;
	width: 850px;
	color: white;
	text-transform:uppercase;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1px;
}
.navigation ul {
	margin:5px 0 0 5px;
	padding:0;
} 
.navigation ul li {
		margin-left: 0px;
		padding-right: 13px;
		list-style: none;
		display: block;
		float: left;
		background-image: url(../images/navigation-divider.gif);
		background-position: left center;
		background-repeat:no-repeat;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: -10px;
		
}	
.navigation ul li.first {
		margin-left: 0;
 		border-left: none;
		list-style: none;
		display: inline;
		background-image:none;
}
.navigation a{
	color: white;
	text-decoration: none;
	margin-left:10px;
	margin-right:0;
}
.navigation ul li.selected {
	background-image:url(../images/selected-nav.gif);
	background-position: center;
	background-repeat:repeat-x;
	margin-right: 1px;
	margin-left: 8px;
}
.navigation ul li.selected-2 {
	background-image:none;
}
.navigation ul li:hover {
	background-image:url(../images/selected-nav.gif);
	background-position: center;
	background-repeat:repeat-x;
}

/* HOME PAGE */

.slide_show{
	display: block;
	position: absolute;
	top: 515px;
	left: 113px;
	z-index: 10;
	width: 200px;
	height: 27px;
	visibility: visible;
}
.new_logos{
	background:url(../images/3new-logos.jpg) no-repeat;
	width:285px;
	height:83px;
	position: absolute;
	top:608px;
	left: 128px;
	z-index: 10;
	visibility: visible;
}

.slide_show a{ 
	display: block;
	background-color:#6e8a27; 
	color: white; 
	text-decoration: none; 
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 2px solid white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.link-box{
	display: block;
	background-color:#6e8a27; 
	color: white; 
	text-decoration: none; 
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.link-box:hover{
	display: block;
	background-color:white; 
	color: #6e8a27; 
	text-decoration: none; 
	border: 2px solid #6e8a27;
}
.home-body-wrapper{
	width: 780px;
	display: block;
	clear: both;
}
.home-body-left-col{
	background-image:url(../images/home-left-col-background2.gif);
	background-repeat:no-repeat;
	width: 374px;
	height: 508px;
	float:left;	
	padding-top: 20px;
	padding-left: 42px;
	padding-right: 25px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}
.home-body-right-col{
	background-image:url(../images/home-right-col-background.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	width: 339px;
	text-align: center;
	float:right;
	padding-top: 27px;	
}

/* INTERNAL PAGES */

.body-links{
	color:#9BC4ED;
	text-decoration:none;
}
.body-links:hover{
	color:#33DB33;
}
.body-wrapper{
	border: 1px solid #864f27;
	border-bottom:80px solid #000;
	width: 730px;
	display: block;
	clear: both;
	color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	padding: 15px;
	background-color: #000000;
}
.bottom-leaf{
	width: 780px;
	height: 139px;
	background-image:url(../images/bottom-leaf.gif);
	background-position: left top;
	background-repeat:no-repeat;
	clear: both;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:-80px 0 0 -19px;
	float:left;
}
.bottom-leaf a{
	color:#333333;
	text-decoration: none;
}
.bottom-leaf address {
	padding:0 20px 0 0;
}
/* Our Log Homes */

.steve-young-project{
	display: block;
	height: 53px;
	padding: 5px;
	border: 1px solid #999999;
	width: 300px;
	margin: auto;
	text-decoration:none;
}
.steve-young-project:hover{
	border: 1px solid white;
	background-color:#404040;	
}
.steve-young-project:hover img{
	border: 1px solid white;	
}
.steve-young-project span{
	position: relative;
	top: 15px;
	font-weight:bold;
}
.steve-young-project img{
	border: 1px solid #999999;
	margin-right: 40px;
}
.style1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.inline-img img{
	display: inline;
	border: 1px solid #999999;
	width: 60px;
	height: 45px;
}
.inline-img img:hover{
	display: inline;
	border: 1px solid white;
}

/* Building Process */

.four-step-links{
	display: inline;
	margin-left: 20px;	
}
.four-step-links a{
	border: 1px solid #999999;
	padding: 5px;
	text-decoration: none;
	color: #86BE37;
	font-weight:bold;
	background-color: #242424;
}
.four-step-links a:hover{
	border: 1px solid white;
	color: white;
	background-color: #618c26;
}
.four-step-links a.selected{
	border: 1px solid white;
	color: white;
	background-color: #618c26;
}
.box-links{
	padding: 3px; 
	border:1px solid #A8A8A8; 
	margin: 3px; 
	background-color: #242424; 
	text-decoration: none;
}
.box-links:hover{ 
	border:1px solid white; 
	color: white;
	background-color: black;
}
/* PRODUCTS SUBNAV */
.product-nav{
	background-color:#8f5429;
	display: block;
	position:absolute;
	top: 127px;
	left: 19px;
	width: 762px;
	color: white;
	text-transform:uppercase;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1px;
}
.product-nav ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		margin-right: -17px;
} 
.product-nav ul li {
		margin-left: 0px;
		padding-right: 13px;
		list-style: none;
		display: block;
		float: left;
		background-image: url(../images/navigation-divider.gif);
		background-position: left center;
		background-repeat:no-repeat;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-right: -7px;
		
}	
.product-nav ul li.first {
		margin-left: 0;
 		border-left: none;
		list-style: none;
		display: inline;
		background-image:none;
}
.product-nav a{
	color: white;
	text-decoration: none;
	margin-left: 18px;
	margin-right: 7px;
}
.product-nav ul li.selected {
	background-image:url(../images/selected-nav.gif);
	background-position: center;
	background-repeat:repeat-x;
	margin-right: 1px;
	margin-left: 8px;
}
.product-nav ul li.selected-2 {
	background-image:none;
}
.product-nav ul li:hover {
	background-image:url(../images/selected-nav.gif);
	background-position: center;
	background-repeat:repeat-x;
}
.showcase {
	background:#6e8a27;
	color:#FFF;
	border:#FFF 2px solid;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	margin-left:50px;
}
.simple-showcase img {
	margin:20px;
	border:0;
}
.inline-img img{
	margin-left: 3px;
	margin-bottom: 3px;
	width: 60px;
	height: 45px;
}

