/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url("images/bg.jpg") ;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;
}

/* Forms */
form  {
	padding: 0;
	margin: 0;
}

/* links */
a, a:visited {
	color: #BF8B00;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FCBE1B;
	text-decoration: none;
	font-weight: normal;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 190%;
	text-transform: uppercase;
	color: #FCBE1B;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #FCBE1B;
	padding: 15px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #FCBE1B;
}

h3 {
	font-size: 130%;
	color: #555;
	padding: 15px 0px 5px 0px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul {
	list-style: none;
}

.banner {
	background: #FAFAFA;
}


/* start - table */
table {
	border-collapse: collapse;
	border-right: 0px solid #E1E1E1;
	border-top: 0px solid #E1E1E1;
}

th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 0px solid #E1E1E1;
	border-bottom: 0px solid #E1E1E1;
	background-color: #F6F6F6;
}
tr {
	height: 30px;
}
td {
	/*padding-left: 11px;*/
	padding-right: 11px;
	border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;
}

/* end - table */

/* form elements */
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: none;
}

/* news select */

#news_select select {
    width: 80px;
     margin-bottom: 1px;
}

select:hover {
    margin: 0px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
        margin: 0px;

}
.searchbutton2{
        width: 26px;
	height: 21px;
        color: #838181;
        font: bold 13px Arial;
        border: 1px solid #838181;
	vertical-align: top;
}
.searchinput_search {
        height: 15px;
        width: 150px;
        border: 1px solid #838181;
	vertical-align: middle;
}
.searchinput_search_long {
        height: 15px;
        width: 450px;
        border: 1px solid #838181;
	vertical-align: middle;

}
/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 988px;
	background: #fff url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#top-bg {
   position: absolute;
	width: 988px;
	height: 9px;
	background: #CCC url(images/top_bg.jpg) repeat-y center top;
	top: 0; left: 0;
	z-index: 2;
	border-top: 1px solid #666666;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	margin-left: 14px;
	display: inline;
	background-image:url(images/bg_content.gif);
}

#content-headers {
	position: relative;
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	margin-left: 20px;
	display: inline;
}

#header {
	width: 988px;
	position: relative;
	height: 110px;
	padding: 0;
	color: #FFF;
}

/* logo */
#header #header-logo {
	position: absolute;
	top: 16px;
	left: 14px;
	width:807px;
	height:95px;
	background: #FFF url(images/header_top.jpg) no-repeat left bottom;
}

#header-photo {
	clear: both;
	height: 150px;
	width: 960px;
	margin: 0 auto;
	background: url("images/header_down.jpg") no-repeat;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;
	color: #838181;
	font-size: 10px;
}
#header #header-links a {
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #BF8B00;
}


/* Navigation */
/*#nav {
	clear: both;
	padding: 0;
	position: absolute;
	top: 75px; right: 20px;
	width: 710px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 700px;
	margin: 0 0 0 10px;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	border-bottom: none;
	color: #FCBE1B;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#nav ul li a.active, #nav ul li a:hover {
	color: #000000;
}*/


/* subnavbar */
#subnavbar_header {
	float: left;
	width: 201px;
	height: 30px;
	border-right: 1px solid #ffffff;
	background-color: #E1E1E1;
}

#subnavbar {
	float: left;
	width: 200px;
	padding: 0px 0px 0 0;
	margin: 0 0 0 0;
	border-right: 1px solid #E1E1E1;
	font-weight: normal;
}

#subnavbar ul {
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
	font-weight: normal;
}

#subnavbar ul li {
	display: block;
	list-style: none;
	border-top: 1px solid #E1E1E1;
font-weight: normal;
}

#subnavbar ul li a {
	display: block;
	text-decoration: none;
	color: #FCBE1B;
	padding: 4px 0 4px 10px;
	margin: 0;
font-weight: normal;
}

#subnavbar ul li a:hover, #subnavbar ul li a.active {
	display: block;
	color: #000000;
	padding: 4px 0 4px 10px;
	margin: 0;
	background-color: #F6F6F6;
font-weight: normal;
}

#subnavbar ul li a.active {
    font-weight: bold;
}

#subnavbar ul li.level_2 {
	display: block;
	list-style: none;
	border-top: 1px solid #E1E1E1;
font-weight: normal;
}

#subnavbar ul li.level_3 {
	display: block;
	list-style: none;
	background-color: #F6F6F6;
font-weight: normal;
}

#subnavbar ul li.level_2 a {
	display: block;
	text-decoration: none;
	color: #FCBE1B;
	padding: 4px 0 4px 20px;
	margin: 0;
	background-image:url(images/bg_subnav.gif);
	background-position:left;
	background-repeat:no-repeat;
font-weight: normal;
}

#subnavbar ul li.level_3 a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 1px 0 2px 40px;
	margin: 0;
font-weight: normal;
}

#subnavbar ul li.level_2 a:hover, #subnavbar ul li.level_2 a.active {
	display: block;
	color: #000000;
	padding: 4px 0 4px 20px;
	margin: 0;
	background-color: #F6F6F6;
	background-image:url(images/bg_subnav_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
font-weight: normal;
}

#subnavbar ul li.level_3 a:hover, #subnavbar ul li.level_3 a.active {
	display: block;
	text-decoration: none;
	color: #BF8B00;
	padding: 1px 0 2px 40px;
	margin: 0;
font-weight: normal;
}


/* Main Column */
#main_header {
	float: left;
	width: 536px;
	height: 30px;
	background-color: #E1E1E1;
}

#home_title {
    float: left;
    margin: 6px 8px 0 20px;
}

#main_header #breadcrumb  {
	text-align: left;
	margin: 6px 0 0 20px;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

#main_header #breadcrumb a{
	color: #000000;
	padding: 0 8px 0 8px;
	background-image:url(images/bg_breadcrump.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main_header #breadcrumb a:hover{
	color: #BF8B00;
}

#main {
	float: left;
	width: 498px;
	padding: 0px 20px 20px 20px;
	margin: 20px 0 0 0px;
	display: inline;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	border-bottom: 1px solid #E1E1E1;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

/* Sidebar */
#sidebar_header {
	float: left;
	width: 211px;
	padding: 4px 0 0 10px;
	height: 26px;
	border-left: 1px solid #ffffff;
	background-color: #E1E1E1;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 10px 10px 10px;
	margin: 20px 0 0 0;
	border-left: 1px solid #E1E1E1;
}

#sidebar h3 {
	padding: 0px 0px 5px 0px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FCBE1B;
}
#sidebar ul.sidemenu {

	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
	background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 0px;
	margin: 0;
	color: #8F8F8F;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #FCBE1B;
}
#sidebar ul.sidemenu li a:hover {
	color: #BF8B00;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 988px;
	font-size: 95%;
	text-align: left;
	padding: 14px 0;
	background: url(images/footer_bottom.jpg) no-repeat center bottom;
	border-bottom: 1px solid #666666;
}
#footer-wrap a, #footer-powered a {
	text-decoration: none;
	color: #000000;
}
#footer-wrap a:hover {
	color: #BF8B00;
}
#footer-wrap p {
	padding:10px 0;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 960px;
}

#footer-powered {
	color: #000000;
	margin: 0 auto;
	width: 960px;
	text-align:right;
}

#footer-powered a:hover {
    color: #ffffff;
}



