@import url("../modernize/style-custom.css");
body {
    font-family: Arial, Helvetica, sans-serif;
}
div.all-container-wrapper {
	background-color: rgba(255, 255, 255, .6);
	border-left: 1px solid #544;
	border-right: 1px solid #544;
	border-top: 1px solid #544;
}
.header-outer-wrapper {
	background-image: url(https://guildfordtowncentredental.ca/wp-content/uploads/2013/11/background-trans.png);
	background-repeat: repeat;
	
}

.logo-wrapper {
padding-top: 15px;
padding-bottom: 14px;
}

.footer-wrapper a {
	color:#686758
}

.border-left {
border-left: 1px solid #999;
margin-left: -10px;
padding-left: 10px;
}

.services-list {
    min-height: 300px;
	margin-bottom: 10px;
}

.full-width {
width: 100%;
height: auto;
}

h2.services-title {
    font-size: 145%;
    margin: 5px auto;
    text-align: center;
}

button.css3button, a.css3button {
	display: inline-block;
	width: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#f28c2c 0%,
		#d06a0a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f28c2c),
		to(#d06a0a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,32,0,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,32,0,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,32,0,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

div.personnel-item .personnel-thumbnail
{
	margin-bottom:3px!important;
	margin-left:5px;
}

div.personnel-content { float:right; }

div.gdl-gallery-caption { color:#FFF; margin-top:0px; width:211px; background-color:#605C5C; padding:2px 0px 5px 0px; text-align:center; }