﻿@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}


body {
	background: url(../images/all-pages-background.jpg) repeat-x #f9f9f9;
	color:#666;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.2;
	height:100%;
}

#HomePage{
	background: url(../images/main-background.jpg) repeat-x #f9f9f9;
	color:#666;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.2;
	height:100%;
}
p {margin:8px 0}
h1 {}
h2 { font-size:1.1em; margin:10px 0; border-bottom:1px dotted #555;  text-shadow:1px 1px 3px #000;}
h3 { font-size:1.3em; margin:10px 0; border-bottom:1px dotted #ddd;  text-shadow:1px 1px 3px #444; }
h2.calculon {background:url(../images/calc.png) no-repeat top right; padding:20px 0 0}
a { color:#ff9933;}
a:hover { color:#cc6600; text-decoration:none; text-shadow:1px 1px 1px #000;}
.required { color:#ff9933;}
.em { font-style:italic;}
.bold {font-weight:bold;}
.large {font-size:1.3em;}
/*****************************************************/
/**************** Page Construction ******************/
/*****************************************************/

.content-text{text-align:justify; margin: 15px 25px 10px 25px; color: #1D1D1D; font-size:16px; font-family: Georgia, "Times New Roman", Times, serif;}

#wrapper {
	width:950px;
	margin:0px auto;
	background:url(../images/wrapper-bg.png) repeat-y top;
	margin: 0 auto -133px;
	position:relative;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0;
}
#headerContainer {
	width:950px;
	height:60px;
	margin:0;
}
#headerContainer #logo {
	width:300px;
	height:60px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
#wrapper .house {
	padding-top: 5px;
	width:950px;
	height:26px;
	margin:0;
	float: right;
	text-align:right;
}
#midContainer {
	width:950px;
	height:385px;
	margin:10px;
	float:left;
	position:relative;
	top: 6px;
}

#midContainerAllPages {
	width:950px;
	height:100px;
	margin:10px;
	float:left;
	position:relative;
	top: 6px;
}
/**************** Menu Construction ******************/
#headerContainer #menu {
	width:600px;
	height:52px;
	float: right;
	display: inline-block;
	margin:0 0 0 0px;
	padding:0 0 0 0;
	background:url(../images/menu-mid.jpg) no-repeat;
}
#headerContainer #menu ul {
	list-style-type:none;
	display:inline;
}
#headerContainer #menu li {
	width:100px;
	height:75px;
	border:none;
	float: right;
	margin:0px;
	padding: 0 0 0 0;
	cursor:pointer;
}
#headerContainer #menu li a {
	border:none;
}
#headerContainer #menu .home a {
	background:url(../images/menu/menu-1.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .selected .home a {
	background:url(../images/menu/menu-1.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .projects a {
	background:url(../images/menu/menu-2.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .services a {
	background:url(../images/menu/menu-3.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .item a {
	background:url(../images/menu/MenuTabBackground.png) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding-top: 25px;
	text-decoration:none;
	color: #666;
	text-align: center;
	padding-top: 18px;
	font-size: 16px;
}

#headerContainer #menu .itemSelected a {
	background:url(../images/menu/MenuTabBackgroundSelected.png) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding-top: 25px;
	text-decoration:none;
	color: #fff;
	text-align: center;
	padding-top: 18px;
	font-size: 16px;
}
#headerContainer #menu .item a:hover {
	background:url(../images/menu/MenuTabBackgroundHover.png) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
	color: #FFF;
	text-align: center;
	padding-top: 18px;
	font-size: 16px;
}
#headerContainer #menu .builders a {
	background:url(../images/menu/menu-5.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .contact a {
	background:url(../images/menu/menu-6.jpg) 0 0 no-repeat;
	width:100px;
	height:60px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#headerContainer #menu .active a {
	background-position:0 -46px !important;
}
#midContainer #rightContent {
	overflow:hidden;
	width:950px;
	height:320px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0;
	background:url(../images/main-mid.jpg) no-repeat;
}
#midContainer #rightContent #homeslider{
	width:950px;
	height:375px;
	display:block;
	margin:17px 0 0 1px;
}
#midContainer .plans {
	width:82px;
	height:149px;
	position:absolute;
	top:98px;
	right:-78px;
	background:url(../images/main-mid-right.png) no-repeat;
}


.clients {
	width: 214px;
	height: 214px;
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	padding: 10px 0 0 0;
	margin: 0;
    /*border: thin black dotted; */
}
/**************** Main Container ******************/
#mainContainer {
	width:950px;
	height:auto;
	margin:3px 0 0 0;
	background:url(../images/main-lower.jpg) no-repeat;
}
#mainContent {
	width:700px;
	padding:10px;
	float:right;
}
#mainContentClients {
	width: 890px;
	padding: 30px 5px 30px 50px;
	float:left;
	background-color: #E5E5E5;
	background: linear-gradient(to bottom, #E5E5E5 20%,   #C4C4C4 50%,  #E5E5E5 80%); /* W3C */
	vertical-align: middle;
}

#mainContent ul{
	list-style-type:circle;
	margin:0 0 0 20px;
}
#sideBar {
	width:150px;
	padding:10px;
	float:left;
}
#sideBar .news-break{
	border-bottom:1px dotted #555;
	margin:20px 0;
}
#sideBar a{
	color:#888;
}
#sideBar a:hover{
	color:#ff9933;
}
#footerContainer {
	min-width: 950px;
	width: 100%;
	height:133px;
	position:relative;
	background:url(../images/footer-rep.png) bottom repeat-x;
	background-color: #323232; 
    background-size: 100%; 
}
#footerContainer2 {
	position:relative;
	color:#FFF;	
	height:133px;
	min-width: 950px;
	width: 100%;
	background-color: #323232; 
	background-size: 100%; 
}
#footerContainer a {
	color:#FFF;
}
#footerContainer a:hover {
	text-decoration:none
}
#footerContainer2 .logos {
	float:right;
	width:950px;
	height:63px;
	margin:17px 0 0 0;
}

