/*
DelSys website
Page_Contact.css
*/

#divUpperLeft {
	position: absolute;
	left: 60px;
	top: 10px;
	width: 280px;
	height: 257px;
	padding: 13px 20px 0 20px;
	background: url(Images/Quad-Left-320x270.gif) no-repeat;
}

.pContactTitle {
  font-family: Arial, sans-serif;
	font-size: 1.2em;
  font-weight: bold;
	color: white;
}

.divContactBlurb {
	position: relative;
	top: 25px;
}

.divContactBlurb p {
	padding-bottom: 7px;
}

.pContactImage {
	padding-top: 10px;
}

#divUpperRight {
	position: absolute;
	left: 420px;
	top: 10px;
	width: 280px;
	height: 257px;
	padding: 13px 20px 0 20px;
	text-align: right;
	background: url(Images/Quad-Right-320x270.gif) no-repeat;
}

/* Total width 320, total height 270 */

#divLowerLeft {
	position: absolute;
	left: 60px;
	top: 320px;
	width: 280px;
	height: 257px;
	padding: 13px 20px 0 20px;
	background: url(Images/Quad-Left-320x270.gif) no-repeat;
}

.divContactAboutDelSys {
	font-size: 0.9em;
}

#divLowerRight {
	position: absolute;
	left: 420px;
	top: 320px;
	width: 280px;
	height: 257px;
	padding: 13px 20px 0 20px;
	text-align: right;
	background: url(Images/Quad-Right-320x270.gif) no-repeat;
}