@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../GSA_files/cont-bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#printHeader {
	height: 0px;
	padding: 0;
	visibility:hidden;
}
.thrColAbsHdr #header {
	height: 140px;
	padding: 0;
	background-image: url(../GSA_files/bg.gif);
}
.thrColAbsHdr #nav {
	height: 40px;
	background-color: #5E8EAE;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 6px;
	line-height: 17px;
	overflow: visible;
}
.nobr {
	white-space: nowrap;
}
a.navi:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover {
	color: #0033FF;
	text-decoration: none;
}
a.foot:link {
	color: #0033FF;
	text-decoration: none;
}
a.foot:visited {
	color: #0033FF;
	text-decoration: none;
}
a.foot:hover {
	color: #330000;
	text-decoration: none;
}
.thrColAbsHdr #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 */
}
.thrColAbsHdr #footer {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.thrColAbsHdr #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 */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.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;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin-top: 4px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.thrColAbsHdr #subfooter {
	background-color: #FFFFFF;
	background-image: url(../GSA_files/subfoot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.thrColAbsHdr #subfooter 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 */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#contactSection {
	background-color: #DDEEFF;
	border: 1px solid #EEEEEE;
	padding: 10px;
	font-size: small;
	width: 500px;
	visibility: visible;
	height: 125px;
	text-align: left;
	page-break-before: always;
}
#contactSection .contacttype {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contactSection img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#contactSection #partOne {
	float: left;
	overflow:visible;
	width:200px;
}
#contactSection #partTwo {
	float: right;
	overflow:visible;
	width:280px;
}
#contactSection hr {
	border: none 0;
	border-top: 1px dashed #888888;
	border-bottom: 1px dashed #888888;
	height: 2px;
	text-align: left;
}
#mainContent #contactSection h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
/* This is where the differences begin */

/* this ID isn't used */
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 189px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #5E8EAE;
}
#sidebar1 {
	position: absolute;
	top: 225px;
	left: 0;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 206px;
	overflow: visible;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
.thrColAbsHdr #breadcrumb {
	height: 30px;
	/*background-color: #EEEEEE;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 6px;
	line-height: 17px;/*background-image: url(haze.png); */
}
a.crummy:link {
	color: #5E8EAE;
	text-decoration: none;
}
a.crummy:visited {
	color: #5E8EAE;
	text-decoration: none;
}
a.crummy:hover {
	color: #000000;
	text-decoration: none;
}
a.sitenav:link {
	color: #5E8EAE;
	text-decoration: none;
}
a.sitenav:visited {
	color: #5E8EAE;
	text-decoration: none;
}
a.sitenav:hover {
	color: #000000;
	text-decoration: none;
}
.thrColAbsHdr #sidebar1 ul {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 0;
}
.thrColAbsHdr #sidebar1 ul li {
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
}
.skippagesspan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 6px;
	line-height: 17px;
}
a.skippages:link {
	color: #5E8EAE;
	text-decoration: none;
}
a.skippages:visited {
	color: #5E8EAE;
	text-decoration: none;
}
a.skippages:hover {
	color: #000000;
	text-decoration: none;
}
#mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	margin-top: 4px;
}
.thrColAbsHdr #testimonialContainer {
	width: 205px;
	margin-left: 300px;
}
.thrColAbsHdr #testimonialContainer #openQuote {
	background-image: url(../GSA_files/images/openquote.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 20px;
	float: left;
	padding: 0px;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 150px;
	margin-right: 5px;
	margin-left: 0px;
}
#testimonial {
	width: 250px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(../GSA_files/images/quotebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr #testimonialContainer #closeQuote {
	background-image: url(../GSA_files/images/closequote.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 20px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.saying {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;

}
.thrColAbsHdr #contTestContainer {
	width: 500px;
	overflow: auto;
}
.projectnotes {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.projectnotesinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	margin-bottom: 2px;
}
a.projectnoteslink:link {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
}
a.projectnoteslink:visited {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
}
a.projectnoteslink:hover {
	font-size: small;
	text-decoration: none;
	color: #000000;
}
.thrColAbsHdr #sidebar1 ul.pdful {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	margin-top: 0px;
	list-style-image: url(../GSA_files/images/pdfico.gif);
}
.thrColAbsHdr #sidebar1 ul.download {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	margin-top: 0px;
	list-style-image: url(/pixel.gif);
}
.thrColAbsHdr #sidebar1 ul.download li {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}
.thrColAbsHdr #sidebar1 ul.pdful li {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
}
.projnotes {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
}
ul li {
	list-style-type: square;
}
.onelocation {
	background-color: #DDEEFF;
	border: 1px solid #EEEEEE;
	overflow: visible;
	margin-right: 3px;
	padding: 5px;
	font-size: smaller;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.onelocation .locationtype {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.onelocation img {
	margin: 8px;
}
.onelocation h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: small;
}
a.nodeli:link {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
}
a.nodeli:visited {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
}
a.nodeli:hover {
	font-size: small;
	text-decoration: none;
	color: #000000;
}

a.parentnodeli:link {
	font-size: medium;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.parentnodeli:visited {
	font-size: medium;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.parentnodeli:hover {
	font-size: medium;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.childnodeli:link {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.childnodeli:visited {
	font-size: small;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.childnodeli:hover {
	font-size: small;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.gchildnodeli:link {
	font-size: smaller;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.gchildnodeli:visited {
	font-size: smaller;
	text-decoration: none;
	color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.gchildnodeli:hover {
	font-size: smaller;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
a:link {
	text-decoration: none;
	color: #5E8EAE;
}
a:visited {
	text-decoration: none;
	color: #5E8EAE;
}
a:hover {
	text-decoration: none;
	color: #000000;
}.superscr {
	font-size: x-small;
	position: relative;
	bottom: 4px;
	margin-right: 3px;
}
#terms {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 450px;
	background-color: #CCCCCC;
	overflow: auto;
}
.underlined {
	text-decoration: underline;
}
.thrColAbsHdr #container #mainContent form {
	margin: 5px;
	padding: 5px;
	width: 450px;
	border: thin solid #333333;
}