#footerContainer2 .slogan {
	width:950px;
	height:63px;
	margin: 0 0 0 0;
		margin-left:auto;
	margin-right:auto;
}
#footerContainer2 .logos img{
	margin:0;
	padding:0;
}
#footerContainer2 .logos a{
	margin:0;
	padding:0;
}
#footerContainer2 .main {
	width:520px;
	height:30px;
	float:right;
	margin:0;
}
#footerContainer2 .main p{
	margin:0 15px 0 0;
}
#footerContainer2 .main .footer-junk {
	width:338px;
	height:151px;
	position:absolute;
	bottom:-11px;
	left:-60px;
	background:url(../images/footer-junk.png);
}
#footerContainer2 .main p {
	text-align:right;
	color:#FFF;
	font-size:0.85em;
	padding:20px 0 0 0;
}


#BottomFooterContainer {
	min-width: 950px;
	width: 100%;
	height:435px;
	position:relative;
	background:url(../images/bottom-footer.png) repeat-x;
	margin-left:auto;
	margin-right:auto;
}

.QuckLinksBottomFooterContainer {
	min-width: 950px;
	width: 100%;
	height:80px;
	position:relative;
	display:inline-block;
	font-size:16px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}

.QuckLinksBottomFooterContainer  a{
	width: 60px;
	font-size:16px;
	text-decoration:none;
	color: #000000;
	vertical-align:middle;
	position: relative;
	top: -44px;
}

.QuckLinksBottomFooterContainer  img{
	padding:1px 10px 10px 10px;
	vertical-align:middle;
}

.QuckLinksBottomFooterDivider {
	width: 8px;
	border-right: thin dotted #666;
	height: 100px;
	display:inline-block;
}

.ContentBottomFooterContainer {	
	width: 120px;
	height:100px;
	position:relative;
	display:inline-block;
	padding: 0 46px 0 46px;
}

.HeaderBottomFooterContainer {	
	width: 140px;
	height:30px;
	position:relative;
	display:inline-block;
	padding: 41px 0 41px 0;
	top: 20px;
	font-size:24px;
}
.DividerBottomFooterContainer {	
	width: 10px;
	height:120px;
	position:relative;
	display:inline-block;
	border-left: thin;
	border-left-color: #666;
	border-left-style: solid;
		top: 10px;
}

