* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

/* !START - Tag Selectors */

a:link, a:visited {
	color: #5e8020;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

body {
	
}

h2 {
	color: #5e8020;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

h3 {
	color: #636363;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

label {
	float: left;
	width: 60px;
}

li {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0 0 10px 35px;
	list-style-type: square;
}

.clear {
	clear: both;
}

.hr {
	margin-bottom: 10px;
	border-top: 1px solid #e1e1e1;
}

/* !END - Tag Selectors */

#site-wrapper {
	width: 840px;
	margin: 25px auto 44px auto;
}

#site-nav {
	width: 841;
	height: 30px;
	margin: 0 0 1px 0;
	text-transform: uppercase;
	text-align: center;
	list-style-type: none;
}

	#site-nav li {
		display: inline;
		float: left;
		width: 119px;
		height: 30px;
		margin: 0 1px 0 0;
		background: url(images/bg_nav.gif) repeat-x;
	}

		#site-nav li:hover {
			background: none;
			background-color: #a5ce39;
			cursor: pointer;
		}

		#site-nav li a {
			display: block;
			width: 119px;
			height: 22px;
			padding-top: 8px;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
		}

.banner {
	display: block;
	margin-bottom: 10px;
}

/* !START - index.php */

.home-panel {
	float: left;
	padding: 41px 0 0 0;
}

#featured-project {
	width: 272px;
	padding-right: 8px;
	background: url(images/bg_featured.jpg) no-repeat;
}

.featured-thumbnail {
	float: left;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
	padding: 6px;
}

#recent-news {
	width: 271px;
	padding-left: 5px;
	padding-right: 4px;
	background: url(images/bg_news.jpg) no-repeat 4px 0px;
}

.date {
	color: #c9c9c9;
}

.title {
	color: #5e8020;
}

#contact-us {
	width: 280px;
	background: url(images/bg_contact.jpg) no-repeat 8px 0px;
}

#contact-form {
	width: 232px;
	margin: 0 auto;
}

#name, #email, #phone {
	width: 170px;
	height: 19px;
	margin-bottom: 10px;
	padding-left: 2px;
	background: url(images/bg_text_input.jpg) no-repeat;
}

#message {
	width: 170px;
	height: 60px;
	background: url(images/bg_textarea.jpg) no-repeat;
	margin-bottom: 10px;
}

#contact-submit {
	float: right;
	cursor: pointer;
	color: #5e8020;
	border: 1px solid #e1e1e1;
	padding: 5px;
	background-color: #fff;
}

	#contact-submit:hover {
		background-color: #e1e1e1;
	}

/* !END - index.php */

/* !START - work.php */

#body-work h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	border: 1px solid #e1e1e1;
	padding: 5px 0 5px 15px;
	background: url(images/bg_submenu.gif) repeat-x;
}

.work-panel {
	float: left;
	margin-bottom: 10px;
}

.work-thumbs {
	width: 370px;
	list-style-type: none;
	margin: 0;
}

	.work-thumbs li {
		float: left;
		width: 70px;
		height: 70px;
		margin: 10px;
		border: 1px solid #e1e1e1;
	}

	.work-thumbs li.top {
		margin-top: 40px;
	}

	.work-thumbs li.left {
		margin-left: 75px;
	}

.work-full {
	width: 470px;
}

/* !END - work.php */

/* !START - gallery.php */

#gallery-list {
	width: 819px;
	list-style-type: none;
	margin: 0 auto;
}

	#gallery-list li {
		display: inline;
		float: left;
		width: 103px;
		height: 103px;
		margin: 5px;
		border: 2px solid #e1e1e1;
	}

		#gallery-list li a {
			display: block;
		}

/* !END - gallery.php */

.submenu {
	width: 837px;
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background: url(images/bg_submenu.gif) repeat-x;
	text-transform: uppercase;
}

	.submenu h1 {
		float: left;
		font-size: 16px;
		margin: 12px 0 0 15px;
		font-weight: normal;
	}

	.submenu ul {
		float: left;
		margin: 11px 0 0 20px;
	}

		.submenu ul li {
			display: inline;
			float: left;
			margin: 0 0 0 10px;
		}

			.submenu ul li a {
				display: block;
				padding: 7px 7px 7px 7px;
				border-top: 1px solid #e1e1e1;
				border-left: 1px solid #e1e1e1;
				border-right: 1px solid #e1e1e1;
				background-color: #ggg;
				text-decoration: none;
				font-weight: bold;
				font-size: 12px;
			}

/* !START - footer.php */

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 15px;
	border-top: 3px solid #666;
	padding: 8px 0 8px 0;
	background-color: #8e8e8e;
}

	#footer a {
		margin: 0 15px;
		color: #f6f6f6;
		text-transform: uppercase;
	}

	#footer p {
		margin: 0 15px;
		color: #f6f6f6;
		text-transform: uppercase;
	}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

/* !END - footer.php */
