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

/* ------------------------------------------------------------------------------------------------------------------------*/

/* generic body stuff */

body {
background-color: #F3F2EE;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-weight:normal;
	cursor:default;
}
	
/* ------------------------------------------------------------------------------------------------------------------------*/

/* containers */

.main_container {
	background: #F3F2EE;
	width:100%;
	height:150px;
	float:left;
}
.footer_container {
	background: #F3F2EE;
	width:100%;
	float:left;
	padding:30px 0 0 0;
}
.total_footer {
	background: #F3F2EE;
	width:100%;
	float:left;
}
.divider {
    background: transparent;
	float:left;
	width:100%;
	height:60px;
	border-top:1px dotted #bdad9b;
}
.spacer{
    background: #EEEEEE;
	float:left;
	width:100%;
	height:10px;
}
.project_container {
	background: #F3F2EE;
	width:100%;
	float:left;
	padding-top:100px;
}
.project_element_container {
	background: transparent;
	width:100%;
	float:left;
	text-align:left;
	padding:20px;
}

.overview_container {
	background: #F3F2EE;
	width:100%;
	height:auto;
}
.logo_hold {
    background: #F3F2EE;
	height:83px;
	width:150px;
}
.header_col {
	background:transparent;
	width:180px;
	padding:0px 0 20px 20px;
	float:left;
}
.header_col1 {
	background:transparent;
	width:260px;
	padding:0px 0 20px 30px;
	float:left;
}
.header_col2 {
	position:absolute; left:220px; top:10;
	background: transparent;
	width:140px;
	padding:39px 0 0 0;
	text-align:left;
}
.header_col3 {
	position:absolute; left:360px; top:10;
	background: transparent;
	width:140px;
	padding:39px 0 0 0;
	text-align:left;
}
.basic_infohold{
	background:transparent;
	padding:0 0 6px 0;
}
.basic_parahold{
	background:transparent;
	width:270px;
	padding:10px 0 10px 10px;
	float:left;
}
.basic_parahold1{
	background:transparent;
	width:260px;
	padding:30px 0 20px 20px;
	float:left;
}
.project_infohold{
    float:left;
    background: transparent;
    width:100%;
	padding:0 0 0 0;
}

/* ------------------------------------------------------------------------------------------------------------------------*/

/* fonts */

.head1 {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:8pt;
	color:#8f8885;
}
.head1neut {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:8pt;
	color:#8f8885;
}
.head2 {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:11pt;
	color:#2d2a27;
	line-height:1;
}
.head2neut {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:11pt;
	color:#2d2a27;
	line-height:1;
}
.head3 {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:8pt;
	color:#2d2a27;
	line-height:1.2;
}
.head3neut {
	font-family:Georgia, sans-serif, Helvetica, Arial, ;
	font-size:8pt;
	color:#ffffff;
	line-height:1.2;
}

/* ------------------------------------------------------------------------------------------------------------------------*/

/* links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.head2 a:link {
	color: #2d2a27; text-decoration: none;
}
.head2 a:visited {
	color: #2d2a27; text-decoration: none;
}
.head2 a:hover {
	color: #98ca29;
}

.head1neut a:link {
	color: #8f8c85; text-decoration: none;
}
.head1neut a:visited {
	color: #8f8c85; text-decoration: none;
}
.head1neut a:hover {
	color: #98ca29;
}
