@charset "utf-8";
/* CSS Document */

/*fix problem w primary nav div being shunted over too far to left in IE7*/

#primaryNav{
min-width:290px;	/*needed to ensure zero Rt padding on Primary Nav bar, so Right box edge alignment is correct*/
}

/*fix text alignment problem in IE7*/
.ctrText{/*text at bottom of testimonials box*/
line-height:200% !important;
}
