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


html {
}
body {
	font-size: 11px;
	font-family: Courier, sans-serif;
	background: #F0F0F0;
		height:100%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000 }
a:active { text-decoration: none; }
a:visited { text-decoration:none; color: #000; }
a:hover { text-decoration: none; background: #AED6BB; color:black }

a img { border: none; overflow: hidden}

#menu {
    overflow: auto;
    bottom: 0;
    height: 100%;
    text-align:center;
    font-weight:bold;
}

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

#divThumb {
width: 100px;
height: 100px;
overflow: hidden;
}

#menu ul li {
	display:inline;
	margin:0 30px;
	font-weight:normal;
	text-transform:uppercase;
}

#menu #Home li {
	display:inline;
}

#menu 

#menu ul li.active {
	display:inline;
}

#menu ul li.active a {
	background-color:#AED6BB;

}

#menu ul li.section-title { display:none ! important; }


#content {
    height: 100%;
    margin: auto;
    top: 0;
    margin-top: 20px;
    text-align:center;
    letter-spacing:1pt;
    width:900px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

hr {
	border:0;
	border-top:1px dashed #000;
	width:490px;
	margin:29px auto 20px auto;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container div.layer {float:left; font-size:8px; margin-top:10px; display:none; padding:3px 10px; background-color: #AED6BB; position:absolute; background-color: rgba(174, 214, 187, 0.5); }
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }
.nav a:hover { background-color: transparent; }


#once { clear: left; }

#projectslayer {
	position:absolute;
	height:100%;
	width:99%;
	margin:auto;
	top:0;
	display:none;
	z-index:509;
}

#projectslayer div {
	width:300px;
	margin:auto;
	height:100%;
	padding-top:210px;
	margin-left:-150px;
	left:50%;
}

#projectslayer a {
	display:block;
	margin-bottom:16px;
	font-weight:normal;
}

#projectslayer div  a:hover {
	background:none;
}
