@charset "UTF-8";
a:link {
	color: #0FF;
}
a:hover {
	color: #0FF;
}
a:active {
	color: #0FF;
}
a:visited {
	color: #0FF;
}
body  {
	background: #666666;
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 20px;
	color: #FFF;
}
a img {
	border: 0;
}
.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #999;
} 
.thrColFixHdr #header {
	background-image: url(../_assets/header_img.jpg);
	background-repeat: no-repeat;
	height: 140px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(../_assets/sidebar1Background.jpg);
	background-position: bottom;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 5px 5px; /* padding keeps the content of the div away from the edges */
	text-align: left;
}
.thrColFixHdr #mainContent {
	background-color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 5px 10px 10px 10px;
	background-color: #ffffcc;
	color: #333333;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
}
.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: 1px;
    line-height: 0px;
}
#sidebar1 a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 5px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#sidebar1 a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
}
#sidebar1 a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 5px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	background-color: #FFFFCC;
}

#sidebar1 a:active {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#footer p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
}
#mainContent p {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}
#mainContent li {
}
#mainContent ul {
	padding-left: 135px;
}
#mainContent h2 {
	color: #ffffcd;
}
#mainContent a img {
}
#sidebar2 p {
	font-size: 0.9em;
}

.hidden { display: none; }
.unhidden { display: block; }

    .hidden {
	visibility: hidden;
	margin-top: 20px;
}
    .unhidden { visibility: visible; }
	
#mainContent h4 {
	margin-left: 80px;
	color: #FFF;
}
#sidebar2 h4 {
	color: #FBFBCA;
	text-align: center;
}
#sidebar2 h6 {
	font-size: 1.3em;
}
#sidebar2 h5 {
	color: #F90;
	text-align: center;
}
#sidebar2 h2 {
	color: #FFFFCD;
	text-align: left;
}
#sidebar2 h3 {
	color: #FFFFCD;
}
#mainContent a img1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
}
#mainContent a #img1 {
	margin-right: 40px;
}
#mainContent a #img2 {
}
#mainContent a #img2 {
	margin-left: 40px;
}
#mainContent h3 {
	color: #333;
	padding-left: 10px;
}
#movie {
}
#movie {
	padding-left: 100px;
}
#mainContent h1red {
	font-size: xx-large;
	color: #F90;
	text-align: left;
	font-weight: bold;
	text-decoration: blink;
}
#mainContent h2red {
	font-size: medium;
	color: #FF0;
	font-style: italic;
	font-weight: bold;
}
#mainContent #contractor_button {
	text-align: center;
}
#sidebar2 #feedback_button {
	text-align: center;
}
#googlegadget {
	margin-left: 110px;
}
#mainContent p1 {
	color: #003;
}
#mainContent #saltLogo {
	margin-left: 65px;
}
#mainContent .slideshow {
	float: right;
}
