@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/fredrik-electric-green-background.jpg);
background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#text{padding:65px 10px 0px 600px;}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: url(images/fredrik-electric-green-background.jpg);
background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixLtHdr #header { 
		background: url(images/marietta-electrician-trucks-trucksa.jpg);
		background-repeat:no-repeat;
		height:140px;
		width:780px;
		margin-top:20px;
	
		}
		.twoColFixLtHdr #header1 { 
		background: url(craigs-list/images/craigs-list-header-2-girls.jpg);
		background-repeat:no-repeat;
		height:140px;
		width:780px;
		margin-top:20px;
		}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px;
	background: url(images/fredrik-electric-green-background.jpg);
	background-repeat:repeat;
	padding: 0px 0 15px 0px;
	/*border-right: 1px solid #000000;*/
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		border-left: 1px solid #000000;
		margin:0px 0 0 250px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/fredrik-electric-green-background.jpg);
background-repeat:repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		border: 1px solid #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navhold {

padding-bottom:10px;


}
#navbar {
margin:20px 0 0 0;
padding: 0px 0 0 0;
margin-left:1px;

}
#navbar li {
list-style: none;
float: left;
position:relative;
}
#navbar li a {
display: block;
padding: 2px 6px;
color: #000;
text-decoration: none;
margin:1px;
border:1px solid #000;
}
#navbar li ul {
display: none;
width: 12em; /* Width to help Opera out */
background-color: #000;
}
#navbar li:hover ul, #navbar li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
left:0;
}
#navbar li:hover li, #navbar li.hover li {
float: none;
}
* html ul li ul li, * html ul li ul li a {
height:1%;
}
#navbar li:hover li a, #navbar li.hover li a {
background-color: #F3F1DD;/*this is the background of the drop down*/
border-bottom: 1px solid #fff;
color: #000;
}
#navbar li li a:hover {
background-color: #fff;/*this is the background of the drop down on hover*/
}
.picture { 
	border:	#e6dead;
		border-width:3px;
		border-style:groove;
		background-color:#E0E8EA;
		font-size:10px;

		 } 

.image-container{
background-color: #E0E8EA; 
	border:	#fff;
width:189px;
height:200px;
border-width:3px;
		border-style:groove;
		margin-left:10px;
		
		}
		h1{ font-size:22px;}
.style1 {
	font-size: 10px
}
.style3 {color: #FF0000}
.style4 {
	color: #003399;
	font-weight: bold;
}
#hcard-Fredrick-Electric{ border:1px solid #000;}
.style2 {
	font-size: 10px;
	font-weight: bold;
}
 #offer-container{ background-image:url(images/we-offer.jpg);
background-repeat:no-repeat;
padding:2px 5px 0 13px;
height:200px;
margin:10px 0;}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: url(images/fredrik-electric-green-background.jpg);
background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header { 
		background: url(images/marietta-electrician-trucks-trucks.jpg);
		background-repeat:no-repeat;
		
		height:140px;
		width:780px;
		margin-top:20px;}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
