/* GENERAL SETTINGS */
html {
	background-color: #e2e2e2;
}

body {
	min-height: 100%;
	background-color: #e2e2e2;
	margin: 0;
	min-width: 960px;
}

h1 {
	color: #333300; /*#57614e;*/
	font: 29px/30px "Times New Roman", Times, serif;
	margin: 0 0 12px;
	font-weight: bold;
}

h2 {
	color: #333300; /*#626262;*/
	font: 19px/24px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}

p {
	color: black; /*#626262;*/
	font: 14px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}

p a {
	color: #626262;
}

p a:hover {
	color: #333333;
}

ul {
	list-style: square;
}

li {
	margin: 5px;
}

.clearfix {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

div#langDiv {
	position: relative;
	left: 59%;
	top: -15px;
	width: 940px;
	margin: 0 auto;
	color: white;
	width: 940px;
	display: none;
}

div#langDiv a {
	padding: 3px;
	margin: 2px;
	text-decoration: none;
	color: #FFAAAA;
	font-weight: bold;
}

div#langDiv a:hover {
	color: white;
	font-weight: bold;
}

/* Header */
header {
	background: #FFB273 url(../images/bg-header1.jpg) repeat-x left bottom;
	padding: 20px 0 65px;
}

.logo {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

header h1 {
	color: white; /*#333300;*/
	font: 29px/30px "Arial", Times, serif;
	text-transform: none;
	padding-bottom: 20px;
	float: left;
	display: inline-block;
}

/* NAVIGATION BARS */
nav {
	float: right;
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

nav a {
	border: 1px solid black;
	padding: 3px;
	margin: 2px;
	border-radius: 5px;
	text-decoration: none;
	color: #333300; /*#A64B00;*/
	background-color: #339933;
	font-weight: bold;
}

nav a:hover {
	background-color: orange;
	color: #fff;
	box-shadow: none;
}

nav a.current {
	background-color: orange;
	color: #fff;
	box-shadow: none;
}

div#content {
	width: 940px;
	padding: 20px 10px 0;
	margin: 0 auto;
}

div.sliderDiv {
	padding: 0;
	margin: 0 auto;
	width: 940px;
}

ul.bxslider {
	padding: 0;
	margin: 0 auto;
}

ul.bxslider li{
	padding: 0;
	margin: 0 auto;
}

/* SECTION */
section {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 0px 15px;
	width: 700px;
	float: left;
	border-right: 1px solid #626262;
}

section ul{
	margin-top: 8px;
}

section h3{
	margin-bottom: 8px;
}

section h4{
	margin-bottom: 8px;
}

.announcement {
	padding-bottom: 5px;
	border-top: 1px solid grey;
}

.announcement #latestComment{
	color: red;
	text-decoration: blink;
}

.announcement a:link, .announcement a:visited{
	color: blue;
}

/* ASIDE */
aside {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 0px;
	width: 200px;
	float: right;
}

aside h2 {
	border-bottom: 2px solid;
}

aside ul {
	padding-left: 0px;
}

aside ul li {
	margin-left: 0px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 15px;
	text-align: left;
	list-style: none;
	font-weight: 100;
	border-bottom: 1px solid grey;
}

aside ul li a {
	text-decoration: none;
	color: #626262;
}

aside ul li a:hover {
	color: white;
}

aside ul li:hover {
	background-color: grey;
}

footer {
	background: url(../images/bg-footnote.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	padding: 10px 0 10px;
	clear: both;
	text-align: center;
	font-size: smaller;
}

footer p {
	color: black;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}

footer .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}

footer .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
	background: url(../images/icons.png) no-repeat;
}

footer .connect a.facebook {
	background-position: 0 -112px;
}

footer .connect a.twitter {
	background-position: 0 -140px;
}

footer .connect a.googleplus {
	background-position: 0 -168px;
}