@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	background-image: url(images/loftus_home_comingsoon%20copy.gif);
	background-repeat: repeat-x;
	background-color: #006699;
	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;
}

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: top;
}


.thrColFixHdr #container { 
	width: 747px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(images/loftus3col.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 
.thrColFixHdr table,.thrColFixHdr tr, .thrColFixHdr td { 
padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 
.thrColFixHdr #sidebar1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	color: #006599;
	width: 128px;
	float: left;
	/* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;

	background-color: #FFF;
}

.thrColFixHdr #sidebar1 a:link, .thrColFixHdr #sidebar1 a:visited, .thrColFixHdr #sidebar1 a:active {
	color: #006599;
	text-decoration:none;
}

a:hover, .thrColFixHdr #sidebar1 a:hover {
	color: #006599;
	text-decoration:underline;
}



.sidelinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin-left: 15px;
	font-weight:bold;
	}

.sidelinks a:link,  .sidelinks a:active, .sidelinks a:visited {
	color: #006599;
		font-size: 12px;
	text-decoration:none;
	line-height: 22px;
}	

.sidelinks a:hover{
	color: #006599;
	font-size: 12px;
	text-decoration:underline;
	line-height: 22px;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.thrColFixHdr #sidebar2 img {
	margin-top: 4px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	vertical-align: top;
}
.thrColFixHdr #mainContent {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	vertical-align: top; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 194px;
	margin-left: 168px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}


.thrColFixHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.thrColFixHdr #mainContent h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
}

.bottomlogo {
display: block;
text-align: bottom;
}

.thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:visited, .thrColFixHdr #mainContent a:active {
color: #000000;
text-decoration: underline;
}

.thrColFixHdr #mainContent a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006599; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.thrColFixHdr #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 */
}

.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:active {
	color: #006599;
	text-decoration:none;
}

.thrColFixHdr #footer a:hover {
	color: #006599;
	text-decoration:underline;
}

.thrColFixHdr .headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #006599;
	background-color: #9acbe3;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}


.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;
}

.thrColFixHdr .bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006599;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	width: 500px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom:25px;
}

.bottom a:link, .bottom a:visited, .bottom a:active {
	color: #006599;
	text-decoration:none;
}

.bottom a:hover {
	color: #006599;
	text-decoration:underline;
}
