/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(../images/bg-main-080425.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a1b0a7;
	color: #999;
	font-family: "Arial", Helvetica, Verdana;
	font-size: 62.5%;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Sets the page to be centerred, do not touch! */
} 
/* Commonly used to style page titles. */
h1 {
	color: #9BACA3;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	font-style: normal;
}
/* Commonly used to style section titles. */
h2 {
  color: #9BACA3;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
#outerWrapper {
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 990px;
}
#outerWrapper #headerWrapper {
	height: 298px;
	width: auto;
	padding: 0px;
}
#outerWrapper #headerWrapper img {
	padding: 0px;
	text-align: right;
	margin: 177px 26px auto 580px;
}

#outerWrapper #contentWrapper {
	padding: 0px;
	margin: 0px auto;
	height: 258px;
}
#outerWrapper #contentWrapper #leftCol {
	padding: 0px;
	margin: 0px 0px 0px 48px;
	width: 450px;
	float: left;
}

#outerWrapper #contentWrapper #caseWrapper {
	padding: 0px;
	margin: 0px;
}
#outerWrapper #contentWrapper #caseWrapper #caseBlock1 {
	float: left;
	width: 200px;
}
#outerWrapper #contentWrapper #caseWrapper #caseBlock2 {
	float: right;
	width: 240px;
}
#outerWrapper #contentWrapper #caseWrapper #caseBlock1 ul, 
#outerWrapper #contentWrapper #caseWrapper #caseBlock2 ul {
	padding-left: 0px;
	padding-top: 4px;
	margin: 0px;
	list-style: none;
}

#outerWrapper #contentWrapper #caseWrapper #caseBlock1 li, 
#outerWrapper #contentWrapper #caseWrapper #caseBlock2 li { 
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#outerWrapper #contentWrapper #caseWrapper #caseBlock1 li a, 
#outerWrapper #contentWrapper #caseWrapper #caseBlock2 li a {
	padding: 2px 0px 2px 13px;
	margin: 0px;
	display: block;
	color: #666;
	text-decoration: none;
}
#outerWrapper #contentWrapper #caseWrapper #caseBlock1 li a:hover, 
#outerWrapper #contentWrapper #caseWrapper #caseBlock2 li a:hover {
	background-image: url(../images/nav/plus.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#shadow {
	padding: 0px;
	margin-left: 13px;
	background-image: url(../images/img-drop-shadow-ver-3.gif);
	background-repeat: no-repeat;
	width: 450px;
	height: 228px;
}

#aboutWrapper {
	padding-left: 13px;
	height: 92px;
	width: 453;
	vertical-align: bottom;
	margin-top: 129px;
	text-align: left;
}
#aboutWrapper #aboutImg {
	vertical-align: bottom;
	height: 92px;
}
/* 

#aboutWrapper #aboutImg a.linkopacity img {
	filter:alpha(opacity=25); 
	-moz-opacity: 0.25; 
	opacity: 0.25;
}
#aboutWrapper #aboutImg a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

*/

#outerWrapper #contentWrapper #rightColWrapper {
	padding: 0px;
	margin: 0px;
	width: 410px;
	height: 228px;
	float: right;
}
#outerWrapper #contentWrapper #rightColWrapper #textWrapper {
	padding: 0px;
	margin: 0px;
	width: 410px;
	height: 172px;
}
#outerWrapper #contentWrapper #rightColWrapper #textWrapper #text {
	float: left;
	margin-top: -5px;
	width: 384px;
	height: 172px;
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: right;
}
#outerWrapper #contentWrapper #rightColWrapper #textWrapper #navMore {
	position: relative;
	float: right;
	width: 26px;
	height: 175px;
}
#outerWrapper #contentWrapper #rightColWrapper #textWrapper #navMore p {
	position: absolute;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}
