@charset "UTF-8";

/* @group MainContent */
#main {
	width: 56%;
}
#sidebar {
	width: 44%;
}

/* @end */
/* @group Home Boxes */
/* #boxes, #quality, #smiles */
#boxes h4 {
	color: #5e5885;
	font-size: 1.5em;
	padding: 16px 0 2px 0;
}
#boxes #quality p, #boxes #smiles p {
	color: #3a374f;
	font-size: 1.15em;
	line-height: 1.5em;
	padding: 2px 0 16px;
}
.topborder {
	margin: 0 25px;
}

/* @end */
/* @group Triboxes */
#triboxes {
	padding: 30px 13px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
#triboxes a, #triboxes a:link, #triboxes a:hover, #triboxes a:visited, #triboxes a:active {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	background: none;
}
.tribox {
	width: 33.33%;
}
.wrapper {
	padding: inherit 13px;
}
/* @end */
/* @group Testimonials */
/*
ALL THE FOLLOWING STYLES NEED TO BE ADDED FOR TESTIMONIALS
	background: url(../template/home/toptestimonials.gif) no-repeat scroll center top;
	width: 979px;
	margin: 0 auto 0;
	padding: 93px 0 0;
	background-color: #f2f2f8;
	border-top: 1px solid #a5a5d2;
	border-bottom: 1px solid #a5a5d2;
	font: 1.1em/1.4em "Myriad Pro", Arial, Tahoma, Helvetica, sans-serif;
}
#testimonialsbottom {
	background: url(../template/home/bottomtestimonials.gif) no-repeat scroll center bottom;
	padding
}
.testimonialright, .testimonialleft {
	width: 440px;
}
.testimonialright {
	float: right;
	margin-right: 30px;
}
.testimonialleft {
	float: left;
	margin-left: 30px;
}
.testimonial {
	background: url(../template/home/quotes.gif) no-repeat scroll left .4em;
}
.testimonial p {
	padding: 0 0 8px 46px;
}
.testimonialname {
	text-align: right;
	font-style: italic;
	color: #706b94;
	padding: 0 5px 25px 0;	
}
/* @end */

/* @group BottomNav */
/*styles are cascaded from main navigation*
ADD IN CLOSING COMMENT TAG ABOVE
#bg {
	margin-bottom:  -6em;
}
#footer, #drop {
	height: 6em;
}
#bottomnav {
	height: 2.8em;
	background: none;
}
#bottomnav .centeredmenu ul li {
	padding-top: 8px;
}
/* @end */