/* CSS Document */
BODY {text-align:center;margin-top:85px;}
#blue{width:563px;height:250px;background-image: url(images/blue.gif);background-repeat:no-repeat;height:250px;overflow:hidden;}
#welcome_text{
	position:relative;
	top:-140px;
	margin-left:75px;
	margin-top:10px;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;
	width:230px;
	line-height:16px;
}
#case_text{
	position:relative;
	top:-275px;
	left:275px;
	margin-left:75px;
	margin-top:10px;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;
	width:190px;
	line-height:16px;
}
#container{text-align:left;width:563px;height:101px;background-image: url(images/gradient.gif);background-repeat:no-repeat;margin:0 auto}
#nav{
	float:right;
	position:relative;
	top:110px;
}
#graybar{width:563px;background-color:#f3f3f3;height:20px;}
#content{width:563px;}
#header_text{margin-top:22px;margin-left:75px;}
#text{margin-left:75px;margin-top:20px;font-family:arial;font-size:11px;line-height:20px;}
#header_img{width:563px;height:61px;background-image:url(images/blue_header.gif);}
.casestudy_home{margin-right:10px;margin-top:3px;style;border-right:2px solid #2c97c3;border-bottom:2px solid #2c97c3}
.casestudy{margin-right:10px;margin-top:3px;style;border:1px solid #CCCCCC}
A.white_link{font-family:arial;font-size:11px;color:#FFFFFF;}
.gray{font-family:arial;font-size:10px;color:#999999;} 
A.gray{font-family:arial;font-size:10px;color:#999999;} 
A.link{font-family:arial;font-size:11px;color:#00a5e4;}

H1 {font-family:arial;font-size:11px;color:#00a5e4;margin-bottom:5px;} 

.trans_box2 {
	
  font-family:verdana;
  font-weight:bold;
  width:563;
  height:153;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/clear.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url('images/clear.png');
  
}
