/* Site Styles */

/* colour palette
#636666		slate grey background
#a29061		gold
*/

/* media settings for different screen sizes */
@media screen and (min-width: 801px) {
	body {
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 11px;
		color: #333333;
		/*background: #ffffff;*/
		background-image: url("images/default-background.jpg");
		/*background-size: 100%;*/
		background-attachment: fixed;		
	}
	#page-container {
		position: relative;
		height: 100%;
		width: 990px;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		top: 0;
		background: #636666;
	}	
	
	#overlay {
		display: none;
		position: absolute; 
		z-index: 400; 
		width:100%; 
		height: 100%; 
		background: rgba(0,0,0,0.5);
	}
	a#closeRequestForm:link, a#closeRequestForm:visited, a#closeRequestForm:active, a#closeRequestForm:hover {
		position: absolute;
		right: -15px;
		top: -15px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		font-size: 1.5rem;
		color: #ffffff;
		background: #90c7e7;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;  
		-moz-transition: all 0.2s ease;  
		-o-transition: all 0.2s ease;  
		-ms-transition: all 0.2s ease;  
		transition: all 0.2s ease; 		
	}
	a#closeRequestForm:hover {
		color: #ffffff;
		background: #939598;
		width: 45px;
		height: 40px;
		font-size: 1.8rem;
		right: -20px;
		top: -20px;	
		padding-top: 5px;
		box-shadow: 0 0 10px #333333;		
	}	
	/* button style link */
	a.requestBtn:link, a.requestBtn:active, a.requestBtn:visited, a.requestBtn:hover {
		position: absolute;
		top: -32px;
		right: 20px;
		display: inline-block;
		padding: 20px;
		margin: 0;
		color: #ffffff;
		background: #939598;
		text-decoration: none;
		font-size: 1.2rem;
		z-index: 20;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-mobile-border-radius: 0.5em;
		/* easing for slow fade change of background color */
		-o-transition:color .2s ease-out, background 0.5s ease-in;
		-ms-transition:color .2s ease-out, background 0.5s ease-in;
		-moz-transition:color .2s ease-out, background 0.5s ease-in;
		-webkit-transition:color .2s ease-out, background 0.5s ease-in;
		/* ...and now override with proper CSS property */
		transition:color .2s ease-out, background 0.5s ease-in;		
	}
	a.requestBtn:hover {
		color: #ffffff;
		background: #90c7e7;
	}	
	
	
	/* ticker */
	#ticker {
		position: absolute;
		display: inline-block;
		width: 500px;
		left: 30px;
		top: 30px;
		padding: 0;
	}
	
	/* header */
	#header {
		position: relative;
		display: inline-block;
		padding: 0;
		width: 100%;
		height: 242px;
		float: left;
	}	
	
	a.large-phone:link, a.large-phone:active, a.large-phone:visited, a.large-phone:hover  {
		position: relative;
		text-decoration: none;
		color: #a29061;
		padding: 2px;
		font-size: 1.2rem;
	}
	a.large-phone:hover  {
		color: #a29061;		
		border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
	}	
	#call-out a {
		position: relative;
		color: #ffffff;
		padding: 2px;		
		font-size: 1.2rem;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	/* logo and page header settings */
	a.logo img {
		position: absolute;
		display: inline-block;
		top: 35px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		z-index: 2;
		-webkit-transition: all .2s;
	}
	a.logo img:hover {
		/*top: 25px;
		left: 25px;	
		-webkit-transform: scale(1.05);  
		-moz-transform: scale(1.05);  
		-o-transform: scale(1.05);    
		-ms-transform: scale(1.05);   
		transform: scale(1.05);  
		box-shadow: 5px 5px 10px #999999;
		padding: 5px;*/
	}	
	h1#logo-title {
		position: absolute;
		left: -9999px;
	}
	.small-logo {
		display: none;
	}
	.small-logo img {
		position: relative;
		height: 31px;
		margin-right: 5px;
		margin-bottom: 3px;
		background: #636666;
		padding: 2px;
	}
	.small-contact {
		display: none;
	}
	.small-contact img {
		margin-bottom: 10px;
		position: relative;
		height: 20px;
		margin-left: 5px;
	}	
	#contact-icon {
		position: relative;
		display: inline-block;
	}
	#contact-icon:hover > #show-address-box {
		display: inline-block;
	}
	#show-address-box {
		display: none;
		position: absolute;
		bottom: -80px;
		left: -100px;
		width: 170px;
		height: 60px;
		font-size: 0.9rem;
		color: #ffffff;
		background: rgba(0,0,0,0.9);
		border: 2px solid #a29061;
		box-shadow: 0 0 10px #999999;
		padding: 10px;
		border-radius: 0 0 0.8em 0.8em;
		moz-border-radius: 0 0 0.8em 0.8em;
		webkit-border-radius: 0 0 0.8em 0.8em;
	}
	
	/* banner */
	#banner {
		position: relative;
		width: 100%;
		overflow: hidden;
		float: left;
	}
	#banner img {
		position: relative;
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
	}	
	
	/* set up rotating banner */
	ul.rotatingBanner {
		position: relative;
		display: inline-block;
		float: left;
		height: 440px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	ul.rotatingBanner li {
		position: absolute;
		display: inline-block;
		width: 100%;
		list-style: none;	
		margin: 0;
		padding: 0;
		background: #fff;
	}
	ul.rotatingBanner img {
		width: 100%;
	}
	li.show {
		z-index: 1;
	}	
	
	/* banner call-outs */
	.banner-call-out {
		position: absolute;
		display: inline-block;
		background: rgba(255,255,255,0.6);
		/*font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;*/
		color: #333333;
		/*text-shadow: 1px 1px #1e1916;*/
		padding: 10px;
		font-size: 1.2rem;
		width: 200px;
		z-index: 30;
		text-align: left;
	}
	#banner-call-out-1 {
		left: 30px;
		bottom: 200px;
	}
	#banner-call-out-2 {
		right: 30px;
		bottom: 150px;
	}
	#banner-call-out-3 {
		right: 30px;
		top: 30px;
	}
	#banner-call-out-4 {
		left: 30px;
		top: 70px;
	}	
	
	/* html5 css3 fade in */
	@-webkit-keyframes fadi {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}
	@-moz-keyframes fadi {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}	
	
	/* content */
	#content {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		font-size: 1.0rem;
	}
	#content-inside-no-padding {
		position: relative;
		display: inline-block;
		text-align: justify;
		/*padding: 30px;*/
		-webkit-animation: fadi 2s 1;
		width: 900px; /* set from page-container - 2xpadding of content-inside */
		border: 8px solid #ffffff;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		background: #fafafa;
	}
	#content-inside {
		position: relative;
		display: inline-block;
		text-align: justify;
		padding: 30px;
		-webkit-animation: fadi 2s 1;
		width: 840px; /* set from page-container - 2xpadding of content-inside */
		border: 8px solid #ffffff;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		background: #fafafa;	
	}
	#content-left-col {
		position: relative;
		display: inline-block;
		width: 30%;
		float: left;
	}
	#content-right-col {
		position: relative;
		display: inline-block;
		width: 69%;
		float: right;
		margin-top: 55px;
		overflow: visible;
	}
	.circle-banner {
		position: absolute;
		border-radius: 50%; 
		border: 5px solid #636666;
		height: 168px;
		width: 168px;
		overflow: hidden;	
		z-index: 6;	
		background: #666666;
	}
	.circle-banner img {
		width: 100%;
		height: 100%;	
	}
	h1.page-title {
		position: absolute;
		width: 420px;
		left: 135px;
		top: 10px;
		padding: 5px 5px 5px 50px;
		background: #666666;
		color: #ffffff;		
		border-radius: 0 0.5em 0.5em 0;
		-webkit-border-radius: 0 0.5em 0.5em 0;
		-moz-border-radius:  0 0.5em 0.5em 0;
		z-index: 5;
	}
	
	/* service table */
	.service-col {
		position: relative;
		display: inline-block;
		padding: 1%;
		width: 48%;
		float: left;
		text-align: left;
	}	
	
	.panel {
		position: relative;
		display: inline-block;
		float: left;
		width: 33%;
		text-align: left;
	}
	.panelButton {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 200px;
		overflow: hidden;
	}
	.panelButton img {
		position: aboslute;
		top: 0;
		left: 0;
		opacity: 1.0;
	}
	.panelButton:hover > .tab {
		background: #007fc5;
		color: #ffffff;
	}
	.panelButton:hover > img {
		opacity: 0.8;
	}
	.tab {
		position: absolute;
		display: inline-block;
		bottom: 0;
		left: 0;
		background: #ffffff;
		color: #007fc5;
		text-transform: uppercase;
		width: 100%;
		height: 30px;
		text-align: left;
		padding: 8px 0 0 5px;
		z-index: 10;
		font-size: 1.3rem;		
	}	
	.tab-text {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		overflow: hidden;	
	}	
	
	.circle {
		position: absolute;
		border-radius: 50%; 
		border: 5px solid #ffffff;
		height: 168px;
		width: 168px;
		overflow: hidden;	
		z-index: 20;
	}
	.circle img {
		width: 100%;
		height: 100%;
	}
	a.circle-link:link, a.circle-link:active, a.circle-link:visited, a.circle-link:hover {
		position: absolute;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		z-index: 100;
	}
	a.circle-link:hover {
		color: #a29061;
	}
	#circle-link-1  {
		bottom: -110px;
		left: 118px;
	}
	#circle-link-2  {
		bottom: -110px;
		left: 410px;
	}
	#circle-link-3  {
		bottom: -110px;
		left: 635px;
	}
	#circle-1 {
		bottom: -84px;
		left: 100px;
	}
	#circle-2 {
		bottom: -84px;
		left: 350px;
	}	
	#circle-3 {
		bottom: -84px;
		left: 600px;
	}	
	.circle:hover {
		border: 5px solid #636666;
		box-shadow: 0 0 10px #000000;	
	}	
	#buffer {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 120px;
	}	
	
	/* mabile connect buttons */
	#call-now, #map-it {
		display: none;
	}
	#social-links-section {
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 20;
	}
	
	/* footer */
	#footer-container {
		position: relative;
		display: inline-block;
		width: 100%;
		background: #ffffff; 
		color: #666666;
		font-size: 0.9rem;
		border-top: 30px solid #666666;
	}
	#footer-center {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		padding: 10px 0 10px 0;
	}
	#footer-container a {
		text-decoration: none;	
	}		
	div.footer-col {
		position: relative;
		display: inline-block;
		padding-right: 120px;
		float: left;
	}	
	div.footer-col-last {
		position: relative;
		display: inline-block;
		padding: 0 40px 0 40px;
		float: left;
	}		
	#blue-footer-wrapper {
		position: relative;
		display: inline-block;
		background: #636666;
		color: #ffffff;
		float: left;
		padding: 50px;
		border-radius: 0 0.5em 0.5em 0;
		margin-right: 1%;
	}
	
	/* hide dynamic phone navigation */
	#phone-nav-dynamic {
		display: none;
	}
	
	/* set title tags h1, h2, h3 sizes and margins */
	h1 {
		font-size: 1.7rem;
		margin: 5px 0 5px 0;		
	}
	h2 {
		font-size: 1.3rem;
		margin: 15px 0 5px 0;
		line-height: 90%;
	}
	h3 {
		font-size: 1.1rem;
		margin: 20px 0 5px 0;
		font-weight: bold;
	}		
	
	/* menu styles */
	.plus-sign {
		position: relative;
		margin: 0 2px 0 2px;
		color: #a29061;
	}
	#menu {
		/* menu container */
		font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
		text-transform: uppercase;
	}
	a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
		position: relative;
		display: inline-block;
		padding:  10px 5px 6px 5px;
		height: 24px;
		text-align: center;
		margin: 0;
		color: #a29061;
		background: #ffffff;
		font-weight: normal;	
		text-decoration: none;
		font-size: 1.0rem;
	}
	a.menu:hover {
		background: #a29061; 
		color: #ffffff; 
	}	
	a.selected:link, a.selected:active, a.selected:visited, a.selected:hover {
		position: relative;
		display: inline-block;
		padding:  10px 5px 6px 5px;
		height: 24px;
		margin-right: 0;
		background: #a29061; 
		color: #ffffff; 
		font-weight: normal;	
		text-decoration: none;
		font-size: 1.0rem;
	}	
	a.selected:hover {
		background: #a29061; 
		color: #ffffff; 
	}
	#menubar { 
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		height:  40px;
	}
	#menubar li { 
		float: left;
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;		
	}
	#menubar li ul { 
		margin: 0 0 0 0;
		padding: 0;
		position: absolute;
		display: none;
		z-index: 30;
	}
	#menubar li ul li { 
		float: none;	
	}
	#menubar li:hover ul {
		display: block;
	}
	a.menu-drop:link, a.menu-drop:visited, a.menu-drop:active, a.menu-drop:hover {
		position: relative;
		display: inline-block;
		width: 250px;
		color: #ffffff;
		padding:  5px;
		font-weight: normal;	
		text-decoration: none;
		text-align: left;
		font-size: 1.0rem;
		background: #a29061; 
		border-bottom: 1px solid #ffffff; 
		/* easing for slow fade change of background color */
		-o-transition:color .2s ease-out, background 0.3s ease-in;
		-ms-transition:color .2s ease-out, background 0.3s ease-in;
		-moz-transition:color .2s ease-out, background 0.3s ease-in;
		-webkit-transition:color .2s ease-out, background 0.3s ease-in;
		/* ...and now override with proper CSS property */
		transition:color .2s ease-out, background 0.3s ease-in;		
	}
	a.menu-drop:hover {
		background: #636666; 
		color: #ffffff; 
		border-bottom: 1px solid #ffffff; 		
	}	
	.menu-regular {
		position: absolute;
		display: inline-block;
		height: 40px;
		bottom: 0;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		width: 85%;
		background: #ffffff;
		padding: 0 1% 0 1%;
		border-radius: 0.5em 0.5em 0 0;
		text-align: center;
	}
	.menu-fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		background: rgba(255,255,255,1.0);
		box-shadow: 0 0 10px #999999;
		moz-box-shadow: 0 0 10px #999999;
		webkit-box-shadow: 0 0 10px #999999;
		height: 40px;
		z-index: 100;
		text-align: center;
	}
	
	/* contact forms */
	#contactFrm {
		position: relative;
		display: inline-block;
		width: 300px;
		padding: 10px;
	}	
	#contactFrmModal {
		position: absolute;
		right: 362px;
		top: 10%;
		display: inline-block;
		width: 300px;
		padding: 10px;
		z-index: 1000;
		background: #ffffff;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border: 1px solid #cccccc;
		box-shadow: 0 0 10px #333333;
	}
	#contact-lcol {
		position: relative;
		float: left;
		width: 100%;
	}
	#contact-rcol {
		position: relative;
		float: right;
		width: 50%;
	}
	#contactFrm h3 {
		padding: 0;
		margin: 0;
		color: #fff;
	}
	input.contact-form {
		position: relative;
		width: 95%;
		border: none;
		padding: 2%;
		margin: 1% 0 1% 0;
		background: #fff;
		margin-bottom: 4%;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #333333;
		outline: none;
		font-size: 1.1rem;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
	}
	input.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}	
	textarea.contact-form  {
		position: relative;
		width: 95%;
		height: 45px;
		border: none;
		padding: 2%;
		margin-top: 0;
		background: #fff;	
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		color: #333333;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
	}
	textarea.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}		
	.contact-form-button {
		position: relative;
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #90c7e7; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}	
	.contact-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}

	#contact-left-column {
		background:#fff; border:1px solid #ccc; padding: 2%; float: left; width: 96%; display: inline-block;
	}
	#contact-right-column {
		background:#fff; border:1px solid #ccc; padding: 2%; float: left; width: 96%; display: inline-block;
	}		
	#inside-left-col {
		position: relative;
		display: inline-block;
		width: 50%;
		float: left;
	}
	#inside-right-col {
		position: relative;
		display: inline-block;
		width: 50%;
		float: right;	
	}
	
	/* request appointment form */
	#request-appointment {
		position: relative;
		display: inline-block;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		width: 100%;
		padding: 0;
	}
	table.request-form-table {
		width: 100%;
	}
	table.request-form-table td {
		padding: 1%;
	}
	.request-input {
		margin: 3px 0 3px 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		width: 96%;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		border: 1px solid #a29061;
		padding: 2%;
		outline: none;
	}	
	.request-input:hover {
		background: #ececec;
		border: 1px solid #808080;
	}		
	.request-form-button {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #a29061; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}
	.request-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}	
	#ra-form {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.request-lcol {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
	}
	.request-rcol {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
	}
	
	img.smile-gallery {
		width: 450px;
	}
	
	/* profile images */
	img.profile {
		position: relative;
		display: inline-block;
		float: left;
		margin: 0 2% 3% 0;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		/*width: 200px;*/
	}	
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	body {
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #333333;
		/*background: #ffffff;*/
		background-image: url("images/default-background.jpg");
		/*background-size: 100%;*/
		background-attachment: fixed;		
	}
	#page-container {
		position: relative;
		height: 100%;
		width: 100%;
		max-width: 990px;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		top: 0;
		background: #636666;
	}	
	
	#overlay {
		display: none;
		position: absolute; 
		z-index: 400; 
		width:100%; 
		height: 100%; 
		background: rgba(0,0,0,0.5);
	}
	a#closeRequestForm:link, a#closeRequestForm:visited, a#closeRequestForm:active, a#closeRequestForm:hover {
		position: absolute;
		right: -15px;
		top: -15px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		font-size: 1.5rem;
		color: #ffffff;
		background: #90c7e7;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;  
		-moz-transition: all 0.2s ease;  
		-o-transition: all 0.2s ease;  
		-ms-transition: all 0.2s ease;  
		transition: all 0.2s ease; 		
	}
	a#closeRequestForm:hover {
		color: #ffffff;
		background: #939598;
		width: 45px;
		height: 40px;
		font-size: 1.8rem;
		right: -20px;
		top: -20px;	
		padding-top: 5px;
		box-shadow: 0 0 10px #333333;		
	}	
	/* button style link */
	a.requestBtn:link, a.requestBtn:active, a.requestBtn:visited, a.requestBtn:hover {
		position: absolute;
		top: -32px;
		right: 20px;
		display: inline-block;
		padding: 20px;
		margin: 0;
		color: #ffffff;
		background: #939598;
		text-decoration: none;
		font-size: 1.2rem;
		z-index: 20;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-mobile-border-radius: 0.5em;
		/* easing for slow fade change of background color */
		-o-transition:color .2s ease-out, background 0.5s ease-in;
		-ms-transition:color .2s ease-out, background 0.5s ease-in;
		-moz-transition:color .2s ease-out, background 0.5s ease-in;
		-webkit-transition:color .2s ease-out, background 0.5s ease-in;
		/* ...and now override with proper CSS property */
		transition:color .2s ease-out, background 0.5s ease-in;		
	}
	a.requestBtn:hover {
		color: #ffffff;
		background: #90c7e7;
	}	
	
	
	/* ticker */
	#ticker {
		position: absolute;
		display: inline-block;
		width: 100%;
		text-align: center;
		bottom: 60px;
		padding: 0;
	}
	
	/* header */
	#header {
		position: relative;
		display: inline-block;
		padding: 0;
		width: 100%;
		height: 242px;
		float: left;
	}	
	
	a.large-phone:link, a.large-phone:active, a.large-phone:visited, a.large-phone:hover  {
		position: relative;
		text-decoration: none;
		color: #a29061;
		padding: 2px;
		font-size: 1.2rem;
	}
	a.large-phone:hover  {
		color: #a29061;		
		border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
	}	
	#call-out a {
		position: relative;
		color: #ffffff;
		padding: 2px;		
		font-size: 1.2rem;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	/* logo and page header settings */
	a.logo img {
		position: absolute;
		display: inline-block;
		top: 5px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		z-index: 2;
		-webkit-transition: all .2s;
	}
	a.logo img:hover {
		/*top: 25px;
		left: 25px;	
		-webkit-transform: scale(1.05);  
		-moz-transform: scale(1.05);  
		-o-transform: scale(1.05);    
		-ms-transform: scale(1.05);   
		transform: scale(1.05);  
		box-shadow: 5px 5px 10px #999999;
		padding: 5px;*/
	}	
	h1#logo-title {
		position: absolute;
		left: -9999px;
	}
	.small-logo {
		display: none;
	}
	.small-logo img {
		position: relative;
		height: 25px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.small-contact {
		display: none;
	}
	.small-contact img {
		margin-bottom: 10px;
		position: relative;
		height: 20px;
		margin-left: 5px;
	}	
	#contact-icon {
		position: relative;
		display: inline-block;
	}
	#contact-icon:hover > #show-address-box {
		display: inline-block;
	}
	#show-address-box {
		display: none;
		position: absolute;
		bottom: -80px;
		left: -100px;
		width: 170px;
		height: 60px;
		font-size: 0.9rem;
		color: #ffffff;
		background: rgba(0,0,0,0.9);
		border: 2px solid #a29061;
		box-shadow: 0 0 10px #999999;
		padding: 10px;
		border-radius: 0 0 0.8em 0.8em;
		moz-border-radius: 0 0 0.8em 0.8em;
		webkit-border-radius: 0 0 0.8em 0.8em;
	}
	
	/* banner */
	#banner {
		position: relative;
		width: 100%;
		max-width: 990px;
		overflow: hidden;
		float: left;
		background: #ffffff;
	}
	#banner img {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 990px;		
		float: left;
		margin: 0;
		padding: 0;
	}	
	
	/* set up rotating banner */
	ul.rotatingBanner {
		position: relative;
		display: inline-block;
		float: left;
		height: 440px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	ul.rotatingBanner li {
		position: absolute;
		display: inline-block;
		width: 100%;
		list-style: none;	
		margin: 0;
		padding: 0;
		background: #fff;
	}
	ul.rotatingBanner img {
		width: 100%;
	}
	li.show {
		z-index: 1;
	}	
	
	/* banner call-outs */
	.banner-call-out {
		position: absolute;
		display: inline-block;
		background: rgba(255,255,255,0.6);
		/*font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;*/
		color: #333333;
		/*text-shadow: 1px 1px #1e1916;*/
		padding: 10px;
		font-size: 1.2rem;
		width: 200px;
		z-index: 30;
		text-align: left;
	}
	#banner-call-out-1 {
		left: 30px;
		bottom: 200px;
	}
	#banner-call-out-2 {
		right: 30px;
		bottom: 150px;
	}
	#banner-call-out-3 {
		right: 30px;
		top: 30px;
	}
	#banner-call-out-4 {
		left: 30px;
		top: 70px;
	}	
	
	/* html5 css3 fade in */
	@-webkit-keyframes fadi {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}
	@-moz-keyframes fadi {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}	
	
	/* content */
	#content {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 990px;
		text-align: center;
		padding-bottom: 20px;
	}
	#content-inside-no-padding {
		position: relative;
		display: inline-block;
		text-align: justify;
		-webkit-animation: fadi 2s 1;
		width: 100%;
		max-width: 990px;
		border: 8px solid #ffffff;
		border-radius: 0 0 0.5em0.5em;
		-webkit-border-radius: 0 0 0.5em0.5em;
		-moz-border-radius: 0 0 0.5em0.5em;
		background: #ffffff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#content-inside {
		position: relative;
		display: inline-block;
		text-align: justify;
		padding: 30px;
		-webkit-animation: fadi 2s 1;
		width: 100%;
		max-width: 990px;
		border: 8px solid #ffffff;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		background: #ffffff;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#content-left-col {
		position: relative;
		display: inline-block;
		width: 30%;
		float: left;
	}
	#content-right-col {
		position: relative;
		display: inline-block;
		width: 69%;
		float: right;
		margin-top: 55px;
		overflow: visible;
	}
	.circle-banner {
		position: absolute;
		border-radius: 50%; 
		border: 5px solid #636666;
		height: 168px;
		width: 168px;
		overflow: hidden;	
		z-index: 6;	
	}
	.circle-banner img {
		width: 100%;
		height: 100%;	
	}
	h1.page-title {
		position: absolute;
		width: 310px;
		left: 135px;
		top: 10px;
		padding: 5px 5px 5px 50px;
		background: #666666;
		color: #ffffff;		
		border-radius: 0 0.5em 0.5em 0;
		-webkit-border-radius: 0 0.5em 0.5em 0;
		-moz-border-radius:  0 0.5em 0.5em 0;
		z-index: 5;
	}
	
	/* service table */
	.service-col {
		position: relative;
		display: inline-block;
		padding: 1%;
		width: 48%;
		float: left;
		text-align: left;
	}	
	
	.panel {
		position: relative;
		display: inline-block;
		float: left;
		width: 33%;
		text-align: left;
	}
	.panelButton {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 200px;
		overflow: hidden;
	}
	.panelButton img {
		position: aboslute;
		top: 0;
		left: 0;
		opacity: 1.0;
	}
	.panelButton:hover > .tab {
		background: #007fc5;
		color: #ffffff;
	}
	.panelButton:hover > img {
		opacity: 0.8;
	}
	.tab {
		position: absolute;
		display: inline-block;
		bottom: 0;
		left: 0;
		background: #ffffff;
		color: #007fc5;
		text-transform: uppercase;
		width: 100%;
		height: 30px;
		text-align: left;
		padding: 8px 0 0 5px;
		z-index: 10;
		font-size: 1.3rem;		
	}	
	.tab-text {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		overflow: hidden;	
	}	
	
	.circle {
		/*position: relative;
		border-radius: 50%; 
		border: 5px solid #2a3f6b;
		margin-right: 2%;
		float: left;
		height: 50px;
		width: 50px;
		overflow: hidden;*/
		display: none;
	}
	a.circle-link:link, a.circle-link:active, a.circle-link:visited, a.circle-link:hover {
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #ffffff;
		background: #a29061;
		padding: 2%;
		width: 96%;
		font-weight: bold;
		margin-top: 1%;
	}
	a.circle-link:hover {
		color: #a29061;
		background: #ececec;
	}
	#circle-link-1  {
	}
	#circle-link-2  {
	}
	#circle-link-3  {
	}	
	#buffer {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 1px;
	}	
	
	/* mabile connect buttons */
	#call-now, #map-it {
		display: none;
	}
	
	#social-links-section {
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 20;
	}	
	
	/* footer */
	#footer-container {
		position: relative;
		display: inline-block;
		width: 100%;
		background: #ffffff; 
		color: #666666;
		font-size: 0.9rem;
		border-top: 30px solid #666666;
		height: 600px;
	}
	#footer-center {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		max-width: 990px;
		padding: 10px 0 10px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#footer-container a {
		text-decoration: none;	
	}		
	div.footer-col {
		position: relative;
		display: inline-block;
		padding-right: 10%;
		float: left;
		width: 60%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}	
	div.footer-col-last {
		position: relative;
		display: inline-block;
		padding: 0 5% 0 5%;
		float: right;
		width: 40%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
	#blue-footer-wrapper {
		position: relative;
		display: inline-block;
		background: #636666;
		color: #ffffff;
		float: left;
		padding: 10px 10px 10px 60px;
		border-radius: 0 0.5em 0.5em 0;
		margin-right: 30px;
	}
	
	/* hide dynamic phone navigation */
	#phone-nav-dynamic {
		display: none;
	}
	
	/* set title tags h1, h2, h3 sizes and margins */
	h1 {
		font-size: 1.7rem;
		margin: 5px 0 5px 0;		
	}
	h2 {
		font-size: 1.3rem;
		margin: 15px 0 5px 0;
		line-height: 90%;
	}
	h3 {
		font-size: 1.1rem;
		margin: 20px 0 5px 0;
		font-weight: bold;
	}		
	
	/* menu styles */
	.plus-sign {
		position: relative;
		margin: 0 3px 0 3px;
		color: #a29061;
	}
	#menu {
		/* menu container */
		text-transform: uppercase;
	}
	a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
		position: relative;
		display: inline-block;
		padding:  10px 5px 6px 5px;
		height: 24px;
		text-align: center;
		margin: 0;
		color: #a29061;
		background: #ffffff;
		font-weight: normal;	
		text-decoration: none;
		font-size: 1.0rem;
	}
	a.menu:hover {
		background: #a29061; 
		color: #ffffff; 
	}	
	a.selected:link, a.selected:active, a.selected:visited, a.selected:hover {
		position: relative;
		display: inline-block;
		padding:  10px 5px 6px 5px;
		height: 24px;
		margin-right: 0;
		background: #a29061; 
		color: #ffffff; 
		font-weight: normal;	
		text-decoration: none;
		font-size: 1.0rem;
	}	
	a.selected:hover {
		background: #ffffff; 
		color: #a29061; 
	}
	#menubar { 
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		height:  40px;
	}
	#menubar li { 
		float: left;
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;		
	}
	#menubar li ul { 
		margin: 0 0 0 0;
		padding: 0;
		position: absolute;
		display: none;
		z-index: 30;
	}
	#menubar li ul li { 
		float: none;	
	}
	#menubar li:hover ul {
		display: block;
	}
	a.menu-drop:link, a.menu-drop:visited, a.menu-drop:active, a.menu-drop:hover {
		position: relative;
		display: inline-block;
		width: 200px;
		color: #ffffff;
		padding:  5px;
		font-weight: normal;	
		text-decoration: none;
		text-align: left;
		font-size: 1.0rem;
		background: #a29061; 
		border-bottom: 1px solid #ffffff; 
		/* easing for slow fade change of background color */
		-o-transition:color .2s ease-out, background 0.3s ease-in;
		-ms-transition:color .2s ease-out, background 0.3s ease-in;
		-moz-transition:color .2s ease-out, background 0.3s ease-in;
		-webkit-transition:color .2s ease-out, background 0.3s ease-in;
		/* ...and now override with proper CSS property */
		transition:color .2s ease-out, background 0.3s ease-in;		
	}
	a.menu-drop:hover {
		background: #a29061; 
		color: #ffffff; 
		border-bottom: 1px solid #ffffff; 		
	}	
	.menu-regular {
		position: absolute;
		display: inline-block;
		height: 40px;
		bottom: 0;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		width: 100%;
		background: #ffffff;
		padding: 0 1% 0 1%;
		border-radius: 0.5em 0.5em 0 0;
		text-align: center;
		font-size: 0.9rem;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.menu-fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		background: rgba(255,255,255,1.0);
		box-shadow: 0 0 10px #999999;
		moz-box-shadow: 0 0 10px #999999;
		webkit-box-shadow: 0 0 10px #999999;
		height: 40px;
		z-index: 100;
		text-align: center;
		font-size: 0.9rem;
	}
	
	/* contact forms */
	#contactFrm {
		position: relative;
		display: inline-block;
		width: 300px;
		padding: 10px;
	}	
	#contactFrmModal {
		position: absolute;
		right: 362px;
		top: 10%;
		display: inline-block;
		width: 300px;
		padding: 10px;
		z-index: 1000;
		background: #ffffff;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border: 1px solid #cccccc;
		box-shadow: 0 0 10px #333333;
	}
	#contact-lcol {
		position: relative;
		float: left;
		width: 100%;
	}
	#contact-rcol {
		position: relative;
		float: right;
		width: 50%;
	}
	#contactFrm h3 {
		padding: 0;
		margin: 0;
		color: #fff;
	}
	input.contact-form {
		position: relative;
		width: 95%;
		border: none;
		padding: 2%;
		margin: 1% 0 1% 0;
		background: #fff;
		margin-bottom: 4%;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #333333;
		outline: none;
		font-size: 1.1rem;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
	}
	input.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}	
	textarea.contact-form  {
		position: relative;
		width: 95%;
		height: 45px;
		border: none;
		padding: 2%;
		margin-top: 0;
		background: #fff;	
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		color: #333333;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
	}
	textarea.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}		
	.contact-form-button {
		position: relative;
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #90c7e7; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}	
	.contact-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}

	#contact-left-column {
		background:#fff; border:1px solid #ccc; padding: 2%; float: left; width: 96%; display: inline-block;
	}
	#contact-right-column {
		background:#fff; border:1px solid #ccc; padding: 2%; float: left; width: 96%; display: inline-block;
	}				
	#inside-left-col {
		position: relative;
		display: inline-block;
		width: 50%;
		float: left;
	}
	#inside-right-col {
		position: relative;
		display: inline-block;
		width: 50%;
		float: right;	
	}
	
	/* request appointment form */
	#request-appointment {
		position: relative;
		display: inline-block;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		width: 100%;
		padding: 0;
	}
	table.request-form-table {
		width: 100%;
	}
	table.request-form-table td {
		padding: 1%;
	}
	.request-input {
		margin: 3px 0 3px 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		width: 96%;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		border: 1px solid #a29061;
		padding: 2%;
		outline: none;
	}	
	.request-input:hover {
		background: #ececec;
		border: 1px solid #808080;
	}		
	.request-form-button {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #a29061; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}
	.request-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}	
	#ra-form {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.request-lcol {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
	}
	.request-rcol {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
	}
	
	img.smile-gallery {
		width: 450px;
	}
	
	/* profile images */
	img.profile {
		position: relative;
		display: inline-block;
		float: left;
		margin: 0 2% 3% 0;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		width: 200px;
	}
}
@media screen and (max-width: 600px) {
	body {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #333333;
		height: 100%;
		background: #ffffff;		
	}		
	#page-container {
		position: relative;
		width: 100%;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		top: 0;
		background: #636666;
	}
	
	#overlay {
		display: none;
		position: fixed; 
		z-index: 400; 
		width:100%; 
		height: 100%; 
		background: rgba(0,0,0,0.5);
	}	
	a#closeRequestForm:link, a#closeRequestForm:visited, a#closeRequestForm:active, a#closeRequestForm:hover {
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		font-size: 1.5rem;
		color: #ffffff;
		background: #90c7e7;
		text-align: center;
		text-decoration: none;
	}
	a#closeRequestForm:hover {
		color: #ffffff;
		background: #939598;
	}	
	/* button style link */
	a.requestBtn:link, a.requestBtn:active, a.requestBtn:visited, a.requestBtn:hover {
		position: relative;
		display: inline-block;
		width: 96%;
		padding: 2%;
		margin: 0;
		color: #ffffff;
		background: #939598;
		text-decoration: none;
		font-size: 1.2rem;
		z-index: 100;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		text-align: center;
	}
	a.requestBtn:hover {
		color: #ffffff;
		background: #90c7e7;
	}		
	
	/* ticker */
	#ticker {
		display: none;
	}
	
	/* header */
	#header {
		position: relative;
		display: inline-block;
		padding: 0 0 0 0;
		margin: 0;
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 23px;
	}	
	
	/* set title tags h1, h2, h3 sizes and margins */
	h1 {
		font-size: 1.5rem;
		margin: 2% 0 2% 0;
	}	
	h2 {
		font-size: 1.3rem;
		margin: 3% 0 2% 0;
	}
	h3 {
		font-size: 1.1rem;
		margin: 2% 0 2% 0;
		font-weight: bold;
	}
	
	/* hide phone number and call-out */
	.large-phone {
		display: none;
	}
	#call-out {
		display: none;
	}
	
	/* hide the desktop menu */
	#menu {
		display: none;
	}

	/* logo and page header settings */
	a.logo img {
		position: relative;
		width: 100%;
		max-width: 276px;
	}
	h1#logo-title {
		position: absolute;
		left: -9999px;
	}		
	
	/* hide carousel */
	#slider1 {
		display: none;
	}
	
	/* content */
	#content {
		position: relative;
		display: inline-block;
		width: 96%;
		padding: 2%;
		background: rgba(255,255,255,1.0);
	}
	#content-inside {
		text-align: justify;
		width: 100%;
	}
	#call-now, map-it {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	
	.panel {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
	}
	.panelButton {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 200px;
		overflow: hidden;
	}
	.panelButton img {
		position: aboslute;
		top: 0;
		left: 0;
		opacity: 1.0;
	}
	.panelButton:hover > .tab {
		background: #007fc5;
		color: #ffffff;
	}
	.panelButton:hover > img {
		opacity: 0.8;
	}
	.tab {
		position: absolute;
		display: inline-block;
		bottom: 0;
		left: 0;
		background: #ffffff;
		color: #007fc5;
		text-transform: uppercase;
		width: 100%;
		height: 30px;
		text-align: left;
		padding: 8px 0 0 5px;
		z-index: 10;
		font-size: 1.3rem;		
	}	
	.tab-text {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 280px;
		overflow: hidden;	
		text-align: left;
	}	
	
	.circle-banner {
		position: relative;
		border-radius: 50%; 
		border: 2px solid #636666;
		height: 60px;
		width: 60px;
		overflow: hidden;	
		z-index: 6;	
	}
	.circle-banner img {
		width: 100%;
		height: 100%;	
	}
	h1.page-title {
		position: relative;
		float: right;
		padding: 5px;
		z-index: 5;
		font-size: 1.1em;
	}	
	
	.circle {
		/*position: relative;
		border-radius: 50%; 
		border: 5px solid #2a3f6b;
		margin-right: 2%;
		float: left;
		height: 50px;
		width: 50px;
		overflow: hidden;*/
		display: none;
	}
	a.circle-link:link, a.circle-link:active, a.circle-link:visited, a.circle-link:hover {
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #ffffff;
		background: #a29061;
		padding: 2%;
		width: 96%;
		font-weight: bold;
		margin-top: 1%;
	}
	a.circle-link:hover {
		color: #a29061;
		background: #ececec;
	}
	#circle-link-1  {
	}
	#circle-link-2  {
	}
	#circle-link-3  {
	}	
	#buffer {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 1px;
	}
	
	/* footer */
	#footer-container {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 2%;
		background: #ffffff; 
		color: #666666;
		font-size: 0.95rem;
		border-top: 5px solid #666666;
	}
	#footer-container a {
		text-decoration: none;	
	}		
	div.footer-col {
		position: relative;
		width: 100%;
		float: left;
		margin-bottom: 2%;
	}
	#blue-footer-wrapper {
		position: relative;
		display: inline-block;
		background: #636666;
		width: 100%;
		color: #ffffff;
		float: left;
		padding: 10px 10px 10px 10px;
		border-radius: 0 0.5em 0.5em 0;
		margin-bottom: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}	
	
	/* adjust banner for mobile view*/
	#banner {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	#banner img {
		position: relative;
		display: inline-block;
		float: left;
	}
	
	/* set up rotating banner */
	ul.rotatingBanner {
		position: relative;
		display: inline-block;
		float: left;
		height: 200px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	ul.rotatingBanner li {
		position: absolute;
		display: inline-block;
		width: 100%;
		list-style: none;	
		margin: 0;
		padding: 0;
		/*background: #fff;*/
	}
	ul.rotatingBanner img {
		width: 100%;
	}
	li.show {
		z-index: 1;
	}		
	
	/* banner call-outs */
	.banner-call-out {
		position: relative;
		display: inline-block;
		width: 96%;
		text-align: center;
		background: #ececec;
		color: #333333;
		padding: 2%;
		font-size: 1.0rem;
		height: 50px;
	}	
	
	/* hide social media tab */
	.social-media-tab {	
		display: none;
	}
	
	#social-links-section {	
		position: absolute;
		top: 22px;
		right: 2%;
		z-index: 20;		
	}		
	
	/* dynamic phone navigation */
	.phone-nav-icon {
		float: left; 
		width: 20px; 
		padding: 1%; 
		background: #fff; 
		margin-top: 3px;
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
	}

	#phone-nav-dynamic {
		position: relative;
		top: -24px; 
		z-index: 30;
		width: 100%;
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;	
		box-shadow: 0 0 10px #000000;
		-moz-box-shadow: 0 0 10px #000000;
		-webkit-box-shadow: 0 0 10px #000000;		
	}	
	#phone-nav-overlay {
		position: relative;
		width: 100%;
		display: none;
		z-index: 999;
	}	
	a.phone-nav-selected:link, a.phone-nav-selected:visited, a.phone-nav-selected:active, a.phone-nav-selected:hover {		
		position: relative;
		display: inline-block;
		width: 96%;
		padding: 2%;
		border-bottom: 1px solid #ececec;		
		color: #fff;
		text-decoration: none;
		font-size: 1.2rem;
		background: #999999;
	}	
	a.phone-nav-selected:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #a29061; 
	}	
	a.phone-nav-links:link, a.phone-nav-links:visited, a.phone-nav-links:active, a.phone-nav-links:hover {
		width: 96%;
		padding: 2%;
		border-bottom: 1px solid #ececec;
		display: inline-block;
		color: #333333;
		background: #fafafa;
		text-decoration: none;
		font-size: 1.2rem;
	}	
	a.phone-nav-links:hover {
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #a29061; 
	}
	a#dynamic-phone-menu:link, a#dynamic-phone-menu:active, a#dynamic-phone-menu:visited, a#dynamic-phone-menu:hover {
		display: inline-block;
		width: 96%;
		padding: 2%;
		background: #a29061; 
		text-decoration: none;
		font-size: 1.4rem;	
		font-weight: bold;
		color: #fff;
	}
	a#dynamic-phone-menu:hover {
		color: #fff;
		background: #808080; 
	}
	.faded {
		opacity: 0.2;
	}	
	
	/* contact forms */
	#contactFrm {
		position: relative;
		display: inline-block;
		width: 300px;
		padding: 10px;
	}	
	#contactFrmModal {
		position: relative;
		display: inline-block;
		margin-top: 2%;
		width: 96%;
		padding: 2%;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		background: rgba(255,255,255,1.0);
	}
	#contact-lcol {
		position: relative;
		float: left;
		width: 100%;
	}
	#contact-rcol {
		position: relative;
		float: left;
		width: 100%;
	}
	#contactFrm h3 {
		padding: 0;
		margin: 0;
		color: #fff;
	}
	input.contact-form {
		position: relative;
		width: 95%;
		border: none;
		padding: 2%;
		margin: 1% 0 1% 0;
		background: #fff;
		margin-bottom: 4%;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #333333;
		outline: none;
		font-size: 1.1rem;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
	}
	input.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}	
	textarea.contact-form  {
		position: relative;
		width: 95%;
		height: 45px;
		border: none;
		padding: 2%;
		margin-top: 0;
		background: #fff;	
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		color: #333333;
		border: 1px solid #939598; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
	}
	textarea.contact-form:hover {
		background: #ececec;
		border: 1px solid #808080;
	}	
	.contact-form-button {
		position: relative;
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #90c7e7; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}
	.contact-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}	
	
	#contact-left-column {
		background:#eee; border:1px solid #ccc; padding:2%; float: left; width: 96%; display: inline-block;
	}
	#contact-right-column {
		background:#eee; border:1px solid #ccc; padding:2%; float: left; width: 96%; display: inline-block; margin-top: 2%;
	}		
	
	/* request appointment form */
	#request-appointment {
		position: relative;
		display: inline-block;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		width: 96%;
		padding: 2%;
	}
	.request-input {
		margin: 3px 0 3px 0;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 1.1rem;
		width: 96%;
		border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-border-radius: .3em;
		border: 1px solid #a29061;
		padding: 2%;
		outline: none;
	}	
	.request-input:hover {
		background: #ececec;
		border: 1px solid #808080;
	}		
	.request-form-button {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-top: 2%;
		cursor: pointer;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		color: #fff;
		padding: 1% 5% 1% 5%;
		background: #a29061; 
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;		
		outline: none;
		border: none;
		font-size: 1.1rem;
		text-align: center;
	}
	.request-form-button:hover {
		color: #ffffff; 
		background: #808080; 
	}	

	.request-lcol {
		text-align: left;
	}
	.request-rcol {
		text-align: left;
	}	
	
	img.smile-gallery {
		width: 100%;
	}
	
	/* profile images */
	img.profile {
		position: relative;
		display: inline-block;
		float: left;
		margin: 0 2% 3% 0;
		border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		width: 100px;
	}	
}

