/*------------------ carousel ---------------------*/

.infiniteCarousel .wrapper {
	width: 940px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: hidden;
	height: 260px;
	margin: 0;
	padding:0;
	position:absolute;
	top: 65px;
}

.infiniteCarousel ul a img {
	border: none;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
}

.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 0;
	height: 260px;
	width: 940px;
}

.infiniteCarousel ul li a img {
	display: block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 30px;
	width: 19px;
	background: url(img/home/btnArrowRight.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 188px;
	right:0;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	background: url(img/home/btnArrowRight.gif) no-repeat 0 0;
	right: -40px;
}

.infiniteCarousel .back {
	background-position: 0 0;
	background: url(img/home/btnArrowLeft.gif) no-repeat 0 0;
	left: -40px;
}

.infiniteCarousel .forward:hover {
	background-position: 0 -30px;
}

.infiniteCarousel .back:hover {
	background-position: 0 -30px;
}

/*------------------ carousel ---------------------*/

.clearfix {
   clear: both;
}

.divider {
	width: 940px;
	padding: 0;
 	margin: 0 auto;
    position: relative;
}

div.hr{
	width: 940px;
	height: 2px;
	background: url(img/master/divider.gif) no-repeat ;
	padding: 0;
 	margin: 0 auto;
    position: relative;
}

div.hr hr {
  display: none;
}

#moreInfo a{   
	display: block;   
	background:  url(img/home/btnMoreInfo.gif) top;   
	width: 108px;   
	height: 16px; 
	text-indent: -9999px;
	top: 53px;
	padding: 0;
	margin: 0;
	right: 0;
	position: absolute;  
}

#moreInfo a:hover {   
	background: url(img/home/btnMoreInfo.gif) no-repeat bottom;   
}


#moreProjects a{   
	display: block;   
	background: url(img/home/btnMoreProjects.gif) top;   
	width: 155px;   
	height: 16px; 
	text-indent: -9999px;
	top: 23px;
	padding: 0;
	margin: 0;
	right: 0;
	position: absolute;  
}

#moreProjects a:hover {   
	background: url(img/home/btnMoreProjects.gif) no-repeat bottom;   
}

#findUs a {   
	display: block;   
	background: url(img/home/btnFindUs.gif) top;   
	width: 81px;   
	height: 16px; 
	text-indent: -9999px;
	top: 39px;
	padding: 0;
	margin: 0;
	right: 0;
	position: absolute;  
}

#findUs a:hover {   
	background: url(img/home/btnFindUs.gif) no-repeat bottom;   
}

p#welcomeText {   
   font-size: 13px;
   font-style: normal;
   color: #878787;
   line-height: 1.6em;
   width: 740px;
   padding-top: 25px;
   padding-bottom: 25px;
   float: left;
}

p#address {
	font-size: 13px;
	font-style: normal;
	color: #878787;
	line-height: 2em;
	padding-top: 30px;
	margin: 0 0 30px;

}

#subheadingProjects {
	float: left;
	position: absolute;
	margin: 18px 15px 0 0;
}

#subheadingLocation {
	float: left;
	margin: 30px 15px 0 0;
}

#mainContent {
    height: 100%;
	height: auto;
	min-height: 100%;
    margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

#mainheading {
   width: 940px;
   height: 92px;
   margin: 0 auto;
   position: relative;
}

.heading {
	float: left;
	width: 300;
	height: 52px;
	margin: 0 auto;
	padding-top: 27px;
	padding-right: 10px;
	position: relative;
}

#latestProjects {
   width: 940px;
   height: 344px;
   margin: 0 auto;
   position: relative;
}

#location {
   width: 940px;
   height: 89px;
   margin: 0 auto;
   position: relative;
}


#imgProject {
	float: center;
}
