body {
	font-family: Arial;
	font-size: 12px;
	color: #696969;
}

a {
	color: #339999;
}

table {
	border-collapse: collapse;
}

#wrapper {
	width: 935px;
	margin: 0 auto;
}

#header {
	padding: 35px 0 35px;
	position: relative;
	z-index: 1000;
}

#logo {
	display: block;
	text-indent: -10000px;
	width: 143px;
	height: 45px;
	overflow: hidden;
	background: url("../images/public/logo.png") no-repeat;
}

#languages {
	font-size: 9px;
	position: absolute;
	top: 25px;
	right: 4px;
}

#languages a {
	text-decoration: none;
	float: left;
	line-height: 1.5;
	margin-left: 1px;
	padding: 0 5px;
	font-weight: bold;
}

#languages a.active {
	color: #fff;
	background-color: #97CFCE;
}

#navigation {
	position: absolute;
	z-index: 1000;
	top: 53px;
	right: 0;
	font-size: 12px;
	float: left;
	list-style-type: none;
	line-height: 16px;
	white-space: nowrap;
}

#navigation a {
	text-decoration: none;	
}

#navigation li.level-0 {
	float: left;
	position: relative;	
	padding-left: 10px;
	background: url("../images/public/menu.jpg") left top no-repeat;
	margin-left: 4px;
}

#navigation a.level-0 {
	float: left;
	padding: 5px 11px 6px 0;
	font-weight: bold;
	color: #fff;
	background: url("../images/public/menu-right.jpg") right top no-repeat;
}

#navigation li.level-0:hover, #navigation li.level-0-active {
	background-image: url("../images/public/menu-hover.jpg");
}

#navigation a.level-0-active, #navigation li.level-0:hover a.level-0 {
	background-image: url("../images/public/menu-hover-right.jpg");
	
}

#navigation ul {
	display: none;
	list-style-type: none;	
	position: absolute;
	padding-bottom: 50px;
	background: url("../images/public/clear.gif");
}

#navigation ul a {
	display: block;
	padding: 4px 12px 5px 6px;
	color: #fff;
}

#navigation ul li {
	border-left: 1px solid #b6dddd;
	border-bottom: 1px solid #b6dddd;
	background-color: #97cfce;
}

#navigation li.level-1:hover a.level-1, #navigation li.level-2:hover a.level-2, #navigation li.level-3:hover a.level-3 {
	background-color: #009290;
}

#navigation a.level-1 {
	background: url("../images/public/menu-arrow.gif") 5px center no-repeat;
	padding: 4px 15px 5px 13px;	
}

/* Home flash */

#home-flash {
	margin-bottom: 15px;
	height: 345px;
	position: relative;
	z-index: 450;
}

#home {
	border-top: 2px solid #63B2B3;
	padding: 2px 0;
	/*font-family: Verdana;*/
}

#home .content {
	padding: 20px 15px 20px 55px;	
	background-color: #98CECD;
}

/* Content */

#content {
	margin-bottom: 2px;
	background: #98cecd;
	padding: 0 0 40px 0;
}

#content .file-link-pdf {
	text-decoration: none;
}

#content .file-link-pdf img {
	border: none !important;
	vertical-align: middle;	
	margin-right: 3px;
}

#page {
	background: #fff;
	padding: 15px 0;	
}

#page .page-title {
	border-bottom:1px solid #97CFCE;
	overflow: hidden;
	background: url("../images/public/page-title.jpg") left top no-repeat;
	padding-left: 8px;
}

#page .page-title a {
	color: #fff;	
}

#page .page-title h1 {
	background: url("../images/public/page-title-right.jpg") right top no-repeat;
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 85px 3px 7px;
	text-align: left;
	text-transform: uppercase;
}

#page .text-page {
	/* font-family: Verdana;*/
	padding-top: 50px;
}

#page .text-page ul, #page .text-page ol {
	list-style-position: inside;	
}


#page .text-page p {
	margin-bottom: 14px;	
}

#page .text-page h1 {
	font-weight: bold;
	margin-bottom: 14px;
	font-size: 15px;	
}

