﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	max-width:800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#header {
	max-width: 800px;
	height: 30px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: auto;
}
#navigation {
	width: 100%;
	background-color: #545454;
	overflow:hidden;
}
#column_l {
	width: 59%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 25%;
	margin: 0;
	float: right;
	padding: 0px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: auto;
	text-align: left;
	background-color: #2f343a;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
/*#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
} May not be needed 5/20/10*/
#column_r p {
	font-size: 14px;
	margin: 4px;
}
/* Styles for Menu */
.menu {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}
/*added for try 2 
.menu.open {
  display: block;
}*/

.menu li {
	margin: 0;
	padding: 0;
	height: 25px;
	margin-right:0px;
	width: 25%;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
/*	overflow:hidden; added for try 2 */
	background-color:#2f343a;
}
.menu li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	min-width:25%;
	height: 25px;
	background-repeat: no-repeat;
}
.menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 25px;
	background-repeat: no-repeat;	
}
.menu li a:active {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 25px;
	background-repeat: no-repeat;		
}


/* Responsive Section */
@media all and (min-width: 75px) {
  .menu {
    display: block;
  }
  .menu li {
    width: 100%;
    float: left;
  }
}
/*  */
@media all and (min-width: 480px) {
  .menu li {
    width: 50%;
  }
}

/* */
@media all and (min-width: 700px) {
  .menu li {
    overflow: visible;
    width: 25%;
  }
}

.default {background-image:url('../images/Denali-Titlebar_02.jpg');}
.default:hover {background-image:url('../images/Denali-Titlebar_02-over.jpg');}
.default:active {background-image:url('../images/Denali-Titlebar_02-sel.jpg');}

.about {background-image:url('../images/Denali-Titlebar_03.jpg');}
.about:hover {background-image:url('../images/Denali-Titlebar_03-over.jpg');}
.about:active {background-image:url('../images/Denali-Titlebar_03-sel.jpg');}

.services {background-image:url('../images/Denali-Titlebar_04.jpg');}
.services:hover {background-image:url('../images/Denali-Titlebar_04-over.jpg');}
.services:active {background-image:url('../images/Denali-Titlebar_04-sel.jpg');}

.personnel {background-image:url('../images/Denali-Titlebar_05.jpg');}
.personnel:hover {background-image:url('../images/Denali-Titlebar_05-over.jpg');}
.personnel:active {background-image:url('../images/Denali-Titlebar_05-sel.jpg');}

ul.menu li a:hover {background: none;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display:inline-block;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}
/*Style for Footer*/
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.right{
	float:right;
}
/* Other Styles */
HR {
    height:2px;
    width:100%;
    background:#446791;
      
}
h6 {
	font-size: 18px;
	font-weight:bold;
	color: #2E74B5
}

.hangingindent {
    padding-left: 22px ;
}
#ul.disc {
	list-style-type: disc;
	width: 100%;
	margin: 0;
	padding: 0;
}
img.left {
	float:left; 
	margin:0 -2px; 
	padding:1px; 
	border:0px;
	padding-right: 15px;
}
div#preload { 
display: none;
}