div.mainBodyContentDiv{
	width:100%;
	height:551px;
	background-color:#f2f2f2;	
	
}

div.mainBottomContentDiv{
	width:100%;
	height:65px;
	background-color:#0067b1;
	margin-bottom:27px;
}
 
div.greyBodyPortion{			
	width:968px;
	height:291px;
	color:#fff;
	background-image:url('../images/Graytile.png');	
	background-repeat:repeat;
	position:relative;
	top:60px;
}	

div.greyBodyPortionHeader{			
	float:left;
	width:350px;
	height:55px;		
	font:28px myriad-pro;
	margin-left:27px;
	margin-top:-5px;
}	


body.mainBackground{
 	background-color:#48515a;
}
   
div.mainWrapperDiv{
	background-color:#FFF;
	width: 968px;
	height: 710px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
   

div.leftImageDiv{	
	margin-left:27px;
	margin-top:55px;
	width:300px;
	height: 180px;
	background-color:#fff;

}

div.pageDescDiv{
	float:right;
	width:613px;	
	height:200px;	
	left:0px;
	font:20px myriad-pro;
	margin-top:-180px;
}  

div.footerActionLinks{
	width:900px;	
	height:50px;	
	float:left;
	margin-top:20px;
	margin-left:10px;
}

   	
div.copyright{		

	width:200px;
	height:20px;
	top:-20px;
	color:#fff;
	font:10px myriad-pro;	
	
}	

div.pageContentHeader{
	float:left;
	width:968px;
	height:50px;		
	font:24px myriad-pro;
	margin-left:30px;	
	margin-top:19px;
}

div.contentDetailDiv{
	width:273px;
	height:232px;
	float:left;	
	margin-top:30px;
	margin-left:24px;

}


div.contactUs{
	margin-left:24px;
	margin-top:20px;
	width:100%;
	height:39px;
	float:left;
	color:#48515a;
	font:24px myriad-pro;			
}

.contactUsButton{
	display: block;
	width:178px;
	height:39px;
	background-image:url('../images/img_proc_clickhere.png');	
	background-repeat:no-repeat;
	margin-left:70px;
	margin-top:5px;
}
		   
img#isoLogo {	 	 
	 margin:10px;
	 float:left;
}
	
	
ul#footerMenuList {	
	float:left;	
	list-style-type:none;
	margin-left:-40px;
	margin-top:22px;
	margin-bottom:0px;
}
ul#footerMenuList li {		
		float:left;
}	
ul#footerMenuList li a:hover {
	color:#000;
	font:14px myriad-pro;
	text-decoration: none;
	padding-right:15px;
}	

ul#footerMenuList li a{
	color:#fff;
	font:14px myriad-pro;
	text-decoration: none;
	padding-right:15px;
}


a img {border: none; }

span.redBold{
	color:#ef3e42;
	font:bold 20px myriad-pro;
}

span.redHeaderText{
	font:28px myriad-pro;
	color:#ef3e42;
}

span.validationError{
	font:16px myriad-pro;
	color:#ef3e42;
}

span.blackHeaderText{
	font:22px myriad-pro;
}

.shadow {
   -moz-box-shadow: 2px 2px 6px #888888;
   -webkit-box-shadow: 2px 2px 6px #888888;
	box-shadow: 2px 2px 6px #888888;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#888888')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#888888');
}


	
	
	
	
