@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*@font-face {
font-family: LeagueGothicRegular;
src: url("../fonts/LeagueGothic-Regular.otf") format("opentype");
       url('webfont.woff2') format('woff2'),
}*/
/* Super Modern Browsers */
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url("../fonts/LeagueGothic-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/LeagueGothic-Regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../fonts/LeagueGothic-Regular.woff") format('woff'), /* Pretty Modern Browsers */
       url("../fonts/LeagueGothic-Regular.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("../fonts/LeagueGothic-Regular.svg#LeagueGothicRegular") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'JosephinSansSemiBold';
  src: url("../fonts/JosefinSans-SemiBold.ttf")  format('truetype');
  font-family: 'JosephinSansBold';
  src: url("../fonts/JosefinSans-Bold.ttf")  format('truetype');
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/paislyseamlesspattern.gif);
	background: #573e2e url(../images/leftcolor_bg.gif) repeat-y top left;*/
	background-color: #fff;
}

.gridContainer {
	margin: 0;
	padding: 0;
	width: 100%;
}
#tbanner {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	padding: 22px 0 21px 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #333;
	background-color: #fff;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	font-size:16px;
	border-bottom: 1px solid #B7B7B7;
}
#tbanner img {
	padding: 0 0 3px 0;
	margin: 0;
}
#tbanner a {
	padding: 0 15px 0 0;
	margin: 0;
}
#tbanner a:link {
	text-decoration: none;
	color:#333;
}
#tbanner a:visited {
	text-decoration: none;
	color:#333;
}
#tbanner a:hover {
	text-decoration: underline;
	color: #2B89A8;
}
#logobanner {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	padding: 30px 0 30px 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #fff;
}
#logobanner img {
	width: 304px;
	height: 74px;
}
#hnav {
	display: block;
	/*font: 15px 'JosephinSansBold';*/
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	background-color: #fff;
	width: 100%;
	clear: both;
	margin: 0 0 35px 0;
	/*padding: 0 0 40px 0;*/
}
#hnav ul {
	list-style-type: none;
	justify-content: center;
	display: flex;
}
#hnav li {
	display: block;
	float: left;
	margin-left: 5px;
}
#hnav ul ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px 0 0 0;
	text-transform: none;
	background-clip: content-box;
	background-color: #333;
	border-radius: 3px;
}
#hnav ul ul li {
	margin: 0;
	padding: 0;
	float: none;
}
#hnav ul ul a:link {
	color: #eee;
}
#hnav ul ul li:hover {
	background-color: #20a6e8;
	border-radius: 3px;
	display: block;
}
#hnav ul li:hover {
	background-color: #20a6e8;
	border-radius: 3px;
	display: block;
}
#hnav ul li:hover > ul {
	display: block;
}
#hnav a {
	display: block;
	padding: 9px 20px 9px 20px;
	margin: 0;
}
#hnav a:link {
	text-decoration: none;
	color:#333;
}
#hnav a:visited {
	text-decoration: none;
	color:#333;
}
/*#hnav a:hover {
	background-color: #20a6e8;
	border-radius: 4px;
}*/
#hnav ul li a .fa-chevron-down {
  transition: all 0.5s ease;
}
/*#hnav ul li a:hover .fa-chevron-down {
  transform: rotate(180deg);
}*/
#hnav ul li:hover .fa-chevron-down {
  transform: rotate(180deg);
}
/*#hnav ul li ul li a:hover {
  transform: rotate(180deg);
}*/
/*.rtoate180 {
  transform: rotate(180deg);
}*/
#mcbanner {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-image: url(../images/stethoscope-scrubs.jpg); /* The image used */
	/*background: linear-gradient(rgba(17,17,17,0.4), rgba(17,17,17,0.4)), url(../images/drboffice.png); this was used last*/
	background-image: url(../images/drboffice.jpg);
	/*background-color: #111; /* Used if the image is unavailable */
	/*opacity: 0.4;*/
	height: 1024px; /* You must set a specified height */
	width:100%;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	text-align: center;
	vertical-align: middle;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 40px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
h2 {
	font-size: 20px;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	line-height: 1.6;
}
#mcbancenter {
	position: relative;
	width: 680px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#centercontentcontainer {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width:100%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 50px;
}
#centercontent {
	position: relative;
	width: 740px;
	color: #222;
	text-align: left;
	/*vertical-align: middle;*/
}
#centercontent h1 {
	font-size: 60px;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	line-height: 1.8;
	text-align: center;
}
#centercontent p {
	font-size: 20px;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	line-height: 1.8;
	margin: 0 0 1.8em;
}
#nfooter {
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
	color: #222;
	line-height: 1.6;
	border-bottom: 1px solid #B7B7B7;
	margin: 60px 0 0 0;
	padding-bottom: 60px;
}
#nfooter a, #nfooter a:link, #nfooter a:visited {
	font-size: 18px;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	font-weight: normal;
	line-height: 1.6;
	margin-left: 0;
	text-decoration: none;
	color: #0d75a9;
}
#nfooter a:hover {
	text-decoration: underline;
	color: #169bde;
}
#nfooter h1 {
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	line-height: 1.6;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	background-color: #fff;
}
#nfooter h3 {
	font-size: 18px;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Times,"Times New Roman",serif;
	font-weight: normal;
	line-height: 1.6;
	margin-left: 0;
}
#nlfooter {
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
#nlfootercontent {
	width: 350px;
	text-align: left;
}
#nrfooter {
	float: right;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
