﻿

html {
	font-family:tahoma;
}

* {
margin:0;
	padding:0;
		position:relative;
}

body {
	
}

a {
color:#3399cc;	
}

img {
	vertical-align:middle;
}

a img {
	border:0;
}

h1 {
	font-size:16pt;
	margin-bottom:12px;
}



/*** CLASSES *************************************************************************************/

.clear { 
	clear:both; 
}

.vmiddle { 
	width:1px; 
	height:100%; 
	visibility:hidden;
}

.vmiddle {	
	vertical-align:middle; 
}

#SITE {
	width:953px;
	margin:auto;
}

#top {
	height:65px;
	border-bottom:1px #e0e0e0 solid;
	margin-bottom:5px;
	
	text-align:right;
}

#logo {
	float:left;
	height:100%;
}

#top span {
	color:#666666;
	font-size:11pt;
}

.contact {
	font-size:14pt;
	color:#d83c26;
	text-decoration:none;
	margin-left:18px;
}


#banner {
	height:260px;
	background-image:url('images/header_bg.jpg');
	background-repeat:repeat-x;
	margin-bottom:12px;
}

#banner #symbol {
	position:absolute;
	top:0;
	right:0;
}

#banner #text {
	float:left;
	margin:63px 0 0 17px;
	width:680px;
}

#banner #text p {
	font-size:13pt;
	color:#333333;
	padding-top:5px;
}


.leftCol {
	width:585px;
	float:left;
	border-right:2px #cccccc solid;
}

.projects li {
	width:545px;
	height:242px;
	background-image:url('images/project_bg.gif');
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom:18px;
}

.projects li .img {
	position:absolute;
	left:5px;
	top:5px;
}

.projects li .info {
	float:right;
	margin:20px 10px 0 0;
	width:230px;
}

.projects li .users {
	font-size:11pt;
	color:#666666;
	margin-bottom:12px;
	margin-top:3px;
}

.projects li p {
	color:#333333;
	font-size:11pt;
}

.projects li p a {
	color:#3399cc;
	text-decoration:underline;
	font-size:11pt;	
}

#your_project {
	float:right;
	margin:36px 41px 0 0;
	width:311px; 
}

#your_project .text {
	margin-top:10px;
	margin-bottom:22px;
}

#your_project a {
	text-decoration:none;
}


.rightCol {
	float:left;
	width:330px;
	padding-left:36px;
	height:500px;
	font-size:12px;
}

.rightCol h1 {
	margin-bottom:26px;
}

.rightCol ul li {
margin-bottom:30px;
/*font-style:italic;*/
}

.comment_date {
color:#999999	
}
.person_list {
	list-style:none;
	position:static;
	float:left;
}

.person_list .clear {
	border-bottom:1px #cccccc solid;
	width:330px;
}

.person_list li {
	padding-bottom:13px;
}


.person_list .icon {
	width:75px;
	text-align:center;
	float:left;
}

.person_list .info {
	float:left;
	font-size:11pt;
	margin-bottom:12px;
}

.person_list .name {
	color:#333333;
	font-weight:bold;
}

.person_list .function {
	color:#666666;
}

.person_list a {
	color:#3399cc;
}

#footer {
	height:60px;
	margin-top:22px;
	border-top:1px #cccccc solid;
	position:static;
}

#footer span {
	color:#666666;
	font-size:11pt;
	right:9px;
}

#footer .contact {
	color:#d83c26f;
	margin-left:20px;
}

