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

/* Copyright 2010, RJRasmussen.com Designs */

/* Define Globals */

body {
	background-image: url(images/grassbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	margin: 0;
}

/* Myriad Pro */	

@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.eot'); /* IE */
	src: local('Myriad Pro'), local('MyriadPro-Regular'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'); /* NON IE */
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* div setup for logo, phone number */

#logo-set { 
	width: 900px;
	height: auto;
	margin: 20px auto;
}

#topcontainer {
	width: 100%;
	height: 70px;
	padding: 25px 0 0 0;
}

#logocontainer {
	float: left;
	width: 45%;
	height: 67px;
	padding: 15px 0 0 84px;
	background-image: url(images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#phonenumber {
	float: right;
	height: 32px;
	padding: 35px 0 0 0;
	text-align: right;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
}

.phone-highlight {
	color: #b7f425;
}

p .phone-highlight {
	color: #7dc52f;
}

/* div setup for majority of site */

#page {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background: url(images/page-bg2.png) repeat-y;
	padding: 0 6px;
}

#navcontainer {
	width: 900px;
	background-color: #093275;
	height: 34px;
	padding-top: 14px;
	text-align:center;
}

/* TYPOGRAPHY */

h1 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	font-style:normal;
	font-size: 27px;
	color: #204e9b;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f9f7f7;
	font-weight: normal;
	font-size: 24px;
	margin:0;
	padding:0;
	text-transform: capitalize;
	text-decoration: none;
}

h2 a:hover {
	color: #6baf01;
}

h3 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	font-style:normal;
	font-size: 19px;
	color: #100c0b;
	margin: 0;
}

h4 {
	color: #9a9e95;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin:0;
	padding:0;
	text-transform: capitalize;
	text-decoration: none;	
}

.copyright {
	color: #9a9e95;
	font-size: 12px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.designby {
	color: #4f504d;
	font-size: 12px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;	
}

a.designby {
	text-decoration: underline;
}

.trifecta-text {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}



.qualityservice {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f9f7f7;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	text-decoration: none;
}

.paragraph-highlight  {
	color: #1d2947;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}

.ulstyle {
	color: #100c0b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	display:inline;
	padding-right: 29px;

}


.maintenanceul {
	margin: 0;
	padding: 0;
}

.maintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #585e73;
	font-weight: normal;
}

/* trifecta */

#trifecta-container {
	width: 830px;
	height: 165px;
	margin: 10px 0 20px 0;
	padding: 0 35px;
}

#trifecta-one {
	background-image: url(images/seethework.gif);
	background-repeat: no-repeat;
}

#trifecta-two {
	background-image: url(images/readthepraise.gif);
	background-repeat: no-repeat;
}

#trifecta-three {
	background-image: url(images/getaquote.gif);
	background-repeat: no-repeat;
}


#trifecta-one, #trifecta-two, #trifecta-three {
	width: 215px;
	height: 110px;
	padding: 50px 19px 5px 20px;
	float: left;
	
}

#trifecta-one, trifecta-two {
	margin-right: 34px;
}

#trifecta-three {
	float: right;
}

.readmore {
	margin: 10px 0 0 70px;
	text-align: right;
}


/* nav ul */


#navcontainer ul {
   list-style:none;
   margin: 0;
   padding:0;
}

#navcontainer ul li {
   list-style:none;
   margin:0;
   padding: 0;	
   display: inline;
}

#navcontainer ul li a {
	color: white;	
	font-weight: normal;
	font-size: 14px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 17px 28px;		
}	

#navcontainer ul li a:hover, #land  {
	color: #fff;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding: 17px 28px;	
}

#mainimage-home {
	width: 900px;
	height: 400px;
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
}

#baimagecontainer {
	width: 900px;
	height: 550px;
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
}

#mainimage{
	width: 900px;
	height: 265px;
	margin-bottom: 15px;
	background-color: red;
}

#bodycontent-container {
	padding: 0 35px;
}

/* footer */

#footercontainer {
	background-color: #192a47;
	display:block;
	height: 170px;
	padding: 40px 0 0 0;
}

#footer-content-container {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

#footer-left {
	float: left;
	width: 45%;	
}

#footer-right {
	float: right;
	width: 45%;
}

/* footer ul */

	#footercontainer ul {
 	 width: 20em;  /* room for columns */
	}
	
	#footercontainer ul li {
  		float: left;
 		width: 10em;  /* accommodate the widest item */
		list-style: none;
	}

	/* stop the floating after the list */
	#footercontainer br {
  		clear: left;
	}

	/* anchor styling */
	#footercontainer ul li a {
  		display: block;
  		width: 10em;
		font-size: 12px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #717171;
  		text-decoration: none;
	}

	#footercontainer ul li a:hover
	{
  		color: #FFF; /* white */
	}
	
	#pic {
		width: 254px;
		height: 165px;
		border: 1px solid #2f302e;
		float: left;
		margin: 5px 15px 10px 0;
	}
	
	#desc-container {
		width: 100%;
		height: auto;
		padding: 10px 0;
		border-bottom: 1px solid #666;
		margin-bottom: 15px;
	}
	
	#content-container {
		float: right;
		width: 67%;
		
	}
	
.signature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #595959;
	font-weight: bold;
}

#navcontainer ul li div.navdropmenu {
	visibility: hidden;
	width: 235px;
	height: auto;
	background-color: #1751af;
	position:absolute;
	z-index:1000;
	text-align: left;
	margin: 16px 0 0 165px;
	-moz-box-shadow:3px 3px 7px rgba(0,0,0,.4);
	-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.4);
	box-shadow:3px 3px 7px rgba(0,0,0,.4);
}

#navcontainer ul li div.navdropmenu ul {
	margin: 0;
	padding: 0;
}

#navcontainer ul li div.navdropmenu ul li {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid white;
	vertical-align: middle;
}

#navcontainer ul li div.navdropmenu ul li:last-child {
	border-bottom: none;
}

#navcontainer ul li div.navdropmenu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#navcontainer ul li div.navdropmenu ul li a:hover {
	color: #90ea30;
	background: none;
	padding: none;
}

#navcontainer ul li:hover div.navdropmenu {
	visibility:visible;
}

#navcontainer ul li div.navdropmenu div.thirdtier {
	visibility: hidden;
	width: 235px;
	height: auto;
	background-color: #1751af;
	position:absolute;
	z-index:900;
	text-align: left;
	margin: -41px 0 0 235px;
	-moz-box-shadow:3px 3px 7px rgba(0,0,0,.4);
	-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.4);
	box-shadow:3px 3px 7px rgba(0,0,0,.4);
}

#navcontainer ul li div.navdropmenu ul li:hover div.thirdtier {
	visibility:visible;
}

.arrow {
	background-image: url(images/whitearrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

#navcontainer ul li div.navdropmenu div.thirdtier ul {
	margin: 0;
	padding: 0;
}

#navcontainer ul li div.navdropmenu div.thirdtier ul li {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid white;
	vertical-align: middle;
}

#navcontainer ul li div.navdropmenu div.thirdtier ul li:last-child {
	border-bottom: none;
}

#navcontainer ul li div.navdropmenu div.thirdtier ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#navcontainer ul li div.navdropmenu div.thirdtier ul li a:hover {
	color: #90ea30;
	background: none;
	padding: none;
}

.beforeafterphotos {
	margin: 0;
	padding: 0;
	list-style: none;
}

.beforeafterphotos li {
	display: block;
	margin-bottom: 20px;
}

.footertxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #5d6b83;
}

	
