body {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:normal;
	font-family: Arial, Tahoma;
	text-transform: none;
}
a { color:#fe5800;}
a:hover { text-decoration:none;}
.orange { color:#fe5800;}

#header {
	background: url(images/header_bckg.gif) repeat-x;
	height:130px;
}
#logo { width:780px; margin:0 auto; padding:50px 0 0 20px; }
#logo a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:12px;
	font-size:20px;
	text-transform:none;
}
#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:13px;
	text-decoration:none;
	color:#fff;
	background:url(images/menu_enactive.gif) no-repeat bottom center;
	width:118px;
	text-align:center;
	text-transform:uppercase;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#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 {
	height:150px;
	padding:30px 0 30px 50px;
	line-height:24px;
	background-color: #D4D0C8;
	background-image: url(images/head_bckg.jpg);
	background-repeat: no-repeat;
}
#slogan {
	color:#fff;
	font-family: Arial, Tahoma;
	font-size:23px;
	text-transform:none;
}
#under_slogan_text {
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	padding-top:15px;
}
#content {
	padding:0;
	width:780px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content h1 {
	margin:20px 0 0 0;
	text-transform:none;
	font-size:20px;
	color:#fe5800;
	font-weight:normal;
}
#text {
	float:left;
	width:780px;
	padding-left:0px;
	height: 450px;
}

#text2 {
	float:left;
	width:780px;
	padding-left:0px;
	height: auto;
}

#sidebar { background:url(images/sidebar_bckg.gif) repeat-x; margin:20px 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;
	text-transform:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer {
	float:right;
	text-transform:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	height: 94px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}
