/* 
Styles specific for SEM graphic design portal page
Date: November 2010 
Author: Mende Williams
Notes: 
  +  properties are listed in alphabetical order 
  +  font size values are based on an 18px or 1.125em line height. this includes the combination of font size, line height, and top and bottom margins. please be mindful of this if altering any of these values.  *there are some exceptions to this. 
  +  please preserve formatting 
*/
/*----------------------------------------------------------
  =import applicable styles
----------------------------------------------------------*/
@import url("_global.css");
/*----------------------------------------------------------
  =page specific styles
----------------------------------------------------------*/
.rightContent {
	width: 585px;
}
.rightContent a {
	height: 52px;
	line-height: 1.5em;
	padding: 35px 0 15px 110px;
	width: 165px;
}
.right {
	margin-right: 35px;
}
a.identity {
	background-image: url(/bzng/images/portalPages/graphicDesignLogo.jpg);
}
a.online {
	background-image: url(/bzng/images/portalPages/graphicDesignOnline.jpg);
}
a.website {
	background-image: url(/bzng/images/portalPages/graphicDesignWebsite.jpg);
}
a.mailingList {
	background-image: url(/bzng/images/portalPages/graphicDesignMailingList.jpg);
}
a.ecommerce {
	background-image: url(/bzng/images/portalPages/graphicDesignEcommerce.jpg);
}
a.internet {
	background-image: url(/bzng/images/portalPages/graphicDesignInternet.jpg);
}
a.direct {
	background-image: url(/bzng/images/portalPages/marketingDirectMail.jpg);
}
a.promotional {
	background-image: url(/bzng/images/portalPages/graphicDesignPromotional.jpg);
}
a.print {
	background-image: url(/bzng/images/portalPages/graphicDesignPrint.jpg);
	width: 210px;
}
