@CHARSET "UTF-8";


/*
 * design
 */
.clear{
	clear:both;
}
body{
	padding:0px;
	margin:0px;
	font-family: Verdana;
	color:#000000;
	font-size:12px;
	position:relative;
	width:100%;
	height:100%;
	background-color:#ffffff;
}

img {
    border-style: none;
}

a {color:#000000; font-size:12px;}
a:active {color:#000000; }
a:link {color:#000000; text-decoration:none;}
a:hover {color:#000000;}


input[type='button'],input[type='submit']{
	 background: url("/template/styles/gfx/button.png") bottom left repeat-x #f8f8f8;
	 border: 1px solid #B4B3B3;
    border-radius: 1px;
    box-shadow: 2px 2px 2px #E0DFDF;
    color: #952121;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 4px;
    text-shadow: -1px -1px 1px #D7C0C0;
}


#wrap {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}



#header{
	margin:auto;
	width:100%;
	height:405px;
	position:relative;
	background-color:#952121;
}


#subheader{
	height: 405px;
	width:988px;
    margin: 0 auto;
    background: url("/template/styles/gfx/bck.jpg") no-repeat scroll right top #952121;
}


/* Lang Chooser Style */
.LangCont{
	float:left;
	margin-left:19px;
	margin-top:17px;
	height:50px;
	color:#888888;
	font-size:12px;
	width:300px;
	text-align:center;
}

.LangCol{
	float:left;
	margin:2px;
	margin-left:4px;
	margin-right:3px;
}



/*  Menu  */

#menu{
	clear:both;/***/
    float: left;
	width: 988px;
    height: 41px;
    margin-top: 20px;
    padding: 0;    
	border:0px solid #ccc;
	font-size: 14px;
    font-weight: normal;
	color: #000000;
	background: url("/template/styles/gfx/menu_bck.png") top left repeat;
}
#menu a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 11px 0 0 0;
    text-align: center;
    text-decoration: none;
	height: 30px;
}
#menu a:active {text-decoration:none; font-size:15px;}
#menu a:link {font-size:14px;}
#menu ul{
	clear:both;
	height: 41px;
	font-size:14px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu ul li{
	float: left;
    height: 41px;
	position:relative;
	list-style-type: none;	
    padding: 0;
    width: 148px;
   	background: url("/template/styles/gfx/menudevider.png") center left no-repeat;
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;*/
}
#menu ul li a:hover
{
	background: #952121;
	background: -moz-linear-gradient(top,  #b33232 0%, #952121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#952121));
	background: -webkit-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -o-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -ms-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: linear-gradient(to bottom,  #b33232 0%,#952121 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#952121',GradientType=0 ); 
color:#fff;
}

#menu ul li:hover >ul{
	display:block;
}
#menu ul li ul{
	position:absolute;
	z-index:5;
	top:41px;
	left:-1px;
	display:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	width:180px;
	border:1px solid #ccc !important;
	text-align:left;
	height:auto;
	background:url("/template/styles/gfx/menu_bck.png") top left repeat;
}
#menu ul li ul li{
	
	height:35px;
	padding:0px;
	margin:0px;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	background:none;
	width:180px;
} 

#menu ul li ul li ul{
	position:absolute;
	z-index:5;
	top:0px;
	left:180px;
	display:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	width:180px;
	border:1px solid #ccc !important;
	text-align:left;
	height:auto;
	background:url("/template/styles/gfx/menu_bck.png") top left repeat;
} 

