@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background:url(images/bg.jpg) #07080d;
	font:11px Helvetica, sans-serif;
	color:#FFFFFF;
}

a img{
	border:none;
}

a { text-decoration:none; color:#fff;}
a:hover { text-decoration:underline; color:#fff;}

td{
	vertical-align:top;
}

#background{
	background:url(images/bg1.png) no-repeat top;
	width:896px;
	min-height:700px;
	margin:0px;
}

#close{
	width:896px;
	border-bottom:14px solid #1b1b1b;
	margin:0px;
	padding:0px;
	clear:both;
	margin-top:-14px;
}

#leftCol{
	width:300px;
	float:left;
}

#rightCol{
	width:480px;
	float:left;
	margin-left:5px;
}

#content{
	width:800px;
	padding-left:50px;
	text-align:left;
	padding-bottom:30px;
}

#rightColContent{
	background:url(images/blackSliver.png) repeat-y;
	text-align:left;
	padding:10px 40px 10px 20px;
	line-height:180%;
	/*margin-bottom:15px;*/
	margin-left: 5px;
	margin-top:10px;
}

#ColTransparent {
	background-color:#25272f;
	text-align:left;
	padding:10px;
	clear:both;
	opacity: .80;
	margin-right:43px;
	margin-bottom:15px;
	font:11px Helvetica;
	line-height:120%;
}

.person{
	width:172px;
	height:150px;
	margin:10px;
	margin-top:3px;
	float:left;
}

/* Facilities */

#facility{
	float:left;
	width:445px;
	margin-left:20px;
	vertical-align:bottom;
	height:160px;
	margin-top:3px;
}

#facilityImage{
	width:200px;
	float:left;
}

#facilityDescription{
	background:url(images/blackSliver.png) repeat;
	width:210px;
	height:100px;
	margin-top:9px;
	padding:15px;
	float:left;
	font:11px Helvetica;
	line-height:120%;
	letter-spacing:1px;
}

#facilityS{
	float:left;
	width:373px;
	margin-right:23px;
	vertical-align:bottom;
	margin-bottom:10px;
}

#facilityImageS{
	width:182px;
	float:left;
	margin-right:20px;
}

#facilityDescriptionS{
	background:url(images/blackSliver.png) repeat;
	width:130px;
	height:100px;
	margin-top:9px;
	padding:15px;
	float:left;
	font:11px Helvetica;
	line-height:120%;
	letter-spacing:1px;
	font-weight:normal;
}

#footer{
	width:870px;
	margin-top:10px;
	font-size:10px;
	text-align:left;
	margin-bottom:40px; 
}

#footer A:link {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:visited {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:active {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:hover {text-decoration: underline; color: #fff;font-weight:normal;}

/* Portfolio Page */
#portfolioHead{
	margin-left:160px;
}

#portfolioText{
	background:url(images/blackSliver.png) repeat;
	width:390px;
	margin-top:10px;
	line-height:150%;
	padding:20px;
	height:60px;
	margin-left:160px;
	
}

#portNav{
	margin-left:50px;
}



.portItem{
	width:200px;
	float:left;
}

.portspecs {
	width:540px;
	font-size:11px;
	color:#1b1b1b;
	padding-bottom:30px;
	margin-left:65px;
	margin-top:20px;
	line-height: 170%;
}

.portspecs h1{
	font-size:20px;
}