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


body {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    background: #fff;
    color: #999;
	text-align: center;
}


a:link {
    color: #7f7f7f;
    text-decoration: none;
    
}

a:active {
    color: #7f7f7f;
    text-decoration: none;
}

a:visited {
    color: #7f7f7f;
    text-decoration: none;
    
}
a img { border: none; }

#twp-container
{
	width: 990px;
	margin: 0 auto;
}

#header {
    width: 100%;
    border-bottom: 0px dotted #adadad;
}

#header #logo {
	width: 191px;
}

#header ul {
	margin-top: -30px;
	list-style: none;
	float: right;
}

#header ul li {
	float: left;
	margin-left: 30px;
}


#content {
    padding-top: 30px;
}


#img-container {
    padding-top:0px;
    height: 560px;
}

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

#content ul {
    list-style: none;
    
}

#content li {
	float:  left;
	margin: 0 56px 20px 0;
	padding:  0;
	width:  200px;
	height:  145px;
}

#content .last {
	float:  left;
	margin: 0 0px 20px 0;
	padding:  0;
	width:  200px;
	height:  145px;
}

#content .index_title {
	font-style: italic;
	font-weight: lighter;
	font-size: 10px;
	color: black;
}

#menu .active {
    border-bottom: 2px solid #a5a4a4;
}



p {
    margin: 0 0 9px 0;
}

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



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

.picture img {
	/*width: auto !important;
	height: 95% !important;*/
}

.picture {
	width: auto !important;
}

.picture_holder {
	width: auto !important;
	padding-right: 35px;
}

.project-main {
    width: 1030px;
}

.project-main ul {
    list-style-type:none;
    padding-bottom: 20px;
}

.project-main ul li {
    float: left;
    margin: 0 29px 0 0;
    position: relative;
    width: 220px;
    height: 145px;
    padding-bottom: 20px;
}


.project-main ul li img {
    width: 220px;
    height: 145px;
}

#text {
    position: fixed;
    top: 50px;
    left: 12%;
    z-index: 100;
}

.highlight {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 220px;	
    height: 143px;
}

.info {
    width: 218px;
    height: 143px;
    top: 0;
    left: 0;
    position: absolute;	
    border: 1px solid #adadad;	
    text-align: justify;
    background: #fff;
}

.info span {	
    text-transform: uppercase;
    padding: 20px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 180px;
    float:left;
}

.highlight:hover {
    opacity: 0;
}

.captioning {
    padding-top:5px;
    color:#999;
    text-align:right;
    
}

#once { clear: left; }

#protected {
	width: 600px;
	margin: 100px auto;
	font-family: Arial, Verdana, sans-serif;
}

#protected form input {
	border: 1px solid #a5a4a4;
	width: 490px;
	float: left;
	height: 50px;
	font-size: 24pt;
}

#protected form input.submit {
	border: 1px solid #a5a4a4;
	width: 100px;
	background: #a5a4a4;
	color: #fff;
	text-transform: uppercase;
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	height: 52px;
}

#protected h3 {
	float:left;
	font-weight: normal;
	color: #a5a4a4;
	text-transform: uppercase;
	margin-top: 10px;
}

#input {
	float: left;
}

.captioning .title {
	margin-top: 0 !important;
	float: left;
}

.captioning .caption {
	float:right;
}

#about-img {
	float: left;
	height: 500px;
}

#about-img img {
	width: 400px;
}

#about-text {
	float: left;
	width: 500px;
	padding-left: 25px;	
}

