/* Global Resetting */
html{
	width: 100%;
	height: 100%;
	background:#E3E3E3;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0 auto;
	width:1000px;
	background:#fff url(../images/bg.jpg) center repeat-y;
}
#Header {
	height:148px;
	background:#fff url(../images/header.jpg) top left no-repeat;
	clear:left;
}

		#Logo {
			float:left;
			margin-top:26px;
			margin-left:40px;
		}
	
		#Menu1 {
			float:left;
			margin-top:118px;
		}

		#MenuLang {
			float:right;
			margin-right:50px;
			margin-top:118px;
		}
			
			#Menu1 li {
				float:left;
				height:34px;
			}
			#MenuLang li {
				float:right;
				height:34px;
				width:60px;
			}
				#Menu1 li.current,
				#Menu1 li.section,
				#MenuLang li.current,
				#MenuLang li.section {
				}
				#Menu1 li a,
				#MenuLang li a {
					display:block;
					color:#999;
					text-transform:uppercase;
					font-size:1.2em;
					text-decoration:none;
					padding:10px 20px;
				}
					#Menu1 li a:hover,
					#MenuLang li a:hover {
						color:#fff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a,
					#MenuLang li.current a,
					#MenuLang li.section a {
						background: url(../images/menu1_on.gif) repeat-x top left;
						color:#e31818;
					}
					

#ContentContainer {
	background:#fff;
	overflow: auto;
	margin:0 20px;
	width:960px;
	min-height:500px;
	clear:left;
}

#HomePicture {
	float:left;
	margin:40px 0;
}

#Menu2 {
	margin-top: 30px;
	margin-left: 20px;
	width: 180px;
	float:left;
}
	#Menu2 li {
		width:180px;
	}
	#Menu2 a {
		color:#000;
		font-weight:normal;
		font-size:1.2em;
		line-height:2.5em;
		text-decoration:none;
		padding-left:16px;
	}
	#Menu2 a:hover {
		padding-left:16px;
		color:#e31818;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#e31818;
		padding-left:16px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	
#sub {
	width: 180px;
	float:left;
	background-color:#fff;
}
	#sub li {
		width:180px;
		border-top:1px solid #fff;
	}
	#sub li.link a {
		color:#666;;
		font-weight:normal;
		font-size:1.1em;
		line-height:1.7em;
		text-decoration:none;
		background-image: none;
	}
	#sub li a:hover {
		padding-left:16px;
		color:#e31818;
	}
	#sub li.current a,
	#sub li.section a {
		color:#e31818;
		background-image: none;
		padding-left:16px;
		font-weight:normal;
		font-size:1.1em;
		line-height:1.7em;
	}
#Content {
	float:left;
	margin: 30px 20px 40px 40px;
	width:530px;
}

#NewsContent {
	float: left;
	margin: 20px 20px 40px 40px;
	width:710px;
}

#AdressBox {
	color:#666;
	font-size:1.1em;
	line-height:1.5em;
	float: right;
	margin: 30px 20px;
	width:110px;
}

#AdressBox a {
	color:#e31818;
}
	
div.breadcrumbs {
	margin-bottom:10px;
	font-size:1.1em;
	line-height:2.6em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	clear:both;
	width:910px;
	padding:30px 40px 5px 50px;
	background:#E3E3E3 url(../images/footer.jpg) top left no-repeat;
}
	#Footer span {
		float:right;
		padding-top:2px;
	}
		

#HomeSpecial {
	margin:40px 80px 0px 60px;
	float:left;
}

/* HOMEPAGE NEWS SECTION */

#NewsListHomePage {
	border-top:1px solid #ccc;
	width:250px;
	margin:50px;
	float:left;
}


#NewsListHomePage li{
	margin: 0;
	list-style-type: none;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}

.newsDateTitleHomePage {
	width:250px;
	border-bottom:1px solid #ccc;
	padding:5px 0 3px 0;
}
	#NewsListHomePage li.newsDateTitleHomePage a,
	#NewsList li.newsSummary a {
		font-size:0.8em;
		color:#e31818;
		text-decoration:none;
	}
		#NewsListHomePage li.newsDateTitleHomePage a:hover,
		#NewsList li.newsSummary a:hover {
			text-decoration:underline;
		}
		

/* NEWS SECTION */

#NewsList {
	border-top:1px solid #ccc;
	padding-top:10px;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.2em;
		font-weight:bold;
		color:#000;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px solid #000;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
	}
	
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}



#StaffList li {
	margin: 0;
	width:130px;
	list-style-type: none;
	color:#000;
	float: left;
}


#StaffPhoto {
	float: left;
	margin-right:10px;
}

#NewsPhoto img {
	border:1px solid #ccc;
}