@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-color:#EEE;
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:black;
}

/* HEADER */
div#header {
	border:none;
	width:960px;
	display:inline-block;
	margin-bottom:20px;
	position:relative;
	left:20px;
}
div#header img.logo {
	width:30%;
	border:none;
}

/* LANGUAGE */
div#setlanguage {
	float:right;
}
div#setlanguage a img {
	border:none;
	width:30px;
}


/* MENU */
div#menu {
	width:960px;
	margin-bottom:25px;
	background-color:rgb(92,92,92); /* IE */
	background-image: linear-gradient(bottom, rgb(92,92,92) 43%, rgb(138,136,138) 49%);
	background-image: -o-linear-gradient(bottom, rgb(92,92,92) 43%, rgb(138,136,138) 49%);
	background-image: -moz-linear-gradient(bottom, rgb(92,92,92) 43%, rgb(138,136,138) 49%);
	background-image: -webkit-linear-gradient(bottom, rgb(92,92,92) 43%, rgb(138,136,138) 49%);
	background-image: -ms-linear-gradient(bottom, rgb(92,92,92) 43%, rgb(138,136,138) 49%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.43, rgb(92,92,92)),color-stop(0.49, rgb(138,136,138)));
}
div#menu ul {
	margin:0px;
	padding:0px;
	display:inline-block;
}
div#menu li {
	height:30px;
	width:125px;
	display:inline-block;
	color:white;
	border-left:1px solid #A1A1A1;
}
div#menu li:last-child {
	border-right:1px solid #a1a1a1;
}
div#menu li a {
	font-weight:400;
	font-size:11pt;
	display:block;
	height:100%;
	color:inherit;
	line-height:30px;
	text-decoration:none;
}
div#menu li a:hover {
	color:black;
	backgrond-color: rgb(222,222,222); /* IE */
	background-image: linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -o-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -moz-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -webkit-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -ms-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.43, rgb(222,222,222)),color-stop(0.49, rgb(238,238,238)));
}
div#menu li.active a {
	color:black;
	background-color:rgb(222,222,222); /* IE */
	background-image: linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -o-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -moz-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -webkit-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -ms-linear-gradient(bottom, rgb(222,222,222) 43%, rgb(238,238,238) 49%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.43, rgb(222,222,222)),color-stop(0.49, rgb(238,238,238)));
}
div#menu a img#facebook {
	float:right;
	height:30px;
	display:inline-block;
	border:none;
	margin-right:5px;
}


/* CONTENT */
div#content {
	border:none;
	width:960px;
	text-align:left;
	color:#333;
	display:inline-block;
	background-color:#DDD;
	padding-bottom:20px;
}
div#content p {
	padding:15px;
	margin:0px;
	text-align:justify;
}
div#content h2 {
	font-size:24pt;
	margin:0px;
	padding:15px;
	text-shadow:1px 1px white;
}
div#content h3 {
	margin:0px;
	padding:15px;
	text-shadow:1px 1px white;
	display:inline-block;
	width:100%;
}
div#content p a {
	color:inherit;
}

/* ABOUT */
div#content a img#facebook {
	height:25px;
	border:none;
	display:inline-block;
	vertical-align:middle;
}

/* RESOURCES */
div#content table.resources {
	border:none;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
div#content table.resources tr {
	border-bottom:1px solid grey;
}
div#content table.resources a {
	color:inherit;
}
div#content table.resources img.icon {
	border:none;
	width:30px;
}

/* CONTACT */
div#content form#email {
	padding:15px;
	margin:0px;
}
div#content form#email input, div#content form#email textarea {
	border:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
div#content form#email input:focus, div#content form#email textarea:focus {
	border:1px solid #666;
}


/* FOOTER */
div#footer {
	width:960px;
	color:grey;
	font-size:8pt;
	border-top:1px solid grey;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
}
div#footer a {
	text-decoration:none;
	color:inherit;
}
div#footer a img {
	border:none;
}
