/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #F0F1F2;
}

.section-1 {
	background-color: #ffffff;	
}

.section-5 #content, .section-5 hr, .section-5 #img-container {
	width: 700px !important;
}

.section-9 #content, .section-9 hr, .section-9 #img-container {
	width: 700px !important;
}

a:link { 
	text-decoration: none; 
	color: #677b81;
}

a:active { 
	text-decoration: none; 
	color: #36abd2;
}

a:visited { 
	text-decoration: none; 
	color: #677b81;
}

a:hover { 
	text-decoration: underline; 
	color: #36abd2;
}

a img { border: none; }


.undercover {
	display: none;
}

a .ape {
	display: inline;
	margin-right: -2px;
	background: url(img/ape.gif) no-repeat 1px 3px;
}


a:hover .ape {
	background: url(img/ape_hover.gif) no-repeat 1px 3px;
}


a .ape2 {
	display: inline;
	background: url(img/ape2.gif) no-repeat -1px 3px;
}

a:hover .ape2 {
	background: url(img/ape2_hover.gif) no-repeat -1px 3px;
}

.trompe-l-oeil {
	display: none;
}

.about hr {
	width: 800px !important;
}

.about a {
	margin-bottom: 20px !important;
}

#header {
	margin: 0 0 10px 0;
}

#footer {
	margin: 30px 0 0 0;
}

#menu {
	width: 205px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li { 
	text-indent: 10px;
}

#content {
	height: 100%;
	width: 850px;
	margin: 0 0 0 205px;
	top: 0;
}

.container {
	padding: 10px 10px 25px 30px;
}


#menu .container {
	padding: 0px 0px 25px 0px;
}

#content p {
	width: 700px;
	margin-bottom: 9px;
}

.thumb {
	width: 120px;
	height: 170px;
	margin: 0 0 10px 7px;
	float: left;
	border: 1px dotted #999999;
	background-color: #f7f7f7;

}

.thumb a span{
	margin: 1px 0 0 5px;
	font-style: italic;
	display:block;

}

.clear {
	clear: both;
}

.video {
	margin: 10px 0 20px 0 !important;
}


.news-entry img{
	float: left;
	margin: 0 10px 10px 0
}

.news-enty {
	margin: 10px 0 0 0;
	display: block;
	width: 600px !important;
}

.news-date {
	display: block;
	float: right;
	position: relative;
	top: -28px;
	color: #666666;
	margin-bottom: -28px;
	margin-right: 5px;
}

p {
	margin: 0 0 9px 0;
	font-size: 11px;
}



h1 {
	font-family: Verdana;
	font-size: 13px;
	color: #363a3b;
	margin: 7px 0 15px 0 !important;
	

}

hr {
	width: 900px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #000000;
	margin: 10px 0 10px 0;
}

em {
	margin: 0 !important;
	font-size: 12px;
}

h2 { 
	font-family: Tahoma;
	font-size: 14px; 
	text-transform: uppercase;
	background-color: #eeeeee;
	margin: 20px 0 0 0 !important;
	clear:both;
}

h2 a{ 
	color: #44484a !important;
}

h3 { 
	font-size: 11px;
	text-transform: uppercase; 
	margin: 10px 0 10px 0;
}

h4 { font-size: 12px; }

#img-container {
	margin: 0; padding: 0;
	width: 910px;
}

#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }

#menu {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-right: 1px solid #000000;

}

#menu .section-title {
	font-weight: bold;
}

#menu ul a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1px;
}

#menu ul a:hover, .active a {
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	text-decoration: none;
}
