/* Styles for Divisions */.introText {	width: 600px;	height: auto;}					 .introText img {	float: left;}div.vibrantText {	width: 600px;	height: auto;}div.locationText {	width: 600px;	height: auto;	}			 div.inAction {	width: 600px;	height: auto;	}	img#t-vibrant {	margin-left: 5px;}div#vibrantBackground {	background: transparent url(../img/vibrant-graphics-background.jpg) no-repeat;	width: 463px;	height: auto;	}div#vibrantMainText {	width: 396px;	height: auto;	margin-left: 199px;	}	div#locationsBackground {	background: transparent url(../img/location-background.jpg) no-repeat;	width: 344px;	height: auto;	}div#locationsMainText {	width: 396px;	height: auto;	margin-left: 199px;	}						/** Title and Header Styles **/h2#st-stunningGraphics {	font-size: 15px;	color: 232D77;	font-weight: bold;	text-indent: 5px;	}h1#t-location {	height: 35px;	widht: 595px;	margin-left: 5px;	background: transparent url(../img/location-text.jpg) no-repeat;	}h1#t-location span {	display: none;	}	h1#t-inAction {	height: 32px;	width: 588px;	margin-left: 5px;	background: transparent url(../img/displays-in-action.jpg) no-repeat;	}h1#t-inAction span {	display: none;	}/** List Styles **/ul#retractablesFeatures {	list-style: square;	font-size: 12px;	line-height: 20px;	}	ul#st-locations {	list-style: square;	font-size: 12px;	line-height: 20px;	}body {	background: transparent url(../img/white_background.jpg);	background-repeat: repeat-y;	}	/** Link Display Styles **/a#linkContact {	font-size: 12px;	color: black;	text-decoration: underline;	}