body 
{
	min-width: 1150px;
	background-color: #056fac;
	margin: 0;
}

a:link {color: #7E7E7E;}

a:visited {color: #7E7E7E;}

a:active {color: #7E7E7E;}

a:hover {color: #000000;}

img {border: 0;}

#header
{
	width: 780px;
	height: 470px;
	margin-left: 18%;
	background-color: #ffffff;
	background-image: url(../images/logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navcontainer
{
	float: left;
	margin-top: 189px;
	width: 146px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer li
{
	margin: 0;
	padding: 0;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	padding-left: 8px;
	width: 146px;
	background-color: #82d7ff;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #03233a;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #faac1b;
	color: #000000;
}

#container
{
	width: 780px;
	margin-left: 18%;
	padding-bottom: 15px;
	background-color: #ffffff;
	color: #000000;
	line-height: 130%;
}

#content {padding: 30px;}

.small
{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#7E7E7E;
}

.small-center
{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#7E7E7E;
	text-align: center;
}

.xsmall
{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#7E7E7E;
}

.xsmall-center
{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#7E7E7E;
	text-align: center;
}

#content h2 
{
	margin: -10px 0 .5em 0;
	color: #03233a;
}

#content h3
{
	margin: -10px 0 .5em 0;
	color: #03233a;
}

.contentpic
{
	float: left;
	padding: 30px 0 0 20px;
}

.contenttext
{
	float: right;
	width: 500px;
}

.contenttext2
{
	padding-top: 200px;
}

.whatwedotext
{
	float: right;
	width: 350px;
}

.whyuseustext
{
	float: right;
	width: 425px;
}

.testimonialpic
{
	float:left;
	padding-left: 50px;
}

.testimonialtext {padding-left: 500px;}

.servicestext
{
	float: right;
	width: 200px;
}

.contactpic
{
	float: right;
	margin-right: -30px;
}

.contacttext
{
	float: left;
	padding: 75px 0 0 50px;
	width: 450px;
}

#footer
{
	margin: 8px;
	margin-bottom: 16px;
	bottom: 0px;
	padding: .5em;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #056fac;
}

.apphead
{
	padding-left: 10px;
	background-color: #000000;
	color: #ffffff;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

#login-left {float: left;}

#login-left h3
{
	color: #03233a;
	line-height: 175%;
}

#login-right {float: right;}

#login-right h3
{
	color: #03233a;
	line-height: 175%;
}

#clear {clear: both;}