@charset "UTF-8";

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





/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //               Template - Main Nav             // */
/* //                                               // */
/* /////////////////////////////////////////////////// */

		#navContainer ul {
			margin: 0 10px 0 0;
			padding: 0;
			float: right;}
			
		#navContainer ul li {
			display: inline;
			margin-right: 15px;
			color: white;
			vertical-align: top;}
			
			#navContainer ul li a:link, #navContainer ul li a:visited {
				text-decoration: none;
				color: white;}
				
				#navContainer ul li a:hover {
					text-decoration: underline;}
					
		#navContainer ul li.twitter	{
			margin: 0;}		
		
		#navContainer ul li.twitter a {
			margin: 0;
			padding: 0;}
		
		#navContainer ul li.twitter img {
			margin: 0;
			margin-bottom: -5px;
			border: none;
			padding: 0;}
			
			
			
/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //               Template - Sub Nav              // */
/* //                                               // */
/* /////////////////////////////////////////////////// */

		#subNav, #sidebar {
			margin: 0;
			padding: 0;
			width: 145px;}
			
			#subNav li, #sidebar li {
				list-style-type: none;			
				border-bottom: 1px solid #6c5341;}
				
				#subNav li a, #sidebar li a {
					display: block;
					width: 135px;
					padding: 5px;
					color: white;
					text-decoration: none;}
					
				#subNav li a:hover, #sidebar li a:hover {
					background: url(../images/subNavHoverBack.jpg) bottom left repeat-x #c32825;}
					
				#subNav li.subHeader, #sidebar h2 {
					background: url(../images/subNavHoverBack.jpg) bottom left repeat-x #c32825;
					color: white;
					padding: 5px;
					width: 146px;
					font-size: 1.3em;
					border: 2px solid #291910;
					margin-left: -5px;}
					
					
/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //                    STAFF NAV                  // */
/* //                                               // */
/* /////////////////////////////////////////////////// */
					
#staffNav {
	position: absolute;
	border: 2px solid #6c5341;
	background: #341e0f;
	z-index: 5;
	width: 250px;
	margin: -30px 0 0 -5px;
	text-align: center;
	display: none;}

	#mainStaffNav {
		margin: 0;
		padding: 5px;
		text-align: center;
		font-size: .8em;
		background: #6c5341;
		height: 15px;}
			
			#mainStaffNav li, #mainStaffNav li a {
				display: inline;
				list-style-type: none;
				margin: 0 -1px 0 0;
				padding: 2px;
				color: white;			
				background: #6c5341;}
				
			#allStaff, #adminStaff, #aeStaff, #creativeStaff, #mediaStaff {
				margin: 5px auto 5px 5px;
				padding: 0;
				list-style-type: none;}
				
				#adminStaff, #aeStaff, #creativeStaff, #mediaStaff {
					display: none;}
					
				#allStaff li:first-child, #adminStaff li:first-child, #aeStaff li:first-child, #creativeStaff li:first-child, #mediaStaff li:first-child {
					font-size: 1em;
					color: #6c5341;
					margin-bottom: 5px;
					margin-left: 3px;}
				
				#allStaff li a, #adminStaff li a, #aeStaff li a, #creativeStaff li a, #mediaStaff li a {
					font-size: .75em;
					width: 110px;
					float: left;
					padding: 3px;
					margin-right: 5px;
					color: white;
					text-decoration: none;
					border-bottom: 1px dashed #6c5341;}
					
					#allStaff li a:hover, #adminStaff li a:hover, #aeStaff li a:hover, #creativeStaff li a:hover, #mediaStaff li a:hover {
					background: #6c5341;}
					
/* /////////////////////////////////////////////////// */
/* //                                               // */
/* //                    MSC                        // */
/* //                                               // */
/* /////////////////////////////////////////////////// */


#closeButton {
	width: 43px;
	height: 42px;
	background: url(../../images/misc/closeButton.gif) top left no-repeat;
	float: right;
	margin: -25px -20px 0 0;}
	
	#closeButton:hover {
		background: url(../../images/misc/closeButton.gif) -43px top no-repeat;
		cursor: pointer;}
			
			
					