@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Blansfield Builders
Date Created: 5/4/09
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
body {
	background: #c3dfca;
}
#wrapper {
	margin: 20px auto 10px auto;
	width: 1000px;
	border: 1px solid #041f0b;
}
#header {
	height: 100px;
	background: #8fbf9b;
	border-bottom: 1px solid #041f0b;
	position: relative;
}
	#header h1 {
		width: 308px;
		height: 100px;
		position: absolute;
		top: 20px;
		right: 45px;
	}
	#header h1 a {		
		width: 308px;
		height: 43px;
		font: 28px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		text-decoration: none;
	}
	.images-on #header h1 a {
		background: url(../images/logo.jpg) top left no-repeat;
		text-indent: -10000px;
		display: block;
		float: right;
		overflow: hidden;
	}
#content {
	position: relative;
	padding: 20px;
	width: 960px;
	height: 524px;
	background: url(../images/home.jpg) top left no-repeat;
}
#about #content {
	background:url(../images/aboutPage.jpg) top left no-repeat;
}
#green #content {
	background:url(../images/greenPage.jpg) top left no-repeat;
}
#awards #content {
	background:url(../images/awardsPage.jpg) top left no-repeat;
}
#portfolio #content {
	background:url(../images/portfolioPage.jpg) top left no-repeat;
}
#contact #content {
	background:url(../images/contactPage.jpg) top left no-repeat;
}
#inner_content {
	padding: 20px;
	width: 310px;
	min-height: 100px;
	max-height: 460px;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #000; 
	background: url(../images/whiteContent.png) top left repeat;
	border: 1px solid #fff;
	display: block;
	float: left;
}
#extra_content {
	padding: 20px;
	clear: both;
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}
#footer {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}
	#footer p {
		font: 12px Arial, Helvetica, sans-serif;
		display: block;
		float: left;
	}
	#footer ul {
		float: right;
		list-style-type: none;
	}
	#footer li {
		float: left;
	}
	#footer li img {
		padding-left: 10px;
	}
	
	
/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	list-style-type: none;
}
ul#nav li {
	float: left;
	height: 100px;
}
ul#nav li.home a {
	background: #041f0b;
}
ul#nav li.about a {
	background: #103f1c;
}
ul#nav li.green a {
	background: #235f32;
}
ul#nav li.awards a {
	background: #267f38;
}
ul#nav li.portfolio a {
	background: #4d9f5f;
}
ul#nav li.contact a {
	background: #63b072;
}
ul#nav li a {
	padding: 0px 12px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 100px;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover {
	background: #000;
}


/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;
}
	#inner_content h2 {
		margin-top: 0px;
		font: 24px "Times New Roman", Times, serif;
		color: #000;
		/*color: #fff;*/
	}
	#vermont h2 {
		margin-top: 0px;
		font: 24px "Times New Roman", Times, serif;
		color: #fff;
	}
	#inner_content h3 {
		font: 18px "Times New Roman", Times, serif;
		color: #fff;
	}
	#extra_content h3, #vermont h3 {
		position: relative;
		font: 20px "Times New Roman", Times, serif;
		color: #A8CFB2;
	}
		#extra_content h3 .slide {
			margin-left: 10px;
			font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
		}
	#extra_content h4, #vermont h4 {
		font: 18px "Times New Roman", Times, serif;
		color: #ccc;
	}
	#extra_content h4 a, #extra_content a, #vermont a {
		color: #ccc;
	}
	#extra_content h4 a:hover, #extra_content a:hover {
		color: #f4f4f4;
	}
	#extra_content li, #vermont li {
		margin-left: 14px;
		list-style-type: square;
	}
p {
	margin: 10px 0px;
}


/* ------------------------------------------------------------------------
ABOUT ELEMENTS
--------------------------------------------------------------------------*/
#inner_content ol {
	list-style-position: inside;
}
#inner_content li {
	/*font: 18px/35px "Times New Roman", Times, serif;*/
	font: bold 16px/35px Arial, Helvetica, sans-serif;
}
#inner_content li a {
	color: #000;
	text-decoration: none;
}
#inner_content li a:hover {
	text-decoration: underline;
}
.back {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
p img {
	margin-right: 6px;
}

/* ------------------------------------------------------------------------
AWARDS ELEMENTS
--------------------------------------------------------------------------*/
.col1 {
	width: 470px;
	float: left;
}
.col2 {
	margin-left: 20px;
	width: 470px;
	float: left;
}

/* ------------------------------------------------------------------------
GREEN ELEMENTS
--------------------------------------------------------------------------*/
#green img {
	padding-right: 10px;
}
#green h3 {
	clear: both;
}

/* ------------------------------------------------------------------------
CONTACT ELEMENTS
--------------------------------------------------------------------------*/
br {
	clear: left;
}
.attn {
	color: #CC0000;
}
input {
	margin-bottom: 10px;
	width: 300px;
	padding: 2px;
	background: #ccc;
	border: 1px solid #333;
}
textarea {
	margin-bottom: 10px;
	width: 300px;
	height: 100px;
	background: #ccc;
	border: 1px solid #333;
}
input[type="submit"] {
	padding: 5px;
	width: 100px;
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

/* ------------------------------------------------------------------------
PROJECT ELEMENTS
--------------------------------------------------------------------------*/
#portfolio h3 {
	clear: both;
}
ul.gallery {
	list-style-type: none;
}
ul.gallery li {
	margin: 10px;
	float: left;
	display: block;
}
ul.gallery li img {
	border: 2px solid #666;
}

/* ------------------------------------------------------------------------
VERMONT ELEMENTS
--------------------------------------------------------------------------*/
#vermont {
	padding: 20px;
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}
#vermont_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background: url(../images/whiteContent.png) top left repeat;
	text-align: center;
}
#vermont_link a img {
	border: none;
}
#vermont_link a {
	font-family: "Times New Roman", Times, serif;
	color: #041f0b;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
--------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}
.last {
	border-bottom: none;
}
.border {
	margin-left: 20px;
	margin-bottom: 15px;
	border: 2px solid #666;
	float: right;
}

/* ------------------------------------------------------------------------
NEWS ELEMENTS
--------------------------------------------------------------------------*/
#news {
	padding: 20px;
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}
#news_link {
	position: absolute;
	top: 392px;
	right: 220px;
	padding: 10px;
	background: url(../images/whiteContent.png) top left repeat;
	text-align: center;
}
#news_link a img {
	border: none;
}
#news_link a {
	font-family: "Times New Roman", Times, serif;
	color: #041f0b;
}
