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

body {
	background-color:#F5F5F5;
	font-family: 'Tahoma',Verdana,Arial,sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
	text-align:left;	
	}
#container {
	width:960px;
	margin:0 auto;
}
#header {
	margin:0;
	overflow:hidden;
	}
#footer {
	margin:30px 0 0 0;
	border-top:0px solid #999999;
	padding:10px 0;
	color:#999999;
	font-size:10px;
	}
.full-width {
	margin:25px 0 10px 0;
	}
.full-width-blanc {
	margin:25px 0 10px 0;
	background:rgb(255,255,255);
	}
.half-width {
	padding:0 0 15px 0;
	background:rgb(255,255,255);
	width:460px;
	height:120px;	
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	}
.portfolio {
	padding:0;
	margin:0 0 35px 0;
	width:460px;
	border-bottom:1px solid #555555;
	background-color: rgb(255,255,255);
	background-image: url(../images/overlay1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.twoColFixLtHdr #front {
	padding:10px 0 0 30px;
	}
.column-right {
	padding:0 0 15px 0;
	width:285px;
	float:right;
	background:rgb(255,255,255);
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	}
.column-right-images {
	padding:0 0 15px 0;
	width:285px;
	float:right;
	background:rgb(255,255,255);
	}
.column-left {
	padding:0 0 15px 0;
	width:640px;
	background:rgb(255,255,255);
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	}
.column-left-images {
	padding:0;
	width:640px;
	background:rgb(255,255,255);
	}
.nav {
	width:460px;
	float:right;
	background-color:#FFF;
	padding:50px 0 50px 0;
	list-style:none;
	text-align:center;
	}
.subnav {
	background-color:#FFF;
	padding:7px 5px 8px 10px;
	list-style:none;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;	
	}
.fltleft {
	float:left;
	}
.fltright {
	float:right;
	}
img.fltright {
	float:right;
	padding:5px 0 5px 10px;
	}
	
.clearfloat {
	clear:both;
	}
ul.nav li{
	display:inline;
	list-style:none;
	margin:0 5px;
	}
ul.subnav li {
	display:inline;
	list-style:none;
	margin:0 1px;
	}
h2 {
	padding:10px 0 5px 30px;
	color: #000000;
	font-weight:bold;
	border-bottom:0px solid #999999;
	}
h2 a:link, h2 a:visited{
	color:#000000;
	}
h2 a:hover{
	color: #222222;
	}
h3 {
	padding:5px 0 4px 10px;
	font-size:12px;
	color:rgb #000000;
	font-weight:normal;
	}
.tab-left{
	padding:5px 30px 10px 30px;
	}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:rgb(0,76,147);
}
a:active {
	text-decoration: none;
	color: #004c93;
}
a:hover img.thumb {
	opacity:0.25;
	filter:alpha(opacity=25);
	}
.current {
	color:rgb(0,76,147);
	border-bottom:1px solid rgb(0,76,147);
	}
.currentproject {
	color:rgb(0,76,147);
	}
.bullet {
	/*
	background-image:url(../images/bullet.png);
	*/
 	background-repeat: no-repeat;
	background-position: 4px 10px;
	}
.logo {
	padding:15px 0 0 0;
	}
.border {
	border-bottom:1px solid #555555;
	}
img, img a {
	border:0px;
	}