@charset "utf-8";
body  {
	background: #000000;
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto 10px 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: 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: 42px;
} 
.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: 290px;
	margin: 0 0 0 0;
}
#phone {
	margin: 330px 0 0 0;
	width: 290px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
}
#phoneText    {
	padding: 120px 0 0 80px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 310px; /* 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 0;
} 
.twoColFixLtHdr #mainContent p {
	line-height: 1.25em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.twoColFixLtHdr #footer {
	padding: 15px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #AAAAAA;
	text-align: center;
	margin: 4px 0;
	height: 30px;
} 
.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: 0;
}
.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;
}
#contact {
	background-image: url(images/contact.jpg);
	height: 232px;
	background-repeat: no-repeat;
}
#contacText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: 500;
	text-transform: lowercase;
	color: #FFFFFF;
	display: block;
	padding: 120px 0 0 90px;
}
.IMG120 {
	margin: 0 Auto;
	width: 120px;
	padding: 8px 0 8px 0;
}
.IMGcenter {
	margin: 0 auto;
}

.titleLH {
	text-align: left;
	display: block;
	float: left;
	width: 350px;
}
#menu_TOP {
	padding: 4px 0 2px 0;
	font-size: small;
	height: 30px;
	width: 280px;
	float: left;
	margin: 60px 0;
}
#menu_TOP a:link {
	color: #FFFFFF;
}
#menu_TOP a:visited {
	color: #FFFFFF;
}
#menu_TOP a:hover {
	color: #468BE8;
}
#menu_TOP a:active {
	color: #FFFFFF;
}
#menu_TOP li {
	display: inline;
}
#menu_TOP ul {
	list-style: none;
	margin: 0 auto;
	padding: 3px 0 0 0;
}
#menu_TOP ul li a {
	float: left;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:14px;
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-image: url(images/top_menu.gif);
	background-repeat: no-repeat;
}
h1 {
	font-size: 14pt;
	color: #999999;
	padding: 0 0 0 20px;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #468BE8;
}
a:active {
	text-decoration: none;
}
.clientLH {
	background-color: #333333;
	display: block;
	float: left;
	width: 120px;
	padding: 0 4px 0 8px;
	border: 1px solid #666666;
	margin: 0 6px 10px 0;
	font-size: x-small;
}
#client {
	display: block;
	margin-bottom: 6px;
	padding-left: 20px;
}
.twoColFixLtHdr #containerAbout {
	width: 1024px;
	margin: 0 auto 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: 320px top;
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #AAAAAA;
	text-align: center;
	margin: 0 Auto;
}
