@charset "UTF-8";

/* ========== Author: Greg Whitworth ========= */
/* ========== Company: Larry Moore & Associates ========= */
/* ========== For any changes please call 907-561-4329 ========= */




/* =================== Imported Style Sheets ================== */

@import url("fonts.css");
@import url("nav.css");



/* ================== Universal Settings ================== */ 

html {
	padding: 0;
	margin: 0;}
	
html, body {
	background: url(../images/back.jpg) top left repeat-x #00234d;}
	
	
/* ================== Layout Settings ================= */	
	
	#container {
		width: 800px;
		margin: 0 auto;}
		
		#contactContainer {
			float: left;
			position: absolute;
			margin: 40px 0 0 10px;}
		
		#mainContainer {
			width: 800px;
			background: url(../images/bodyBack.jpg) bottom left no-repeat white;
			min-height: 450px;
			border-bottom: 5px solid white;}
			
			#navContainer {
				width: 190px;
				min-height: 400px;
				float: left;
				padding: 0;
				margin: 8px 0 8px 10px;}
				
				#navContent {
					width: 190px;
					background: #dbdee4;}
					
				#testimonialContainer {
					width: 170px;
					border: 1px solid #e11166;
					padding: 5px 10px;
					margin: 5px auto;}
					
					#appContainer {
						float: right;
						width: 150px;
						text-align: left;
						border: 1px solid black;
						margin: 0 15px 15px 15px;
						padding-left: 10px;}
						
						#appContainer ul {
							padding: 0;
							margin: 10px 5px;}
						
						#appContainer a:link, #appContainer a:visited {
							font-weight: normal;
							color: black;}
							
						#appContainer a:hover {
							color: white;}
						
						#appContainer li {
							margin: 0;
							border-bottom: 1px solid #CCCCCC;
							list-style-type:none;}
						
					#appBenefits {
						width: 170px;
						float: left;}
						
					#appBenefits li {
						padding-left: 25px;}
				
			#bodyContainer {
				width: 400px;
				margin: 8px 0 8px 30px;
				min-height: 400px;
				float: left;
				padding-bottom: 20px;}
				
			br {
				clear: both;}
				
			#bottomNav {
				width: 790px;
				background: #021d3e;
				margin: 5px 0;
				padding: 5px;}
				
				#sideLogo {
					background: url(../images/fsSide.gif) top left no-repeat;
					width: 44px;
					height: 363px;
					position: absolute;
					margin: -400px 0 0 795px;}
				
				

