/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #dededf;
	}
	
h1 {
	font-size: 130%;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 12px;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	}
	
h2 {
	font-size: 110%;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 3px;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	text-decoration:underline;
	}
	
h3 {
	font-size: 90%;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 6px;
	color: #333333;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	}
	
	
h4 {
	font-size: 120%;
	text-align: left;
	line-height: 1.2em;
	padding-top:18px;
	padding-bottom: 6px;
	color: #333333;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	}
		
p {
	font-size: 80%;
	line-height: 1.8em;
	padding-bottom:12px;
	}
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	background-repeat: repeat;
	background-image:url(images/BLChomebackgroundmiddle.jpg);	
	}



#top {
	width: 800px;
	position: relative;
	height:216px;
	background-image:url(images/BLChomebackgroundtop.jpg);
	background-repeat:no-repeat;
	}
	
#contentopen {
	position: relative;
	margin: 0 40px 0 40px;}
	
#contentopen a {
	text-decoration: underline;
	color: #f38418;
}

#contentopen  a:link, #contentopen  a:visited {
	color: #f38418;
	}

#contentopen  a:hover {
	color: #666;
	}


#content {
	position: relative;
	margin: 0 290px 0 40px;}
	
#content a {
	text-decoration: underline;
	color: #f38418;
}

#content  a:link, #content  a:visited {
	color: #f38418;
	}

#content  a:hover {
	color: #666;
	}

	

#sidebar {
	position: absolute;
	top: 304px;
	width:218px;
	left: 505px;
	}
	
p.sidebar{
	text-align: left;
	font-size:75%;
	line-height: 1.6em;}

#infobox2 {
	position: absolute;
	background-image:url(images/Colleen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:146px;
	width:218px;
	left: 505px;
	top: 1px;
	}

#infobox {
	position: relative;
	background-image:url(images/Colleen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:146px;
	width:218px;
	}
	
	
	
p.infobox{
	text-align: right;
	font-size:75%;
	padding-right:60px;
	line-height: 1.5em;}

#navcontainer {
	position: absolute;
	top: 165px;
	width: 800px;
	font-size:0.7em;
	text-transform: uppercase;
}

#navcontainer ul { 
	text-align: center;	
	}


#navbar li {
	display: inline;
	height:30px;
	}

#navbar a {
	text-decoration: none;
	font-weight:bold;
	}

#navbar a:link, #navbar a:visited {
	color: #FFF;
	padding:31px 16px 0px 16px; /*top right bottom left*/
	background-image:url(images/navbaroff.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}


#navbar a:hover{
	color: #f38418;
	padding: 31px 16px 0px 16px; /*top right bottom left*/
	background-image:url(images/navbaron.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
	
#navbar a:active,
.home #navbar #home a,
	.whoweare #navbar #whoweare a,
	.howwedoit #navbar #howwedoit a,
	.whatwedo #navbar #whatwedo a,
	.whomweworkwith #navbar #whomweworkwith a,
	.contact #navbar #contact a{
	color: #f38418;
	padding: 31px 16px 0px 16px; /*top right bottom left*/
	background-image:url(images/navbaron.jpg);
	background-position:top center;
	background-repeat:no-repeat;
		}
		
a:link {
		background-position: center;
}
a:visited {
	background-position: center;
}
a:hover {
	background-position: center;
}
a:active {
	background-position: center;
}

		
#footer { /*deleted everything except height*/
	height: 70px;
	position: relative;
	background-image:url(images/BLChomebackgroundbottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
p.footer {
	font-size: 60%;
	line-height: 1.5em;
	text-align: right;			
	padding-top:40px;
	padding-right:5px;
	color: #999;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	}

#footer a {
	text-decoration: none;
	}
	
#footer a:link, #footer a:visited {
	color: #999;
	}

#footer a:hover {
	color: #f38418;
	}
      
#fade1 {/*for client list*/
	position: absolute;
	margin: 0px;
	left: 502px;
	top: 8px;
	width:186px;
	padding:100px 6px 6px 24px;/*trbl*/
	background-color:#CCCCCC;
	height:105px;	
	background-image:url(images/pastclients.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}  


#fade2 {/*for testimonials*/
	position: absolute;
	margin: 0px;
	left: 505px;
	top: 6px;
	width:196px;
	padding:12px;
	background-color:#CCCCCC;
	height:270px;	
}

p.testimonial {
	font-size:80%;
	font-style:italic;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;
	line-height:1.6em;
	padding-bottom: 3px;}
	
p.title {
	font-size:65%;
	line-height:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	font-family:trebuchet ms,verdana,tahoma,arial,helvetica;}
	
	
#circle1 {/*for circle1 background*/
	position: relative;
	width:800px;
	background-image:url(images/circle1.jpg);
	background-repeat:no-repeat;
	
}

#circle2 {/*for circle2 background*/
	position: relative;
	width:800px;
	background-image:url(images/circle2.jpg);
	background-repeat:no-repeat;
	
}


#circle3 {/*for circle3 background*/
	position: relative;
	width:800px;
	background-image:url(images/circle3.jpg);
	background-repeat:no-repeat;
	
}
