@import url('Banners.css');

body
{
	background-image: url(/StaticFiles/img/bg.gif);
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	margin:0px;
}
.container
{
	margin: 0 auto;
	position: relative;
	width: 757px;
	display: block;
	padding:0;
}

.SearchContainer
{
	position:absolute;
	right:0;
	top:2px;
	background-color:#819962;
	background-image:url(/StaticFiles/img/bg.gif);
	background-position: 45px -2px !important;
	background-position: 53px -2px;   /*IE6 */
	.background-position: 53px -2px !important;  /*iE7 */
}
.SearchContent
{
	background-color:#819962;
	background-image:url(/StaticFiles/img/bg.gif);
	background-position: 45px -2px;
	color:#fff;
	margin:0;
	padding:0;
}
.Logo, .logo
{
	text-align:center;
	clear:both;
	display: block;
	height:72px;
}
.menu_container
{
	background-image: url(/StaticFiles/img/nav/bg_menu.gif);
	background-repeat: repeat-x;
	width: 757px;
	height:47px;
	padding: 0px;
	margin: 0px auto 0px auto;
}
.menu_nav
{
	float: left;
	width:100%;
	height:27px;
	margin:0px;
	padding:0px;
}
.menu_subnav
{
	float: left;
	width:100%;
	background-image:url(/StaticFiles/img/nav/bg_sub.gif);
	background-repeat:repeat-x;
	background-position:top, left;
	margin:0px;
	text-align:center;
	vertical-align:sub;
	padding:0px;
}
.subnav_on
{
	float: left;
	color: #333333;
	font-weight: bold;
	height:17px;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	background-image: url(/StaticFiles/img/nav/bg_sub_on.gif);
	margin:0px auto 0px auto;
	vertical-align:sub;
	padding:5px 0px 0px 0px;
}
.subnav_off
{
	color: #333333;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	height:17px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/StaticFiles/img/nav/bg_sub_off.gif);
	float: left;
	margin:0px auto 0px auto;
	vertical-align:sub;
	padding:5px 0px 0px 0px;
}
A.lnk_subnav_off
{
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:sub;
}

A.lnk_subnav_off:hover
{
	color: #333333;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align:sub;
}
.subnav_on_left
{
	background-image: url(/StaticFiles/img/nav/sub_01.gif);
	float: left;
	width:15px;
	height:22px;
}
.subnav_on_right
{
	background-image: url(/StaticFiles/img/nav/sub_03.gif);
	float: left;
	width:16px;
	height:22px;
}
.subnav_off_left
{
	background-image: url(/StaticFiles/img/nav/sub_04.gif);
	float: left;
	width:16px;
	height:22px;
}
.subnav_off_right
{
	background-image: url(/StaticFiles/img/nav/sub_05.gif);
	float: left;
	width:9px;
	height:22px;
}
