@charset "utf-8";
/* CSS Document */

#homePageContent
{
	width: 520px;
	height: 538px;
	float: left;
	background-image: url(../images/contentBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#mainTitle
{
	width: 460px;
	height: 107px;
	float: left;
	margin-left: 35px;
	margin-top: 10px; /*15*/
	background-image: url(../images/mainTitle.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#homePageArticle
{
	width: 450px;
	height: 400px;
	float: left;
	padding-left: 35px;
	padding-top: 5px; /*10px*/
	padding-right: 35px;
}

#homePageArticle p
{
	margin-top: 5px; 
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	text-align: justify;
}

#shannonPic01
{
	width: 150px;
	height: 210px;
	float: left;
	margin-top: 5px; /*11px*/
	margin-left: 150px;
	background-image: url(../images/shannon01.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#shannonPic02
{
	width: 300px;
	height: 210px;
	float: left;
	margin-top: 10px;
	background-image: url(../images/shannon02.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

#serviceTypes
{
	width: 430px;
	height: 210px;
	float: left;
	margin-left: 10px;;
	margin-top: 10px;
	text-align: center;
}

.ServiceTypesCell
{
	background-color: #f3e8d4;	
}

#businessBefore, #businessAfter, #relocationBefore, #relocationAfter, #homeBefore, #homeAfter
{
	width: 100px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	text-align: left;
}

#businessBig
{
	width: 815px;
	height: 310px;
	position: absolute;
	top: 125px;
	left: auto;
	background-image: url(../images/businessBeforeAfter.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 5;
}

#relocationBig
{
	width: 815px;
	height: 310px;
	position: absolute;
	top: 125px;
	left: auto;
	background-image: url(../images/relocationBeforeAfter.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 6;
}

#homeBig
{
	width: 815px;
	height: 310px;
	position: absolute;
	top: 125px;
	left: auto;
	background-image: url(../images/homeBeforeAfter.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 7;
}

#serviceTypes a
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	text-align: justify;
	text-decoration: none;
}

#serviceTypes a:hover
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	text-align: justify;
	text-decoration: none;
}
