﻿div#nav_top_container
{
	width: 100%;
	background-image: url(images/bg_navtop.gif);
	background-repeat: repeat-x;
	height: 50px;
	margin: 0 0 5px 0;
	position: relative;
}

div#nav_top 
{
	width: 1000px;
	margin: 5px auto 0 auto;
	position: relative;
}

div#nav_top  a,
div#nav_top  div,
div#nav_top  span
{
	float: right;
	margin: 10px 5px;
}

div#nav_top a,
div#nav_top a:active,
div#nav_top a:visited
{
	color: #454545;
	text-decoration: none;
}

div#nav_top a:hover
{
	text-decoration: underline;
}

div#nav_main
{
	width: 1000px;
	background-image: url(images/bg_navmain.gif);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0 auto 5px auto;
	padding: 0;
	position: relative;
}

div#nav_main a,
div#nav_main a:visited
{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 10px 20px 0 20px;
	height: 28px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

div#nav_main a:hover
{
	color: #00879d;
	background: #fff;
	border: solid 1px #6ecaf9;
}

div#header_container
{
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 20px auto 20px auto;
}

div#header_logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

div#header_banner
{
	position: absolute;
	top: 0;
	left: 220px;
	width: 780px;
}

div#body_container
{
	position: relative;
	display: block;
	width: 1000px;
	padding: 10px;
	margin: auto;
}

div#footer_container
{
	width: 1000px;
	height: 80px;
	position: relative;
	margin: auto;
}

div#footer_logo
{
	float: left;
	position: absolute;
	left: 5px;
	top: 15px;
	clear: both;
}

div#footer_text
{
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
}

/**BEYFENH 20120806 JR6132 [START]**/
div#footer_Ad
{
	position: absolute;
	left: 375px;
	top: 15px;
	text-align: left;
}
/**BEYFENH 20120806 JR6132 [END]**/

