@import "jScrollPane.css";

/* Update scrollbar styles to match theme */
.jScrollPaneTrack {
	background: #fff;
	border: 0px solid #9C9;
	border-left-width: 1px;
}
.jScrollPaneDrag {
	background: #346666;
}

.jScrollPaneContainer {
	background: #fff;	
}

html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #346666;
	background: #EDF5E8;
}

#Header {
	height: 80px;
}

#Container {
	background: #9C9;
	width: 100%;
	min-width: 965px;
	height: 500px;
}

#Footer {
	margin-top: 20px;
	min-width: 955px;
}

	#Footer a, #LangSelect a {
		color: #346666;	
		background: url('../images/arrow-hover.png') no-repeat left center;
		padding-left: 10px;
	}
	
	#Footer .Address {
		width: 560px;
		float:left;
	}
	
	#Footer .Address a {
		float: right;
	}

#LangSelect {
	float:left;
	margin: 0 15px;
	width: 160px;
}

#Header #LangSelect {
	margin-top: 32px;
}

#Navigation {
	height: 100%;
	background: #346666;
	float: left;
	margin-left: 15px;
	width: 160px;
	font-family: Georgia, serif;
	font-size: 14px;
}

	#Navigation ul {
		list-style-type:none;
		margin: 0;
		padding: 0 10px;
	}
	
	#Navigation ul ul {
		padding: 0;
	}
	
	#Navigation ul li {
		border: 0px solid #9c9;
		border-bottom-width: 2px;
		font-weight: bold;
		font-style: normal;
	}
	
	#Navigation ul ul li {
		border: 0px dotted #9c9;
		border-top-width: 1px;
		font-weight: normal;
		font-style: italic;
	}
	
	#Navigation ul ul a.link {
		padding-left: 10px;
	}
	
	#Navigation a {
		display: block;
		color: #9c9;
		line-height: 33px;
		text-decoration: none;
	}
	
	#Navigation a:hover, #Navigation a.section, #Navigation a.current {
		color: #F3A88F;
	}
	
	#Navigation a.current {
		text-decoration:underline;
		padding-left: 10px;
		background: url('../images/arrow.png') no-repeat left center;
	}

#Content {
	float: left;
	width: 560px;
	height: 100%;
	margin: 0 15px;
}

#RightColumn {
	float: left;
	width: 170px;
	height: 100%;
	background: #E3EFDD;
	padding: 0 15px;
	position: relative;
}

.PageContent {
	background: #fff;
	padding: 0 15px !important;
	height: 100%;
	overflow: auto;
}

#TcContent {
	width: 170px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-size: 9px;
}

#TcContent a {
	padding: 0;
	background: transparent;
}