body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.borderRed{border:1px solid red;}
.borderGreen{border:1px solid green;}
.borderBlue{border:1px solid blue;}
.borderOrange{border:1px solid orange;}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearboth{
	clear:both;
	line-height:0;
	font-size:0;
}


.container{
width:767px;
height:500px;
background-color:#D6DEE1;
margin:0 auto;
position:relative;
}

.logo{
	position:absolute;
	top:50px;
	right:75px;
}

.nav{
width:770px;
}

.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#1085BB;
}

.nav li a{
	margin:0;
	padding:8px 0;
	display:block;
	float:left;
	width:191px;
	background-color:#1085BB;
	border-right:1px solid #ffffff;
	text-align:center;
}

*html .nav li.last a{
	width:190px;
}

*html .nav ul{
	height:25px;
}

.navImages, .navImages ul{
	margin:0;
	padding:0;
}

.navImages{
	height:92px;
}

.navImages li{
	margin:0;
	padding:0;
	padding-right:1px;
	float:left;
	background-color:#ffffff;
	height:58px;
}

.sideBarImage img{
	position:absolute;
	right:0;
	top:130px;
	border:solid #ffffff 10px;
	border-right:none;
}

.clients .sideBarImage img{
	/*border-bottom-width:20px;*/
	border-right:solid #ffffff 10px !important;
}

.clients .logoSample img{
	border-top-width:70px;
	border-bottom-width:70px;
}

.body{
	position:absolute;
	top:85px;
	left:100px;
	width:420px;
}


.clients .body{
	width:320px;
	top:130px;
	left:55px;
}

.body .copy{
	line-height:150%;
	margin-top:20px;
	
}



.body ul{
	margin:0;
	margin-bottom:10px;
	padding-left:14px;
}

.body p{
	margin:0;
	margin-bottom:10px;
}

.body h4{
	margin:0;
	padding:0;
}

.body a{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

.body ul.links{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}

.body ul.links li{
	margin-bottom:7px;
}

.body ul.links a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.body ul.links a:hover{
	color:#990000;
}

.footer{
	position:absolute;
	bottom:7px;
	left:100px;
	font-size:10px;
}

