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

* {
	margin: 0;
	padding: 0;
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

a {
	color: #9c9c9c;
}

body {
	background-color: #f5f5f5;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
}

h1 {
	width: 684px;
	height: 27px;
	color: transparent;
	margin-bottom: 30px;
}

h2 {
	color: #16bdf1;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

input, textarea {
	margin: 0 0 15px 10px;
	width: 460px;
	float: left;
}

label {
	clear: both;
	display: block;
	float: left;
	width: 90px;
	margin: 0 0 15px 20px;
}

p {
	width: 100%;
	margin-bottom: 25px;
}

ul {
	margin-top: -20px;
}

ul li {
	margin-left: 15px;
	clear: both;
}

textarea {
	height: 100px;
}

.blue {
	color: #16bdf1;
}

.date {
	display: block;
	float: right;
	color: #9c9c9c;
}

.invisible {
	display: none;
}

.left_col, .middle_col, .right_col {
	width: 190px;
	padding-right: 11px;
	float: left;
}

#active {
	text-decoration: underline;
}

#content {
	width: 620px;
	margin: 30px;
	float: left;
}

#footer {
	clear: both;
	width: 900px;
	text-align: center;
	font-size: 11px;
	color: #9c9c9c;
	margin-bottom: 30px;
}

#gallery_left {
	width: 262px;
	float: left;
	overflow: hidden;
}

#gallery_right {
	width: 262px;
	float: left;
	overflow: hidden;
	margin-left: 96px;
}

#gallery_left div, #gallery_right div {
	width: 260px;
	height: 130px;
	border: 1px solid #424242;
	margin-top: 20px;
	background-color: #16bdf1;
}

#gallery_left div a, #gallery_right div a {
	width: 260px;
	height: 130px;
	display: block;
	text-decoration: none;
}

#gallery_left div .title, #gallery_right div .title {
	width: 252px;
	height: 19px;
	color: #fff;
	margin-top: 0;
	padding: 4px;
	background-image: url('images/gallery_title.png');
	background-color: transparent;
}

#header_image {
	width: 900px;
	height: 510px;
	background-color: #d6d6d6;
}

#header_image #preload {
	background-position: -5000px -5000px;
}

#header_image #preload #services_preload {
	background-image: url('images/fields.jpg');
}

#header_image #preload #me_preload {
	background-image: url('images/lehigh_valley.jpg');
}

#header_image #preload #portfolio_preload {
	background-image: url('images/sunset.jpg');
}

#header_image #preload #contact_preload {
	background-image: url('images/bridge.jpg');
}


#logo {
	width: 162px;
	height: 111px;
	background-image: url('images/logo.gif');
	position: relative;
	top: -38px;
}

#logo a {
	display: block;
	width: 162px;
	height: 111px;
}

#nav {
	width: 500px;
	height: 70px;
	margin-left: 178px;
}

#nav div {
	height: 70px;
	background-image: url('images/nav.gif');
	float: left;
}

#nav div a {
	display: block;
	height: 70px;
	width: inherit;
}

#nav div#home {
	width: 77px;
}

#nav div#home:hover {
	background-position: 0 -68px;
}

#nav div#home_active {
	width: 77px;
	background-position: 0 -68px;
}

#nav div#services {
	width: 120px;
	background-position: -77px 0;
}

#nav div#services:hover {
	background-position: -77px -68px;
}

#nav div#services_active {
	width: 120px;
	background-position: -77px -68px;
}

#nav div#portfolio {
	width: 127px;
	background-position: -197px 0;
}

#nav div#portfolio:hover {
	background-position: -197px -68px;
}

#nav div#portfolio_active {
	width: 127px;
	background-position: -197px -68px;
}

#nav div#me {
	width: 63px;
	background-position: -324px 0;
}

#nav div#me:hover {
	background-position: -324px -68px;
}

#nav div#me_active {
	width: 63px;
	background-position: -324px -68px;
}

#nav div#contact {
	width: 113px;
	background-position: -387px 0;
}

#nav div#contact:hover {
	background-position: -387px -68px;
}

#nav div#contact_active {
	width: 113px;
	background-position: -387px -68px;
}

#submit {
	clear: both;
	float: right;
	width: 65px;
	margin-right: 35px;
}

#subnav {
	float: right;
	width: 190px;
	margin: 30px 30px 0 0;
	background: url('images/subnav_background.gif') no-repeat top right;
	min-height: 28px;
}

#subnav div {
	clear: both;
	margin: 8px 12px 10px 0;
	color: #9c9c9c;
	font-size: 14px;
	text-align: right;
}

#subnav div a {
	color: #9c9c9c;
	font-size: 14px;
	text-decoration: none;
}

#subnav div a:hover {
	text-decoration: underline;
}

#top {
	margin-top: 400px;
	width: 100%;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}