#nrfootercontent {
	width: 75%;
	text-align: left;
}
#nfooterfoot {
	margin: 50px 0 50px 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}
#mbanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*background: url(../images/bannerbg3.gif) left center repeat-x;*/
	background: url(../images/bannerbg3b.gif);
	background-size: 100% auto;
}
#banner {
	visibility: hidden;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background: url(../images/bannerbg3.gif) left center repeat-x;
}
#callnow {
	clear: both;
	float: left;
	/*margin-left: 0;*/
	margin:0;
	padding:0;
	width: 100%;
	max-height: 60px;
	display: block;
	background: url(../images/callbutton.jpg);
	background-size: 100% 60px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}
#callnow a:link {
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
	color: #222;
	font: 40px 'LeagueGothicRegular';
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-bottom:none;
}
#callnow a:visited {
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
	color: #222;
	font: 40px 'LeagueGothicRegular';
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}
#callnow a:hover {
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
	color: #222;
	font: 40px 'LeagueGothicRegular';
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}
#callnow a:active {
	text-decoration: none;
	text-shadow: 0px 1px 1px #4d4d4d;
	color: #222;
	font: 40px 'LeagueGothicRegular';
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}
#nav {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	font-size: 100%;
}
#nav ul {font-size: 90%;}
#nav ul ul {font-size: 100%;}
#content {
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	background-color: #f4dccd;
}
#content a {
	color: #333;
}
#contactwrap {
	margin:0;
	padding:0;
	display:block;
}

#contact {
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #d1b8a8;
}
#qcontact {
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #d1b8a8;
}
#footer {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	color: #ccc;
	background-color: #092c5f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-variant: small-caps;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00113a+0,001f50+50,001a48+51,002c6e+100 */
background: #00113a; /* Old browsers */
background: -moz-linear-gradient(45deg,  #00113a 0%, #001f50 50%, #001a48 51%, #002c6e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#00113a), color-stop(50%,#001f50), color-stop(51%,#001a48), color-stop(100%,#002c6e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* IE10+ */
background: linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00113a', endColorstr='#002c6e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#footer a:link {
	text-decoration: none;
	color: #ccc;
}
#footer a:visited {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}
#footer-logo {
	clear: both;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 5%;
	margin-top: 20px;
	width: 45%;
	text-align: right;
	display: block;
	font-size: 140%;
}
#footer-c {
	margin-top: 20px;
}
#footer-c #footer-ctr {
	margin-top: 0;
}
#footer-c #footer-ctr #footer-c1 {
	clear: none;
	float: right;
	margin-top: 0;
	margin-left: 5%;
	width: 45%;
	display: block;
	text-align: left;
	font-size: 140%;
}
#footer-c #footer-ctr #footer-c2 {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-right: 5%;
	width: 45%;
	display: block;
	text-align: right;
	font-size: 140%;
}
#footer-c #footer-ctr #footer-c3 {
	clear: right;
	float: right;
	margin-top: 20px;
	margin-left: 5%;
	width: 45%;
	display: block;
	text-align: left;
	font-size: 140%;
}
#footer-sm {
	clear: both;
	float: left;
	position: relative;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 140%;
}
#footer-bottom {
	clear: both;
	float: left;
	margin: 5px 0 5px 0;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 140%;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	/*background: url(../images/rightcolor_bg2.gif) repeat-y top right;
	background-color: #f4dccd;*/
}
#mbanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*background: url(../images/bannerbg3b.gif) left center repeat-x;*/
	background: url(../images/bannerbg3b.gif);
	background-size: 100% auto;
}
#banner {
	visibility: hidden;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background: url(../images/bannerbg3.gif) left center repeat-x;
}
#navcontentwrap {
	clear:both;
	overflow: hidden;
}
#nav {
	clear: none;
	float: left;
	/*margin-left: 2.5641%;*/
	width: 35.8974%;
	display: block;
	padding-bottom: 100%;
	margin-bottom: -100%;
}
#nav ul {font-size: 100%;}
#nav ul ul {font-size: 100%;}
#content {
	clear: none;
	float: right;
	margin-left: 0;
	/*width: 61.5384%;*/
	width: 64.1025%;
	display: block;
	font-size: 100%;
	background: url(../images/rightcolor_bg2.gif) repeat-y top right;
	background-color: #f4dccd;
	padding-bottom: 100%;
	margin-bottom: -100%;
}
#contactwrap {
	clear:both;
	overflow:hidden;
}
#contact {
	/*clear: both;
	float: left;*/
	/*margin-left: 2.5641%;
	width: 35.8974%;*/
	width: 50%;
	display: block;
	background: url(../images/rightcolor_bg_rev.gif) repeat-y top left;
	background-color: #d1b8a8;
    padding-bottom: 100%;
    margin-bottom: -100%;
}
#contact h5 {
	margin-left: 20px;
}
#contact p {
	margin-left: 20px;
}
#qcontact {
	clear: right;
	float: right;
	/*margin-left: 2.5641%;
	width: 48.7179%;*/
	width: 50%;
	display: block;
	background: url(../images/rightcolor_bg.gif) repeat-y top right;
	background-color: #d1b8a8;
}
#footer {
	clear: both;
	float: left;
	/*margin-left: 0;*/
	margin: 0;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 80%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00113a+0,001f50+50,001a48+51,002c6e+100 */
