@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1efef;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;

}

h3 {
line-height: 150%;
margin-bottom: 10px;
}

h4 {
line-height: 0%;
margin-top: 25px;
}

.blue_text {
	color: #005dab;
	font-size:10pt;
}

.blue_text2 {
	color: #005dab;
	font-size:10px;
}

.white_text {
	color: #FFFFFF;
}

.black_text {
	color: #000000;
	font-size:10px;
}

.grey_text {
	color: #929292;
	font-size:10px;
}

.body_text {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


.header_text {
	color: #000000;
	font-size: 36px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

.quote_text {
	color: #000000;
	font-size: 36px; 
	font-style: oblique;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.label{
width: 5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
color: #005dab;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
ul#navbar {
	position: relative;
	background-image: url(images/menubar.gif);
	padding: 0;
	display: block;
	zoom:1;
	width: 708px;
	left: 35px;
	list-style-type:none;
	height:41px;
	z-index: 2;
}
ul#navbar li {
	float: left;
	padding: 0 0 0 20px;
}
ul#navbar li a {
	display:block;
	
	width: 80px;
	padding: 10px 10px 0px 28px;
	font:bold 13px "Tahoma";
	text-decoration:none;
	color:#333333;
}
ul#navbar li a:hover {
	color:#005dab;
}

