/* CSS STACK FOR about.html, contact.html */

#header{
	margin: 0 0 10px 0; padding: 0;
}

#sidebar{
	position: relative;
	margin: 0; padding: 0 20px;
	min-width: 100px; 
	float: left;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.6);
	color: #000000;
	border-radius: 0 1em 1em 0; -moz-border-radius: 0 1em 1em 0; -webkit-border-radius: 0 1em 1em 0;
}
#sidebar ul{
	margin-bottom: 10px;
}
h2{
	margin-top: 25px;
}
h3{
	border-bottom: 1px solid #4f6525;
}

#aboutus, #contact, #formsubmitted{
	margin-left: 265px; margin-right: 15px; padding: 1px 10px 5px 10px; 
	min-width: 500px; min-height: 500px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.6);
	color: #000000;
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
}
#aboutus h2, #contact h2{
	border-top: none; border-bottom: 1px solid #4f6525;
}
#aboutus p, #contact h2{
	margin-bottom: 20px;
}
#contact {
	float: none;
	font-size: 1.1em;
	color: #000000;
}
#contactform .label{
	float: left;
	width: 240px;
	margin: 0 10px 5px 5px;
	text-align: right;
}
form{
	margin: 25px 0;
}
.submit{
	text-align: center;
}
#formsubmitted p{
	font-size: 1.5em;
	margin: 25px;
}

.portfolioPage{
	margin: 0px 10px 10px 260px;
	background-color: #ffffff;
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
	padding: 3px 15px 15px 15px;

}
.portfolioPage img{
	float: right;
	margin-top: 35px;
	-webkit-box-shadow: 3px 3px 5px #525e5e;
	-moz-box-shadow: 3px 3px 5px #525e5e;
	box-shadow: 3px 3px 5px #525e5e;

}
.portfolioPage h2{
	font-size: 1em;
}
.portfolioPage h3, .portfolioPage li{
	font-size: .8em;
	list-style: disc;
	padding: 4px 0 10px 0;
	margin: 0px 0 3px 0;
}
.portfolioPage h5{
	clear: both;
	overflow: hidden;
	height: 15px;
}
.portfolioPage .height270{
	min-height: 270px;
}
.portfolioPage .height360{
	min-height: 360px;
}
.portfolioPage .height480{
	min-height: 480px;
}

.portfolioPage .logo{
	float: none;
	text-align: center;
	margin: 15px;
	-webkit-box-shadow: 1px 1px 3px #ffffff;
	-moz-box-shadow: 1px 1px 3px #ffffff;
	box-shadow: 1px 1px 3px #ffffff;
}







