﻿@charset "utf-8";
/* Layout Stylesheet: Two Column Fixed with Header and Footer*/ 

body  {
	background: #FFFBDB;
	margin: 0; /* Good to zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
  
.twoColFixLtHdr #container_2 {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
.twoColFixLtHdr #header {
	border: 0px solid;
	padding: 0 10px 0 20px;  /* Padding (top, right, bottom ,left) to match left alignment of the elements in the divs that appear beneath it. If image used in #header instead of text, you may want to remove the padding. */
	height: 80px;
	margin-bottom: 10px;
	background: #FFFFFF;
	background-image: url(../images/asi7_banner.bmp);
	background-repeat: no-repeat;
}
 
.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; /* since this element is floated, a width must be given */
	width: 185px; /* background color will be displayed for length of the content, but no further */
	border: 0px solid;
	background-image: url(../images/sidebar_border.gif);
	background-repeat: no-repeat;
	clear: none;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 550px;
	margin-bottom: -10px; /* To correct difference between IE and Mozilla. */
}

.twoColFixLtHdr #mainContent {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}
 
.twoColFixLtHdr #mainContentCalc {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_calc.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}
 
.twoColFixLtHdr #mainContentStaff {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_staff.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}
  
.twoColFixLtHdr #mainContentStaffLarge {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_staff_large.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentHeadshots {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_headshots.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentProducts {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_products.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}
 
.twoColFixLtHdr #mainContentWhite {
	margin-left: 218px;
	border: 0px solid;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

 .twoColFixLtHdr #mainContentOffice {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_office.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

 .twoColFixLtHdr #mainContent_clear {
	margin-left: 218px;
	border: 0px solid;
	margin-bottom: 10px;
	height: 545px;
}
 
.twoColFixLtHdr #mainContentAlert {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_alert.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentTrafficNews {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_traffic_news.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentGovernment {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_border_flag.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentBusiness {
	margin-left: 218px;
	border: 0px solid;
	background-image: url(../images/main_content_business.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 545px;
}

.twoColFixLtHdr #mainContentScroll {
 	overflow: auto; 
 	overflow-y: scroll;
 	overflow-x: hidden;
	border: 0px solid;
	background-color:#FFFFFF;
	background-attachment:scroll;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 510px;
}

.twoColFixLtHdr #footer {
	font-size:10px;
	color:#666666;
	height: 43px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: 0px solid;
	background-image: url(../images/footer_border.gif);
	background-repeat: no-repeat;
	text-align:	center;
} 

.fltrt { /* class to float element right in page. Floated element must precede the element next to it on 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 { /* Class placed on a div or break element. Should be final element before close of a container to fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#searchDiv {
	position:relative;
	text-align:center;
	width:200px;
	height:87px;
	z-index:2;
	left: -5px;
	bottom: -20px;
}