/* common font styling */
b {
    color: #a29061; 
}

/* default title styles */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: normal;
	color: #a29061;
	text-align: left;
}

/* cummunity spirit images */
img.community-spirit {
	position: relative;
	display: inline-block;
	width: 46%;
	padding: 2%;
	background: #ffffff;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
}

/* default link styles */
a:link, a:active, a:visited, a:hover {
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #a29061; 
	text-decoration: underline;
	outline: none;
}

/* download buttons */
a.download:link, a.download:active, a.download:visited, a.download:hover {
	position: relative;
	display: inline-block;
	padding: 8px 5px 5px 5px;
	margin: 5px 0 5px 0;
	color: #ffffff;
	background: #a29061;
	text-decoration: none;
	font-size: 1.2rem;
	border-radius: 0.5em;
	width: 50%;
}
a.download:hover {
	color: #ffffff;
	background: #999999;
}
img.download-icon {
	position: relative;
	float: left; 
	margin: 2px 5px 0 0;
}

/* mobile-call-now button */
a.callnow:link, a.callnow:active, a.callnow:visited, a.callnow:hover {
	position: relative;
	display: inline-block;
	padding: 2% 2% 2% 2%;
	width: 96%;
	margin: 1% 0 1% 0;
	color: #ffffff;
	background: #a29061;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
}
a.callnow:hover {
	color: #ffffff;
	background: #808080;
}

