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

#HomePageNavigation {
	float: left;
	position: relative;
}
#HomePageNavContainer {
	position: absolute;
	width: 675px;
	top: 170px;
}
#TextWrapper {
	position: absolute;
	top: 125px;
	height: 400px;
	width: 585px;
	margin-left: 45px;
}
#PortfolioWrapper {
	position: absolute;
	top: 125px;
	height: 400px;
	width: 675px;
}
#LGImageBox {
	height: 315px;
	width: 450px;
	position: absolute;
}
#LGImageBox2 {
	height: 315px;
	width: 450px;
	position: absolute;
	}
#LGImageBox3 {
	height: 315px;
	width: 450px;
	position: absolute;
	}
	
#LGImageBoxDescription {
	position: absolute;
	left: 460px;
	float: left;
	width: 200px;
	top: 45px;
	text-align: left;
	vertical-align: top;
	background-position: top;
}
#Thumbnail3 {
	left: 460px;
	top: 290px;
	position: absolute;
}
#Thumbnail2 {
	left: 460px;
	top: 260px;
	position: absolute;
}
#Thumbnail {
	left: 460px;
	top: 230px;
	position: absolute;
}

.PortfolioItemCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.TextBoxContainer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.TextBoxContent {
	padding: 15px;
	background-image: url(/Content/Images/SpryBckground.png);
	background-repeat: repeat;
	}