@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;
	margin: 0 auto;
	text-align: left;
	border-top-color: #000000;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	margin: 0px;
	width: 186px;
	padding: 0 10px 10px 10px;
	height: 238px;
	font-size: 0%;
	padding-top: 0 !important;
}
.twoColFixLtHdr #container #sidebar1 #NavInds {
	width: 186px;
	height: 82px;
}
.clearfloat {
}

.twoColFixLtHdr #container #sidebar1 #NavTeams {
	vertical-align: top;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #container #sidebar1 #NavOrgs {
	vertical-align: top;
	display: block;
}

.twoColFixLtHdr #container #sidebar1 #NavInds img {
	vertical-align: top;
	display: inline;
	height: 82px;
}
.twoColFixLtHdr #container #Bground {

}



.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: 12px;
	line-height: 25px;
	color: #666666;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox {
	float: left;
	width: 290px;
	margin-left: 30px;
	height: 460px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	line-height: 13px;
	clear: left;
}
.twoColFixLtHdr #container #Bground #BoxArea #MiddleBox {
	width: 430px;
	float: right;
	margin-right: 25px;
	margin-left: 5px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(Images/Contact-group-image.jpg);
	margin-top: 70px;
}

.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;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row1 {
	background-image: url(Images/Ask-us.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row5 {
	background-image: url(Images/Email-us.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row2 {
	height: 70px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row9 {
	height: 170px;
}

.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row4 {
	height: 40px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row6 {
	height: 40px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row8 {
	background-image: url(Images/Find-us-Header.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row7 {
	height: 30px;
}
.twoColFixLtHdr #container #Bground #BoxArea #LeftBox #Row3 {
	background-image: url(Images/Call-us.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

