@charset "utf-8";
/* CSS Document */

body {
	margin: 35px 0px 20px 0;
	padding: 0px;
	background-color:#414141;
	font-family:"Trebuchet MS", Verdana, Sans-serif;
	font-size:12px;
	color:#333333;
	}
	
#Container {
	width:872px;	
	background-image:url(images/bh_body_bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	}
	
#Header {
	width:100%;
	background-image:url(images/bh_header.gif);
	background-repeat:no-repeat;
	height:143px;
	}
	
	
	
#Navigation ul{
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	top:25px;
	right:85px;
	position:relative;
	margin:0;
	padding:0;
}

#Navigation li{
	text-decoration:none;
	list-style:none;
	display:block;
	padding:6px 0 0 0;
	margin:0;
	}	
	
#Navigation a{
	text-decoration:none;
	color:#999999;
	}

#Navigation a:hover{
	color:#000000;
	}
	
	
#MainContent{
	padding:10px 83px 10px 83px;
	min-height:500px;
	}	
	
#EnclosedContent{
	width:678px;
	min-height:300px;
	border:1px solid #CCCCCC;
	padding:15px;
	margin:0 0 20px 0;
	}	

#Footer {
	width:100%;
	background-image:url(images/bh_body_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	}


h1 {
	font-size:18px;
	}

.HomeH1 {
	font-family:"Trebuchet MS", Verdana, Sans-serif;
	font-size:10pt;
	font-style:normal;
	text-align:center;
	color:#666666;
	margin:0px;
	margin-top:25px;
	background-color:#eeeeee;
	padding:5px;
	width:100%;
	text-transform:uppercase;
	border:1px solid #cccccc;

}	
	
.PortfolioNav {
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0em;
	word-spacing:10px;
	line-height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-transform:uppercase;
	}	
	
.PortfolioNav a {
	text-decoration:none;
	color:#999999;
	}

.PortfolioNav a:hover{
	color:#000000;
	}
	
a.PortfolioSelected{
	color:#000000;
	text-decoration:underline;
	}
	
a.a1 {
	text-decoration:none;
	color:#999999;
	}

a.a1:hover{
	color:#000000;
	}

a.a1 img {
	opacity:.5;
	filter:alpha(opacity=50)
	}
		
a.a1:hover img {
	opacity:100;
	filter:alpha(opacity=100)
}