/* button style link */
a.button:link, a.button:active, a.button:visited, a.button:hover {
	position: relative;
	display: inline-block;
	padding: 2% 2% 2% 2%;
	margin: 4% 0 1% 2%;
	color: #ffffff;
	background: #a29061;
	text-decoration: none;
	font-size: 1.2rem;
	/* easing for slow fade change of background color */
	-o-transition:color .2s ease-out, background 0.5s ease-in;
	-ms-transition:color .2s ease-out, background 0.5s ease-in;
	-moz-transition:color .2s ease-out, background 0.5s ease-in;
	-webkit-transition:color .2s ease-out, background 0.5s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 0.5s ease-in;	
	float: right;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
a.button:hover {
	color: #ffffff;
	background: #999999;
}

/* footer link styles */
div.footer-col a:link, div.footer-col a:active, div.footer-col a:visited, div.footer-col a:hover {
	color: #666666;
	text-transform: uppercase;
}
div.footer-col a:hover {
	color: #a29061;
}
div#blue-footer-wrapper a:link, div#blue-footer-wrapper a:active, div#blue-footer-wrapper a:visited, div#blue-footer-wrapper a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #a29061;
}
div#blue-footer-wrapper a:hover {
	color: #a29061;
	border-bottom: 1px dashed #ffffff;
}
div#blue-footer-wrapper b {
	color: #ffffff;
}

