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

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-size:90%;
	font-family: sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	width: 960px;
	background-color:#000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px 0px 0px 0px; 
	background-image:url(../images/casework-inc.jpg);
	background-repeat: no-repeat;
	height: 116px;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: -200px;
}

#nav {
	background-color:#000000;
	width:960px;
}

#flash {
	background-color:#000000;
	width:960px;
	height:370px;
}

#imageHeader {
	background-color:#000000;
	width:960px;
}

#mainContent {
	padding: 0;
	margin: 0;
}


#welcomeBack {
	background-color:#333;
	background-image:url(../images/welcomeBack.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
}

#welcome {
	background-color:#333;
	background-image:url(../images/welcomeBack.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

#contentBack {
	background-color:#333;
	background-image:url(../images/portfolioBack.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
}


#portfolioBack {
	background-color:#333;
	background-image:url(../images/portfolioBack.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
}



#latestproject {
	float:right;
	width:350px;
	padding-left:20px;
	border-left: solid 1px #666666;
}

#servicesBack {
	width:940px;
	height:225px;
	background-image:url(../images/servicesBack.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}

#servicesCommercial {
	float:left;
	width:440px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top: 20px;
}

#servicesResidential {
	float:left;
	width:440px;
	padding-left:20px;
	border-left: solid 1px #333333;
	padding-bottom:20px;
	padding-top: 20px;
}




#footer {
	padding: 0 10px;
	padding-left: 10px;
	padding-left: 10px;
	background-image: url(../images/footerBack.jpg);
	height: 60px;
	padding-top: 15px;
}

#footer a:link { color: #ffffff; text-decoration:none; }
#footer a:visited { color: #ffffff; text-decoration:none;}
#footer a:hover { color: #d05f12; text-decoration:none;}
#footer a:active { color: #ffffff; text-decoration:none;}

h2 {
	color:#d05f12;
	font-style:italic;
	font-size: 120%;
}

.subtitleO {	
	color:#d05f12;
	font-size: 120%;
	text-transform:uppercase;
	font-family:"Lucida Grande", sans-serif;
	font-weight:bold;
}

.subtitleW {	
	color:#ffffff;
	font-size: 110%;
	font-weight:bold;
	font-family:"Lucida Grande", sans-serif;	
	text-transform:uppercase;
}

a:link { color: #d05f12; text-decoration:underline; }
a:visited { color: #d05f12; text-decoration:underline;}
a:hover { color: #ffffff; text-decoration:none;}
a:active { color: #d05f12; text-decoration:underline;}

#MenuBar1 a:link { color: #ffffff; text-decoration:none; }
#MenuBar1 a:visited { color: #ffffff; text-decoration:none;}
#MenuBar1 a:hover { color: #d05f12; text-decoration:none;}
#MenuBar1 a:active { color: #ffffff; text-decoration:none;}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

.pic {
	border: solid 2px #ffffff;
}

.largerFont {
	font-size:14px;
	font-weight: bold;
}