background: #00113a; /* Old browsers */
background: -moz-linear-gradient(45deg,  #00113a 0%, #001f50 50%, #001a48 51%, #002c6e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#00113a), color-stop(50%,#001f50), color-stop(51%,#001a48), color-stop(100%,#002c6e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* IE10+ */
background: linear-gradient(45deg,  #00113a 0%,#001f50 50%,#001a48 51%,#002c6e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00113a', endColorstr='#002c6e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#footer-logo {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 5%;
	margin-top: 20px;
	width: 22%;
	text-align: right;
	display: block;
	font-size: 100%;
}
#footer-c #footer-ctr #footer-c1 {
	clear: none;
	float: left;
	margin: 20px 0 0 0;
	width: 17%;
	display: block;
	text-align: left;
	font-size: 100%;
}
#footer-c #footer-ctr #footer-c2 {
	clear: none;
	float: left;
	margin: 20px 0 0 0;
	width: 13%;
	display: block;
	text-align: left;
	font-size: 100%;
}
#footer-c #footer-ctr #footer-c3 {
	clear: none;
	float: left;
	margin: 20px 0 0 0;
	width: 15%;
	display: block;
	text-align: left;
	font-size: 100%;
}
#footer-sm {
	clear: none;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 28%;
	display: block;
	text-align: left;
	font-size: 100%;
}
#footer-bottom {
	clear: both;
	float: left;
	margin: 2px 0 10px 0;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 120%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {
	/*background: url(../images/paislyseamlesspattern.gif);*/
}
.gridContainer {
	width: 100%;
	/*padding-left: 0;
	padding-right: 0;*/
	padding: 0;
	/* max-width: 1232px; */
	margin: auto;
	display:table;
	overflow:hidden;
	background: none;
	background-color: transparent;
/*  background-image: -webkit-gradient(linear,
    left top,
    right top,
    color-stop(0, rgba(255,255,255,0)),
    color-stop(2.5641%, rgba(255,255,255,0)),
    color-stop(2.5641%, #573e2e),
    color-stop(28.5763%, #573e2e),
    color-stop(28.5763%, #f4dccd),
    color-stop(72.48%, #f4dccd),
    color-stop(72.48%, #d1b8a8),
    color-stop(97.4359%, #d1b8a8),
    color-stop(97.4359%, rgba(255,255,255,0)),
    color-stop(100%, rgba(255,255,255,0))
	);
  background-image: -webkit-linear-gradient(
    left,
    rgba(255,255,255,0),
    rgba(255,255,255,0) 2.5641%,
    #573e2e 2.5641%,
    #573e2e 28.5763%,
    #f4dccd 28.5763%,
    #f4dccd 72.48%,
    #d1b8a8 72.48%,
    #d1b8a8 97.4359%,
    rgba(255,255,255,0) 97.4359%,
    rgba(255,255,255,0) 100%
	);
  background-image: -moz-linear-gradient(
    left,
    rgba(255,255,255,0),
    rgba(255,255,255,0) 2.5641%,
    #573e2e 2.5641%,
    #573e2e 28.5763%,
    #f4dccd 28.5763%,
    #f4dccd 72.48%,
    #d1b8a8 72.48%,
    #d1b8a8 97.4359%,
    rgba(255,255,255,0) 97.4359%,
    rgba(255,255,255,0) 100%
	);
  background-image: -ms-linear-gradient(
    left,
    rgba(255,255,255,0),
    rgba(255,255,255,0) 2.5641%,
    #573e2e 2.5641%,
    #573e2e 28.5763%,
    #f4dccd 28.5763%,
    #f4dccd 72.48%,
    #d1b8a8 72.48%,
    #d1b8a8 97.4359%,
    rgba(255,255,255,0) 97.4359%,
    rgba(255,255,255,0) 100%
	);
  background-image: -o-linear-gradient(
    left,
    rgba(255,255,255,0),
    rgba(255,255,255,0) 2.5641%,
    #573e2e 2.5641%,
    #573e2e 28.5763%,
    #f4dccd 28.5763%,
    #f4dccd 72.48%,
    #d1b8a8 72.48%,
    #d1b8a8 97.4359%,
    rgba(255,255,255,0) 97.4359%,
    rgba(255,255,255,0) 100%
	);
	*/
}
#mbanner {
	visibility: hidden;
	height: 0px;
}
#mbanner img {display:none;}
#banner {
	visibility: visible;
	margin-left: 2.5641%;
	margin-right: 2.5641%;
	margin-top:0;
	margin-bottom:0;
	/*clear: both;
	float: left;*/
	/*margin-left: 0;*/
	width:94.8718%;
	display:table-cell;
	max-height: 322px;
	background: none;
	/*background: url(../images/bannerbg4b.gif);
	background-size: 100% 322px;*/
	margin: 0 2.5641% 0 2.5641%;
}
#lbanner {
	display:table-cell;
	float: left;
	background: url(../images/lbannerbg4.gif) repeat-y;
	background-size: 10px 322px;
	width: 10px;
	min-height: 1px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#cbanner {
	/*display:table-cell;*/
	/*overflow:hidden;*/
	/*float: left;*/
	clear:none;
	background: url(../images/bannerbg4b.gif);
	background-size: 100% 322px;
	/*height: 322px;*/
}
#rbanner {
	display:table-cell;
	float: right;
	clear: none;
	background: url(../images/rbannerbg4.gif) repeat-y;
	background-size: 10px 322px;
	width: 10px;
	min-height: 1px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#callnow {
	clear: both;
	visibility: hidden;
	height: 0px;
	display: none !important;
}
#navcontentwrap {
	clear:none;
	overflow:visible;
}
#nav {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 26.0122%;
	display:table-cell;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#nav ul {font-size: 100%;}