#menu ul li ul a
{
	text-decoration:none;
	color:#000000;
	font-size:14px;
	display:block;
	height:35px;
	text-align:left;
	padding-left:10px;

}
#menu ul li:hover >a{
	color:#fff;
}
#menu ul li:hover{
	background: #952121;
	background: -moz-linear-gradient(top,  #b33232 0%, #952121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#952121));
	background: -webkit-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -o-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -ms-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: linear-gradient(to bottom,  #b33232 0%,#952121 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#952121',GradientType=0 ); 
color:#fff;

}
#menu ul li ul li a:hover{
	background: #952121;
	background: -moz-linear-gradient(top,  #b33232 0%, #952121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#952121));
	background: -webkit-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -o-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -ms-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: linear-gradient(to bottom,  #b33232 0%,#952121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#952121',GradientType=0 ); 
	color:#fff;
	color:#ffffff;
	font-size:14px;
	height:22px !important;
	border-bottom:1px solid #952121 !important;
	padding:11px 0 0 10px !important;
	margin:0px !important;
}
#menu ul li ul li:last child
{
	border:none;
}
#menu ul .selected_li >a
{
	background: #952121;
	background: -moz-linear-gradient(top,  #b33232 0%, #952121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#952121));
	background: -webkit-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -o-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: -ms-linear-gradient(top,  #b33232 0%,#952121 100%);
	background: linear-gradient(to bottom,  #b33232 0%,#952121 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#952121',GradientType=0 ); 
color:#fff;

}


#menu .selected_li ul li a
{
	/*color:#777 !important;*/
}
#menu .selected_li ul .selected_li
{
	background: #dadada; /* Old browsers */
	background: -moz-linear-gradient(top, #dadada 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dadada 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dadada 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dadada 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dadada 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#f2f2f2',GradientType=0 );
	/* IE6-9 */
	/*color:#777;
	font-size:14px;
	height:22px !important;
	border-bottom:1px solid #ccc !important;
	padding:11px 0 0 10px !important;
	margin:0px !important;*/
}

#menu .selected_li ul .selected_li >a
{

	height:24px !important;
}

#menu ul a.level_1{
	font-size:12px;
}
#menu ul a.level_1:active{
	font-size:12px;
}
#menu ul a.level_1:hover{
	font-size:12px;
}
#menu ul a.level_1:link{
	font-size:12px;
}



#subheader .logo {
    float: left;
    margin-top:44px;
    margin-left:13px;
}

#subheader .logo a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}


#maincontent{
	border-top:solid 2px #952121;
	width:988px;
	margin:0 auto;
    height: auto;
    min-height: 390px;
	overflow: hidden;
}

#leftColumn{
	background:url("/template/styles/gfx/border-vertical.png") top left no-repeat;
	width:686px;
	min-height:355px;
	padding:10px;
	float: left;
}

#rightColumn{
	background:url("/template/styles/gfx/border-vertical.png") top right no-repeat;
	width:262px;
	padding:10px;
	min-height:355px;
	float: left;
}

/* Announcements */


.AnnounceContainer{
	width:100%;
}
.AnnounceContainer h3{
	color:#333;
	font-size:20px;
	font-weight:normal;
	padding-left:20px;
	border-bottom:1px solid #952121;
}
.AnnounceContainer .AnnounceContent{
	color:#000000;
	font-size:12px;
	margin:0 10px 10px 20px;
}
.AnnounceContent p{
	color:#000000;
	font-size:12px;
	text-align:justify;
	line-height:18px;
}

.AnnounceContent ul{
	margin:0px;
	padding:0px;
	padding-left:20px;
}

.AnnounceContent ol{
	margin:0px;
	padding:0px;
	padding-left:20px;
}

.AnnounceContent li{
	font-size:12px;
	line-height:18px;
}


.NewsTitle{
	background-color:#EAEFF2;
	border:1px solid #CCCCCC;
	border-radius:3px;
	color:#437596 !important;
	font-family:'Georgia';
	font-size:16px !important;
	font-style:italic;
	font-weight:normal;
	height:27px;
	margin:4px;
	padding:7px 10px 0 15px;
	text-align:left;
	width:860px;
}

/*footer*/

#footer{
	margin:auto;
	width:100%;
	height:175px;
	position:relative;
	background-color:#952121;
	margin-top:26px;
}

#subfooter{
	height: 175px;
	width:988px;
    margin: 0 auto;
}

