@charset "utf-8";
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/** {margin:0;padding:0;} */

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-color: #2e2a24;
	background-position: center;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 20px;
}




a {
	color: #8c8c8c;
}
#main ul {padding: 0px;
 margin: 5px;
}
#top-search {
	background-image: url(../images/top-search.gif);
	height: 51px;
	background-repeat: no-repeat;
	width: 913px;
	padding-bottom: 18px;
}
#main-nav {
	background-image: url(../images/main-navigation.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 912px;
	margin-bottom: 18px;
}
#container {
	background-image: url(../images/top-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#splash {
	height: 230px;
	width: 912px;
}
#top-menu {
	float: right;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	line-height: normal;
	
}
#top-menu a {
	color: #000;
	text-decoration:none;
	float:left;padding:3px 5px;
}
#top-menu a:hover {color: #574136; /*color:#fff;*/}
#top-menu li {
	display:inline;
/*	padding:0 10px;*/
	height:24px;
}
#footer {
	background-color: #8a8a8a;
	color: #FFF;
	height: 90px;
	clear:both;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
	float:left;
}
#footer a {
	color: #FFF;
}
#footer-menu {
	float: left;
	width:620px;
}
#footer-copy {
	padding-top: 20px;
	float:left;
}
.center-position {
	width: 913px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 615px;
	float:left;
}
#main-right {
	/*padding-left: 645px;*/
	float:left;width:268px;
	margin-left:30px;
	}
#change-language {
	float:left;
	color: #737373;
	font-size: 9px;
	padding-left: 35px;
	padding-top: 10px;
}

#logo {
	clear:both;
}
#logo img {
	border: 0px;
	padding-left: 18px;
	padding-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color:#FFF;
}
h2 {
	font-size: 22px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	line-height:250%;
	border-bottom:1px solid #2a3539;
	margin-bottom:10px;
	padding:0 4px;
	font-weight: normal;
}
h2 a {
	color:#FFF;
	text-decoration:none;
	}
h3 {
	font-size: 12px;
	color:#fff;
	line-height:250%;
}
h3 a {
	color: #fff;
	text-decoration:none;
	}
h4 {font-size: 11px;
	color:#fff;
	}
#left-column {
	float:left;
	width: 272px;
	padding-top: 5px;
	padding-bottom: 20px;
	}
#left-column ul a {
	color: #2f2a24;
	text-decoration: none;
	}
#inner-content {
	/*padding-left: 290px;*/
	float:left;width:620px;
	margin-left:10px;
}
#left-menu-main {
	background-color: #8f8f8f;
	background-image: url(../images/top-nav-left.gif);
	width: 262px;
	background-repeat: no-repeat;
	background-position: top;
	padding:5px;
}

#left-menu-main h3 {margin:0;padding-left:10px;background-image:url('../images/arrow-left.gif'); background-repeat:no-repeat;background-position:center left;
color:#2f2a24;}

#left-menu-bottom {
	background-image: url(../images/btm-nav-left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 272px;
}
.sub-navigation-1 {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/arrow-left.gif);
	padding-left: 35px;
	padding-right: 35px;
}
.sub-navigation-1 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2a24;	
	}
.sub-navigation-2 {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	}
.sub-navigation-2 li {
	border: 0px;	
	}
.sub-navigation-3 {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	}
.sub-navigation-3 li {
	border: 0px;	
	}
.childs {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.childs li {
	border: 0px;	
	}
#left-column li a.active {
	font-weight: bold;
	}
#left-menu-main h4 {
	font-size:18px;
	color: #171717;
	padding: 0px;
	margin: 0px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#left-menu-main h2 {
	font-size:16px;
	color: #171717;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	border:none !important;
	font-weight:bold;
}

#site-search {
	padding-left: 650px;
	padding-top: 10px;
}
#search-query {
	border: 0px;
	font-size: 10px;
	width:215px;
}
#search-button {
	padding-top: 5px;
	}
#search-field-cont {
	float:left;
	padding-top: 8px;
	padding-right: 10px;
}

.latest-news-item {
	float:left;
	width: 255px;
	padding-right: 30px;
}
/* Hardcoded block */
.right-item {height:90px;}
.right-item-image {	float:left;}
.right-item-image img {
	border: 1px solid #c1c1c0;
	}
.right-comm-cblock {float:left; padding:0px 5px;width: 171px;}
.right-comm-cblock > a > h4{margin-bottom:2px;color:#FFFFFF;font-size:11px;font-family:Arial,Helvetica,sans-serif;line-height:1; margin-top:0;}

.start_active {float:left;width:3px;}
.end_active {float:left;width:3px;}
a.selected {background-image:url('../images/active_bg.png');color: #574136 !important;}
.dummy_active {float:left;width:3px;}

#left-menu-main>.childs>li {list-style-image:url('../images/arrow.gif');border-bottom:1px solid #171717; line-height:1.8;}
#left-menu-main>.childs {padding-left:20px;}
#left-menu-main>.sub-navigation-2>li {list-style-image:url('../images/arrow.gif');border-bottom:1px solid #171717; line-height:1.8;}
#left-menu-main>.sub-navigation-2 {padding-left:20px;}

.breadCrumbs {padding-top:5px;}
.breadCrumbs,.breadCrumbs a,.breadCrumbs span {font-size:10px;}

.latest-news-item>h3 {line-height:1.2;}