#nav ul ul {font-size: 100%;}
#content {
	clear: none;
	float: left;
	margin-left: 0;
	/*width: 43.9037%;*/
	width: 43.904%;
	display:table-cell;
	font-size: 100%;
	background: none;
	background-color: #f4dccd;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#contactwrap {
	clear:none;
	overflow:visible;
}
#contact {
	clear: none;
	float: right;
	margin-left: 0;
	margin-right: 2.5641%;
	/*width: 24.9559%;*/
	width: 24.957%;
	display:table-cell;
	background:url("../images/rightcolor_bg.gif") repeat-y top right;
	background-color: #d1b8a8;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#contact h5 {
	margin-left: 10px;
}
#contact p {
	margin-left: 10px;
}
#qcontact {
	clear: right;
	float: right;
	margin-left: 0;
	margin-right: 2.5641%;
	/*width: 24.9559%;*/
	width: 24.957%;
	display:table-cell;
	background:url("../images/rightcolor_bg.gif") repeat-y top right;
	background-color: #d1b8a8;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
#footer {
	clear: both;
	float: left;
	/*margin-left: 0;
	width: 100%;*/
	width:94.8718%;
	margin:0 2.5641% 0 2.5641%;
	display:table-cell;
	color: #ccc;
	text-align: left;
	font-size: 100%;
}
#footer-logo {
	clear: both;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 5%;
	margin-top: 20px;
	width: 28%;
	text-align: right;
	display: block;
	font-size: 100%;
}
#footer-c {
	clear: none;
	float: left;
	position: relative;
	margin-top: 20px;
	text-align: center;
	width: 34%;
}
#footer-c #footer-ctr {
	position: relative;
	margin-top: 0;
	width:430px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
}
#footer-c #footer-ctr #footer-c1 {
	clear: none;
	float: left;
	margin: 0;
	width: 150px;
	max-width: 35%;
	display: inline-block;
	text-align: left;
	font-size: 100%;
}
#footer-c #footer-ctr #footer-c2 {
	clear: none;
	float: left;
	margin: 0;
	width: 110px;
	max-width: 27%;
	display: inline-block;
	text-align: left;
	font-size: 100%;
}
#footer-c #footer-ctr #footer-c3 {
	clear: none;
	float: left;
	margin: 0;
	width: 170px;
	max-width: 38%;
	display: inline-block;
	text-align: left;
	font-size: 100%;
}
#footer-sm {
	clear: none;
	float: left;
	position: relative;
	margin-left: 5%;
	margin-top: 20px;
	width: 28%;
	display: block;
	text-align: left;
	font-size: 100%;
}
#footer-bottom {
	clear: both;
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 100%;
}
}