/* fancy download document link */
a.document-button:link, a.document-button:visited, a.document-button:active {
	position: relative;
	display: inline-block;
	padding: 20px;
	background: #9B8C7E;
	color: #494747;
	font-size: 1.1rem;
	margin-bottom: 2%;
	width: 70%;
	text-decoration: none;
}
a.document-button:hover {
	background: #494747;
	color: #fff;
}

a.footerRequestButton:link, a.footerRequestButton:visited, a.footerRequestButton:active, a.footerRequestButton:hover {
	position: relative;
	display: inline-block;
	padding: 5px;
	margin: 0 0 5px 0;
	color: #a29061;
	background: #ffffff;
	text-decoration: none;
	font-size: 1.2rem;
	z-index: 20;
	border: 1px solid #a29061;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-mobile-border-radius: 0.3em;		
}
a.footerRequestButton:hover {
	color: #ffffff;
	background: #a29061;
	border: 1px solid #a29061;	
}

/* social media sharing - Sharrre.com */
#social-media-sharing{
	position: fixed;
	top: 8em;
	right: 0;
	background: rgba(255,255,255,0.4);
	display: none;
	padding: 1%;
	z-index: 20;
}
.sharrre .button{
	text-align: center;
	width: 65px;
	border: 1px solid #ececec;
	padding: 2%;
	margin: 2%;
	border-radius: .5em .5em .5em .5em;
	-webkit-border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;		
}
.social-media-tab {
    position: fixed;
	width: 30px;
    top: 5em;
    right: -5px;
    text-decoration: none;
    color: #000000;
    background: rgba(255,255,255,0.5);
    font-size: 12px;
    padding: 1em;
	z-index: 20;
}
.social-media-tab:hover {
	right: 0px;
	background: rgba(135,135,135,0.5);
}
.social-media-tab img {
	width: 25px;
}

