@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	display:block;
	line-height:1px;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
	color:#004fa3;
}
a:hover {
	text-decoration: underline;
}
p {
	margin:15px 0 15px 0;
	line-height:1.4em;
}
ul, ol {
	margin-left:15px;
}
body {
	background:url(../img/body-bg.jpg) repeat-x #EEE;
	font-size:82%;
	font-family:Verdana, Helvetica, Arial;
	color:#333;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
h3 {
	font-size:14px;
	color:#31A510;
	line-height:1.4em;
	margin:5px 0;
}
/* GENERAL LINKS ______________________________________________________________________________________________________*/
.footer a {
	color:#828282;
	text-decoration: underline;
}
/* GENERAL FONT _______________________________________________________________________________________________________*/
.main p {
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
}
/* LISTS ______________________________________________________________________________________________________________*/
dl {
	padding-top:10px;
	margin-top:5px;
	border-top:solid 1px #ccc;
}
dl dt {
	color:#004fa3;
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica, Arial;
	clear:right;
}
dl dd {
	margin-bottom:15px;
	font-size:12px;
	line-height:1.5em;
	padding:5px;
	height:50px;
	border-bottom:solid 1px #eee;
}
/* MODULES ____________________________________________________________________________________________________________*/
div.blue-bar {
	padding:3px;
	background-color:#a8c3e0;
	color:#fff;
	margin-top:5px;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	height:12px;
}
div.blue-bar span {
	float:left;
}
div.blue-bar a {
	font-size:10px;
	float:right;
}
div.project {
	float:left;
	display:inline;
	width:187px;
	margin:10px 15px 0 0;
	font-size:10px;
	color:#545454;
	height:160px;
}
div.project.two {
	margin-right:0;
}
div.main a img {
	padding:1px;
	border:solid 3px #c4c4c4;
}
div.main a:hover img {
	border-color:#999;
}
/* NAV ________________________________________________________________________________________________________________*/
div.nav {
	height:25px;
}
.nav a img {
	float:left;
	height:25px;
	width:136px;
	background:url(../img/nav.gif) no-repeat;
}
.nav a.home img 	{background-position:0 0;}
.nav a.about img 	{background-position:-136px 0; width:137px;}
.nav a.proj img 	{background-position:-273px 0;}
.nav a.const img 	{background-position:-409px 0; width:137px;}
.nav a.invest img 	{background-position:-546px 0;}
.nav a.contact img 	{background-position:-682px 0;}

.nav a.home:hover img 	{background-position:0 -50px;}
.nav a.about:hover img 	{background-position:-136px -50px;}
.nav a.proj:hover img 	{background-position:-273px -50px;}
.nav a.const:hover img 	{background-position:-409px -50px;}
.nav a.invest:hover img 	{background-position:-546px -50px;}
.nav a.contact:hover img 	{background-position:-682px -50px;}

.nav a.home.current img 	{background-position:0 -25px;}
.nav a.about.current img 	{background-position:-136px -25px;}
.nav a.proj.current img 	{background-position:-273px -25px;}
.nav a.const.current img 	{background-position:-409px -25px;}
.nav a.invest.current img 	{background-position:-546px -25px;}
.nav a.contact.current img 	{background-position:-682px -25px;}
/* FORMS ______________________________________________________________________________________________________________*/

/* IMAGES _____________________________________________________________________________________________________________*/
img.home {
	float:left;
	display:inline;
	height:145px;
	width:400px;
}
.footer img.logo {
	float:right;
	padding-left:10px;
	display:inline;
}
.imgleft {
	float:left;
	margin-right:15px;
}
.imgright {
	float:right;
	margin-left:15px;
}
p img {
	padding:1px;
	border:solid 1px #ccc;
}
img.thum {
	float:right;
}
div.main a img.no-b {
	border:none;
}
/* MISC. CLASSES ______________________________________________________________________________________________________*/
br.clear {
	clear:both;
	line-height:1px;
}
.padding {
	padding:10px;
}
.red {
	color:#ff0000;
}
/* LAYOUT ELEMENTS (IDs) ______________________________________________________________________________________________*/
.wrapper {
	width:818px;
	margin:auto;
}
.header {
	height:145px;
	background:url(../img/header.jpg) no-repeat;
}
.main {
	background-color:#fff;
	padding:15px 0 15px 0;
}
.main .left {
	float:left;
	width:409px;
}
.main .right {
	float:right;
	width:409px;
}
.footer {
	padding:15px 0 15px 0;
	color:#828282;
	font-size:11px;
	background-color:#eee;
	border-top:solid 1px #c6c6c6;
}
.footer .left {
	float:left;
	width:300px;
}
.footer .right {
	padding-bottom:15px;
	float:right;
	width:400px;
	text-align:right;
}