@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: url(../image/background.jpg) top left repeat-x #D5B3B2;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 85%;
	max-width: 1200px;
	min-width: 1024px;
	background: transparent;
	margin: 0 auto; 
	padding: 0;
}

	h1 {
		font-size: 175%;
	}

.header {
	background: #E39C22;
}
.headercontainer {
	background: url(../image/contractor-tupelo.png) 15px right no-repeat transparent;
	width:85%;
	min-width:1024px;
	max-width:1200px;
	margin:0 auto;
}
.header h1 {
	margin:0;
	padding:5px 5px;
}

.content {
	padding: 10px 0;
	min-height: 450px;
}


	.left {
		width: 600px;
		float: left;
	}
	
		.left p {
			margin: 0;
			padding:0;
		}
	
	.right {
		margin: 0 0 0 625px;
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.home_container {
	border: 0px solid #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(../image/residential1.jpg);
	-webkit-box-shadow: 2px 2px 5px #000;
	margin:5px 0px;
	width:100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:550px;
}
.btmcontainer {
	background:transparent;
	width:95%;
	margin:0 auto;
		
}
.lefthead {
	background-color:#3b0000;
	font-face:Garamond;
	width:475px;
	height:60px;
	float:left;
	text-align:left;
	color:#FFF;
	text-indent:10px;
	font-size:26px;
}
.righthead {
	background: url(../image/contractor-tupelo.png) no-repeat #3b0000;
	font-face:Garamond;
	width:475px;
	height:60px;
	float:left;
	text-align:left;
	color:#FFF;
	text-indent:10px;
	font-size:26px;
}

	/* Home Styles */
	
	.home-left {
		width: 49%;
		float: left;
	}
	
		.home-left h3,
		.home-right h3 {
			background: #870001;
			color: #fff;
			padding-top: 7px;
			padding-bottom: 7px;
		}
	
	.home-right {
		margin: 0 0 0 50%;
	}
	
	
	#slideshow {
		padding: 0 0 10px 0;
	}



/* ~~ The footer ~~ */
.footer {
	
	padding: 5px 0;
	background: #E39C22;
	border-top: 7px solid #870001;
	color: #fff;
	text-align:center;
	font-size: 90%;
}

	#copyright {
		font-size: 95%;
	}
	
	#lighthouse {
		text-align: right;
		font-size: 87%;
	}
	
		#lighthouse a {
			text-decoration: none;
			color: #ffffff;
		}
		
		#lighthouse a:hover {
			text-decoration: underline;
		}
	
.hr
{
    height:5px;
    width:100%;
    background:#000;
    margin: 0px 150px 0px 150px;  
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

	/* Bid Request */
	
	#bid-request {
		font-size: 95%;
	}
