@font-face
{
font-family: helvetica;
src: url('helvetica.ttf');

}
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
font-family: helvetica;
	font-size: 12px;
	color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d8e3e9;
	background-image: url(images/body-bg.jpg);
}
		
a:link, a:visited {
	color: #65AD47;
	text-decoration: none;
} 
a:active, a:hover {
	color: #074B76;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h3
{
	font-size:16px;
	color:#074B76;
}
p { margin: 0px; padding: 0px; }

img {
	margin: 0px;
	padding: 0px;
	border: none;
	bottom: 150px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.more a {
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	background: url(images/button.png) no-repeat;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.more a:hover {
	color: #c85d16;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	background-image: url(images/body_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* header */

#header {
	clear: both;
	width: 950px;
	height: 140px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header  #site_title {
	float: left;
	padding-top: 10px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #5d5b5b;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #search {
	float: right;
	padding-top: 70px;
}

#header_right #header_button {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_button li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header_button li a {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	margin-left: 10px;
}

#header_right form {
	margin: 10px 0 0 0;
	padding: 0;
}

#searchfield {
	height: 18px;
	width: 170px;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#searchbutton {
	height: 30px;
	width: 72px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	border: none;
	background-image: url(images/search_button.jpg);
	background-repeat: no-repeat;
}

/* end of header */

/* banner */

#banner {
	width: 970px;
	height: 280px;
	padding-top: 6px;
	padding-bottom: 4px;
}

#banner #banner_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner #banner_box li {
	margin: 0;
	padding: 0;
	display: inline;
}

#banner #banner_box li a {
	position: relative;
	display: block;
	float: left;
	width: 230px;
	height: 280px;
	margin-left: 10px;
}

#banner #banner_box li span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 230px;
	height: 217px;
}

#banner #banner_box li a span:hover {
	background: url(images/banner_hover.png) no-repeat;
}

#banner #banner_box li .current {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 230px;
	height: 217px;
	background: url(images/banner_hover.png) no-repeat;
}
/* end of banner */

/* menu */

#menu {
	width: 950px;
	height: 50px;
	padding: 0 10px;
	background: url(images/menu.png) no-repeat center top;
}

#menu ul {
	margin: 0px;
	padding: 15px 0 0 15px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	margin-right: 40px;
	font-size: 15px;
	text-decoration: none;
	color: #074B76;
	font-weight: bold;
	outline: none;
}
#menu ul li a:hover,#menu ul li a:active {
	color: #328815;
}

/* end of menu */

.box {
	margin-bottom: 10px;
	background: url(images/box_body.jpg) repeat-y right;
}

.box .body {
	padding: 5px 15px 5px 15px;
}

.box h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #074B76;
	font-weight: bold;
	background: url(images/box_tr.jpg) no-repeat top right;
}

.box h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(images/box_tl.jpg);
}

.box .box_bottom {
	position: relative;
	height: 12px;
	background: url(images/box_br.jpg) top right;
}

.box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(images/box_bl.jpg);
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;
}

.side_menu li a {
	display: block;
	color: #074B76;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	background: url(images/menu_list.png) left center no-repeat;
}

.side_menu li a:hover {
	color: #718E33;
}

/* content*/

#content_wrapper {
	clear: both;
	padding: 10px;
	background-color: #F8F8F8;
}

#left_sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#right_sidebar {
	float: right;
	width: 230px;
}

#content {
	float: left;
	width: 470px;
}
#content_center {
	float: left;
	width: 710px;
}
#content_wide {
	float: left;
	width: 950px;
}

.news_image {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;
}

.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}

.sidebar_box {
	margin-bottom: 10px;
}

/* footer */

#footer_wrapper {

}
#footer_wrapper2 {
	position:fixed;
	color: #FFFFFF;
	bottom: 2px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #074A75;
	height: 20px;
	padding-top: 5px;
}

#footer {
	width: 950px;
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	background: #bfbfbf url(images/footer.jpg) top repeat-x;
}

#footer a {
	color: #074B76;
	font-weight: bold;
	font-size: 12px;
}

#footer a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}


#footer a:hover {
	text-decoration: underline;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #666666;
}
.fixed_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #666666;
	font-weight: bold;
}
.fixed_menu li a{
	color:#EDEFB0;
	font-weight: bold;
}
.fixed_menu li a:hover{
	color:#E6EDF3;
}
.footer_menu .last_menu {
	border: none;
}
td
{
	padding:10px;
}
.td
{
padding:0px;
}
