@charset "UTF-8";

/* ===== Author: Greg Whitworth ====== */
/* ===== Larry Moore & Associates ===== */
/* ===== Phone: 907-561-4329 =====*/




/* ===== Main Page Layout ===== */

html, body  {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #5a5859;}
	
	body div {
		text-align: left;}

		#header {
			background: url(../Images/headerBack.jpg) repeat-x bottom left;
			height: 163px;
			width: 100%;}
			
			#headerContainer {
				width: 800px;
				height: 162px;
				margin: 0 auto;}
				
					#logo {
						float: left;
						margin-left: -30px;}
					
					#contactInfo {
						float: right;
						text-align: right;
						margin-top: 20px;}
						
					#slogan {
						float: right;
						background: url(../Images/slogan.jpg) bottom right no-repeat;
						width: 495px;
						height: 24px;
						margin: 50px -10px 0 0;}
			
		#navContainer {
			background: url(../Images/mainNav_Back.jpg) bottom left repeat-x #a33839;
			width: 100%;
			height: 28px;
			margin: 0;}
			
				#navContent {
					width: 800px;
					margin: 0 auto;
					height: 28px;
					padding-top: 5px;}
				
		#mainContainer {
			width: 100%;
			height: 100%;
			background: url(../Images/back.jpg) top center no-repeat #5a5859;
			margin: 0 auto;}
			
			#mainImage {
				width: 800px;
				/*background: url(../Images/mImg_standIn.jpg) top left no-repeat;*/
				margin: 5px auto;
				height: 229px;}
					
				#bodyContainer {
					background: url(../Images/bodBck_top.jpg) top left no-repeat #505050;
					width: 800px;
					margin: 0 auto;}			
					
					#bodyContent {
						width: 750px;
						padding: 10px;
						margin: 0 0 10px 10px;}
					
						#recentProjContainer {
							width: 193px;
							background: url(../Images/recProjBackTop.jpg) top left no-repeat #828282;
							float: right;
							border-bottom: 1px solid #EEEEEE;
							margin: 0 0 20px 20px;}
							
							#rcntProjContent {
								width: 170px;
								margin: 10px auto;
								text-align: center;}
								
								#rcntProjContent img {
									margin: 5px auto 5px auto;
									border: 1px solid #EEEEEE;}
				
			#bottomNavContainer {
				width: 800px;
				margin: -5px auto 0 auto;
				background: #7a2522;
				border-top: 1px solid #EEEEEE;}
				
				#bttmNavContent {
					width: 600px;
					margin: 5px 5px 0 5px;
					padding-bottom: 5px;}
				
	
				
				
			