.thrColFixHdr #header { 
	float: left;
	background: #FFFFFF; 
	padding: 15px 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. */
} 
.thrColFixHdr #submenu {
	float: right;
	width:225px;
	padding: 50px 10px 0 0;
}
.thrColFixHdr #downloads {
	float: right;
	width:370px;
	padding: 0px 0px 10px 20px;
}
.thrColFixHdr #downloads1 {
	float: left;
	width:370px;
	display: inline;
	padding: 0px 0px 10px 20px;
}
.thrColFixHdr #main_image {
	position: relative;
	width: 780px; 
	height: 254px;
	left: 0px;
	top: -40px;
	z-index:1;
}
.thrColFixHdr #position_flash_image {
	position: relative;
	top:-35px;
	z-index:1;
}
.thrColFixHdr #banner_image {
	position: relative;
	width: 780px; 
	height: 165px;
	left: 0px;
	top: -40px;
	z-index:1;
}
.thrColFixHdr #banner_image2 {
	position: relative;
	width: 780px; 
	height: 165px;
	left: 0px;
	top: -40px;
	z-index:1;
}
.thrColFixHdr #leadership {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* 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 */
	height: 121px;
	margin-left: 5px;
	margin-top: -20px;
	display: inline;
	margin-bottom: 10px;
	background-image: url(images/grey_module1.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 221px; /* 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 */
	height: 144px;
	margin-left: 10px;
	margin-top: -20px;
	display: inline;
	background-image: url(images/grey_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #customerquote {
	float: left; /* since this element is floated, a width must be given */
	width: 720px; /* 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 */
	margin-left: 20px;
	display: inline;
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	margin-left: 20px;
	margin-bottom: 100px;
	display: inline;
	margin-top: 30px;
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1col2a {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	height: 155px;
	margin-left: 100px;
	margin-top: -20px;
	background-image: url(images/grey_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar1col2b {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	height: 155px;
	margin-left: 100px;
	margin-top: 50px;
	background-image: url(images/green_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #contactinfo {
	float: left; /* since this element is floated, a width must be given */
	width: 498px; /* 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 */
	height: 184px;
	margin-left: 20px;
	margin-top: -20px;
	display: inline;

}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* 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 */
	height: 144px;
	margin-top: -20px;
	margin-right: 10px;
	display: inline;
	background-image: url(images/green_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #employment {
	float: right; /* since this element is floated, a width must be given */
	width: 213px; /* 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 */
	height: 121px;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline;
	background-image: url(images/grey_module1.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2col2 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* 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 */
	height: 200px;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
	background-image: url(images/green_module200px.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #address {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	height: 155px;
	margin-top: -280px;
	margin-right: 55px;
}
.thrColFixHdr #sidebar2col2a {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	height: 155px;
	margin-top: -20px;
	margin-right: 20px;
	background-image: url(images/green_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.thrColFixHdr #sidebar2col2b {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	height: 155px;
	margin-top: -20px;
	margin-right: 100px;
	background-image: url(images/turquoise_module.gif); /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar2col2c {
	float: right;
	width: 216px;
	height: 200px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
	background-image: url(images/lightblue_module200px.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px;
}
.thrColFixHdr #sidebar2col2d {
	float: right;
	width: 216px;
	height: 200px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
	background-image: url(images/lightblue_module200px.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px;
}

.thrColFixHdr #sidebar2flash {
	float: right;
	width: 216px;
	height: 200px;
	margin-right: 35px;
	margin-top: 20px;
	display: inline;
	padding: 0px 15px 0px 0px;
}

.thrColFixHdr #mainContent { 
	float: left;
	width: 216px;
	height: 144px;
	margin-top: -20px;
	margin-left: 11px;
	background-image: url(images/blue_module.gif);
	padding: 0px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #partners { 
	float: left;
	width: 213px;
	height: 121px;
	margin-top: -20px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(images/grey_module1.gif);
	padding: 0px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #dotted { 
	float: left;
	width: 32px;
	height: 400px;
	margin-top: -20px;
	margin-left: 15px;
	background-image: url(images/dotted.gif);
}
.thrColFixHdr #dottedsh { 
	float: left;
	width: 32px;
	height: 221px;
	margin-top: -25px;
	margin-left: 15px;
	background-image: url(images/dottedsh.gif);
}
.thrColFixHdr #horizline { 
	float: left;
	width: 740px;
	height: 15px;
	margin-top: 0px;
	margin-left: 20px;
	display: inline;
	background-image: url(images/horizline.gif);
}

.thrColFixHdr #verticallinelong { 
	float: left;
	width: 16px;
	height: 1500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 24px;
	display: inline;
	background-image: url(images/verticallinelong.gif);
}
.thrColFixHdr #verticallinemed { 
	float: left;
	width: 16px;
	height: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	display: inline;
	background-image: url(images/verticallinemed.gif);
}
.thrColFixHdr #verticallinesh { 
	float: left;
	width: 16px;
	height: 300px;
	margin-left: 53px;
	background-image: url(images/verticallinesh.gif);
}
.thrColFixHdr #verticallinesh1 { 
	float: left;
	width: 16px;
	height: 250px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
	background-image: url(images/verticallinesh.gif);
}

.thrColFixHdr #announce {
	float: left;
	width: 475px;
	margin-left: 20px;
	margin-top: 20px;
}
.thrColFixHdr #customers {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: -20px;
}

.thrColFixHdr #customer_logos {
	float: left;
	width: 255px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.thrColFixHdr #customers1 {
	float: right;
	width: 220px;
	margin-right: 10px;
	display: inline;
	margin-top: 20px;
}

.thrColFixHdr #customers2 {
	float: right;
	width: 216px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
}

.thrColFixHdr #customer_logos1 {
	float: right;
	width: 255px;
	margin-right: 40px;
	margin-top: -240px;

}
.thrColFixHdr #customer_logos2 {
	float: right;
	width: 220px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	display: inline;

}
.thrColFixHdr #customer_logos3 {
	float: right;
	width: 248px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: -760px;
	display: inline;

}
.thrColFixHdr #partner_list {
	float: left;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	display: inline;
}
.thrColFixHdr #privacy {
	float: left;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
}
.thrColFixHdr #form {
	float: left;
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}

.thrColFixHdr #footer { 
	padding: 0 15px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1efef;
} 
.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 */
	font-size: 9px;
	font-style: normal;
	color: #000;
}
.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;
}

