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

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;	padding: 0;	border: 0; vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body {	line-height: 1;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

body {
	font: 12px/1.5em Verdana, Geneva, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}

strong {
	font-weight: 800;
}

span.standout {
	color: red;
	font-weight: 800;
}

div#site-wrapper-one, div#site-wrapper-nobgrnd {
	width: 85em;
	height: auto;
	margin: 0 auto;
	background: url(images/contrak_builders_edgewater_commons_steel.jpg) top center no-repeat;
	background-size: 100%;
}

div#site-wrapper-nobgrnd {
	background: none;
}

header.alternate-bgrnd {
	background: url(images/contrak_builders_edgewater_commons_steel.jpg) top center no-repeat;
	background-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:link {
	color: red;
}

a:visited {
	color: red;
}

/* HEADER */
header {}

img#logo {
	margin: 2em 0 0 4em;
}

nav {
	width: auto;
	height: auto;
	float: right;
	padding: 2em 0;
	margin: 2em 4em 0 0;
	text-align: right;
	color: #fff;
}

nav ol li {
	display: inline-block;
	margin-right: 2em;
	list-style-type: none;
}

nav ol li:hover a {
	padding-bottom: .5em;
	border-bottom: 5px solid red;
}

nav ol li:last-child {
	margin-right: 0;
}

nav ol li a {
	padding-bottom: .5em;
}

nav ol li a:link {
	color: #fff;
	font-weight: normal;
}

nav ol li a:visited {
	color: #fff;
}

nav ol li.active a {
	padding-bottom: .5em;
	border-bottom: 5px solid red;
}

/* HOME PAGE */
section#intro {
	width: /*42em*/60%;
	height: auto;
	margin: 4em 0 8em 0;
	padding: 4em;
	background-color: #fff;
	opacity: .95;
}

/* ABOUT PAGE */
section#about {
	width: 46em;
	height: auto;
	margin: 4em 0;
	padding: 4em;
	background-color: #fff;
	opacity: .95;
}

div#the-mission {
	width: 100%;
	height: auto;
	clear: both;
	margin: 2em auto; 
	/*padding: 0 0 2em 0;*/
	font-size: 16px;
	text-align: center;
}

div#the-mission ul li {
	display: inline-block;
	margin-right: 1em;
}


/* SERVICES PAGE and PROJECTS PAGE */
section#services-intro {
	width: 70em;
	height: auto;
	margin: 4em 0;
	padding: 4em;
	background-color: #fff;
	opacity: .95;
}

section#services-intro h1 {
	margin: 0 0 .5em 0;
	line-height: 1.5em;
	font-weight: normal;
}

section#services-intro ul {
	margin-left: 1.5em;
}

section#services-intro ul li {
	margin-bottom: .5em;
}

section.services {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 2em;
}

div.service {
	width: 25%;
	height: auto;
	float: left;
	margin: 0 1.875em 0 0;
	padding: 0 2em 0 2em;
}

div.service#last {
	margin-right: 0;
	border: none;
}

div.service ul {
	margin-left: 1.5em;
}

div.service ul li {
	margin-bottom: 1em;
}

div#portfolio {
	width: 25em;
	height: 50em;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

div#portfolio img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* CONTACT SECTION */
section.contact {
	width: 85em;
	height: 6em;
	margin: 0 auto;
	padding: 2em 0;
	clear: left;
	background-color: #ccc;
}

section.contact div.wrapper {
	width: 70em;
	height: auto;
	margin: 0 auto;
}

section.contact div.wrapper h3 {
	margin-bottom: .25em;
}

section.contact div.wrapper p {
	width: auto;
	height: auto;
	float: left;
	margin-right: 2em;
}

footer.site-info {
	width: 100%;
	height: auto;
	padding: .5em 0;
	font-size: 10px;
	letter-spacing: .025em;
	color: #fff;
	background-color: #999;
}

footer.site-info p {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}