/* social media links */
.social-media-link-container {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 35px;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background: #636666;
}
.social-media-link {
	position: relative;
	float: left;
	width: 20px;
	height: 35px;
	padding: 10px 5px 5px 5px;
	text-align: center;
}
.social-media-link img {
	width: 100%;
}	
.social-media-link-active {
	position: relative;
	float: left;
	width: 20px;
	height: 35px;
	padding: 10px 5px 5px 5px;
	text-align: center;
}
.social-media-link-active img {
	width: 100%;
}	
#facebook-link {
	/*background: #ececec;*/
}
#facebook-link-active {
	background: #3B5998; /* facebook blue */
}
#youtube-link {
	/*background: #ececec;*/
}
#youtube-link-active {
	background: #bb0000; /* youtube red*/
}
#google-plus-link {
	/*background: #ececec;*/
}
#google-plus-link-active {
	background: #dd4b39; /* google+ red*/
}
#twitter-link {
	/*background: #ececec;*/
}
#twitter-link-active {
	background: #4099FF; /* twitter blue*/
}
#linked-in-link {
	/*background: #ececec;*/
}
#linked-in-link-active {
	background: #4875B4; /* linked in blue*/
}
#blog-spot-link {
	/*background: #ececec;*/
}
#blog-spot-link-active {
	background: #FF6600; /* blog spot orange*/
}

