/* SKC DESIGNS */
/* STYLE SHEET */

body {
	background: #dad1cc;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #322b25;
	text-align: left;
	line-height: 2em;
	}
	
img, div {
	behavior: url(scripts/iepngfix.htc)
	}
	
#wrapper {
	width: 800px;
	top: 0;
	position: relative;
	padding: 0;
	margin: 0 auto;
	z-index: 100;
	}

#header {
	width: 250px;
	height: 69px;
	top: 0px;
	left: 50%;
	margin: 0 -375px;
	position: absolute;
	z-index: 400;
	}
	
#header a {
	width: 100%;
	height: 100%;
	display: block;
	}

#nav {
	top: 0;
	width: 500px;
	height: 20px;
	margin: 0 0 0 295px;
	padding: 15px 0 0 0;
	z-index: 500;
	}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #322b25;
	text-decoration: none;
	}

#nav a:hover {
	color: #f48026;
	text-decoration: none;
	}

#nav span {
	color: #f48026;
	margin: 10px 5px 0px 5px;
	}

#hero {
	width: 800px;
	height: 240px;
	margin: 0;
	padding: 0;
	z-index: 300;
}

#content {
	width: 770px;
	min-height: 450px;
	height: auto;
	margin: 20px 15px 0 15px;
	padding: 0 40px 0 20px;
	}

.contentimage {
	width: 435px;
	height: 405px;
	float: right;
	margin: 0 30px 0 20px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	}
	
.contentimageaboutus {
	width: 435px;
	height: 510px;
	float: right;
	margin: 0 30px 0 20px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	}

.image {
	width: 435px;
	z-index: 0;
	position: absolute;
	}

#recentproject {
	width: 287px;
	height: 173px;
	position: relative;
	}

.recentprojectimage {
	width: 287px;
	height: 173px;
	overflow: hidden;
	}

.rpimage {
	width: 287px;
	height: 173px;
	z-index: 0;
	position: absolute;
	}

.corner01 {
	width: 13px;
	height: 13px;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	}

.corner02 {
	width: 13px;
	height: 13px;
	z-index: 15;
	position: absolute;
	top: 0;
	right: 0;
	}
	
.corner03 {
	width: 13px;
	height: 13px;
	z-index: 15;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
.corner04 {
	width: 13px;
	height: 13px;
	z-index: 15;
	position: absolute;
	bottom: 0;
	right: 0;
	}

#footer {
	width: 800px;
	height: 36px;
	background: url(images/footer.jpg) top center no-repeat;
	float: none;
	}
	
#footer p {
	padding: 7px 0 0 0;
	margin: 0 0 0 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	}
	
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #f48026;
	text-decoration: none;
	}

#footer span {
	margin: 0 10px 0 10px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #322b25;
	text-align: left;
	line-height: .9em;
	}

h1 span {
	color: #f48026;
	}
	
.h1span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #322b25;
	text-align: left;
	line-height: 1.2em;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #322b25;
	text-align: left;
	line-height: .5em;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f48026;
	text-align: left;
	line-height: .5em;
	margin: 30px 0 0 0;
	}
	
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #322b25;
	text-align: left;
	line-height: 2em;
	text-decoration: none;
	}

#content a:hover {
	color: #f48026;
	text-decoration: none;
	}