/* HOME PAGE SPECIFIC STYLES */
#head{
	height: 121px;
	background: url(../images/headSubBG.jpg) top center no-repeat;
	clear: both;
}
	#head .pageBound{
		background: url(../images/interiorTitleBG.jpg) 0px 0px no-repeat;
		width: 940px; height: 96px;
		padding: 25px 0px 0px 30px;
	}

/* INTERIOR NAV */
.interiorNav{
	float: left;
	width: 244px;
}

.interiorNav ul{
	padding: 5px 0px 35px 0px;
	margin: 0px;
	width: 205px;
	list-style: none;
}
	.interiorNav ul li{
		background: url(../images/navDots.jpg) bottom left repeat-x;
		padding: 7px 0px;
	}
	.interiorNav ul li a{
		font-weight: bold;
		text-decoration: none;
		color: #90180d;
		display: block;
		width: 205px;
		padding: 0px 0px 0px 15px;
		background: url(../images/interiorNavArrow.jpg) 0px 3px no-repeat;
	}
	
.interiorNav ul ul{
	padding: 0px 0px 0px 20px;
	width: 185px;
}
	.interiorNav ul ul li{
		background: none;
	}
	.interiorNav ul ul li a{
		font-size: 12px;
	}

/* CONTENT*/
#content{
	clear: both;
	background: #ffffff url(../images/subPageBG.jpg) 0px -208px repeat-x;
}
#content .pageBound{
	background: url(../images/subContentBG.jpg) 0px 0px no-repeat;
	padding: 6px 0px 5px 25px;
	width: 945px;
}

.interiorContent{
	width: 685px;
	float: left;
	line-height: 1.5em;
}

.headLine{
	background: url(../images/headLineTop.jpg) 0px 0px no-repeat;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	left: -15px;
	width: 695px;
}
	.headLine div{
		padding: 0px 18px 8px 15px;
		background: url(../images/headLineBottom.jpg) bottom left no-repeat;
		width: 665px;
	}
	
.bulletList{
	list-style: none;
	margin: 0px; padding: 4px 20px;
}
	.bulletList li{
		background: url(../images/ico-Arrow.jpg) 0px 1px no-repeat;
		padding: 0px 0px 10px 20px;
	}
	
	.featuredServices .bulletList{padding: 4px 30px 4px 0px;}
	.featuredServices .bulletList li, .interiorRight .bulletList li{
		padding: 0px 0px 10px 20px;
	}
	.interiorRight .bulletList{padding: 4px 0px;}
	
	.bulletList ul{
		padding: 10px 0px 0px 0px;
		margin: 0px;
		list-style: none;
	}
	.bulletList ul li, .featuredServices .bulletList ul li{
		background: url(../images/interiorNavArrow.jpg) 0px 4px no-repeat;
		padding: 1px 0px 10px 15px;
		margin-left: 15px;
	}

.featuredTitle, .expandLink{
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.moreLink{
	font-weight: bold;
	display: block;
}

.featuredServices{
	background: url(../images/featuredBG.jpg) 0px 0px no-repeat;
	position: relative;
	left: -16px;
	width: 696px;
	padding: 16px;
}

.interiorLeft{
	float: left;
	width: 320px;
	padding: 0px 20px 0px 0px;
}

.interiorRight{
	background: url(../images/relatedBG.jpg) 0px 0px no-repeat;
	padding: 15px 20px 0px 20px;
	float: left;
	width: 304px;
}

.interiorRight h2{
	color: #4f7721;
}

.expander{
	display: none;
}