@charset "utf-8";

 /* portfolio */
 
 body  {
	background: #000000;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	padding:0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #CCCCCC;
} 
#containerIndex {
	width: 1008px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #CCCCCC;
	height: 535px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
} 
.indexImage {
	padding-top: 127px;
}


.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #CCCCCC;
} 



.thrColFixHdr #header {
	background-color: #D3D7D7;

} 

.twoColFixLtHdr #header {
	padding: 0;
	text-align: left;
} 


.thrColFixHdr #header {
	background-color: #D3D7D7;

} 

/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

h2 {
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
}

#testimonialSideBar  h3 {
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
}

#aboutMainLft {
	margin: 0px;
	height: 475px;
	padding: 0px;
	float: right;
}

#aboutMainRt {
	height: 415px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#aboutSidebar {
	float: left;
	width: 333px;
	height: 475px;
	padding: 0px;
	background-color: #B6CC33;
}
#aboutSubNav{
	height:408px;
	width: 243px;
	padding: 42px 10px 0px 80px;
}

.aboutSideBarText {
	line-height: 1.75em;
}


#testimonialSideBar {
	float: left;
	width: 333px;
	height: 475px;
	padding: 0px;
	background-color: #F1A43D;
}

#testimonialNav{
	height:408px;
	width: 243px;
	padding: 42px 10px 0px 80px;
}
.testimonialNavText{
	font-size: .75em;
	line-height: 1.50em;

}

#portfolioSideBar {
	float: left;
	width: 333px;
	height: 475px;
	padding: 0px;
	background-color: #BCC0C4;

}
#portfolioNav{
	height:408px;
	width: 226px;
	padding: 42px 10px 0px 80px;
}

.portfolioNavText {
	font-size: .75em;
	line-height: 1.50em;
}

#portfolioSideBarText{
	height: 400px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.portfolioText{
	font-size: .7em;
}



.twoColFixLtHdr #sidebar1Testimonials p {
	line-height: 1.75em;
	font-size: .75em;
	margin: 0;
	padding: 0;
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#aboutSidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
}
#aboutSidebar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#aboutSidebar a:hover {
	text-decoration: none;
	color: #666666;
}
#aboutSidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#testimonialSideBar a:link {
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}
#testimonialSideBar a:visited {
	text-decoration: none;
	color: #333333;
}
#testimonialSideBar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#testimonialSideBar a:active {
	text-decoration: none;
	color: #333333;
}

#portfolioSideBar a:link {
	text-decoration: none;
	color:#000000;
}
#portfolioSideBar a:visited {
	text-decoration: none;
	color:#000000;
}

#portfolioSideBar a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

#portfolioSideBar a:active {
	text-decoration: none;
	color:#000000;
}

.portfolio_btn_padding {
	padding: 0px;
	margin-top: 11px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#portfolioHomeContent img {
	border:0;
}
/*#portfolioHomeContent a {
	color:#FFFFFF;
}
#portfolioHomeContent a:link {
	color:#FFFFFF
}
#portfolioHomeContent a:visited {
	color:#FFFFFF
}
#portfolioHomeContent a:hover {
	color:#FFFFFF
}
#portfolioHomeContent a:active {
	color:#FFFFFF
}*/



#sidebar1Testimonials a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar1Testimonials a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar1Testimonials a:hover {
	text-decoration: none;
	color: #ffffff;
}
#sidebar1Testimonials a:active {
	text-decoration: none;
	color: #000000;
}


#contactBar {
	width: 313px;
	height: 20px;
	background-color: #666666;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 0.8em;
	color: #CCCCCC;
}

.contactBarTextSpace{
	padding-right: 20px;
}

#contactBar a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#contactBar a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#contactBar a:hover {
	text-decoration: none;
	color: #ffffff;
}
#contactBar a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#portfolioMainContent {
	height: 475px;
	float: right;

} 

#portfolioHomeContent {
	margin-top: 0px;
	margin-bottom: 0;
	width: 667px;
	float: right;
	text-align: center;
	background-color: #D3D7D7;
	height: 475px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 


#aboutMainContent {
	padding: 0px;
	color: #666666;
	font-size: 0.95em;
	line-height: 1.3em;
	float: right;
} 

#testimonialsMainContent {
	padding: 0px;
	margin: 0px0px 0px 333px;
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.whiteTextBold {
	color: #FFFFFF;
	font-size: 1.1em;
}


.footerTxt {
	font-size: 0.7em;
	line-height: 3em;
	letter-spacing: 0.15em;
	color: #999999;
}


.portfolio_text_white {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #FFFFFF;
}

/* end  */


/* Portfolio */

div.scroll {
height: 475px;
width: 333px;
overflow: auto;
}

#portfolioSubNav {
	display: block;
	padding-left: 30px;
	font-size: 0.75em;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
      }
#portfolioSubNav a:link {
	text-decoration: none;
	color:#666666;
}
#portfolioSubNav a:visited {
	text-decoration: none;
	color:#666666;
}

#portfolioSubNav a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

#portfolioSubNav a:active {
	text-decoration: underline;
	color:#666666;
}


/* contact */



.twoColFixLtHdr #header {
	padding: 0px;
	text-align: left;
	margin: 0px;
} 

.twoColFixLtHdr #sidebar1Contact {
	float: left; 
	width: 243px;
	height: 505px;
	padding: 42px 10px 0px 80px;
	line-height: 1.3em;
	background-color: #6DCFDD;
	margin: 0;	
}
.twoColFixLtHdr #sidebar1Contact p {
	font-size: 0.95em;
	color: #666666;
	margin: 0;
}

#contactMainContent {
	/*float: right;*/
	color: #666666;
	margin: 0px;
	float: right;
	width: 627px;
	padding: 37px 0 0 40px;
} 


#sidebar1Contact a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1Contact a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1Contact a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#sidebar1Contact a:active {
	text-decoration: none;
	color: #FFFFFF;
}
input  {
	margin: 0px;
	padding: 7px 0 0 0;
	color: #666666;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 25px;
}
form   div {
	margin-top: 8px;
}




input#submit {
	width: 71px;
	height: 27px;
	background-image: url(images/send_button.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-style:none;
	border-width: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-position: center;
}
form {
	margin: 0px;
}


textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 350px;
	height: 62px;
	font-size: 0.9em;
}


/* client */

#clientMainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 999px;
	padding: 0px;
	float: right;
	height: 475px;
} 

.aboutClientsText {
	font-size: 0.75em;
	vertical-align: top;
	line-height: 1.6em;
}
.floraSpringsImgSpacer {
	padding-left: 40px;
}
#mainContent {
	float: left;
}
.testimonialImgFloatRt {
	float: right;
}

.curr a {
	background: url(images/arrow.png) right -1px no-repeat;
	padding-right: 36px;
}
