.feature_cat a:hover {
	color: #FDBC08;
}

.feature_cat img {
	border: 3px solid #106442;
}

#footer {
	position: relative;
	clear: both;
	padding-top: 25px;
}

#footer_copyright {
	display: block;
	border-top: 6px solid #B4983C;
	width: 940px;
	height: 27px;
	line-height: 27px;
	background: #FFFFFF;
	padding: 0 20px;
	text-align: right;
	font-size: 0.8em;
}

#footer_copyright span {
	float: left;
	text-align: left;
}

#footer_links {
	display: block;
	background: #CBD6CB;
	height: 35px;
	line-height: 35px;
	border-bottom: 3px solid #101910;
	text-align: center;
}

#footer_links a {
	font-weight: bold;
	padding: 0px 5px;
	color: #000000;
	text-decoration: none;
}

#footer_links a:hover {
	color: #1D7451;
}

#footer p {
	margin: 0;
}

#h_needtoknow {
	display: block;
	width: 594px;
	height: 52px;
	text-indent: -3000px;
	background: url("../images/h_needtoknow.gif") no-repeat;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	color: #000000;
}

h2 {
	font-size: 1.3em;
	color: #000000;
}

h3 {
	font-size: 1.1em;
	color: #000000;
}



/* ------ START: Header ------ */
#header {
	position: relative;
	background: url("../images/header_bar.gif") repeat-x;
	width: 100%;
	height: 238px;
	padding: 17px 0px 0px 0px;
	border-bottom: 5px solid #F38303;
}

#header h1 {
	display: block;
	float: left;
	margin: 0;
	width: 490px;
	border-top: 5px solid #000000;
}

#header h1 a {
	display: block;
	float: left;
	width: 490px;
	height: 233px;
	text-indent: -3000px;
}

#header h1#home a {
	background: url("../images/header_traffic.jpg") no-repeat;
}

#header h1#logo a {
	background: url("../images/header_logo.jpg") no-repeat;
}
/* ------ END: Header ------ */



hr {
	width: 100%;
	height: 3px;
	border: none;
	background: #BBBBBB;
	color: #BBBBBB;
	clear: both;
	margin: 1em auto;
}

img { behavior: url("/ssi/pngbehavior.htc"); }




/* ------ START: Menu ------ */
#menu a {
	display: block;
	width: 200px;
	height: 36px;
	text-indent: -3000px;
	background: url("../images/menu.gif") no-repeat;
}

a#menu_01 { background-position: 0px 0px; }
a#menu_01:hover { background-position: -200px 0px; }

a#menu_02 { background-position: 0px -36px; }
a#menu_02:hover { background-position: -200px -36px; }

a#menu_03 { background-position: 0px -72px; }
a#menu_03:hover { background-position: -200px -72px; }

a#menu_04 { background-position: 0px -108px; }
a#menu_04:hover { background-position: -200px -108px; }

a#menu_05 { background-position: 0px -144px; }
a#menu_05:hover { background-position: -200px -144px; }

a#menu_06 { background-position: 0px -180px; }
a#menu_06:hover { background-position: -200px -180px; }

a#menu_07 { background-position: 0px -216px; }
a#menu_07:hover { background-position: -200px -216px; }

a#menu_08 { background-position: 0px -252px; }
a#menu_08:hover { background-position: -200px -252px; }

a#menu_09 { background-position: 0px -288px; }
a#menu_09:hover { background-position: -200px -288px; }

a#menu_10 { background-position: 0px -324px; }
a#menu_10:hover { background-position: -200px -324px; }

a#menu_11 { background-position: 0px -360px; }
a#menu_11:hover { background-position: -200px -360px; }

a#menu_12 { background-position: 0px -396px; }
a#menu_12:hover { background-position: -200px -396px; }
/* ------ END: Menu ------ */



#search {
	position: relative;
	height: 38px;
	line-height: 38px;
	background: url("../images/search_bg.gif") repeat-x;
	border-top: 5px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 0px 20px;
	text-align: right;
	margin-bottom: 25px;
}

* * body #search {
	padding-top: 8px;
	height: 30px;
}

#search label {
	font-weight: bold;
	font-size: 1.2em;
}

#search_submit {
	background: #34794F;
	color: #FFFFFF;
	border: 1px solid #384938;
}

.text_box {
	border: 3px solid #0F6542;
	padding: 1em 20px 0px 20px;
	background: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url("../images/bg_body.gif") repeat-y #FFFFFF;
}
