@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
	background-color: #ABDA4D;
	background-image: url(Images/T3-Header2.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.clearfloat {
}
.twoColFixLtHdr #container #Bground {
	height: 340px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #Bground #Row1 {
	background-repeat: no-repeat;
	height: 95px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #Bground #Row2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	height: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #Bground #Row3 {
	background-image: url(Images/Clients_WhatWeDid.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #Bground #Row4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	height: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #Bground #Row5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}





.twoColFixLtHdr #mainContent {
	width: 559px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 5px;
	float: right;
	height: 250px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container #mainContent img {
	background-position: center center;
}

.twoColFixLtHdr #container #Banner {
	background-color: #ABE0EC;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #333333;
	padding-right: 30px;
}
.twoColFixLtHdr #container #Bground #BoxArea #MiddleBox {
	width: 760px;
	background-repeat: no-repeat;
	float: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
	height: 300px;
	background-image: url(Images/CS_NorfolkFINAL.jpg);
}

.twoColFixLtHdr #container #Bground #IntroText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	padding-bottom: 20px;
}

.twoColFixLtHdr #container #Bground #Table {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

.twoColFixLtHdr #container #NavBar {
	background-color: #ABE0EC;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.twoColFixLtHdr #footer {
	height: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #ABDA4D;
	background-repeat: no-repeat;
	background-position: bottom;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}

