@font-face {
    font-family: 'arialnarrow';
    src: url('arialn-webfont.eot');
    src: url('arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('arialn-webfont.woff2') format('woff2'),
         url('arialn-webfont.woff') format('woff'),
         url('arialn-webfont.ttf') format('truetype'),
         url('arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialnbold';
    src: url('arialn-bold.eot');
    src: url('arialn-bold.eot?#iefix') format('embedded-opentype'),
         url('arialn-bold.woff2') format('woff2'),
         url('arialn-bold.woff') format('woff'),
         url('arialn-bold.ttf') format('truetype'),
         url('arialn-bold.svg#arialnbold') format('svg');


}

b, strong {
       font-family: 'arialnbold';
       font-weight: normal;
}

body, div, td {
	margin: 0;
	padding: 0;
	font: 14px 'arialnarrow', Arial;
	color: #333333;
	line-height: 20px;
	vertical-align: top;
}


img {
	margin: 0;
	border: none;
}
li {
	margin: 0;
	padding: 0;
	list-style-image: url(img/listmarker.png);
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
a {
	color: #005291;
	text-decoration: none;
}
h1, h2, h3 {
	color: #1E2858;	
        line-height: 120%;
}
#header {
	width: 100%;
	height: 135px;
	z-index: -999;
	position: absolute;
	background: url(img/header.png) bottom center repeat-x;
}
#mainwrap {
	width: 980px;
	left: 50%;
	margin-left: -490px;
	z-index: 0;
	position: absolute;
}
#headerwrap {
	width: 100%;
	height: 160px;
	position: relative;
}



/* \\\\\\\\\\\\\\\\\\\\HEADER\\\\\\\\\\\\\\ */




#logo {
	width: 150px;
	height: 135px;
	position: relative;
	float: left;
}
#headercenter {
	width: 650px;
	height: 140px;
	position: relative;
	float: left;
}
#langswitcher {
	width: 180px;
	height: 135px;
	position: relative;
	float: left;
        vertical-align: top;
}
.socialbuttons {
        width: 100%;
        height: 25px;
        padding-top: 5px; 
        text-align: center;
}
.socialbuttons img {
        filter:alpha(opacity=50);
        width: 20px;
        height: 20px;
        opacity:0.5;
}
.socialbuttons img:hover {
        width: 20px;
        height: 20px;
        filter:alpha(opacity=100);
        opacity:1.0;
}
.topcontacts {
        width: 179px;
        height: 85px;
        padding-top: 10px;
        padding-right: 1px;
        color: #1e2858;
        line-height: 22px;
        text-align: center;
}

.topcontacts a {
        text-decoration: underline;
        text-transform: uppercase;
}
#sitetitle {
	width: 650px;
	height: 85px;
        float: left;
        position: relative;
}
#sitetitle p {
	margin-top: 30px;
	font-size: 24px;
	line-height: 26px;
	color: #B29F44;
}
#menustrip {
	width: 650px;
	height: 60px;
	background: url(img/menustrip.png) bottom center no-repeat;
	margin-top: -30px;
        clear: both;
}
.menutab {
	width: 160px;
	height: 54px;
	margin-top: 5px;
	position: relative;
	float: left;
}
.menutab li {
	list-style-image: none;
}
a.menutab:link, a.menutab:visited, a.menutab:active {
	text-decoration: none;
	width: 160px;
	border-top: 4px solid #B29F44;
	font-size: 16px;
	color: #666666;
	display: block;
	padding-top: 11px;
	padding-bottom: 6px;
	text-align: center;
	height: 50px;
}
a.menutab:hover {
	text-decoration: none;
	width: 160px;
	border-top: 4px solid #1E2858;
	font-size: 16px;
	color: #000000;
	display: block;
	padding-top: 15px;
	padding-bottom: 2px;
	text-align: center;
	height: 50px;
}
#menushadow {
	width: 650px;
	height: 14px;
	background: url(img/menushadow.png) top center no-repeat;
}




