@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #090 url(../images/bg.jpg) repeat top center fixed;
}

#leftFloat {
	float: left;
}

#rightFloat {
	float:right;
}

#clear { clear:both;}

/**/

.main {
	width:980px;
	min-height:600px;
	padding-bottom:10px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 15px #000;
	text-align:left;
}

.topmenu {
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	color:white;
	background:url(../images/top-menu.png) no-repeat;
	height:28px;
	padding-top:10px;
	text-align:left;
	padding-left:10px;
	padding-right:8px;
	text-shadow:#000 0px 1px 1px;
	margin-bottom:10px;
}

.topmenu a {
	text-decoration:none;
	color:white;
	margin-left:5px;
	margin-right:10px;
}

.topmenu a:hover {
	text-decoration:none;
	color:yellow;
	margin-left:5px;
	margin-right:10px;
}

.leftColumn {
	width:250px;
	padding:0px;
	margin-left:10px;
}

.rightColumn {
	width:698px;
	margin-right:10px;
	text-shadow:#fff 0px 1px 0px;
	color:#000;
}

.sliderArea {
	background-color: #F6F5F3;
	height:280px;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover { text-decoration:underline;}

.informationBox {
	background-color: #E1E1E1; 
	padding:10px; 
	min-height:260px;
	margin-bottom:10px;
}

.informationBox a {
	color: white;
}

.informationBox2 {
	background-color: rgba(181, 225, 234, 0.5);
	padding:0 10px;
	padding-bottom:10px;
	font-size:11px;
	-webkit-box-shadow: 0 0 5px 0 #6B6B6B;
	box-shadow: 0 0 5px 0 #6B6B6B;
}

.informationBox3 {
	background-color: rgba(234, 234, 234, 0.5);
	padding:0 10px;
	padding-bottom:10px;
	margin-bottom:12px;
	font-size:11px;
	-webkit-box-shadow: 0 0 5px 0 #6B6B6B;
box-shadow: 0 0 5px 0 #6B6B6B;
}

.title {
	font-size: 14px;
	font-weight: 700;
	color: #0d5a26;
	border-bottom:1px solid #0d5a26;
	box-shadow:#fff 0px 1px 0px;
	text-shadow:#fff 0px 1px 0px;
	padding:10px 0px;
}

.verticalMenu {
	margin-left:0px;
	margin-top: 5px;
}

.verticalMenu li {
	list-style-position:inside;
	list-style-type: none;
	color: #000;
	margin-bottom:2px;
	font-size:12px;
	font-weight: bold;
	padding:2px 10px;
	border:1px solid #060;
	background: #0F3;
	margin-bottom:5px;
	border-radius:2px;
	box-shadow:#fff 0px 1px 0px;
}

h3 {
	color:green;
	margin:0px;
}

.verticalMenu li a {
	color: #000;
	text-decoration:none;
	text-shadow:#fff 0px 0px 0px;
}

.verticalMenu li a:hover {
	color:#036;
	text-decoration: underline;
}

.content {
	margin-top:0px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 5px 0 #6B6B6B;
	box-shadow: 0 0 5px 0 #6B6B6B;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.articleTitle {
	color: #0d5a26;
	font-size:14px;
	margin-bottom:20px;
	font-weight:500;
	margin-right:10px;
	border-bottom:1px solid #0d5a26;
	padding-bottom:5px;
}

.articleArea {
	margin-right:10px;
	padding-bottom:10px; 
	font-size:12px;
}

.articleArea p { }

.articleArea td {
	border-bottom:1px solid #ccc;
	padding:5px;
	font-size:11px;
}

.articleArea th {
	border-bottom:1px solid #ccc;
	background-color: green;
	color:white;
	padding:5px;
	text-align:left;
}

.formatedContent { font-size:12px; padding-top:10px;}
.formatedContent ol { background:url(../images/pdf_icon.gif) left no-repeat; border:1px solid #ccc !important; background-color: #FFF; padding:5px 24px; margin:0px; margin-bottom:2px;}
.formatedContent ol a { color:#333;}
.formatedContent li { list-style-type:square !important;}
	
	
	
	
.link { background-color:#093; float:right; padding:2px 10px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; box-shadow: #060 0px 2px 0px; text-shadow:#000 0px 1px 0px;}

.link a { color:#FFF; font-size:11px;}
	
	
.img {border:2px solid #ccc; padding:2px;}


.gallery {
}
.gallery .category { background-color:#fff; margin-top:5px; border:1px solid #ccc; width:333px; margin:2px; margin-top:3px !important;}
.gallery .category:hover { background-color:#fff; margin-top:5px; border:1px solid #666; width:333px; margin:2px; margin-top:3px !important;}
.gallery .category .smallThumb { width:50px !important;}

.gallery img {
	margin:6px !important;
	width:100px;
}




.footer {
	background:url(../images/footer.png) repeat-x;
	height: 38px;
	color: #F90;
	font-size: 10px;
	padding-top:12px;
	width:980px; 
	margin-top: 10px;
	clear:both;
	box-shadow: 0px 0px 15px #000;
}