/* CSS Document */

body {
	background:url(../img/bckg_pattern.gif) #fff;
}

#mainContentRight,
#headMenue,
#contact,
#footer {
	font: 11px/120% Tahoma, Arial, Helvetica, sans-serif;
}

#containerOuter {
	width:960px;
	margin:0px auto;
	background:#fff;
	background:url(../img/contentOuterBckg.jpg);
}

#containerInner {
	padding:0 10px;
}

#headMenue {
	height:22px;
	background:url(../img/headMenueBckg.jpg);
	text-align:right;
	padding:3px 10px 0 0;
	color:#999;
}

#headMenue a {
	color:#fff;
	text-decoration:underline;
}

#head {
	height:123px;
	background:url(../img/headBckg.jpg);
}

#head .logo {
	padding:4px 0 0 51px;
}

#left {
	width:235px;
	float:left;
	background:url(../img/leftBckg.jpg) bottom no-repeat;
	padding-bottom:150px;
}

#mainContent {
	width:704px;
	float:right;
	border-left:1px solid #ddd;
}

#headline {
	height:65px;
	background:url(../img/headlineBckg.jpg);
}

#mainContentLeft {
	float:left;
	width:530px;
	/*border-right:1px solid #ddd;*/
	background:url(../img/contentBckg.jpg) no-repeat;
}

#mainContentRight {
	float:right;
	width:173px;
}

.inner5 {
	padding:5px 10px;
}

.inner10 {
	padding:10px 15px;
}

.inner20_0 {
	padding:20px 0;
}

.blue {
	color:#1a36a8;
}

h1 {
	margin:0;
	padding-top:25px;
	padding-left:20px;
	padding-bottom:10px;
	font-weight:100;
	font-size:32px;
	color:#fff;
}

h2 {
	font-weight:700;
	font-size:14px;
	color:#1a36a8;
	margin:20px 0 10px 0;
}

h3 {
	font-weight:700;
	font-size:11px;
	color:#1a36a8;
	margin:10px 0 3px 0;
	padding:0;
	text-transform:uppercase;
}

h3 a{
	text-decoration:none;
}

#mainContentRight,
#contact {
	color:#555;
}

.singleNews {
	background:url(../img/hrRight.jpg) no-repeat;
}

.singleNews p {
	padding:0;
	margin:4px 0;
}

#menue ul {
	margin:0;
	padding:0;
}

#menue li {
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	padding:0;
	margin:0;
	border-bottom:1px solid #ddd;
}

#menue a,
#menue .active {
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	margin:1px 0;
}

#menue a {
	color:#555;
	background:none;
}

#menue a:hover,
#menue .active {
	background:url(../img/menueBckg.jpg);
	color:#1a36a8;
}

#contact {
	margin-left:20px;
}

#footer {
	background:url(../img/footerBckg.jpg);
	height: 90px;
}

#footer p {
	text-align:center;
	color:#888;
}

#contactFooter {
	display:none;
}