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

body  {
	font: 11px Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height:14px;
	background: rgb(239, 240, 240);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	border-top: 5px solid #cccccc;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 10px 0;
	margin: 0 10px 20px 10px;
	border-bottom:1px solid #cccccc;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0 0 20px 0;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0;
	margin: 0 10px 15px 10px;
	border-top:1px solid #cccccc;
	font-variant:small-caps;
	color:#666666;
}
.oneColFixCtrHdr #footer a{
	color:#666666;
	text-decoration:none;
	}
.oneColFixCtrHdr #thumbbox {
	margin:10px;
	padding:0px;
	}
.oneColFixCtrHdr #textbox {
	margin:10px;
	padding:10px;
	background:#dddddd;
	overflow:hidden;
	}
.oneColFixCtrHdr #photo {
	margin:10px;
	padding:0;
	width:940px;
	overflow:hidden;
	}
.oneColFixCtrHdr #pictures {
	margin:10px;
	padding:10px 10px 0 10px;
	width:580px;
	background:#dddddd;
	}
.oneColFixCtrHdr #pictures img {
	margin:0 0 10px 0;
	}
#pictures_text {
	margin: 0 0 0 310px;
	padding:0 10px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width: 300px;
	text-align:justify;
	}
#projectnav {
	margin:0 ;
	padding:0;
	width: 275px;
	}
a img.thumb {
	opacity: 1;
}
a:hover img.thumb {
	opacity: 0.5;
	filter:alpha(opacity=50);	
	}
#black {
	margin:0;
	padding:0;
	background:#000;
	height:133px;
	width:300px;
	}
#black_contact {
	margin:0;
	padding:0;
	background:#000;
	height:390px;
	}
p.caption{
	margin:5px 0;
	}
p.caption a{
	color:#666666;
	margin: 2px 0;
	text-decoration:none;
	}
#thumbbox a:hover {
	color:#3777bc;
	}
#tinynav {
	margin:0;
	padding:0;
	width: auto;
	}
#tinynav a:hover{
	position:relative;
	top:2px;
	}
#text {
	margin:20px 0 10px 0;
	padding:0 0 15px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 300px;
}
p.website {
	margin:3px 0 10px 0;
	}
p.website a{
	padding: 3px 5px;
	color:#000;
	background-color: #bbbbbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration:none;
	}
p.website a:hover{
	color:rgb(239, 240, 240);
	background-color: #3777bc;
	}

/*******************************************************************************

 DESIGN INFORMATION: menu

 *******************************************************************************/
 
ul.menu_crb {
	margin: 0;
	padding: 0;
	cursor: default;
	text-align:right;
	font-variant:small-caps;
	font-size:13px;
}
ul.menu_crb li {
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: right;
}
ul.menu_crb a
{
	display: block;
	cursor: pointer;
	margin:15px 0 0 10px;
	padding: 2px 5px;
	color: #bbbbbb;
	text-decoration: none;
	
}
ul.menu_crb a:hover, ul.menu_crb a:focus {
	color: #666666;
}
.current {
	color: #3777bc !important;
}
.fltright {
	float:right;
}
.clearfloat {
	 clear:both;
}
h1.head {
	margin:0 10px 10px 10px;
	padding:0 0 2px 5px;
	font-variant:small-caps;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	cursor:default;
	background:#dddddd;
}
img, img a {
	border:0px;
	}
.flr {
	float:right;
	}
.fll {
	float:left;
	}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #3777bc;
}
a:active {
	text-decoration: none;
}
#title {
	margin:180px 75px 0 0;
	}
h2 { font: 14px Helvetica Neue, Helvetica, Arial, sans-serif; 
	color:#666666;}
h3 {
	margin:10px 0 5px 0;
	font: 14px Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color:#3777bc;
	padding:0;}
#pictures_text h3 {
	margin:0 0 5px 0;
	}
h4 {font: 12px Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#666666;
	
	margin:0;}

