@import url("aboutUs.css");
	@import url("history.css");
	@import url("mission.css");
	@import url("environmental.css");
@import url("products.css");
	@import url("arborcreek.css");
		@import url("arborcreek_models.css");
	@import url("relica.css");
		@import url("relica_models.css");
@import url("support.css");
@import url("news.css");
@import url("release.css");
@import url("gallery.css");


@import url("admin.css");
@import url("forms.css");

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#663300;
	font: .8em/135% arial, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
	color:#1A0202;
}

#wrapper{
	margin:50px auto 0;
	width:810px;
	text-align:left;
	background:#663300 url('../images/bg_repeat.jpg') top center repeat-y;
	
	
}
h2, h3, h4{
	font-family:  Georgia, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
	font-weight:normal;
}
	#header{
		position:relative;
		height:160px;
		width:810px;
		background:#663300 url('../images/header.jpg') top center no-repeat;
	}
		 	#flash{
				position:absolute;
				top:17px;
				left:13px;
				width:217px;
				height:126px;
			}
			#header a#indexLink{
				/*border:1px solid red;*/
				position:absolute;
				top:36px;
				left:28px;
				display:block;
				width:212px;
				height:122px;
			}
			#header a#indexLink span{display:none;}
					
			#header h1, #header h3{
				display:none;
			}
			#header p{
				width:440px;
				margin:22px 0 0 300px;
				color:#dfd1b5;
			}
			
			
/****************** begin main menu *********************************/
			#header #menu{
				margin:0;
				padding:0;
				height:34px;
				width:810px; /*666px without "photo gallery" included*/
				background:#663300 url('../images/nav.jpg') top left no-repeat;
				position:relative;
			}
				#menu li span {display: none;}
        	
					#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
        	
					#menu li, #menu a {height: 34px; display: block;}
					#menu1 {left: 25px; width: 100px;}
					#menu2 {left: 155px; width: 100px;}
					#menu3 {left: 290px; width: 155px;}
					#menu4 {left: 475px; width: 150px;}
					#menu5 {left: 645px; width: 140px;}
        	
					#menu1 a:hover {background: transparent url(../images/nav.jpg)  -25px -34px no-repeat;}
					#menu2 a:hover {background: transparent url(../images/nav.jpg) -155px -34px no-repeat;}
					#menu3 a:hover {background: transparent url(../images/nav.jpg) -290px -34px no-repeat;}
					#menu4 a:hover {background: transparent url(../images/nav.jpg) -475px -34px no-repeat;}
					#menu5 a:hover {background: transparent url(../images/nav.jpg) -645px -34px no-repeat;}
					
					#menu1 a.active {background: transparent url(../images/nav.jpg)  -25px -34px no-repeat;}
					#menu2 a.active {background: transparent url(../images/nav.jpg) -155px -34px no-repeat;}
					#menu3 a.active {background: transparent url(../images/nav.jpg) -290px -34px no-repeat;}
					#menu4 a.active {background: transparent url(../images/nav.jpg) -475px -34px no-repeat;}
					#menu5 a.active {background: transparent url(../images/nav.jpg) -645px -34px no-repeat;}
			

/****************** begin content *********************************/				
	.clear{clear:both;}
	
	#index_content, #maintenance_content, #support_content, #arborcreek_content, #aboutUs_content, #mission_content, #history_content, #environmental_content, #news_content, #release_content{
			background: url(../images/content_bg.gif) 28px 0 repeat-y;
	}
	#index_content{
		height:356px;
		width:810px;
		background:#663300 url('../images/home_img1.jpg') top center no-repeat;	
	}
			#left{
				/*border:1px solid red;*/
				float:left;
				width:215px;
				margin:0 0 0 28px;
			}
			#right{
				float:left;
				width:440px;
				margin:30px 0 40px 35px;
			}
					
					#right a{
						color:#AD6337;/*7D4727*/
						text-decoration:none;
					}
		 			#right a:visited{
						color:#7D4727;/*1A0202*/
						text-decoration:none;
					}
		 			#right 	a:hover{
						color:#101010;/*AD6337*/
						text-decoration:underline;
					}
					#right a.active{
						color:#101010;/*7D4727*/
						text-decoration:none;
					}
			
	
	#footer{
		height:33px; /*53px*/
		width:810px;
		background:#663300 url('../images/footer.jpg') bottom center no-repeat;
	}
			p#indexlogins{
				width:755px;
				margin:-20px auto 0;
			}
				p#indexlogins a, p#indexlogins a:visited{
					font: .8em/135% "times new roman", arial, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
					letter-spacing:1px;
					color:#7b3d01;
					text-decoration:none;
				}
				p#indexlogins a:hover{
					color:#7b3d01;
					text-decoration:underline;
				}
				p#indexlogins a#adminLogin{
					float:left;
					margin-left:10px;
				}
				p#indexlogins a#proLogin{
					float:right;
					margin-right:10px;
				}
	
	
