
/* =====================< Main Layout >======================= */

* {
	margin:0;
}

body
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D8DABC;
}

#Wrapper
{
	margin: auto;
	text-align: center;
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

#Header
{
	width: 960px;
	height: 178px;
	background-image: url( '../Images/Header.jpg' );
	text-align: left;
}

#SubHeader
{
	width: 960px;
	height: 246px;
	background-color: #005838;
}


#LeftPanel
{
	/* background-color:blue; */
	width: 450px;
	height: 210px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	text-align: left;
}

#RightPanel
{
	border: 2px solid #FFFFFF;
	width: 470px;
	height: 220px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#MainContent
{
	padding: 0 20px 10px 20px;
	width: 920px;
	text-align:left;
}


#Footer
{
	margin-top:10px;
	width: 960px;
	height: 265px;
	background-image: url('../Images/Footer.jpg');
	background-repeat: no-repeat;
}

#FooterMiddle
{
	float: left;
	padding-left: 30px;
	padding-top: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBE4FD;
	text-align: left;
	width: 500px;
	line-height: 18px;
}

/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}


/* =====================< Home Page >============================= */

#HomePageContentLeft
{
	float: left;
	width: 62%;
}

#HomePageContentRight
{
	float: right;
	width: 36%;
}

#Services
{
	margin-top: 200px;
}

.service
{
	border-width: 1px;
	border-color: #CCCCCC;
	clear: both;
	height: 90px;
	border-bottom-style: dotted;
	margin-bottom: 20px;
}

.serviceLeft
{
	float: left;
	width: 90px;
	padding-right: 15px;
}

.serviceRight
{
	float: right;
	width: 225px;
	color: #999999;
	line-height: 17px;
	font-size: 12px;
}