/* jquery shake effects */	
.ui-effects-wrapper {
	display:inline;
}

/* clear both */
.clear {
	clear:both
}

/* bios paragraphs */
.bios {
	display: inline-block;
	padding: 5px 10px 10px 10px;
	width: 100%;
	margin-left: 0;
	background: #ececec;
	border: 1px solid #cccccc;
	border-radius: 0.5em;
	webkit-border-radius: 0.5em;
	moz-border-radius: 0.5em;
	font-size: 1.2rem;
}
.tile-bio {
	position: relative;
	display: inline-block;
	width: 220px;
	margin-left: 0;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 0.3em;
	webkit-border-radius: 0.3em;
	moz-border-radius: 0.3em;
	font-size: 1.2rem;	
	float: left;
	margin-right: 5px;
	text-align: center;
}
.tile-bio img {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 0 0 0.3em 0.3em;
	-webkit-border-radius: 0 0 0.3em 0.3em;
	-moz-border-radius: 0 0 0.3em 0.3em;	
	float: left;
}
.bio-title {
	position: absolute;
	top: -15px;
	left: 0;
	padding: 2%;
	text-align: center;
	width: 96%;
	background: #818285;
	border-radius: 0.3em 0.3em 0 0;
	-webkit-border-radius: 0.3em 0.3em 0 0;
	-moz-border-radius: 0.3em 0.3em 0 0;
	z-index: 10;
}

