body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0px;
	background:url(../images/background.jpg) #FFF repeat-x top left;
}
img {
	border:0px;
}
a {
	color: #364973;
	text-decoration:none;
}
#container {
	width: 980px;
	margin:0px auto;
	background-color:#FFF;
}
.clearer {
	clear:both;
}
#header {
	width:980px;
	height:183px;
	background:url(../images/top-back.jpg) #FFF repeat-x top left;
}
#logo{
	float:left;
	width: 240px;
	height: 84px;
	padding : 21px 10px 0px 0px;	
}
#topbanner{
	float:left;
	width: 728px;
	height: 90px;
	padding : 18px 0px;	
	text-align: right;
}
#menucontainer{
	width:980px;
}
#menu {
	clear:both;
	float:left;
    margin: 8px 0px;
	width:980px;
	font-size:16px;
	font-weight:bold;
}
#menu li {
    display: inline;
    list-style-type: none;
	padding: 0px 13px;
}
#menu a:link, #menu a:visited {
    line-height: 14px;
    font-weight: bold;
	color: #000;
    text-decoration: none;
}
#menu a:link.active, #menu a:visited.active, #menu a:hover {
    color: #e95e28;
	text-decoration:underline;
}
#slidercontainer{
	width: 940px;
	margin: 20px;
	height: 260px;
}
#slider_photo{
	float: left;
	width: 350px;
	height: 215px;
	overflow:hidden;	
}
#slider_news{
	float: left;
	margin-left:10px;
	margin-top:10px;
	width:530px;
	height:215px;
}
.slider_header{
	font-size: 26px;
	font-weight:bold;	
	margin-bottom: 15px;
	color:#070707;
}
.slider_text{
	color:#000;
}
.continue{
	color:#43b7c8;
	text-decoration:underline;
}
#main{
	width: 940px;
	margin: 20px 20px 5px 20px ;
}
.news_header{
	font-size: 20px;
	font-weight:bold;
	color:#000;
}
.news_text{
	font-size: 13px;
	color:#000;
	margin-top:10px;
}
.butons{
	margin: 5px 0px;
}
#rightbanner{
	margin: 10px 0px;
}
#footer{
	height: 83px;
	width:980px;	
}
#footerlogo{
	float:left;
	width:225px;
	height:63px;
	margin: 10px 5px 10px 10px;
}
#footertext{
	float:left;
	width:710px;
	text-align:right;
	margin-left:20px;
	margin-top:20px;
}
#social{
	width:670px;
	height:21px;
	text-align:right;
	margin-top:20px;
	font-size:10px;
	font-style:italic;
	padding-left:40px;
}
#copy{
	height:20px;
	text-align:right;
	margin-top:10px;
	font-size:10px;
	font-style:italic;
	padding-right:170px;
}
#footerline{
	width: 100%;
	height: 8px;
	background-color:#000;
	border-bottom: 1px solid #282727;		
}
#footermenu {
	width:710px;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#footermenu li {
    display: inline;
    list-style-type: none;
	padding-left: 8px;
}
#footermenu a:link, #footermenu a:visited {
    line-height: 14px;
    font-weight: bold;
	color: #000;
    text-decoration: none;
}
#footermenu a:link.active, #footermenu a:visited.active, #footermenu a:hover {
    color: #e95e28;
	text-decoration:underline;
}

.news_detail_header{
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.news_detail_text{
	color:#000;
	margin-top: 15px;
}

.news_detail_photo{
	max-width:600px;
	overflow:hidden;
}

.list_header{
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.list_text{
	color:#000;
	margin-top: 8px;
	margin-bottom: 22px;
}

#form-area {
}

#form-area input, #form-area textarea {
	padding: 4px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #bbb;
	color:#333;
	background:#FEFEFE
}

#form-area textarea {
	height: 90px;
	width: 350px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 1px solid #FAD56D;
	color:#111;
}

#form-area input.submit-button {
	width: 100px;
}

label {
	text-align: left;
	width: 100px;
	font-size: 1.2em;
}
.title{
	font-size: 18px;
	color:#000;
	font-weight:bold;
}
.archiveform{
	float:left;
	margin-top:10px;
}
.required{
	color:#e95e28;
	font-weight:bold;
	font-size:18px;	
}