@charset "utf-8";
/* CSS Document */

#body-holder {
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}


#block {
	width: 980px;
	height: 375px;
}

#block #block-body-holder {
	height: auto;
	width: 500px;
	float: left;
}
#block #banner {
	width: 450px;
	float: right;
	height: 365px;
}


.block-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
	width: 525px;
	margin-top: 25px;
	color: #242424;
}


.block-body {
	display: block;
	margin-left: 15px;
	padding-left: 30px;
	background-image: url(../img/circled_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;

}
.box-highlight {
	color: #252525;
	font-size: 18px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#testimonial-holder {
	height: 150px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #DFDFE1;
}
#testimonial-body {
	height: auto;
	width: 475px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.box {
	height: 243px;
	width: 305px;
	margin-left: 9px;
	float:left;
	background-color: #FFFFFF;
	margin-top: 65px;
	margin-bottom: 50px;
	margin-right: 10px;
	border: 1px solid #666666;
}

.middleIMG {
	position: relative;
	bottom: 45px;
	height: 152px;
	width: 257px;

}

.leftIMG {
	margin-top: 10px;

}

.rightIMG {
	position: relative;
	bottom: 25px;
	left: 100px;

}
.header {
	height: 104px;
	width: 305px;
	background-image: url(../img/box-bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.box-navigation a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-left: 10px;
	background-image: url(../img/circled_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB9B9;
	padding-bottom: 5px;
	padding-top: 10px;

}

.box-navigation a:hover {

}

.box-body {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}#

/*BODY STYLES*/
.testimonial-body {
	color: #252525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
