/* CSS Document */

html body {
	margin:0;
	background-color: #b6ae25;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p{font-size: 12px; margin: 2px;}

/*CONTAINERS*/
#horizonController {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#centerBox {
	margin-left: -404px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 808px;
	height: 590px;
	visibility: visible;
	background-color:#353e09;
	}
/*GALLERY*/
	
#topRightGallery {
	width:421px;
	height:65px;
	float:right;
	text-align:left;
	}
	
#gallery {
	width:752px;
	height:225px;
	clear:both;
	overflow:auto;
	text-align:center;
	}
	
.imagebox {
	padding:10px 10px 10px 10px;
	}

/*GALLERY*/

#top {
	width:752px;
	height:290px;
	background-color:#e6e6da;
	margin:28px auto 0px auto;
	}
	
#topHome {
	width:752px;
	height:290px;
	background-image:url(../images/homebanner.jpg);
	margin:28px auto 0px auto;
	}
	
#topLeft{
	width:270px;
	height:290px;
	float:left;
	text-align:right;
	}
	
#image{
	width:236px;
	height:236px;
	margin-top:27px;
	margin-left:47px;
}

#topRight {
	width:421px;
	height:290px;
	float:right;
	text-align:left;
	color:#353e09;
	font-size:13px;
	overflow: auto;
    scrollbar-arrow-color:#353e09;
    scrollbar-base-color:#eae593;
    scrollbar-darkshadow-color:#eae593;
	}
	
#heading{
	margin-top:16px;
}

#text {
	padding-right:20px;
	}
	
#middle {
	width:752px;
	height:97px;
	background-color:#fff;
	clear:both;
	margin:0 auto;
	}
	
#middleLeft{
	width:285px;
	height:97px;
	float:left;
	text-align:right;
	}

#logo {
	width:434px;
	height:97px;
	float:right;
	background-image:url(../images/lukeconstructions.gif);
	}

#bottom {
	width:752px;
	height:147px;
	background-image:url(../images/bottom-wood.jpg);
	clear:both;
	margin:0 auto;
	}
	
#footer {
	height:15px;
	clear:both;
	line-height:24px;
	text-align:center;
	color:#e6e6da;
	font-size:12px;
	}
/*CONTAINERS*/

/*FONTS*/
h1{
	font-size: 28px; margin: 0px;
	color: #353e09;
	}
h1 strong {display:none;}
h2{
	color:#353e09;
	font-size:13px;
	font-weight:bold;
	padding-right:20px;
margin: 2px;
padding: 4px 0px 4px 0px;
	}
	
#home h2{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-right:20px;	
	}
/*FONTS*/

/*MENU*/
#menu ul {
	padding: 0 8px 0 0;
	margin-top:14px;
	list-style: none;  /*Removes Bullet points*/
	border-right: solid 1px #e6e6da;
	}

#menu li {
	margin:0px;
	}
	
#menu li a {
	height: 13px;
	display: block;
	text-decoration: none;
	color:#353e09;
	font-size:11px;
	font-weight:bold;
	} 
	
#menu li a:hover {
	color:#620d10;
	} 
/*MENU*/

/*added by ERY */
#ata, #mba {height: 34px; display:block; padding: 16px 0 0 58px;}
#ata {background: url(../images/ATA.gif) no-repeat;}

#mba {background: url(../images/mba.gif) no-repeat;}
#by {margin-top: 40px; }
#by a {font-size: 10px; color: #868420; text-decoration: none;}




