/* common settings */
html,body {
	margin:0;
	padding:0;
	line-height:1;
	height:100%;
	width:100%;
}
body {
	background:white;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#010101;
	font-size:0.8em;
	position:relative;
	min-width:1000px;
	_width:expression(document.body.clientWidth > 1000 ? "100%": "1000px");
}
table {padding:0; border-collapse:collapse;}
table td {padding:0;border:0; vertical-align:top;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,ul li,ol li,h1,h2,h3,h4,h5,h6,
pre,form,div,
body,html,
p,a,blockquote,fieldset,input{margin:0;padding:0;}
ul,ol{list-style:none;}
li,dd,blockquote{margin-left:1em;}
a img,:link img,:visited img{border:none;}
fieldset{border:solid 0 transparent;}
input,select,textarea{font-size:100%;}
textarea{font-family:Verdana, Arial, Helvetica, sans-serif;}

.clean {clear:both; font-size:0; line-height:0; height:0px;}
.no {display:none;}
.nobr {white-space:nowrap;}
.fleft {float:left;}
.fright {float:right;}

.tcenter {text-align:center;}
.tleft {text-align:left;}
.tright {text-align:right;}

a {text-decoration:underline; color:#010101;}
a:hover {text-decoration:none;}

img {border:0;}
*+html img {-ms-interpolation-mode:bicubic;}
*:focus {outline:none;}
* {zoom:1;}

/* header */
#header {
	height:103px;
	width:100%;
	background:url(/common/images/header-bg.gif) 0 0 repeat-x #f58220;
	position:relative;
}

/* logo */
#logo, #logo a, #logo em {
	width:462px;
	height:94px;
	position:absolute;
	display:block;
}
#logo {
	right:0;
	top:0;
	overflow:hidden;
}
#logo a {
	overflow:hidden;
	position:relative;
}
#logo em {
	top:0;
	left:0;
	background:url(/common/images/logo.png) 0 0 no-repeat;
}

#small {
	position:absolute;
	left:41px;
	top:80px;
}
#small li {
	display:block;
	float:left;
	width:12px;
	height:10px;
	margin-right:23px;
	line-height:0;
	font-size:0;
}
#small li.home {background:url(/common/images/small-home.gif) 0 0 no-repeat;}
#small li.mail {background:url(/common/images/small-mail.gif) 0 0 no-repeat;}
#small li.map {background:url(/common/images/small-map.gif) 0 0 no-repeat;}
#small li a, #small li span {
	width:12px;
	height:10px;
	display:block;
}

/* frames */
#wrapper {
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}
.wrap-in {
	padding-bottom:70px;
}
#leftbar {
	width:190px;
	padding:90px 20px 20px 35px;
	float:left;
	z-index:1;
	position:relative;
}
#rightbar {
	width:190px;
	padding:90px 35px 20px 20px;
	float:left;
	z-index:1;
	position:relative;
}
#cont {
	margin:0 -245px 0 -245px;
	width:100%;
	float:left;
	position:relative;
}
.content {
	margin:0 245px 0 245px;
	padding:30px 20px 20px 0;
	position:relative;
	z-index:1;
	line-height:1;
}
.content-main {
	padding-top:95px;
}

/* footer */
#footer {
	height:60px;
	margin-top:-70px;
	padding:10px 0 0 245px;
	position:relative;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.2;
}
#footer a {color:#999;}
#footer a:hover {color:#010101; text-decoration:underline;}
#footer p {margin-bottom:0.8em;}


/* left-menu */
.left-menu {
	color:#2a661e;
	font-size:1.5em;
	line-height:1.2;
	margin-bottom: 2em;
}
.left-menu li a {
	color:#2a661e;
}
.left-menu li a.active {
	color:#010101;
}
.left-menu li a:hover {
	text-decoration:underline;
	color:#f58220;
}
.left-menu li span {
	color:black;
}

/* rightbar */
#rightbar {
	line-height:1.2;
}
#rightbar h4 {
	color:#063;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0.4em;
}


/* ------ content ------ */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom:0.5em;
	color:#063;
	font-weight:normal;
}
.content h1 {font-size:2.5em; margin-bottom:23px;}
.content h2 {font-size:2em;}
.content h3 {font-size:1.8em;}
.content h4 {font-size:1.4em;}
.content h5 {font-size:1.3em;}
.content h6 {font-size:1.2em;}
.content p, .content ul, .content ol {margin-bottom:1em;}

.content a {color:#010101;}
.content a:link {color:#010101;}
.content a:visited {color:#666;}
.content a:hover {text-decoration:underline;color:#f58220;}

.content .green {color:#063;}

.content hr {
	height:1px;
	color:#999;
	border:none;
}
/* Gecko & Opera */
html>body .content hr {
	height:1px; 
	background-color:#999;
	border:none;
}

.content table {margin-bottom:1em;}
.content table td {
	border:1px solid #999;
	padding:0.3em;
}
.content ul {
	line-height:1.2;
	margin-left:2em;
	list-style:disc;
}
.content ol {
	line-height:1.2;
	margin-left:1.7em;
	list-style:decimal;
}
.content table.noborder td {border:none;}
.content table.nopadding td {padding:0;}
.content table.noall td {border:0; padding:0;}

/* main-news */
.content ul.main-news {
	line-height:1.2;
	list-style:none;
	padding:38px 0 10px 0;
	margin:0;
}
.content ul.main-news2 {
	padding-top:0;
}
.main-news li {
	padding-bottom:35px;
}
.main-news li a {
	color:#373535;
}
.content span.date {
	display:block;
	color:#063;
	font-size:1.5em;
}

.content-main ul.last-news {
	line-height:1;
	margin-left:0;
	padding-left:0;

}
.content-main ul.last-news li {
	margin-bottom:1em;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.content-main ul.last-news span.date {
	color:#063;
	display:block;
	font-size:1.3em;
}


/* last-number */
.last-number img.fleft {
	float:left;
	margin:0 23px 10px 0;
}
.last-number a.title, .last-number span.title {
	color:#007236;
	font-size:1.5em;
}
.last-number a.title:hover {
	color:#f58220;
}
.last-number .text {
	padding:20px 0 0 0;
}

/* numbers-list */
.content ul.numbers-list {
	margin:0;
	list-style:none;
}
.content ul.numbers-list img.fleft {
	float:left;
	margin:0 23px 10px 0;
}
.content ul.numbers-list a.title {
	color:#007236;
	font-size:1.5em;
}
.content ul.numbers-list a.title:hover {
	color:#f58220;
}
.content ul.numbers-list .text {
	padding:20px 0 0 0;
}

/* messages */
.message, .error, .status {
	padding:5px 5px 5px 5px;
	margin-bottom:1em;
}
.content .message ul, .content .error ul {
	padding-left:25px;
	margin:0;
}
.content .message ul li, .content .error ul li {padding-bottom:0;}
.error {border:1px solid red; color:red;}
.status {border:1px solid green; color:green;}
.message {border:1px solid #999; color:#999;}

#number {position:relative;}

.content input {
	padding:2px 4px;
	width:auto;
	overflow:hidden;
	zoom:1;
}
.content textarea {
	padding:2px 4px;
	width:auto;
	overflow:hidden;
	zoom:1;
}
.content .w-short, .content input.w-short, .content textarea.w-short {width:100px;}
.content .w-middle, .content input.w-middle, .content textarea.w-middle {width:300px;}