@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background-color:#c0b8ab;
	background-image:url(../img/bodyBg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	color:#555555;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;

}

h1 {
	color:#333333;
	font-size:24px;
	font-weight:normal;
	margin:10px 0 15px 0;
}

h2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 0 0;
}

h3 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#left h3 {
	background-color:#ffffff;
}	

a img {
	border:none;
}

a, a:link {
	color:#904803;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#904803;
	text-decoration:none;
}



a:hover {
	text-decoration:underline;
}

ul {
	margin:0;
	list-style-type:none;
}


#main {
	background-image:url(../img/mainBg.png);
	width:940px;
	padding:10px;
	margin:40px auto;
}

#container {
	background-color:#FFFFFF;
	background-image:url(../img/containerBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:20px;
}


#top {
	height:60px;
}

#smallVisual {
	height:150px;
	margin:10px 0 10px 0;
	background-color:#f0f0f0;
}
#logo {
	float:left;
	width:270px;
}

#topMenu {
	float:right;
	padding-top:22px;

}

.topLink {
	font-size:15px;
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:0 10px;
	font-weight:bold;
	border-right:1px solid #e8e8e8;
}	

#keyVisual {
	width:630px;
	height:245px;
	background-color:#f0f0f0;
	margin:0 0 20px 0;
}

#left {
	width:250px;
	float:left;
	padding-top:10px;
	
}

.groupBox {
	width:250px;
	height:75px;
	margin-bottom:10px;
	background-color:#ff8100;
}

.contactBox {
	background-color:#e0dbd5;
	padding:10px;
	margin:20px 0 0 0;
	
}


#right {
	width:630px;
	float:left;
	margin-left:20px;
	padding-top:10px;
}

#footer {
	height:24px;
	padding:6px 15px 0 15px;
	margin-top:20px;
}

#footerMenu {
	font-size:11px;
	color:#333333;
	text-align:right;
}	

#footerMenu a {
	color:#333333;
}

.clear {
	clear:both;	
}

.leftMenu {
	display:block;
	background-color:#FFFFFF;
	padding:10px;
	color:#707070;
}

.listLvl2 {
	padding-left:0px;
}

.level1 {
	display:block;
	border-bottom:1px solid #e0e0e0;
	padding:5px 0 5px 17px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:5px 11px;
}

.level2 {
	display:block;
	
	padding:3px 0 3px 8px;
	background-image:url(../img/smallBullet.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	font-size:11px;
}

#breadcrumbs {
	font-size:10px;
	color:#aaaaaa;
}

#breadcrumbs a {
	color:#f0892a;
}

.separator {
	border-bottom:1px solid #cccccc;
	margin:15px 0 0 0;
}

.logoItem {
	width:198px;
	float:left;
	margin:0 0 15px 15px;

}

.logoItem img {
	margin:0 0 2px 0;
	border:1px solid #cccccc;
}

.logoItem .bullet {
	padding-left:8px;
	background-image:url(../img/smallBullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.first {
	margin-left:0px;
}

.leftMenu a {
	color:#707070;
}
.leftMenu a:active {
	color:#000000;
}

.leftMenu a:hover {
	color:#f0892a;
}

.contactData {
	width:280px;
	float:left;
}

.googleMap {
	float:left;
	margin-left:20px;
	width:330px;
	text-align:center;
}

.publication {
	border-bottom:1px solid #cccccc;
	padding:10px 0;
	margin-bottom:20px;
}

.publicationImage {
	width:150px;
	height:150px;
	border:1px solid #cccccc;
	float:left;
}

.publication .details {
	margin-left:20px;
	float:left;
	width:450px;
}

.publicationLink {
	float:right;
	font-weight:bold;
}
.contentImageLeft {
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}

#right ul {
	float:left;
	padding-left:15px;
	margin:10px 0;
	list-style-type:disc;
}

#right li {

}

.noMargin {
	margin:0;
}
