@charset "UTF-8";
body  { background: #FFF; 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: #FFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }
h3 { font-size: 1.2em; text-align: right; font-weight: lighter; line-height: 40%; }
h4 { font-size: 0.9em; text-align: right; font-weight: lighter; line-height: 30%; }
h5 { font-size: 0.7em; font-weight: lighter; text-align: right; }
h3 { text-align: right; }
body,td,th { font-family: Arial, Helvetica, sans-serif; color: #FFF; font-size: 0.9em; }
a:link { text-decoration: none; color: #FFF; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #AEBBB4; }
a:active { text-decoration: none; color: #FFF; }
body,td,th { font-family: Arial, Helvetica, sans-serif; color: #FFF; font-size: 0.9em; }
a:link { text-decoration: none; color: #FFF; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #AEBBB4; }
a:active { text-decoration: none; color: #FFF; }
.description { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; letter-spacing: 0.2em; text-align: left; vertical-align: middle; text-transform: uppercase; line-height: 1.5em; }
.navigationText { font-size: 0.8em; color: #FFF; }
.legal { font-size: 0.6em; color: #FFF; text-align: center; vertical-align: bottom; }
.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 { width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF url(_images/blue_background_10px.gif) repeat-y bottom; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ } 
.twoColFixLtHdr #header { padding: 0 10px 0 20px;  /* 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. */ height: 150px; background: url(_images/ie_header.jpg) no-repeat; display: marker; } 
.twoColFixLtHdr #footer { background: url(_images/blue_grey_white_footer.gif) no-repeat bottom; height: 60px; margin-bottom: 30px; vertical-align: text-bottom; margin-top: 30px; padding: 0px 10px 0px 20px; clear: both; } 
.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 #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 { width: 160px; padding: 10px 20px 10px 10px; clear: left; float: left; }
.twoColFixLtHdr #slideshow1 { margin: 0 30 0 190px; /* 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; } 
#slideshow2 { margin-left: 190px; margin-right: 30px; }
#description { margin-right: 10px; margin-left: 190px; font-size: 0.8em; font-weight: lighter; float: left; clear: left; }
#square1 { margin-left: 190px; clear: left; float: left; margin-bottom: 10px; }
#square2 { margin-left: 190px; clear: left; float: left; margin-bottom: 10px; }
#home { float: left; position: relative; left: 250px; width: 80px; height: 80px; top: 30px; }
#client1 { margin-left: 260px; float: left; padding-right: 75px; }
#client2 { float: left; padding-right: 105px; }
#client3 { float: left; padding-right: 45px; }
#infoText { vertical-align: top; text-align: left; padding-right: 40px; clear: left; margin-left: 190px; }
