﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Tahoma;
}
a {
	color: #6f6e6e;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.orange {
	color: #fe5800;
}
#header {
	background: url(images/header_bckg.gif) repeat-x;
	height: 120px;
}
#logo {
	width: 780px;
	margin: 0 auto;
	padding: 40px 0 10px 20px;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 12px;
	font-size: 20px;
}
#logo a:hover {
}
#menu {
	color: #fff;
	text-align: center;
	margin-top: 22px;
}
#menu ul {
	width: 780px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	text-align: left;
}
#menu ul li {
	display: inline;
}
#menu ul a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	background: url(images/menu_enactive.gif) no-repeat bottom center;
	padding: 8px 10px;
	width: 118px;
	text-align: center;
}
#menu ul a:hover {
	background: url(images/menu_over.gif) no-repeat bottom center;
	color: #232323;
}
#menu ul a.active {
	background: url(images/menu_active.gif) no-repeat bottom center;
	color: #232323;
}
#menu ul a.active:hover {
	background: url(images/menu_active.gif) no-repeat bottom center;
	color: #232323;
}
#main {
	width: 100%;
	margin: 20px 0 20px 0;
	float: left;
}
#head_image {
	line-height: 24px;
	height:100px; margin:0px; padding: 8px 0 0 25px; background-image:url('images/head_bckg1.jpg');
	background-repeat:no-repeat;
}
#slogan {
	color: #fff;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 21px;
	text-transform: uppercase;
	width:400px;
}
#under_slogan_text {
	color: #ffff00;
	font-size: 10px;
	line-height: 12px;
	padding-top: 15px;
	width:400px;
}

#scroller {
	Float:right;
	color:white;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
#content h1 {
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
#text {
	float: left;
	width: 530px;
	padding-left: 20px;
}
#sidebar {
	background: url(images/sidebar_bckg.gif) repeat-x;
	margin: 0px 0 0 560px;
	color: #6f6e6e;
	padding: 20px;
}
#sidebar h2 {
	color: #fe5800;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	background: url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px;
	height: 94px;
	margin-top: 20px;
	clear: both;
}
#left_footer {
	float: left;
	padding: 40px 0 0 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#left_footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#left_footer a:hover {
	text-decoration:underline;
}
#right_footer {
	float: right;
	padding: 40px 30px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#right_footer a {
	color: #FFFFFF;
	text-decoration:none;

}
#right_footer a:hover {
	text-decoration:underline;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b {
	position: absolute;
	z-index: 9999;
	width: 136px;
	vertical-align: top;
	visibility: hidden;
	background-position: 100% bottom;
	border-width: 1px 0px 0px 0px;
	background: #999999;
}
#dropmenuspace {
}
.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 2px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	height: 27px;
}
* html .dropmenudiv_b a {
	/*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover {
	/*THEME CHANGE HERE*/

color: #555555;
}
#welcome {
	float: right;
	color: #fe5800;
	vertical-align: top;
	position: relative;
	right: 10px;
	top: -34px;
	width: 700px;
	text-align:right;
}

#search_field {
	position:relative;
}

#scroller {
	position:relative;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}
.tableright {
	text-align: right;
}

input.submit {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: #E0691A url('../images/submit.gif') no-repeat;
	padding: 4px 0;
	width: 65px;
		margin: 0 15px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
		cursor:pointer;
}
