@charset "UTF-8";

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&                                               && */
/* &&               STYLE INFORMATION               && */
/* &&                                               && */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&                                               && */
/* &&           Site: www.msialaska.com             && */
/* &&           Styes: Main Layout                  && */
/* &&           Author: MSI Communications          && */
/* &&           Dev: Greg Whitworth                 && */
/* &&           Phone: 907-569-7070                 && */
/* &&           Email: greg@msialaska.com           && */
/* &&                                               && */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */





/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //                   INCLUDES                    // */
/* //                                               // */
/* /////////////////////////////////////////////////// */
 

		@import url(fonts.css);
		@import url(nav.css);
		@import url(portfolio.css);
		@import url(jobs.css);
		@import url(news.css);



/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //              UNIVERSAL LAYOUT                 // */
/* //                                               // */
/* /////////////////////////////////////////////////// */


		html, body {
			background: url(../images/background.gif) top center repeat-x #aea186;
			margin: 0;
			text-align: center;
			padding: 25px 0 25px 0;}
			
			#top {
				margin: 0 auto;
				width: 982px;}
				
				#clientSignIn, #clientSignIn a:link, #clientSignIn a:visited {
					text-align: right;
					margin: 0 8px 15px 0;
					font-size: 11px;
					text-decoration: none;
					color: #4b4235;}
					
					#clientSignIn a:hover {
						text-decoration: underline;}
			
				#header {
					border: 9px solid #341e0f;
					background: #341e0f;
					text-align: left;}
					
						#logo {
							margin: 25px 0 0 25px;
							border: none;}
							
						#navContainer {
							height: 20px;}
							
									
				#flashContainer {
					width: 1042px;
					height: 200px;
					margin: 0 0 0 -30px;}
			
			#mainContainer {
				margin: 0 auto;
				width: 973px;
				border-right: 9px solid #341e0f;
				border-left: 9px solid #341e0f;
				border-bottom: 9px solid #341e0f;
				background: #FFF;}
	
				#leftContainer, #middleContainer, #rightContainer {
					float: left;
					width: 270px;
					text-align: left;
					margin: 15px 0 15px 15px;
					border-right: 1px solid #e39998;}
					
				#leftContainer {									
					padding: 0 25px 0 10px;}
					
				#middleContainer {
					padding: 15px 25px 0 10px;}
					
				#rightContainer {
					margin: 0 15px 15px 25px;
					padding: 15px 0 0 10px;
					border-right: none;}
					
			#footer {
				width: 973px;
				margin: 25px auto;
				height: 25px;}

				
