#indexBoxOne {
	float: left;
	width: 375px;
	/* Experimental */
	/*background-color: #990;*/
	/*border: 1px #036 solid;*/
	margin-right: 14px;
	margin-top: 20px;
	border-right: 1px #395758 solid;
}

#indexBoxTwo { 
	margin-top: 20px;
	float: left;
	border: 10px #fff solid;
	/* Experimental */
	/*background-color: #990;*/
	/*border: 1px #036 solid;*/
}

#mainPageCoating {
	float: left;
	/* Experimental */
	/*background-color: #990;
	border: 1px #036 solid;*/
}

#indexBoxOne .indexIntroBox { 
	/*background-image: url(../img/index_callout_bg_1.png);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	width: 385px;
	height: 110px;
	margin-bottom: 5px;
	/* Experimental */
	/*background-color: #990;*/
	/*border: 1px #036 solid;*/
	float: left;
	position: relative;

}


.indexStarburst {
	position: absolute;
	top: 8px;
	left: -50px;
}

#indexBoxOne .indexIntroBox h1,
#indexBoxOne .indexIntroBox p {
	padding-left: 60px;
	padding-right: 20px;
}

#indexBoxOne .indexIntroBox h1 a,
#indexBoxOne .indexIntroBox p a {
	color: #FFF6B8;
	text-decoration: none;
}


#indexBoxOne .indexIntroBox p a {
	text-decoration:underline;
}

#indexBoxOne .indexIntroBox p a:hover{
	color: #ABCCA7;
	text-decoration:underline;
}

#indexBoxOne .indexIntroBox h1 a:hover {
	color: #ABCCA7;
	text-decoration: none;
}

#indexBoxOne .indexIntroBox h1 {
	font-size: 95%;
	padding-top: 5px;
	text-transform: uppercase;
}

#indexBoxOne .indexIntroBox p {
	font-size: 70%;
	color: #FFF;
	line-height: 145%;
}

#triColumnBox {
	margin: 65px 0px 20px 0px;
	padding-bottom: 20px;
	width: 900px;
	/*border: 1px #000 solid;*/
	float: left;
	clear: left;
/*	background-image: url(../img/tri_column_box_bg_1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;*/
	border-bottom: 5px #AD975F solid;
}

#triColumnBox .triColumn {
	width: 250px;
	float: left;
	padding: 0px 36px 0px 0px;
	/* Testing */
	border-right: 1px #AD975F solid;
}

#triColumnBox .triColumn h1 {
	font-size: 100%;
	font-weight: 900;
	text-transform: uppercase;
}


#triColumnBox .triColumn p {
	font-size: 80%;
	color: #403529;
	line-height: 150%;
}

#triColumnBox .noRightBorder {
	border-right: none;
}

#triColumnBox .triColumn h1 a {
	color: #1F5958;
	text-decoration: none;
}

#triColumnBox .triColumn h1 a:hover {
	color: #403529;
}

#triColumnBox .triColumn p a {
	color: #1F5958;
	text-decoration: underline;
}

#triColumnBox .triColumn p a:hover {
	color: #403529;
}

#triColumnBox .triColumnPaddingLeft {
	padding-left: 36px;
}

#triColumnBox .noRightPadding {
	padding-right: 0px;
}