#subfooterleft{
	width:988px;
	float:left;
}

#subfooterright{
	width:260px;
	float:right;
}
 /* Bottom Menu */
#BottMenuContainer{
	width:956px;
	float:left;
	color:#ffffff;
	font-size:12px;
	height:36px;
	background:none;
	margin-top:16px;
	margin-left:16px;
	padding-bottom:16px;
	border-bottom:1px solid #cc3d3c;
}
#BottMenuContainer a{
	color:#fff;
	text-decoration:none;
	height:36px;
	display:block;
	text-align:center;
	padding:10px;
	padding-left:14px;
	padding-right:14px;
}
#BottMenuContainer ul{
	width:956px;
	float:left;
	color:#ffffff;
	font-size:12px;
	height:36px;
	background:none;
	list-style: none outside none;
	margin:0;
	padding:0;
}

#BottMenuContainer ul li{
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	height:36px;
	float:left;
	background:url("/template/styles/gfx/menudeviderbottom.png") center left no-repeat;
}

#BottMenuContainer ul a:hover{
	text-decoration:none;
	color:#cc3d3c;
	font-size:12px;
}
#BottMenuContainer ul .selected_li{
	/*background:none;*/
}
#BottMenuContainer ul .selected_li a{
	color:#cc3d3c !important;
}
#BottMenuContainer ul li ul{
	display:none;
}


#certificates{
	float:left;
	margin-top:16px;
	margin-left:16px;
	background-color:#ffffff;
	width:542px;
	height:72px;
	border-radius:12px;
}

#certificates a{
	float:left;
	dsiplay:block;
	margin:10px;
	margin-left:17px;
	margin-right:17px;
}

#certificates a.c1{
	margin-top:16px;
}

#certificates a.c2{
	margin-top:4px;
}

#certificates a.c4{
	margin-top:4px;
}


#subfooter .address{
	margin-left:40px;
}

#subfooter .address p{
	line-height:20px;
	font-size:11px;
	color:#ffffff;

}


#rightSideBox{
	margin-bottom:26px;
}

#rightColumn .linkList{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#rightColumn .linkList li{
	line-height:24px;
	font-size:12px;
	background:url("/template/styles/gfx/bullet.png") center left no-repeat;
	padding-left:20px;
}

#rightColumn .linkList li a{
	font-size:11px;
}

#rightColumn .linkList li a:hover{
	text-decoration:underline;
}

#rightColumn .rssboxTitle{
	border-bottom:1px solid #aa4d4d;
	font-weight:bold;
}

#rightColumn .rssboxList{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:6px;
	
}

#rightColumn .rssboxList li{
	font-size:11px;
	background:url("/template/styles/gfx/bullet.png") 0px 5px no-repeat;
	padding-left:10px;
	margin-bottom:16px;
	line-height:20px;
}

#rightColumn .rssboxList li a{
	font-size:11px;
}

#rightColumn .rssboxList li a:hover{
	text-decoration:underline;
}

#rightColumn .rssboxList li .date{
	text-align:right;
	font-size:8px;
	font-style:italic;
}


.selLang {
	cursor:pointer;
}


/*front page*/
#mainArticle {
	margin-bottom:26px;
}

#mainArticle h2{
	background:url("/template/styles/gfx/bottomborder.png") bottom left repeat-x;
	/*
	font-size:14px;
	font-weight:normal;
	*/
	padding-bottom:4px;
	padding-left:4px;
}

#mainArticle p{
	text-align:justify;
	line-height:24px;
	padding:10px;
}

#mainImage{
	margin-left:10px;
	margin-right:10px;
	border:1px solid #aa4d4d;
	margin-bottom:26px;
}

#mainColumn{
	float:left;
	width:48%;
}

.mainColumnRight{
	padding-left:2%;
}

.mainColumnLeft{
	padding-right:2%;
}