.MenuBottomFooterContainer {
	width: 950px;
	height:24px;
	position:relative;
	display:inline-block;
	border-left: thin #CCC;
	font-size:36px;
	text-align: center;
	border-top: thin;
	border-top-color: #666;
	border-top-style: solid;
	border-bottom: thin;
	border-bottom-color: #666;
	border-bottom-style: solid;
	font-size:14px;
	padding: 10px 0 1px 0;
	top: 70px;
}

#BottomFooterContainerWrapper {
	width:950px;
	margin:0px auto;
	position:relative;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0;
}

.companyFooter {
	position:relative;
	top: 100px;
	width: 950px;
	text-align:center;
}
	
.companyFooter a{
     text-decoration :none;
	 color: #666;
	 
}

.mainThreeCategories{
	width: 950px;
	text-align:center;
    position:relative;
	left: -30px;
}

.mainThreeCategoriesBlue a{
	color: #666;
	text-decoration:none;
	width: 320px;
}

.mainThreeCategoriesRed a{
	color: #666;
	text-decoration:none;
}
.mainThreeCategoriesGreen a{
	color: #666;
	text-decoration:none;
}
.mainThreeCategoriesRed a:hover{
	color: #090;
	position:relative;
}

.mainThreeCategoriesGreen a:hover{
	color: #F00;
}
.mainThreeCategoriesBlue a:hover{
	color: #00F;
}




.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;
	margin: 0px;
	padding: 0px;
}
/* contact form */
.text form {
	width: 600px;
}
.text fieldset {
	margin: 0px;
	padding: 8px 0;
}
.orange {
	background-color: #ffd895!important;
}
.text form p {
	position: relative;
	width: 100%;
}
.text label {
	float: left;
	width: 10em;
}
.text input {
	border:1px dotted #555;
	padding:5px;
	width:225px;
	height:20px;
	margin:5px 0;
	background:url(../images/input-bg.jpg) no-repeat;
	color:#fff;
}
.text select {
	margin:5px 0;
}
.text .small-input {
	width: 150px;
}
.text .shortinput {
	width: 50px;
}
.text input.radio, input.checkbox {
	width: auto;
}
.text input.submit {
	width: 100px;
	height:30px;
	margin-left: 129px;
}
.text input.submit2 {
	width: 100px;
	height:30px;
	margin-left: 5px;
}
.text input:focus {
	background:url(../images/input-bg-sel.jpg) no-repeat;
}
.text textarea:focus {
	background:none;
}
.text input.radio {
	float: left;
	margin-right: 1em;
}
.text textarea {
	width: 225px;
	height: 100px;
	font-family:inherit;
	font-size:0.9em;
	color:#fff;
	padding:5px;
	margin:3px 0;
	border:1px dotted #555;
	background:none;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	width:  950px;
	height: 350px;
	overflow:hidden;
}
.jcarousel-skin-ie7 .jcarousel-container-vertical {
	width: 950px;
	height: 350px;
	margin:17px 0 0 1px;
	overflow:hidden;
}
.jcarousel-skin-ie7 .jcarousel-clip-vertical {
	width:  950px;
	height: 375px;
	overflow:hidden;
}
.jcarousel-skin-ie7 .jcarousel-item {
	width:  950px;
	height: 375px;
	overflow:hidden;
}

#mainContent .theprocess{
	width:590px;
	height:auto;
	background:url(../images/process-rep.jpg) repeat-y;
	margin:3px 0;
}
#mainContent .theprocess .left{
	float:left;
	width:65px;
	padding:5px 0 0 10px;
}
#mainContent .theprocess .right{
	float:left;
	width:500px;
}
#mainContent .theprocess .right p{
	color:#000;
	margin-bottom:20px;
}
#mainContent .builders{
	width:288px;
	height:auto;
	background:url(../images/builders-rep.jpg) repeat-y;
	margin:3px;
	float:left;
}
#mainContent .builders .item{
	padding:5px 10px;
	line-height:1.3em;
}
#mainContent .builders .item h3{
	font-size:1.1em!important;
}
/* -- GALLERY -- */
#mainContent .thumb{
	width:190px;
	height:125px;
	float:left;	
}
#mainContent .side{
	margin:5px 0;
}
#mainContent .mid{
	margin:5px 10px;
}