/****************************************************************
Site Owner: barclaybuilding.com
Site designed by: Jana Snyder
Site built by: Eric Snyder

You may adapt elements of this CSS in your own projects, but
the unique combination of images, colors, sizes, typography, 
and positioning ("the design") is copyright by the owners of
this site and may not be reproduced.
****************************************************************/
#HomeImages{
	Position: relative;
	margin: 0;
	padding: 0;
}
#HeadImage{
	margin: 27px 0 0 35px;
}
#Home1{
	margin: 25px 15px 10px 35px;
}
#Home2{
	position: absolute;
	top: 136px;
}
#Home3{
	position: absolute;
	top: 231px;
}

#HomeImages ul{
	position: relative;
	left: 0px;
	padding: 0;
	margin: 0 0 20px 160px;
}
#HomeImages li{
	display: inline;
	padding: 0 25px 25px 0;
}


a:link{
	color: #FFCC66;
	text-decoration: none;
}
a:visited{
	color: #FFCC66;
	text-decoration: none;
}
a:hover{
	color: #F4A600;
	text-decoration: none;
}
a:active{
	color: #FFCC66;
	text-decoration: none;
}