#page .text-page img {
	border: 1px solid #97CFCE;
	padding: 3px;
}

#page-image {
	float: right;
	padding: 3px;
	border-left: 1px solid #97CFCE;
	border-right: 1px solid #97CFCE;
	border-bottom: 1px solid #97CFCE;
	margin: 0 0 14px 14px;
	position: relative;
}

#articles {
	/*font-family: Verdana;	*/
}

#articles .article {
	border-bottom: 1px solid #97CFCE;
	padding: 10px 0 10px 0;
}

#articles .article-image {
	float: right;
	margin: 0 0 0 14px;	
	padding: 3px;
	border: 1px solid #97CFCE;
}

#articles .article-title {
	text-transform: uppercase;
	font-weight: bold;	
}

#articles .article-title a {
	text-decoration: none;
}

#articles .article-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;	
}

#articles .article-summary p {
	margin-bottom: 7px;	
}

#articles .article-summary ul, #articles .article-summary ol {
	margin-bottom: 7px;
	list-style-position: inside;	
}

#articles .read-more {
	font-size: 12px;
	clear: both;
	text-decoration: none;
}

#pager {
	text-align: center;	
	padding-top: 10px;
}

#pager a {
	text-decoration: none;	
}

#pager a.active {
	font-weight: bold;	
}

#article {
	padding-top: 10px;	
}

#article .article-title {
	text-transform: uppercase;
	font-weight: bold;	
}

#article .article-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;	
}

#article .text-page {
	padding-top: 6px;	
}

/* Contacts */
/*
#map {
	float: left;
	border: 1px solid #97CFCE;
	padding: 3px;
	margin: 0 35px 0 0;
}
*/

#map {
	float: left;
	margin: 0 15px 0 0;
}

#page #contacts .text-page {
	padding: 14px 0;
	font-size: 12px;
}

#page #contacts .text-page table td {
	padding-bottom: 7px;
	vertical-align: top;	
}

#page #contacts .contacts-text-page {
	border-top: 1px solid #97CFCE;
	padding-bottom: 0 !important;
}

#contacts form {
	float: left;
	width: 505px;
	padding-top: 15px;
}

#contacts form p {
	line-height: 1;
	margin-bottom: 9px !important;	
}

#contacts form fieldset {
	float: left;
}

#contacts form fieldset.left {
	margin-right: 15px;
	_margin-right: 7px;
}

#contacts form fieldset.submit {
	clear: both;
	width: 100%;
	margin-right: 0;
}

#contacts form input.text {
	display: block;
	color: #fff;
	background: #98CECD;
	border: none;
	width: 240px;
	font-size: 11px;
	padding: 2px 0 2px 5px;
	margin-bottom: 14px;
	#float: left;
	#clear: left;
}

#contacts form textarea {
	width: 240px;
	height: 80px;
	color: #fff;
	background: #98CECD;
	border: none;
	font-size: 11px;
	padding: 0 0 0 5px;
	margin: 0;
}

#contacts form fieldset.submit button {
	background: #98CECD;
	border: none;
	color:white;
	font-size:11px;
	margin:5px 0;
	padding: 1px 5px 1px 10px;
	float: right;
	/*
	margin-right: 47px;
	_margin-right: 37px;
	*/
}

/* Footer */

#footer {
	padding: 15px 0;
	overflow: hidden;
	border-top: 2px solid #63B2B3;
	line-height: 28px;
}

#footer a {
	text-decoration: none;
	color: #696969;
	float: left;
	margin-right: 5px;
}

#footer a img {
	vertical-align: middle;
}
#footer a.we {
	float: right;
	margin-right: 0;
}

#footer a img {
	margin-left: 3px;
}

/*
#footer ul {
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	list-style-type: none;
	line-height: 16px;
}

#footer ul a {
	text-decoration: none;	
}

#footer ul li.level-0 {
	float: left;
}

#footer ul a.level-0 {
	float: left;
	padding: 2px 8px;
}

#footer ul a.level-0:hover, #footer ul a.level-0-active {
	color: #fff;
	background-color: #97CFCE;
}
*/