/* \\\\\\\\\\\\\\\\MENULISTS\\\\\\\ */



        ul.cssMenu, ul.cssMenu ul
        {
        	list-style:none;
        	margin:0; padding:0;
        	position: relative;
                z-index: 5;
        }
		
		/*Style for 1st level menu header*/
        ul.cssMenu li
        { 
        	position: relative; 
        	float: left; 
        	zoom: 1; /*Needed for IE*/
		width: 160px;
		listy-style-image: none;
        }

        
        /* Building menu items - for 2nd and more level menu items*/
        ul.cssMenu ul 						
        { 
        	display:none; /*initially menu item is hidden*/
        	position: absolute; /*absolute positioning is important for menu to float*/
			width: 210px; 
			
			/*Formating of menu items*/

        	background:#666666;
			
			/*optional - to change position of 2nd level menu item*/
			top: 100%; 
        	left: 0; 
		margin-top: -21px;
        }
        ul.cssMenu ul li
        { 
        	background: #666666; 
        	color: #000; 
			float: none; 
		width: 200px;
		margin: 0;
		padding: 0;
	}
									  
        ul.cssMenu ul li a
        { 
        	width: 200px; 
        	display: block; 
        	color:#333333;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 8px;
		background: #ececec;
		font-size: 14px;
		text-decoration: none;
		border-bottom: 1px solid #cccccc;
        } 
        ul.cssMenu ul li a:hover
        { 
        	width: 200px; 
        	display: block; 
        	color:#333333;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 8px;
		background: #f7f7f7;
		font-size: 14px;
		text-decoration: none;
		border-bottom: 1px solid #cccccc;
        } 

        /* Menu item position for 3rd level and more */
        ul.cssMenu ul ul
        { 
        	left: 100%; 
        	top: 0; 
        }
        
        /* Hover effect for menu*/
        ul.cssMenu li:hover > ul 			
        { 
        	display:block;
        }





/* \\\\\\\\\\\\\\CONTENT\\\\\\\\\\\\\ */






#content {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#homepage {
	width: 708px;
	position: relative;
	float: left;
	z-index: -1;
	border: 1px solid #cccccc;	
}
.homepagebg {
	width: 666px;
	height: 306px;
	border: 1px solid #ffffff;
	padding: 20px 20px 20px 20px;
	background: url(img/homepagebg.png) top center no-repeat;
}
.homepagebg h2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 25px;
	color: #ffffff;
	background: url(img/blackbg.png);
}
.homepagebgtext {
	color: #ffffff;
	background: url(img/blackbg.png);
	line-height: 45px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
}
#right {
	width: 185px;
	position: relative;
	float: left;
	vertical-align: top;
}
#rightcol {
	width: 185px;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	vertical-align: top;
}
#left {
	width: 155px;
	position: relative;
	float: left;
	padding-top: 0px;
	vertical-align: top;
}
#center {
	width: 600px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	vertical-align: top;
}

#center p {
        text-align: justify;
}

.msg {
	width: 220px;
}
.msgtop {
	width: 220px;
	height: 16px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/msgtop.png) top center no-repeat;
}
.msgbottom {
	width: 220px;
	height: 16px;
	font-size: 0px;
	line-height: 0px;
	background: #cccccc;
}
.msgbody {
	width: 245px;
	font-size: 13px;
	background: #f4f3e1;
	top: 160px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}	
img.bossmsg {
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 0;
	margin-right: 10px;
}
.msgbody p {
	font-size: 13px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
       margin-right: 3px;
}
.blocktitlewrap {
	width: 245px;
	height: 30px;
	border-bottom: 1px solid #B29F44;
}
.blocktitle {
	width: 243px;
	height: 25px;
	background: #ffffff;
	font-size: 15px;
	line-height: 15px;
	color: #B29F44;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: center;
	text-transform: uppercase;
}
.blockbody {
	width: 231px;
	margin-left: 5px;
	margin-top: 5px;
	border-top-width: 0px;
	margin-left: 5px;
	padding: 5px;
}
.aboutdiv {
	width: 435px;
	position: relative;
	float: left;
	text-align: justify;
        padding-right: 15px;
}
.aboutdiv li {
	margin-left: 15px;
}
.hpbottomcontainer {
	width: 250px;
	position: relative;
	float: left;
	margin-left: 30px;
}

.homepagecontent {
      width: 495px;
      float: left;
      position: relative;
      padding-left: 10px;
      padding-right: 25px;
      text-align: justify;
}

.homepagecontent p, .homepagecontent h1 {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\BOTTOM\\\\\\\\\\\\\\\ */





.dashline {
	width: 975px;
	height: 4px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/dashline.png) top center repeat-x;
	margin-top: 15px;
	margin-bottom: 10px;
        filter:alpha(opacity=40);
        opacity: 0.4;
}


#copyright {
      color: #999999;
      width: 480px;
      padding-left: 10px;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      float: left;
      position: relative;
      font-size: 12px;
}

#siteby {
      color: #999999;
      width: 480px;
      padding-right: 10px;
      text-align: right;
      padding-top: 10px;
      padding-bottom: 10px;
      float: left;
      position: relative;
      font-size: 12px;
}

.newsline {
      width: 100%;
      height: 10px;
      margin-top: 30px;
      border-top: 1px dotted #666666;
}

.counter {
      filter: alpha(opacity=60);
      opacity: 0.6;
      width: 100%;
      text-align: center;
      padding-top: 15px;
}

.counter:hover {
      filter: alpha(opacity=100);
      opacity: 1.0;
}