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

/* ------------"generic" styles */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bcc_bkgrd.jpg);
	background-color:#000;
	font: 11px Verdana, Geneva, sans-serif;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1em;
}
#container {
	width: 686px;
	margin: 0 auto;
	position: relative;
}
/* ------------masthead styles */

#masthead {
	width: 686px;
	height: 98px;
	margin-bottom: 1em;
	background-image: url(../images/bcc_trans.png);
}
#masthead img {
	padding: 22px 0;
	margin: 0 21px 0 471px;
}
/* ------------navlink styles */

#nav {
	background-color: white;
}
#nav a:hover {
	color: #736357;
	border-bottom: #736357 .1em solid;
}
#navlinks {
	margin: 1em 21px 0;
	padding: 1em 0px 42px;
	color: #000;
	background-color: #FFF;
	border-bottom: #736357 dotted .2em;
}
#navlinks li {
	display: inline;
	margin-right: 1.25em;
	padding: 0 0 1em 0;
	text-transform: uppercase;
	font: 10px Verdana, Geneva, sans-serif;
	color: #8C4D22;
}
/* ------------content styles */

#content {
	padding:0 0 1em;
	background-color: #FFF;
	float: left;
	line-height: 1.4em;
	height: 345px;
}

#content.main_cabin {
		margin: 1.5em 21px .8em 20px;
}

#content img {
	margin: 5px 0 15px 0;
}


/* ------------content photos styles */

#content.photos {
	width: 686px;
}
#content.photos ul {
	margin: 1.8em 0;
	padding-left: 21px;
	list-style: none;
}
#gallery.photos li img {
	margin: 0 1.1em 1.1em 0;
	padding: 0 0 0 0;
	border: 1px #8C4D22 solid;
	float: left;
	position: relative;
}
#content.photos img {
	padding: 0 0 0 0;
}
#gallery.photos a {
	opacity:0.6;
	filter:alpha(opacity=60);
}
#gallery.photos a:hover {
	opacity: 1;
	filter: alpha(opacity=100);

}
/* ------------content contact styles */

#main_cabin {
	margin-top: 0;
	padding-top: 0;
}

#content.about img {
	margin-bottom: 1em;
}

#leftbar.about img {
	margin: 2em 1.5em 0 0;
}

#content.contact {
	position: relative;
	width: 686px;
}

#content.contact p {
	padding-right: 15px;
	margin: 0 0 6px 21px;
	float: left;
}

#leftbar {
	width: 200px;
	margin: 0 64px 3px 0;
	float: left;
}

#leftbar.about {
	width: 686px;
	margin: 0 0 3px 0;
	float: left;
}

#leftbar p {
	margin: 0 0 .65em 21px;
}

.contact a {
	color: #736357;
	margin-bottom: 0;
	font-style: normal;

}
.contact a:hover {
	color: #736357;
	text-decoration: underline;
}

#sidebar.contact {
	background-color:#FFF;
	padding: .55em 0 0 0;
	width: 400px;
	float: left;
}

#sidebar.contact p {
	padding-left: 4px;	
}

/* ------------sidebar styles */


#projectinfo {
	background-color:#FFF;
	padding: 1.25em 0 1.3em 20px;
	margin:0 0 0 0;
	width: 225px;
	float: left;
	list-style:none;

}

#projectphotos {
	width:425px;
	margin:0 0px 0 245px;
	padding-left:15px;
	padding-top: 30px;
	
}

#projectinfo a {
	color: #736357;
	margin-bottom: 0;
	font-style: normal;

}
#projectinfo a:hover {
	color: #736357;
	text-decoration: underline;
}
	

#sidebar {
	background-color:#FFF;
	padding: .75em 0 1.3em 0;
	width: 250px;
	float: left;
	list-style:none;
}

#sidebar.about {
	width: 195px;
	float: left;
	font-style: none;
	list-style:none;
	margin: 15px 0 0 20px;
	padding: 0 5px 0 0;
}

#sidebar.about p {
	border-top: 2px #8C4D22 solid;
	width: 628px; 
	color: #8C4D22;
	margin: 0 0 0 0;
	padding: 9px 15px 0 1px;	
	list-style:none;
	line-height: 1.5em;
}

#selectprojects {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.4em;
	
}

#selectprojects a:hover{
	color: #8C4D22;
	
}

#sidebar img {
	margin: 0;
	padding: 0 21px 0 0;
}

/* ------------content contact styles */


#content.contact p {
	width: 200px;
	padding-right: 43px;
}
.contact a {
	color: #736357;
}
.contact a:hover {
	color: #736357;
	text-decoration: underline;
}

/* ------------description styles */

#description p {
	width: 415px;
	padding: 0;
	margin: .65em 0 0 0;
	float: left;
	
	
	
}


/* ------------footer styles */

#footer {
	clear: both;
}
#footer p {
	color: #FFF;
	font-size: xx-small;
	text-align: center;
	padding: 2em;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

