@import url("menu_style.css");
* {
	margin: 0em;
	padding: 0em;
}
body {
	background-color: #FFFFFF;
	color: #2D2D2D;
	font-size: 10pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
	line-height:15pt;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}
h3, h4, h5, h6 {
	color: #2D2D2D;
}
h3 {
	font-size: 14pt;
	font-weight:bold;
	margin-bottom: 15px;
}
h4 {
	font-size: 12pt;
	font-weight:bold;
	margin: 5px 0px;
}
p {
	margin: 5px 0 10px;
}
/* misc. */
.left { float:left; display:inline;}
.right { float:right; display:inline;}
br.clear {
	clear: both;
}
.clear { clear:both;}

/* this gives a style to any images on the page. */
img.floatTL {
	padding: 3px;
	border: solid 1px #CCC;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}
/* misc. links */
a.top:focus, a.top:hover {
	color: #324891;
	text-decoration:none;
	border-bottom:1px dotted #324891;
}
a.top {
	color: #324891;
	text-decoration:none;
	border-bottom:1px dotted #324891;
}
a:focus, a:hover {
	color: #324891;
	text-decoration:none;
	border-bottom:1px dotted #324891;
	font-size:113%;
}
a {
	color: #324891;
	text-decoration:none;
	border-bottom:1px dotted #324891;
	font-size:113%;
}
/* layout */
#main {
	width:100%;
	display:block;
	text-align:center;
	background: url('images/bg.jpg') repeat-x;
}
#top-content, #top-content-interior, #top-content-exterior, #top-content-commercial, #top-content-contact {
	display:block;
	position:relative;
	margin:auto;
	width:1081px;
	height:400px;
}
#top-content {
	background: #FFF url('images/main-bg.jpg') repeat-x;
}
#top-content-interior {
	background: #FFF url('images/header-interior.jpg') repeat-x;
}
#top-content-exterior {
	background: #FFF url('images/header-exterior.jpg') repeat-x;
}
#top-content-commercial {
	background: #FFF url('images/header-commercial.jpg') repeat-x;
}
#top-content-contact {
	background: #FFF url('images/header-contact.jpg') repeat-x;
}
#bottom-main {
	width:100%;
	position:relative;
	text-align:center;
	background-color:#1B2656;
	margin: 25px 0 0 0;
	padding:10px 0 25px 0;
	color:white;
}
#bottom-l, bottom-r {
	width:45%;
	display:inline;
}
#bottom-l {
	float:left;
}
#bottom-l a{
	color:#5370C4
}
#bottom-r {
	float:right;
	text-align:right;
}
#bottom {
	position:relative;
	width:908px;
	margin:auto;
	text-align:left;
	padding-top:10px;
}
#bottom h3 {
	color: #FBFEA8;
	font-size:16pt;
	font-weight: normal;
}
#body-text-main {
	width:100%;
	display:block;
	position:relative;
	top:0px;
	text-align:center;
}
#body-text-main1 {
	width:60%;
	display:block;
	position:relative;
	top:0px;
	text-align:left;
	margin-left:30%;
}
#body-text {
	position:relative;
	margin:auto;
	top:0px;
	width:880px;
	text-align:left;
}
#body-text h1 {
	margin-bottom: 10px;
}
/* logo, slogan */
#logo {
	display:none;
}
#slogan {
	display:none;
}
#contact-button {
	position:relative;
	float:right;
	top: 0px;
	right: 80px;
	width:220px;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#CCC;
	background:url(images/button-bg.jpg) repeat-x;
	height:40px;
	display:block;
	border:1px solid #01071c;
}
#contact-button span{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.spacer {
	height:42px;
}
/* navigation */
#main-navigation {
	position:relative;
	clear:right;
	float:right;
	top: 65px;
	right: 0px;
	width:420px;
	z-index:2;
}
#main-navigation ul {
	list-style: none;
	float:right;
}
#main-navigation li {
	float: left;
}
#main-navigation li a {
	font-size:15px;
	font-weight:bold;
}
#main-navigation a:focus, #main-navigation a:hover {
	color: #CCC;
	text-decoration:none;
	border-bottom: 0px;
}
#main-navigation a {
	color: #F0EFEC;
	text-decoration:none;
	border-bottom: 0px;
}
/* center box */
#center-box {
	position:absolute;
	/*background: url('images/header_05.jpg') no-repeat #ccc;*/
	height:212px;
	width:908px;
	top: 157px;
	left: 86px;
}
#center-box h2 {
	position:relative;
	top:20px;
	left:80px;
	color:#333;
}
#center-box p {
	text-align:left;
	font-size:150%;
	padding:65px 20px 0 515px;
	color: #333;
	line-height:150%;
}
#center-box b {
	font-size:125%;
}
/* testimonials & portfolio */
.icons {
	padding:7px 10px 10px 0px;
}
#testimonials {
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:420px;
	float:left;
	text-align:left;
	padding-right:20px;
}
#portfolio {
	position:absolute;
	display:block;
	top:0px;
	left:445px;
	width:420px;
	float:left;
	text-align:left;
	padding-left:10px;
	border-left:solid 1px #D9D9D9;
}
	#portfolio p{
		font-style:italic;
	}
a.button{
	background:url(images/button-bg.jpg) repeat-x;
	display:block;
	border:1px solid #01071c;
	height:20px;
	color:#FFF;
	padding:10px 0px;
	text-align:center;
	font-style:italic;
}
	#testimonials a.button{
		width:120px;
	}
	#portfolio  a.button{
		width:220px;
	}
a.button:hover{
	text-decoration:underline;
}
/* footer */
#footer-main {
	clear:both;
	width:100%;
	text-align:center;
	padding-bottom:100px;
}
#footer {
	width:908px;
	margin:auto;
	color:#777878;
	font-size: 9pt;
	text-align:right;
	padding-top:20px;
	border-top:1px solid #777878;
}
.about-text-left, .about-text-right { padding-top:10px; display:inline;}
.about-text-left {float:left; width:40%;}
.about-text-right { float:right; width:55%;}
#body-text-main ul{ margin-left:40px; margin-top:5px;}

.button-holder { width:250px;}

.services-footer { padding-top:20px;}

table.contact-info { font-size:16px;}

.contact-intro { margin:0 auto; width:900px; text-align:left; margin-bottom:15px;}

}
#pwlist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
	float:left;
	clear:both;
		margin-left:500px;
}
