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

/* Copyright 2010, RJRasmussen.com Designs */

/* Define Globals */

body {
	background-image: url(images/qlsllc-bg.jpg);
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	margin: 0;
}

/* Myriad Pro */	

@font-face {
	font-family: 'Myriad Pro';
	src: url('font/MyriadPro-Regular.eot'); /* IE */
	src: local('Myriad Pro'), local('MyriadPro-Regular'), url('font/MyriadPro-Regular.woff') format('woff'), url('font/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: #737373;
	font-size: 16px;
}

.phone-highlight {
	color: #6baf01;
}

/* div setup for majority of site */

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

#navcontainer {
	width: 100%;
	background-color: #000;
	height: 34px;
	padding-top: 14px;
}

/* TYPOGRAPHY */

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

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: #100c0b;
	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: #666;
	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 {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#navcontainer ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   position:relative;
   right:50%;	
}

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

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

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

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

/* footer */

#footercontainer {
	background-color: #2f302e;
	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: 185px;
		padding: 10px 0;
		border-bottom: 1px solid #666;
		overflow: hidden;
	}
	
	#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;
}



	