﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #EBEFF2;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url('banner2.jpg');
	height: 132px;
	background-color: #5E7F8C;
	background-repeat: no-repeat;
	background-position: center;
}
#top_nav {
	border-width: medium;
	border-color: #2B4F5F;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #2A4C59;
	text-align: center;
	border-bottom-style: solid;
}

#container {
	min-width: 900px;
	max-width:1000px
}

#left_col {
	width: 180px;
	float: left;
}

#right_col {
	width: 223px;
	float: right;
}
#page_content {
	margin-left: 185px;
	margin-right: 225px;
	font-family: Arial, Helvetica, sans-serif;
	color: #143840;
}
#footer {
	border-width: medium;
	border-color: #2B4F5F;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A4C59;
	border-top-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_footer {
	background-color: #5E7F8C;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 150px; /* Main Menu Item widths */
border-bottom: 1px solid #e7ecf0;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: #ebeff2;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #ebeff2;
	border-right: 1px solid #ebeff2;
	border-top: 1px solid #ebeff2;
	border-left: 1px solid #ebeff2	
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #547f8c; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited{
	color: #e7ecf0;
}

.sidebarmenu ul li a:hover{
background-color: #547f8c;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B4F5F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B4F57;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B4F5F;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B4F5F;
}