/* google maps style */
div.google-map {
	position: relative;
	display: inline-block;
	margin-top: 2%;
	padding: 2%;
	border: 1px solid #999999;
	margin-left: 0px;
	margin-bottom: 2%;
	border-radius: .5em .5em .5em .5em;
	-webkit-border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;	
	width: 96%;
}

/* faqs */
.faqs-show-answer {
	cursor: pointer;
}
.faqs-show-answer:hover h3{
	color: #999999;
}
.faqs-answer {
	display: none;
}

/* blockquote styles */
blockquote {
	display: inline-block;
	padding: 5px 10px 10px 10px;
	margin-left: 0;
	background: #ececec;
	border: 1px solid #cccccc;
	font-size: 1.1rem;
}
.bqstart {
	position: relative;
	display: inline-block;
	height: 20px;
	padding-bottom: 0;
    font-size: 120%;
	color: #007fc5;
}
.bqend {
	position: relative; 
	display: inline-block;
	height: 20px;
    font-size: 120%;
	color: #007fc5;
}

/* ordered lists */
ol {
	margin-top: 1%;
	padding: 2%;
	background: #ececec;
}
ol li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 2%;
	margin-top: 3%;
}

/* unordered lists */
ul.norm {
	margin-top: 1%;
	padding: 2%;
	background: #ececec;
}
ul.norm li {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 1%;
	margin-top: 1%;
}

