/* @CHARSET "ISO-8859-1"; */
html {
	position: relative;
	min-height: 100%;
}

body {
	background: transparent url("../images/bg.png") repeat scroll 0% 0%;
	margin: 0 0 250px; /* bottom = footer height */
}

.container {
	width: 86%;
	margin-left: 7%;
	border: 1px dotted black;
	float: left;
}

#navigation-bar {
	z-index: 2;
}

#navigation-bar   ul {
	font-size: 0.8em;
	font-family: Nobile, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url("../images/menu_bg.png");
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: inhirt;
	border-bottom: 1px solid #B3B3B3;
}

#navigation-bar  li  a {
	color: #FFF;
	text-decoration: none;
	padding: 11px 20px;
	border-right: 1px solid #151B76;
}

#navigation-bar li {
	display: inline;
	vertical-align: middle;
	line-height: 38px;
}

#navigation-bar a.active {
	background-color: red;
	color: #369 none repeat scroll 0% 0%;
	cursor: default;
}

@media screen and (min-width: 650px) {
	#navigation-bar li {
		display: inline-block;
	}

	/* Sub Menus */
	#navigation-bar li ul {
		display: none;
	}
	#navigation-bar #sub-list {
		position: absolute;
		font-size: 0.9em;
		min-width: 150px;
		white-space: nowrap;
		color: black;
		font-family: Nobile, Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: #E9E9E9 repeat-x scroll left bottom;
		list-style-type: none;
	}
	#navigation-bar #sub-list a {
		color: black;
		border: none;
		width: 100%;
	}
}

#navigation-bar li:hover ul {
	display: block;
	background: #369 none repeat scroll 0% 0%;;
}

#navigation-bar li ul li {
	display: block;
	width: 100%
}

#navigation-bar li ul li:hover {
	background: #369 none repeat scroll 0% 0%;
}

#navigation-bar li ul li:hover>.subElement {
	background: #369 none repeat scroll 0% 0%;;
}

#navigation-bar li ul .subElementli:not (.no-click ):hover {
	background: #369 none repeat scroll 0% 0%;;
}

.no-click:hover {
	background: #E9E9E9 none repeat-x scroll left bottom;
}

#navigation-bar .subElement {
	font-size: 10px;
	background: #E9E9E9 none repeat-x scroll left bottom;
}

.content {
	float: left;
	border: 1px dotted #B3B3B3;
	width: 77.82%;
	min-height: 400px;
}

#side-bar {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 21.8%;
	height: 431px;
	border-bottom: 1px dotted #B3B3B3;
}

#side-bar  ul {
	background: #369 none repeat scroll 0% 0%;
	margin: 0;
	padding-left: 20%;
	width: inhirt;
	height: 334px;
}

#side-bar  .sideHeader {
	color: #039;
	margin-left: 5%;
	text-shadow: 6px 2px 4px #039;
}

#side-bar li  a {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 10px;
}

#side-bar .item {
	color: #CCCCCC;
	list-style-type: square;
	vertical-align: middle;
	line-height: 30px;
	margin-left: 6%;
	text-indent: 5px;
}

.separator {
	border-bottom: 1px dotted #B3B3B3;
	list-style-type: none;
	line-height: 1px;
	margin-left: -20%;
	padding-right: 5%;
}

#side-bar-gray {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 22%;
	height: 431px;
	border-bottom: 1px dotted #B3B3B3;
}

#side-bar-gray  ul {
	background: #E9E9E9 repeat-x scroll left bottom;
	margin: 3%;
	padding-left: 15%;
	height: 334px;
	width: 80%;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #666;
}

#side-bar-gray  .sideHeader {
	color: #039;
	margin-left: 5%;
	text-shadow: 6px 2px 4px #039;
}

#side-bar-gray li  a {
	color: black;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 10px;
}

#side-bar-gray .item {
	color: #CCCCCC;
	list-style-type: none;
	vertical-align: middle;
	line-height: 30px;
	text-indent: 5px;
}

footer {
	margin-top:1px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 250px;
	width: 100%;
}