#outerWrapper #contentWrapper #rightColWrapper #textWrapper #navMore a {
	text-decoration: none;
	color: #999;
}
#outerWrapper #contentWrapper #rightColWrapper #phoneNo {
	clear: both;
	padding-top: 32px;
	margin: 0px;
	text-align: right;
}
#outerWrapper #contentWrapper #rightColWrapper #phoneNo img {
	padding: 0px 26px 0px 0px;
	margin: 0px;
	text-align: right;	
}

#outerWrapper #contentWrapper #rightCol #more {
	height: 150px;
}	

#outerWrapper #contentWrapper #arrows {
	padding: 0px;
	margin: 0px 0px 0px 964px;
	height: 100px;
	width: auto;
	vertical-align: bottom;
}

#contactText {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 21px 0px 21px 0px;
	color: #999;
}

#textWrapper a {
	text-decoration: none;
	color: #999;
}
#textWrapper a:hover {
	text-decoration: underline;
	color: #999;
}
.TabbedPanelsContent a {
	text-decoration: underline;
	color: #999;
}
.TabbedPanelsContent a:hover {
	text-decoration: underline;
	color: #999;
}

#clearAll {
	clear: both;
}


#outerWrapper #navWrapper {
	padding: 0px;
	height: 60px;
	float: right;
	text-align: right;
	margin: 0px 26px 0px 0px;
}

#outerWrapper #navWrapper #nav {
	padding: 0px;
	margin: 0px;
	height: 60px;
	list-style: none;
	display: inline;
	overflow: hidden;
}


#outerWrapper #navWrapper #nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}
#outerWrapper #navWrapper #nav a {
	float: left;
	padding: 60px 0px 0px 0px ;
	overflow: hidden;
	height: 0px !important;
	height: /**/:60px; /* for IE5/Win only */
}
#outerWrapper #navWrapper #nav a:hover {
	background-position: 0 -60px;
}

#thabout a {
	width: 58px;
	background-image: url(../images/nav/about-home.gif);
	display: block;
}
#thresidential a {
	width: 73px;
	background-image: url(../images/nav/residential-home.gif);
	display: block;
}
#thcommercial a {
	background-image: url(../images/nav/commercial-home.gif);
	width: 80px;
	display: block;
}
#thtestimonials a {
	background-image: url(../images/nav/testimonials-home.gif);
	width: 80px;
	display: block;
}
#thcontact a {
	background-image: url(../images/nav/contact-home.gif);
	width: 74px;
	display: block;
}

#tabout a {
	width: 58px;
	background-image: url(../images/nav/about.gif);
	display: block;
}
#tresidential a {
	width: 73px;
	background-image: url(../images/nav/residential.gif);
	display: block;
}
#tcommercial a {
	background-image: url(../images/nav/commercial.gif);
	width: 80px;
	display: block;
}
#ttestimonials a {
	background-image: url(../images/nav/testimonials.gif);
	width: 85px;
	display: block;
}
#tcontact a {
	background-image: url(../images/nav/contact.gif);
	width: 74px;
	display: block;
}

#footer {
	padding: 0px;
	margin: 0px 26px 0px 0px;
	height: 33px;
	float: right;
	text-align: right;
}
#footer p {
	color: #FFF;
	font-size: 0.63ems;
	margin-top: 12px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover  {
	text-decoration: underline;
}

#studiesGalleryLinks a {
	color: #f7f8e9;
}

/* Testimonials  */

#testTitles {
	paddding: 0px;
	margin: 0px;
	text-align: right;
}
#testTitles ul {
	test-decloration: none;
	list-style-type: none;
}

#testTitles ul li {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#testTitles ul li a {
	padding: 2px 13px 2px;
	margin: 0px;
	display: block;
	color:#999;
	text-decoration: none;
}
#testTitles ul li a:hover {
	background-image: url(../images/case-plus.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#testTitles ul li a.over {
	background-image: url(../images/case-plus.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
p.small {
	font-size: 0.9em;
	color: #BBB;
}
.padding {
	padding: 0px 15px;
}
.TabbedPanelsTab a 
{
	color: #333;
	text-decoration: underline;
}