
/* =====================< Main Layout >======================= */

* {
	margin:0;
}

body
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DBDBDB;
}

#Wrapper
{
	margin: auto;
	text-align: center;
	height: auto;
	width: 977px;
	background-image: url( '../Images/body_bg.jpg' );
	background-repeat: repeat-y;
}

#Header
{
	width: 977px;
	height: 206px;
	background-image: url( '../Images/Header.jpg' );
	text-align: left;
}

#SubHeader
{
	width: 977px;
	height: 285px;
	background-image: url( '../Images/Header_Sub.jpg' );

}


#LeftPanel
{
	/* background-color:blue; */
	width: 410px;
	height: 210px;
	margin-top: 5px;
	margin-left: 33px;
	float: left;
	text-align: left;
}

#RightPanel
{
	border: 2px solid #FFFFFF;
	width: 470px;
	height: 220px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#MainContent
{
	padding: 10px 20px 10px 30px;
	text-align:left;
}


#Footer
{
	margin-top:0px;
	width: 977px;
	height: 131px;
	background-image: url('../Images/Footer.jpg');
	background-repeat: no-repeat;
}

#SubFooter
{	
	width: 977px;
}

#FooterMiddle
{
	float: left;
	padding-left: 30px;
	padding-top: 38px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DBE4FD;
	text-align: left;
	width: 600px;
}

/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}

.centre
{
	margin: auto;
	width: 500px;
}

/* =====================< Home Page >============================= */

#HomePageContentLeft
{
	float: left;
	width: 630px;
}

#HomePageContentRight
{
	float: right;
	width: 280px;
}

#Services
{
	margin-top: 0px;
}

.service
{
	border-width: 1px;
	border-color: #CCCCCC;
	clear: both;
	margin-bottom: 20px;
}

.serviceLeft
{
	float: left;
	width: 531px;
	padding-right: 15px;
	height: 86px;
}

.serviceRight
{
	float: right;
	width: 225px;
	color: #999999;
	line-height: 17px;
	font-size: 12px;
}

#RecentProjects
{
	background-image: url('../Images/RecentProjects_bg.jpg');
	height: 340px;
	text-align: left;
}

#RecentProjects P
{
	line-height: 22px;
	font-size: 14px;
	color: #FFFFFF;	
}

.PaddedArea
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px; 
}

.projectsLeft
{
	float: left;
	width: 250px;
	height: 260px;
}

.projectsRight
{
	float: right;
	width: 680px;
	height: 260px;
}

.LeftColumn
{
	float: left;
	width: 300px;
}

.RightColumn
{
	float: right;
	width: 300px;
}
