@CHARSET "UTF-8";

#header_navigation
{
	list-style: none;
	width: 1004px;
	height: auto;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 30px;
	z-index: 99999;
	position: relative;	
	top: 5px;	
}

#header_navigation a
{
	text-decoration: none;	
	color: #47949e;
}

#header_navigation ul
{
	margin: 0;
	padding: 0;
}


#header_navigation li 
{
	margin: 0;
	padding: 0;	
	text-align: center;
}

#header_navigation li.section_header
{
	font-weight: bold;
	color: #47949e;
	float: left;	
	width: 190px; 
	margin-left: 10px;	
}

#header_navigation ul.sub_nav
{
	list-style: none;
	width: 190px;
	display: none;
	position: absolute;
	z-index: 99999;
	background: #b3dbe0;
	margin-top: 13px;
	border-left: 1px #e9e9e9 dotted;
	border-right: 1px #e9e9e9 dotted;
	border-bottom: 1px #e9e9e9 dotted;
}

#header_navigation ul.sub_nav li
{
	padding: 0px 0px;
}

#header_navigation ul.sub_nav li:hover
{
	background: #a6ccd3;
}

#header_navigation ul.sub_nav li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #37828c;
	padding: 10px 0px;
}

.navigation 
{
	width: 285px;
}

.navigation h2
{
	font-size: 15pt;
	font-style: italic;
	height: auto !important;
	display: block;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 0px;
}

.navigation h2 a
{
	text-decoration: none;
}

.navigation h3
{
	font-size: 10pt;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	display: block;
	color: #4e99a2;
	text-align: left !important;
}

.navigation h3.selected
{
	margin-left: 5px !important;
}

.navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.navigation ul li
{
	margin: 15px 15px;
	padding-right: 25px;
}

.navigation ul a
{
	text-decoration: none;
}

/* Footer */
@CHARSET "UTF-8";

#sections_footer
{
	list-style: none;
	width: 1004px;
	height: auto;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 30px;
	z-index: 99999;
	position: relative;		
}

#sections_footer a
{
	text-decoration: none;	
	color: #47949e;
}

#sections_footer ul
{
	margin: 0;
	padding: 0;
}


#sections_footer li 
{
	margin: 0;
	padding: 0;	
	text-align: left
}

#sections_footer li.section_footer
{
	font-weight: bold;
	color: #47949e;
	float: left;	
	width: 155px; 
	margin-left: 10px;	
}

#sections_footer ul.section_pages
{
	list-style: none;
	width: 190px;
	margin-top: 10px;
}

#sections_footer ul.section_pages li
{
	padding: 0px 0px;
}

#sections_footer ul.section_pages li:hover
{
	
}

#sections_footer ul.section_pages li a
{
	
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: normal;
	display: block;
	font-size: 0.9em;
	padding: 3px 0px;
}