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

body
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#000033;
}

#Container
{
	margin:auto;
	width:1000px;
	height:694px;
	background-color:#FFFFFF;
}

#LeftPanel
{
	float:left;
	width:365px;
	height:333px;
	padding:74px 65px 74px 65px;
	background-color:#2D3087;
	background-repeat:no-repeat;
	background-image:url(../Images/m_h/blue_m.gif);
	background-position:bottom right;
	text-align:left;
}

#Rightpanel
{
	float:right;
	width:365px;
	height:333px;
	padding:74px 65px 74px 65px;
	background-color:#2D3087;
	background-repeat:no-repeat;
	background-image:url(../Images/m_h/blue_h.gif);
	background-position:bottom left;
	text-align:left;
}
#BottomPanel
{
	clear:both;
	padding:31px;
	height:107px;
}
#Chester
{
	float:left;
	width:238px;
	margin:0px 51px 0px 0px;
}
#Logo
{
	float:left;
	margin:25px 0px 0px 0px;
}
#Contact
{
	float:right;
	width:230px;
	margin:35px 0px 0px 0px;
	text-align:left;
	line-height:1.5em;
}

#Services
{
}
#Services ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:1000px;
}
#Services li
{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Font Styles */

h1
{
	font-size:30px;
	margin-top:0px;
	padding-top:0px;
	font-weight:normal;
}
h2
{
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;
}
p
{
	line-height:1.2em;
	font-size:14px;
}
.red
{	color:#E73039;	}

a
{
	text-decoration:none;
	color:black;
}
a:hover
{
	text-decoration:underline;
	color:black;
}
