@charset "utf-8";
/* CSS Document */


/********** Flash Display **********/

/* wraps entire horizontal section including flash banner and links on the right */

.body_header2_wrap_2 {
	width: 958px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #968F78;
	border-bottom-color: #968F78;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* wraps only the flash banner*/

.body_header2 {
	margin: 0;
	padding: 0px;
	font-size: 36px;
	color: #575757;
	height: 250px;
	width: 760px;
	float: left;
}

/********** 3 Call out boxes at bottom of page **********/

/* wraps all 3 boxes*/

.home_body {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	float: left;
	
}

/* text in boxes*/

.home_body_text {
	margin: 20px 0 0 0 ;
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
	width: 270px;
	padding-right: 5px;
	font-size: 13px;
	line-height: 17px;
}

/* wraps box on left*/

.home_body_left_box {
	width:285px;
	float: left;
	line-height: 25px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Header link in left box*/

.home_body_left_box a {
	color:#900000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
}
.home_body_left_box a:hover {
	color:#313131;
	text-decoration: none;
}

/* wraps middle box*/

.home_body_middle_box {
	width:285px;
	float: left;
	line-height: 25px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/* Header link in middle box*/

.home_body_middle_box a {
	color:#313131;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
}
.home_body_middle_box a:hover {
	color:#900000;
	text-decoration: none;
}

/* wraps right box*/

.home_body_right_box {
	width:285px;
	margin: 15px 0px 5px 20px;
	border-bottom-color: #dedede;
	border-left-color: #dedede;	
	float: left;
	padding: 0px;
	line-height: 25px;
}

/* Text links in all box*/

.home_body_text a {
	color:#900000;
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.home_body_text a:hover {
	color:#313131;
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Creates horizontal line between boxes*/

.horizontal_line {
	height: 250px;
	width: 5px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
	margin-top: 20px;
	margin-bottom: 10px;
}

