@charset "utf-8";
/*  Home page styles  */
/*  CSS Document developed by Ewing Consulting, LLC*/


/*  layout styles  */
#container_home_main_left_and_center_columns {
	width: 470px;
	float: left;
	clear: none;
}
#container_home_main_left_column {
	width: 430px;
	float: left;
	clear: none;
}
#container_home_main_left_column_content {
	width: 380px;
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	clear: none;
/*	background-color: #EEEEEE;	*/
}
#container_home_main_center_column {
	width: 470px;
}
#container_home_main_center_column_content {
	width: 40px;
	float: right;
	padding-top: 15px;
}
#container_home_main_right_column {
	width: 430px;
	float: right;
}
#container_home_main_right_column_content {
	width: 380px;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
/*	background-color: #EEEEEE;	*/
}
/*  Testimonial Box    */
#home_testimonial_box {
	width: 285px;
	height: auto;
	padding-top: 9px;
	margin-left: 15px;
	margin-top: 25px;
	clear: both;
}
#home_testimonial_box a {
	background-color: #B33333;
	padding: 2px;
	border: 1px solid #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#home_testimonial_images  {
	width: 285px;
	height: auto;
	margin-left: 15px;
}
#home_testimonial_images a, #home_testimonial_images a:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 120%;
	font-size: 1em;
}
#home_testimonial_images a:hover {
	text-decoration: none;
	color: #000066;
}

/*  ----  tabbed content  ---- */
#home_tabbed_content {
	width: 100%;
	clear: both;
	padding-top: 5px;
}
/*  Four Squares styles  */
#four_squares {
	width: 390px;
	float: left;
	text-align: left;
/*	background-color: #EEEEEE;	*/
}
.four_square_title {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, sans-serif;
	background-color: #FF6600;
	padding: 5px;
	height: 30px;
	margin-bottom: 7px;
	border: 4px double #FFFFFF;
}
.four_square_title a, .four_square_title a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	background-color: #FF6600;
}
.four_square_title a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}



#square_left_top {
	float: left;
	width: 175px;
	height: 200px;
	padding-left: 7px;
	padding-right: 7px;
}
#square_right_top {
	float: right;
	width: 175px;
	height: 200px;
	padding-right: 7px;
	padding-left: 7px;
}
#square_left_bottom {
	float: left;
	width: 175px;
	clear: both;
	height: 200px;
	margin-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
#square_right_bottom {
	float: right;
	width: 175px;
	clear: right;
	height: 200px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 7px;
}
