body, html { 
	background: #000000;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size:100.1%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper { 
	width: 1000px;
	margin: 25px auto;
	padding: 0;
	text-align: center;
	background-color: #000000;
	padding-bottom:25px;
}

#menu {
font-size: 0.75em;
position: absolute;
width: 1000px;
height:25px;
top: 145px;
text-align: center;
vertical-align:top;
z-index: 100;
}

#menu ul {
margin:0;
padding:0;
}

#menu li {
list-style-type: none;
display: inline;
color: #707070;
margin:0;
padding:0;
}

#menu li a {
color: #0093ad;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 0 8px 0 4px;
}

#menu li a:hover {
color: #f79433;
}



/* THE BANNER IS THE IMAGE DESIGN ACROSS THE TOP including nav area
--------------------------------------------------------- */

#banner   {
	background-image: url("/images/pec-banner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	z-index: 10;
	top: 0;
	left: 0;
	width: 1000px;
	height: 135px;
}

/* CONTENT contains subnav, imagebox, text and/or portfolios
--------------------------------------------------------- */

#content {
	position:relative;
	width: 996px;
	margin: 0 auto;
	min-height:400px;
	padding: 0;
	font-size: 12px;
	margin-bottom: 50px;
	text-align: left;
	background: #FFFFFF;
	background-image: url(/images/gradient_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 2px solid white;
}

#content h1 {
	font-size: 1.75em;
	font-weight: 100;
	color: #f79433;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

#content h2 {
	font-size: 1.25em;
	font-weight: 100;
	color: #4D4D4F;
	margin:0;
	padding: 7px 0 15px 0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.25em 0;
	text-transform: uppercase;
}

#content h3.p-head {
	padding-top:1.75em;
}

#content p {
	font-size:1em;
	line-height:1.65em;
	margin: 0;
	padding: 0 0 5px 0;
}

#content p.p-name {
	line-height:1.25em;
	text-transform:uppercase;
	padding:1em 0 0 0;
}

#content p.p-title {
	line-height:1.25em;
	padding: 0;
}

#content p.p-email {
	line-height:1.25em;
	padding:0;
}

#content a:link {
	color: #007696;
	text-decoration: none;
}

#content a:visited {
	color: #007696;
	text-decoration: none;
}

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

#content a:active {
	color: #000000;
	text-decoration: none;
}

#content ul {
	color: #282924;
	margin: 5px 0 0 15px;
	padding: 0;
}

#content ul, #content ul li {
	padding: 0 0 0.5em 0.5em;
	list-style-type:circle;
}

.xtrtop15 {
	margin-top:15px !important;
}


/* IMAGE BOX IS to the left of the main text area
--------------------------------------------------------- */

#imagebox {
	width:125px;
	float:left;
	margin:0;
	padding:40px 10px 0 25px;
}

#subnav {
width:150px;
float:left;
margin:0;
padding:40px 0 0 25px;
}

#subnav.wider {
	width:200px;
}

#subnav ul li {
	list-style-type:none;
	margin: 0;
}

#text-home {
margin:0;
padding:40px 50px 20px 130px;
}

#text-main {
width: 600px;
float:right;
margin:0;
padding:40px 50px 20px 0px;
}

#text-main.narrower {
width:550px;	
}

#text-estimate {
width: 700px;
float:right;
margin:0;
padding:40px 50px 40px 0px;
}

#buttonbox {
	position:absolute;
	width:180px;
	top:110px;
	left:25px;
	float:left;
}

#buttonbox p.caption {
	font-size:0.8em;
	font-style:italic;
	margin-left:10px;
}


#text-portfolio {
margin:0;
padding:40px 50px 20px 0;
float: right;
width: 325px;
}

#text-home, #text-main, #text-portfolio {
	margin-bottom:55px;
}

/* Sidebar is for the portfolio gallery on the left
----------------------------------------------------------- */

#sidebar {
	float: left;
	margin: 0;
	margin-bottom:55px;
	padding: 40px 0 0 40px;
}

#sidebar a:link {
	color: #007696;
	text-decoration: none;
}

#sidebar a:visited {
	color: #007696;
	text-decoration: none;
}

#sidebar a:hover {
	color: #f79433;
	text-decoration: none;
}

#sidebar a:active {
	color: #000000;
	text-decoration: none;
}

#photos {
	width: 525px;
	height: 380px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#caption {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

#caption img {
	border:none;
}

/* TABLE ON CONTACT PAGE
----------------------------------------------------------- */

table.addy {
	width: 450px;
	border:0;
	padding:0;
}

table.addy td {
	width:50%;
	vertical-align:top;
}


/* ESTIMATE FORM
----------------------------------------------------------- */

form {
width: 650px;
margin-top:20px;
}

fieldset {
border: 1px solid #c2a978;
}

legend {
font-weight: bold;
padding: 2px 10px 0 10px;
margin-bottom: 20px;
border: 1px solid #c2a978;
border-bottom: none;
}

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

input {
width: 300px;
margin-bottom: 15px;
}

input.narrow {
width: 75px;
}

textarea {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size:100.1%;
width: 400px;
height: 150px;
margin-bottom: 2px;
}

span.required {
position: absolute;
margin-left: -9999px;
}

.requiredCaption {
	padding-top:30px;
}

input.text:focus, textarea:focus {
background-color: #FDF7B3;
}
	
	
	
/* FOOTER
----------------------------------------------------------- */

#footer {
	position:absolute;
	bottom:4px;
	width: 100%;
	text-align: center;
	left: -5px;
}

#footer h1 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #4D4D4F;
	margin: 0;
	padding: 10px 0;
}


#footer a:link {
	color: #4D4D4F;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:visited {
	color: #4D4D4F;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #f79433;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:active {
	color: #f79433;
	text-transform: uppercase;
	text-decoration: none;
}

