@charset "utf-8";
/* CSS Document for Home and all subpages */

/* HOME PAGE STYLE */
#intro div{
	display:inline;

}

div.text {
	float:left;
	width:500px;
	margin-top: -20px;

}
.text  p{
	padding-left:3px;
}
div.text img {
	margin-top:50px;
	margin-bottom:5px;
}
div.image {
	position:relative;
	top:-35px;
	left:auto;
	width:400px; /* bus trio */
	padding-left:0px;

}

#sectionContainer div{
	display:inline;
}
div.expertise {
	float:left;
	width:314px;
	height:200px;
	margin-top:15px;
}

div.services {
	float:right;
	width:314px;
	margin-top:-25px;
	margin-right:7px;
}

div.contact {
	float:right;
	width:314px;
	margin-top:-65px;
}
div.contact p {
	width:314px;
	padding-left:10px;
	padding-right:10px;
}
/* end HOME PAGE STYLE */


/* GENERIC SUBPAGE Style */

#contents div {
	display:inline;
	padding-top:10px;
}
div#photos {
	float:left;
	clear:right;
	width:337px;
	height:auto;
	text-align:center;
}
div#copy {
	float:right;
	width:592px;
}
div#copy h1 {
	margin:0;
	padding:0;
}
div#copy p {
	padding:0 10px 0 10px;
}
/* end GENERIC PAGE Style */