/**
 * HOME PAGE
 */

.primary, .vb_secondary, .tertiary {
	float:left;
}
.primary {
	width:230px;
	padding-left:100px;
}
.vb_secondary {
	width:254px;
	margin: 0px 20px;
}
.tertiary {
	width:230px;
	padding-left:110px;
	text-align:right;
}
.primary p.oneliner {
	color:#ff4117;
	line-height:25px;
	font-size: 18px;
	font-weight: bold;
	font-style:normal;
	text-align: center;
	padding-top: 10px;
	text-shadow: #ff4117;
}
.tertiary p.testimonial {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.tertiary p.address {
	color:#999;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 20px 10px;
}
/* changed from content to main_content to avoid conflict with Drupal default class */
#secondary .main_content span {
	margin-right: 10px;
}
.main_content .secondary {
	width:96%;
	border:none;
}
.main_content h1 {
	font-size:36px;
	font-weight:normal;
	text-align: center;
}
.box-buttons-top {
	padding-left:15px;
}

.box-big a, .box-small a, .box-big-1 a{ color: #7FFF00; }
.box-big, .box-big-1 {
	background:transparent url(../images/home/bg-big.jpg) no-repeat scroll 0 0;
	color:#7FFF00;
	float:left;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	height:44px;
	padding-right:10px;
	padding-top:12px;
	text-align:center;
	width:177px;
}

.box-big-1 {
	padding-top:0px;
	height:56px;
 }

.box-buttons-bottom {
	padding-top:15px;
	padding-left:15px;
}
.box-small {
	background:transparent url(../images/home/bg-small.jpg) no-repeat scroll 0 0;
	color:#7FFF00;
	float:left;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	height:32px;
	padding-right:10px;
	padding-top:5px;
	text-align:center;
	width:177px;
}

#phone{
	font-size: 16px;
	color: #FF4117;
	text-align:right;
	font-weight: bold;
	padding-right: 105px;
}
