/***********************************************/
/* St. Clair Signs */
/***********************************************/

/***********************************************/
/* HTML tag styles */
/***********************************************/
body{
	background: #00672C url(images/homepageTile.png) repeat-x scroll left top;
}

/***********************************************/
/* Layout Divs */
/***********************************************/

#ContentCell{
	top: 335px;
}

#banner{
	position: absolute;
	top: 83px;
	left:0px;
	width:758px;
	height: 252px;
}

#mainNavHome{
	position: absolute;
	top: 9px;
	left:0px;
	width:519px;
	height: 74px;
}

#tagLineHome{
	position: absolute;
	top: 0px;
	left:526px;
	width:231px;
	height: 103px;
}

#departments{
	float: left;
	width:360px;
	padding: 0px;
	font: small Verdana,sans-serif;
	position: absolute;
	left: 13px;
	top: 20px;
	background-repeat: repeat-y;
}

.departmentLinks{
	padding: 0px 0px 0px 0px;
}
html>body .departmentLinks {height: auto;}

#contentHome{
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 375px;
	top: -15px;
	position: relative;
}

.featureA{
	font-size: 80%;
	min-height: 300px;
	height: 300px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
}
html>body .featureA {height: auto;}

.featureA h4{
	font: bold 16px "Times New Roman", Times, serif;
	color: #666666;
	padding: 5px 0px 2px;
}

.clair{
	font: bold 14px/22px "Times New Roman", Times, serif;
	color: #666666;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*.intro{
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 16px;
	min-height: 200px;
	font-weight: bold;
	padding-left: 10px;
}

.testimonals{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.166;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
html>body .testimonals {height: auto;}*/

