@import url(navigationIndex.css);

* {
	padding:0; margin:0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border:none;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	background-color: #E4EAEA;
}

DIV#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
DIV#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
DIV#topmasthead {
	width: 900px;
	height:96px;
}	
DIV#mainmasthead {
	width: 900px;
	height: 242px;
	margin-right: auto;
	margin-left: auto;
}

DIV#mainContent {
	width: 900px;
	height: 298px;
	margin-right: auto;
	margin-left: auto;
	margin-top:130px;
	background-color:#FFFFFF;
}
UL#nav { /* all lists */
	padding: 0;
	margin: 0;
	padding-top:16px;
	padding-bottom:5px;
	margin-left:5px;

	
	list-style: none;
	background:#FFFFFF repeat-x;
	height:16px;
	text-align:left;
	text-transform: uppercase;
	width:450px;	
	
}

UL#nav LI { /* all list items */
	float: left;
	position: relative;
	margin-bottom:10px;
	
}

UL#nav LI a {
	color:#1b243d;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:0.7em;
	padding-left:10px;
	padding-right:10px;
}

UL#nav a:hover {
	color:#96271d;
	background:#ffffff;
	
}

UL#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	list-style:none;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:10px;
	
}

UL#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 18px;
	left: 0;
	background-color:#ffffff;
	line-height:0.7em;
	font-weight:normal;
}

UL#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width:180px;
}	

UL#nav li ul li ul{ /* third-level lists */
	padding-left: 15px;
	background:none;
	display: block;
	position: static;
	float: none; /* disables floats from ul parents */
	border: none; /* takes out borders */
	padding-bottom:3px;
	padding-top:-15px;
}

UL#nav li ul li ul a{
	font-weight: normal;	

}

DIV#sidebarLeft {
	width: 580px;
	height: 296px;
	float:left;
	background-color:#1b243d;
	padding-top:3px;
	margin-top:3px;
}

DIV#sidebarLeft h1{
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	color:#ffffff;
	line-height:normal;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 15px;
}


DIV#sidebarLeft ul{
	list-style: none;
	display: block;
	width: 33%;
	float: left;
	padding: 0;
	

}

DIV#sidebarLeft ul img{
	padding-left: 0px;
	padding-top: 10px;


}


DIV#sidebarLeft li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
}

DIV#sidebarLeft li a{
	color: #ffffff;
	text-decoration: underline;

}

DIV#sidebarLeft li a:hover{
	color: #999999;
	text-decoration: underline;
}
DIV#sidebarRight {
	width: 320px;
	height:298px;
	float:left;
	background-color:#FFFFFF;
	padding-top:3px;


}


DIV#footer {
	width: 900px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}


DIV#footer p {
	font-size: .6em;
	font-style: normal;
	line-height: 1.0em;
	color: #696969;
	text-align: right;
	padding-top:5px;
	padding-right:10px;
	
}

.clear { 
	clear:both;

}