/* round images */
.rounded {
	border-radius: .5em .5em .5em .5em;
	-webkit-border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;	
}
.rounded-left {
	border-radius: .5em 0 0 .5em;
	-webkit-border-radius: .5em 0 0 .5em;
	-moz-border-radius: .5em 0 0 .5em;	
}

/* back to top floating button */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: -5px;
	width: 30px;
    text-decoration: none;
    color: #000000;
    background: rgba(235, 235, 235, 0.4);
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 20;
}
.back-to-top:hover {    
	right: 0px;
    background: rgba(135, 135, 135, 0.50);
}

/* message styles for forms */
#message_post_request {
	display: none;
	position: relative;
	padding: 10px;
	background: rgba(255,255,255,0.5); 
	color: #333333;
	margin-bottom: 10px;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;	
	list-style: none;
}
#message_post {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 0;
	display: none;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color: #333333;
	z-index: 20;
	font-size: 1.1rem;
}
.error {
	color: #990000;
}
.success {
	color: #576B12;
}
img.loading-icon {
	/*float: left;*/
}

/* fancy checkbox styles */
input[type=checkbox].checkBox:hover {
	cursor: pointer;
}
input[type=checkbox].checkBox:before { 
	content:""; 
	position: relative;
	display: inline-block; 
	float: left;
	margin: -2px 0 0 0;
	width: 17px; 
	height: 17px; 
	background: url("images/checkbox-images/checkbox.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
input[type=checkbox].checkBox:checked:before { 
	background: url("images/checkbox-images/checkbox-checked.jpg");
	background-repeat: no-repeat;
	background-size: 100%;	
}

/* end of site css */