@charset "utf-8";

/* CSS Document */


/* Global styles */
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
	background-color:#404041;
}

img a{
 	border: 0 none;
}
h2{
	color:#58585a;
	margin-top: 14px;
	font-weight: normal;
	line-height: 16px;
	font-size: 20px;
}
h4{
	color:#fff;
	line-height: 16px;
	font-size: 12px;
}
.headers-projects{
	color:#58585A;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
p{
	color:#fff;
}
/* Layout*/
.container{
	width:915px;
	margin: 0 auto;
}
.left{
	float:left;
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.right{
	float:right;
}
.clearer{
	clear:both;
}
/* Header styles */
.header{
	background-color:#FFFFFF;
	border-bottom: 8px solid #5e88a2;
	padding: 22px 0;
}
.logoholder{
	width:245px;
	height: 131px;
}
/* Content styles */
.content{
	border-top: 26px solid #58585a;
	border-bottom: 30px solid #58585a;
	height: 382px;
	background: #58585a url(../images/content-bg2.gif) no-repeat center center;
}
.content-projects{
	border-top: 26px solid #58585a;
	border-bottom: 30px solid #58585a;
	height: 382px;
	background: #58585a url(../images/content-bg.gif) no-repeat center center;
}
.content-right{margin-right: -79px; width:685px;}
/* Footer styles */
.footer{
	background-color:#404041; 
	padding: 22px 0;
	color:#939598;
	font-size:10px;
}
.footer a{
	font-size:10px;
	color:#fff;
	line-height: 16px;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footerlogo{
	width: 122px; 
	height: 59px;
}
.right-home {
	float:right;
	background: #58585A;
	margin-top: -14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #5E88A2;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {font-size: 9px}

