@charset "utf-8";
html  {
	background: #0078AD;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) repeat-y 50% 0;
	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;
}
img {
	border: none;
	border-width:0;
	border-style:none;
}
a {
	color:#0078AD;
	text-decoration:none;
	border: none;
	border-width:0;
	border-style:none;
}
a:hover {
	color:#FFFFFF;
	background-color:#0078AD;
	text-decoration:none;
	border: none;
	border-width:0;
	border-style:none;
}
a.imglink:hover {
	background-color: transparent;
	border: none;
	border-width:0;
	border-style:none;
}
ul {
	list-style: none;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}
li {
	list-style: none;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}
.unstyled ul {
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.unstyled li {
	list-style:disc;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.asi #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.asi #header { 
	background: #FFFFFF; 
	padding: 5px, 10px, 5px, 10px; /*  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. */
} 
.asi #menutab {
	background: #FFFFFF;
	margin: 10px, 0px, 10px, 0px;
}
.asi #services {
	background: #FFFFFF;
	padding: 10px, 0px, 10px, 0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:small;
}
.asi #side1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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 */
	padding: 5px 5px 5px 5px;
	font-size:small;
	text-align:center;
}
.asi #side2 {
	float: left; /* since this element is floated, a width must be given */
	clear: left;
	width: 270px; /* 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 */
	padding: 5px 5px 5px 5px;
	font-size:small;
	text-align:center;
}
.asi #side3 {
	float: left; /* since this element is floated, a width must be given */
	clear: left;
	width: 270px; /* 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 */
	padding: 5px 5px 5px 5px;
	font-size:small;
	text-align:center;
}
.asi #side4 {
	float: left; /* since this element is floated, a width must be given */
	clear: left;
	width: 270px; /* 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 */
	padding: 5px 5px 5px 5px;
	font-size:small;
	text-align:center;
}
.asi #mainContent {
	font-size:12px;
	float: right;
	width: 460px;
	padding: 0px 20px 10px 20px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.asi #mainContentHomePage {
	font-size:12px;
	float: right;
	width: 500px;
} 
.asi #mainContentNoSidebar {
	background: #FFFFFF; 
	font-size:12px;
	float: left;
	width: 740px;
	padding: 0px 20px 10px 20px;
} 
.asi #links {
	background: #FFFFFF; 
	font-size:12px;
	float: right;
	width: 500px;
} 
.asi #businesssegment a {
	color:#0078AD;
	text-decoration:none;
	border: none;
	border-width:0;
	border-style:none;
	font-weight:bold;
}
.asi #businesssegment a:hover {
	color:#FFFFFF;
	background-color:#0078AD;
	text-decoration:none;
	border: none;
	border-width:0;
	border-style:none;
	font-weight:bold;
}
.asi #footer { 
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	font-size:x-small;
} 
.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;
}
.customlisting {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.customlisting strong {
	font-size:18px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
.customlisting em {
	font-style: normal;
	font-weight: bold;
}
.customlisting strong {
	font-weight: bold;
}
.customlisting tr{
	background-color:#ffffff;
	background:#ffffff;
}

.customlisting td {
	background-color:#ffffff;
	background:#ffffff;
	padding:0px 0px;
}
