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

/*
    Anchor Pest Control web site CSS
    CSS Positioning and Styles
    Chris Glenn
*/

.bgImage {
     background-image:url(../images/background.jpg);
     background-repeat: repeat-x;
}
.logo {
	 margin-top: 20px;
	 margin-left: 20px;
	 margin-bottom: 10px;
	 float: left;
	}
.headerPhone {
	float:right;
	margin-top: 20px;
	margin-right: 10px;
	}	
	
/* outerDiv wraps around the rest of the page */
div#outerDiv {
    width: 900px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
}

div#header {
    width: 900px;       /* sets the content width */
    height: 304px;
	margin-top: 10px;
    background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.services {
	margin-left: 52px;}

.estimates {
	margin-left: 98px;}
	
.facebook {
	margin-left: 113px;
	}
	
#threeColumn {
	padding-top: 25px;
	}
#threeColumn p, h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    padding: 5px;
}
ul li {
	font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
	line-height: 1.2em;
    color: #666;
	}		
#columnOne{
	width: 256px;       /* sets the content width */
    height: 428px;
	background-image: url(../images/contentBackLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-left: 35px;}
	
#columnTwo{
	width: 256px;       /* sets the content width */
    height: 428px;
	background-image: url(../images/contentBackMiddle.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 33px;}
#columnTwo p {
	padding: 10px;}	
	
#columnTwo img {
	display:block;
    margin:auto;
}	
	
#columnThree{
	width: 256px;       /* sets the content width */
    height: 560px;
	background-image: url(../images/contentBackRight.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 33px;}
	
#columnThree a, p, h2{
	padding: 10px;}
	
.videoMargin {
	width: 250px;
	margin-left: 3px;
	}
.custLobby {
	margin-left:115px;
	margin-bottom: 0;}	
	
	