#mainColumn h2{
	background:url("/template/styles/gfx/bottomborder.png") bottom left repeat-x;
	/*
	font-size:14px;
	font-weight:normal;
	*/
	padding-bottom:4px;
	padding-left:4px;
}

#mainColumn p{
	text-align:justify;
	line-height:20px;
	padding:10px;
}

.moreButton{
	float:right;
	cursor:pointer;
}

table{
	font-size:12px;
}

.caclculationsTable table input[type='text']{
	width:80px;
}

.caclculationsTable table input[type='button']{
	width:90px;
	font-size:10px;
}

.downloads ul{
	list-style-type:none;
	padding:0px;
}

.downloads ul li{
	height:35px;
	margin-bottom:8px;
	overflow:hidden;
}

.downloads ul li a{
	display:block;
	width:auto;
}

.downloads ul li a{
	display:block;
	width:auto;
}

.downloads ul li .small{
	height:34px;
}

.downloads ul li .large{
	height:179px;
}

.downloads ul li a:hover{
	border-bottom:1px dashed #952121;
	color:#952121;
}

.downloads ul li div{
	 float:left; 
}

.controlPanel{
	width:100%;
	background-color: #F1F1F1;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 4px;
}

.controlPanel >div >a{
	cursor:pointer;
	display:block;
	float:left;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}

.controlPanel >div >a:hover{
	border-bottom:3px solid #952121;
}

.selectedFolderView{
	border-bottom:3px solid #952121;
}

#path_panel{
	margin-top:4px;
}

#path_panel ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:4px;
}

#path_panel ul li{
	float:left;
	font-size:10px;
	margin-right:4px;
	color:#c2c2c2;
}

#path_panel ul li a{
	font-size:10px;
}

#path_panel ul li a:hover{
	border-bottom:1px solid #952121;
	color:#952121;
}


.downloads{
	clear:both;
	width:100%;
	margin-top:10px;
}

.row{
	width:100%;
	margin-bottom:8px;
}

.leftcol{
	float:left;
	width:200px;
	text-align:right;
	margin-right:5px;
}

.rightcol{
	float:left;
	width:400px;
}

.i_reg_form_error{
	border:1px solid #952121;
}

.linkListLeft{
	float:left;
	width:48%;
	margin-left:1% !important;
	list-style-type:none;
	padding:0px !important;
}

.linkListLeft li {
    background: url("/template/styles/gfx/bullet.png") center left no-repeat;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
}

.linkListLeft li a:hover{
    color:#952121;
	font-weight:bold;
}

.linkListRight{
	float:left;
	width:48%;
	margin-right:1% !important;
	list-style-type:none;
	padding:0px !important;
}

.linkListRight li {
    background: url("/template/styles/gfx/bullet.png") center left no-repeat;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
}

.linkListRight li a:hover{
     color:#952121;
	 font-weight:bold;
}

#calculationPage .column{
	float:left;
	width:152px;
	/*margin-right:10px;*/
}

#calculationPage .column >div{
	/*margin:4px;*/
	text-align:right;
	height:24px;
	padding: 6px 4px 4px;
}

#calculationPage input[type='text']{
	border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 4px;
    width: 80px;
	text-align:right;
}

#calculationPage select{
	border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 4px;
    width: 80px;
	margin:4px;
}

.inputColumn {
	float:left;
	width:96px;
}

.inputColumn >div{
	/*margin:4px;*/
	height:24px;
	padding:2px;
	padding: 5px 4px 4px;
}

.row{
	clear:both;
	margin-bottom:4px;
}

#calculate{
	margin-left:350px;
}

#resultForm{
	margin-top:8px;
}

#resultForm .column >div{
	height:32px !important;
}

#resultsPanel .inputColumn >div{
	text-align:center;
	height:33px !important;
}

#map-canvas{
	width:686px; 
	height:228px !important;
}


.contact input[type="text"] {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 4px;
    width: 200px;
}

.contact textarea {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 4px;
}

.contact .leftcol {
    padding-top:4px;
}