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


html, body {
	height: 101%;
	margin-bottom: 1px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	background-image: url(images/leftsideGradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 

#header {
	height: 243px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
} 
#homePageLowerContent {
	position: relative;
	margin: 0px;
}


#logo {
	padding-top: 55px;
	text-align: right;
	margin-right: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo h1 {
	color: #0B05E9;
	margin: 0px;
	padding-top: 10px;
}

#rightBluePrint {
	background-image: url(images/blueprintRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	float: right;
}




/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4A4A52;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/leftsideGraphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 125px;
	float: left;
	width: 90%;
} 
#navigationMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
#navigationMenu  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigationMenu  li {
	float: left;
	display: inline;
	padding-right: 26px;
}

a#home {
	display: block;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}

a#home span { display:none; 
}
a#home:hover, a#home.current {
	background-position: bottom;
}
a#about {
	display: block;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}
a#about span {
	display:none;
}
a#about:hover, a#about.current {
	background-position: bottom;
}
a#gallery {
	display: block;
	background-image: url(images/gallery.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}
a#gallery span {
	display:none;
}
a#gallery:hover, a#gallery.current {
	background-position: bottom;
}
a#services {
	display: block;
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}
a#services span {
	display:none;
}
a#services:hover, a#services.current {
	background-position: bottom;
}
a#contact {
	display: block;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}
a#contact span {
	display:none;
}
a#contact:hover, a#contact.current {
	background-position: bottom;
}
a#blog {
	display: block;
	background-image: url(images/blog.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 116px;
}
a#blog span {
	display:none;
}
a#blog:hover, a#blog.current {
	background-position: bottom;
}
#mainContentBody {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#residential {
	float: left;
	width: 48%;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#commercial {
	float: left;
	width: 48%;
	padding: 10px;
	margin: 0px;
}
#galleries {
	padding: 0px;
	margin: 0px;
}
#footerBGillusion {
	background-image: url(images/footerBGright.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 118px;
	margin: 0px;
	clear: both;
}

#footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 107px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	margin: 0px;
	clear: both;
} 

#footer p {
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: .8em;
	line-height: 1.2em;
	color: #32325C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #17139D;
	letter-spacing: -.03em;
	line-height: .7;
	clear: left;
	margin: 0px;
	padding-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #9D1313;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #000000;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
p.testimonial {
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
}
.standout {
	font-weight: bold;
	color: #17139D;
}

a  img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.img.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homePageMainPic {
	text-align: right;
	float: right;
	margin-left: 20px;
}
.testimonialBlock {
	background-image: url(images/testimonialBlockBG.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 551px;
}
.galleryMain {
	float: left;
	margin-right: 75px;
}

#flashContent {
	height: 675px;
	float: left;
	margin-left: 90px;
	width: 800px;
}
img.topQuote {
	float: left;

}
p.topQuote {
	margin-right: 75px;
	margin-left: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717D93;
}
#testimonials {
	width: 100%;
}
#testimonials td {
	padding-bottom: 5px;
	padding-top: 10px;
	width: 425px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #717d93;
}
#testimonials .topQuote {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#testimonials img.topQuote {

}
#testimonials img.fltrt {

}
#testimonials td.right {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #717d93;
}
#contactInfo {
	float: left;
}
#map {
}
#contactForm {
	padding: 0px;
	margin: 0px;
	float: left;
}
.services p {
	padding-right: 20px;
}

/* =label/labelspan */
label, label span { display: block; padding-bottom: .25em; }
label { float: left; width: 100%; margin-bottom: 15px;}
label span { float: left; width : 50%; text-align: right; }

/* =input */
fieldset input {border: 1px solid #0b05e9; }
fieldset input:hover {border-color: #717d93; }
fieldset input:active, input:focus {border-color: #900; }
fieldset textarea, fieldset select {border: 1px solid #0b05e9; }

/* =fieldset */
fieldset {
	float : left;
	width: 400px;
	background-color: #717D93;
	border : 1px solid #0b05E9;
	font-family: Arial, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0;
 }

form div input:hover { background-color : #FFFFFF; }

form div input { padding : 0 .25em; }
#newForm p {
	color: #FFFFFF;
}
#galleries  .thumbs {
	padding-right: 12px;
	padding-left: 8px;
	float: left;
	padding-top: 5px;
}

div.transbox
  {
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }

