@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
	font-size: 12px;
	background: #000;
}
.center{
	text-align: center;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #005c98;
	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. */
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 184px;
} 

.twoColFixLtHdr #weather {
	position: absolute;
	top: 250px;
	z-index: 1;
	margin: 0;
	padding: 5px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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: #005c98; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: -34px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
} 
.twoColFixLtHdr #footer {
	background:#004068;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 83px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}
.twoColFixLtHdr #footer-address{
	float: left;
}
.twoColFixLtHdr #footer-social{
	float: right;
	text-align: right;
	padding: 20px 20px 0 10px;
}
.twoColFixLtHdr #footer-social img{
	margin: 0 5px;
	border: 0;
}
.twoColFixLtHdr #footer-nav{
	background: #000;
	font-size: 80%;
	text-align: center;
}
.twoColFixLtHdr #footer-nav p{
	margin: 0;
	padding: 2px;
}
.twoColFixLtHdr #footer-nav a, .twoColFixLtHdr #footer-nav a:visited{
	color: #aaa;
}
.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;
}
.twoColFixLtHdr #container #mainContent #conText {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	margin-right: 100px;
	margin-top: -18px;
	padding-left: 25px;
	padding-bottom: 10px;
	z-index: 7;
	position: relative;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #arch {
	margin-top: -83px;
	margin-left: -6px;
	z-index: 7;
	position: relative;
}
.twoColFixLtHdr #container #mainContent #slide {
	padding: 0px;
	margin-left: -6px;
}
.twoColFixLtHdr #container #footer #logoFooter {
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #footer #textFooter {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:link {
	color: #99CC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent li {
	list-style-type: disc;
	list-style-position: inside;
	color: #FFFFFF;
}
