@charset "UTF-8";
body  {
	font: 11.5px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 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;
	/*overflow: hidden; //IGLOO */
}
.layout #wrapper {
	position: relative; 
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #header {
	position: relative;
	background: url(../images/top-background_01.jpg) no-repeat;
	padding: 70px 0px 0px 70px;  /* 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: 105px;
	margin: 0px 0px 0px 0px;
} 
.layout #header h1 {
	margin: 0px 0px 0px 0px; /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#pageTitle {
	display: block;
	float: left;
	color: #193B8F;
	margin: 38px 0px 0px 68px;
}
h1 {
	font-size: 0.9em;
	color: #45008E;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 40px;
}
h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #183A92;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}
.headerTwoSmaller {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #183A92;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px -10px;
}
p {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;
}
.layout #mainContent {
	height: 317px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.layout #mainCopy {
	padding: 25px 0px 0px 140px;
	margin: 0px 0px 0px 0xp;
	width: 320px;
	display: block;
}
.layout #mainCopyClients {
	padding: 25px 0px 0px 140px;
	margin: 0px 0px 0px 0xp;
	width: 310px;
	display: block;
}
.layout #mainCopyClients2 {
	padding: 25px 0px 0px 140px;
	margin: 0px 0px 0px 0;
	width: 350px;
	display: block;
}
/*.compress {
	display: block;
	line-height: 0.7em;
	padding-bottom: 5px;
}*/
.layout #footer {
	background: url(../images/bottom-background_03.jpg) no-repeat;
	height: 165px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.email {
	display: block;
	margin-left: 555px;
}

.indexTopCopy {
	line-height: 1.8em;
	font-size: 12px;
}
#mainCopy .indexBulletCopy {
	font-style: italic;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	display: block;
	padding: 10px 0px 0px 50px;
}
.clientBulletCopy {
	font-size: 11px;
	line-height: 2em;
	list-style-position: inherit;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#clientLogosTop {
	display:block;
	padding: 0px 120px 0px 140px;
}
/*#clientLogosTop ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	
}*/
#clientLogosMiddle {
	display:block;
	padding: 0px 120px 0px 140px;
}
/*#clientLogosMiddle ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	float:left;
}*/
#clientLogosBottom {
	display:block;
	padding: 0px 120px 0px 140px;
}
/*#clientLogosBottom ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	float:left;
}*/
#clientLogosTop a img {
	display:block;
	float:left;
	margin:10px 30px 0px 0px;
}
#clientLogosMiddle a img {
	display:block;
	float:left;
	margin:10px 30px 0px 0px;
}
#clientLogosBottom a img {
	display:block;
	float:left;
	margin:10px 30px 0px 0px;
}
#clear {
	clear: both;
}
.compress {
	display: block;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 1px 0px 4px 0px;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
.clear {
	clear: both;
}
#sidebarBack {
	float: right;
	width: 225px;
	margin: 25px 0px 0px 0px;
}

/****************** IGLOO ***********************/


.mainCopyIgloo{
	padding: 25px 0px 0px 140px;
	height:600px;
}

.footer_content{
	padding-left:10px;
}

.footer_content p, .footer_content h3, .footer_content a, .footer_content li{
	color:#666;	
}

.footer_content li{
	list-style:none;
	margin:0;
	padding:0;
}

.footer_content .col{
	width:160px;
	margin-right:30px;
	float:left;
}

