@charset "utf-8";
* {

          padding: 0;

          margin: 0;

          border: 0;

}
html {
		height: 100%;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #07191E;
	height: 100%;
}

/* image sizing*/

img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}


	/* header*/
	#navwrap {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #113C4A;
	}

 #topnav {
	text-align: center;
	width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 0.36em;
} 
#tabnav {
	clear: both;
	width: 100%;
}
	#headerwrap {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1F9EB5;
	background-color: #FFF;
	}

 #header {
	text-align: center;
	width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
} 
#logo {
	text-align: center;
	float: left;
	width: 70%;
	padding-top: 0.5%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0em;
}
#toptel {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6em;
	float: none;
	color: #1F4654;
	text-align: left;
	margin-top: 0.5%;
	clear: both;
	padding: 0%;
}
#toptel a:link,  #toptel a:visited{
	color: #1F9EB4;
	text-decoration: none;
	cursor: auto;

}
#toptel a:hover, #toptel a:active {
	color: #4B9EB4;
	text-decoration: none;
}
#topsocial {
	float: none;
	clear: both;
	width: 100%;
}
#address {
	text-align: left;
	float: none;
	color: #EAD293;
	clear: both;
}
.smalltxt {
	font-size: x-small;
}
.socialicons {
	text-align: left;
	float: left;
}
.iconbreak {
	clear: both;
}
#topfb a:link, #toptw a:link, #topbl a:link,  #tophome a:link, #topcontact a:link, #topgplus a:link, #topfb a:visited, #toptw a:visited, #topbl a:visited, #tophome a:visited, #topcontact a:visited, #topgplus a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 45px;
	list-style-type: none;
	background-position: 0px top;
	font-size: 0.9em;
}
#topfb a:hover, #toptw a:hover,  #topbl a:hover, #tophome a:hover, #topcontact a:hover, #topgplus a:hover, #topfb a:active, #toptw a:active, #topbl a:active, #tophome a:active, #topcontact a:active, #topgplus a:active{
	background-position: 0px -41px;
}
#topfb a:link,  #topfb a:visited {
	background-image: url(../images/icon_fb.png);
}

#toptw a:link,  #toptw a:visited {
	background-image: url(../images/icon_twit.png);
}
#topbl a:link,  #topbl a:visited {
	background-image: url(../images/icon_blog.png);
}
#tophome a:link,  #tophome a:visited {
	background-image: url(../images/icon_home.png);
}
#topcontact a:link,  #topcontact a:visited {
	background-image: url(../images/icon_contact.png);
}
#topgplus a:link,  #topgplus a:visited {
	background-image: url(../images/icon_gplus.png);
}
	/* navigation*/

	
#leftmenu {
	width: 100%;
	}
	/* content*/
	

	#fader {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	text-align: center;
	}
	
	#outerwrap {
	width: 100%;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #B3C2C5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #113C4A;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}
#container {
	text-align: center;
	width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	padding-bottom: 0.63em;
}
#containerinner {
	padding-right: 2%;
	padding-left: 2%;
}
 #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	color: #444;
}
 #containerinner h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.89em;
	color: #1F9EB3;
	font-weight: normal;
	margin-bottom: 0.35em;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
 }
  #containerinner h2 {
	font-size: 1em;
	color: #999999;
	font-weight: normal;
	margin-bottom: 0.189em;
 }
  #mainContent h3, .txtblockfull h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5em;
	color: #1F9EB5;
	font-weight: normal;
	padding-bottom: 0.35em;
	margin-bottom: 10px;
	padding-top: 0.63em;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
 }
  #mainContent h5, #mainContent h4,.txtblockfull h5, .txtblockfull h4 {
	font-size: 1.2em;
	color: #1F9EB5;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 0.63em;
 }
  #mainContent p, .txtblockfull p {
	font-size: 1em;
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	line-height: 1.4em;
  }
   #mainContent label {
	color: #1F9EB5;
	font-size: 0.756em;
	}
	#mainContent input {
	border: 1px solid #CCC;
	padding: 0.189em;
	margin-right: 0.625em;
	}
	#mainContent select {
	border: 1px solid #CCC;
	padding: 0.189em;
	margin-right: 0.625em;
	}
#mainContent a:link,  #mainContent a:visited{
	color: #1F9EB4;
	text-decoration: none;

}
#mainContent a:hover, #mainContent a:active {
	color: #E46D3C;
	text-decoration: none;
}
.txtblockfull a:link,  .txtblockfull a:visited{
	color: #1F9EB4;
	text-decoration: none;

}
.txtblockfull a:hover, .txtblockfull a:active {
	color: #E46D3C;
	text-decoration: none;
}
.offers {
	background-color: #353B3C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 1.24em;
	color: #CCC;
	padding: 5%;
}
.offerlink {
	width: 60%;
	font-size: 0.9em;
}
#mainContent .offerlink a:link, #mainContent .offerlink a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EB008B;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#mainContent .offerlink a:hover, #mainContent .offerlink a:active  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000;
}
/* sideboxes*/	
	.boxtitle {
	 font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	.boxtxt {
	font-size: 0.8em;
	padding-top: 0.63em;
	display: block;
	}
	.boximg {
	padding-bottom: 0.63em;
	}
 #sideboxfaq {
	text-align: center;
	
 }
#container #sideboxfaq a:link, #container #sideboxfaq a:visited {
	background-color: #113C4A;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#container #sideboxfaq a:hover, #container #sideboxfaq a:active {
	background-color: #1F9EB5;
}
.sideboxtitle {
	 font-family: 'Quicksand', sans-serif;
	font-size: 1.512em;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	}
.sideboxtxt {
	font-size: 0.9em;
	padding-top: 0.63em;
	display: block;
	padding-right: 10%;
	padding-left: 10%;
	}
.sideblackbox {
	background-color: #000000;
	display: block;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5%;
	text-align: center;
}
.sideboxani {
}
 #sideboxtest, #sideboxcontact {
	text-align: center;
	
 }
#container #sideboxtest a:link, #container #sideboxcontact a:link, #container #sideboxtest a:visited, #container #sideboxcontact a:visited {
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#container #sideboxtest a:hover, #container #sideboxcontact a:hover, #container #sideboxtest a:active, #container #sideboxcontact a:active {
	background-color: #113C4A;
}
#container #sideboxconsult a:link, #container #sideboxconsult a:visited{
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../images/star_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 100px;
}
#container #sideboxconsult a:hover, #container #sideboxconsult a:active {
	background-color: #113C4A;
}
#container #sideboxconsult2 a:link, #container #sideboxconsult2 a:visited{
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    margin-bottom: 10px;
    text-align: left;
    min-height: 140px;
}
#container #sideboxconsult2 a:hover, #container #sideboxconsult2 a:active {
	background-color: #113C4A;
}
.sideboxconsulttitle {
	float: left;
	width: 85%;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.512em;
	padding-left: 5%;
	padding-top: 5%;
}
.sideboxconsulttxt {
	float: left;
	width: 65%;
	font-size: 0.9em;
	padding-left: 5%;
	padding-top: 3%;
	clear: both;
}
.sideboxconsulttxt2 {
	float: left;
	width: 90%;
	font-size: 0.9em;
    line-height: 1em;
	padding-left: 5%;
	padding-top: 3%;
	clear: both;
}
.sbtopmarg {
	margin-top: 0.63em;
}
.sideboxwhychoose {
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../images/star_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 120px;
	padding-top: 5%;
	padding-right: 20%;
	padding-bottom: 5%;
	padding-left: 5%;
}
/* general*/	

.leftblockimg {
	text-align: center;

}
.leftblockimg img{
	border: 1px solid #B8B8B8;
}
.txtblockleft {
	float: none;
	width: 100%;
}
.txtblockright {
float: none;
	width: 100%;
}
#leftside {
		width: 100%;
	clear: both;
	float: none;
	}
.txtblockmid {
	float: none;
	width: 100%;
}
#rightinfo {
	float: none;
	width: 100%;
	padding-left: 0%;
	clear: both;
}
.rightmain {
	float: none;
	width: 100%;
	padding-top: 0.63em;
	padding-right: 0%;
}
#teamleft {
	float: left;
	width: 69%;
}
#practicegallery, #treatgallery {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#practicegallery ul, #treatgallery ul {
	margin: 0px;
	padding-top: 0.63px;
	padding-right: 0px;
	padding-bottom: 0.63px;
	padding-left: 0px;
}
#practicegallery li{
	width: 48%;
	padding-right: 2%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
}
#treatgallery li{
	width: 48%;
	padding-right: 2%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
}
.treatimgblock {
	clear: both;
	padding-bottom: 0.63em;
}
.treatimg, .treatimg2 {
	float: left;
	width: 47%;
	padding-right: 2%;
}
.teamblock {
	background-color: #DDEBEA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 1.24em;
	clear: left;
	padding: 0.5em;
}
.teamblockimage {
	float: none;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.3em;
	width: auto;
}

.teamblocktxt {
	float: none;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
#mainContent .teamblockimage p {
	margin: 0px;
	padding: 0px;
}
.testimonialblock1 {
	background-color: #DDEBEA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 1.24em;
	clear: left;
	padding-top: 0.63em;
	padding-right: 2%;
	padding-bottom: 0.63em;
	padding-left: 10px;
	background-image: url(../images/icontest2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1.24em;
}
.testimonialblock1 p {
	padding: 10%;
}
.highblock {
	background-color: #1F9EB5;
	padding: 3%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
}
 #mainContent .highblock p{
	color: #FFF;
}
/* responsive video embed*/
.video-wrapper {
	width: 640px;
	max-width: 100%;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
max-width: 100%;
}
/* contact form */

#contactform {
	padding: 0px;
}
#contactform a:link,  #contactform a:visited {
	color: #999999;
	text-decoration: none;
}
#contactform a:hover, #contactform a:active {
	color: #E5A43F;
	text-decoration: underline;
}


#contactform input {
	font-size: 1.2em;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #F3F0E9;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactform .field300 {
	width: 70%;
}
#contactform .field1 {
	width: 15%;
}
#contactform textarea {
	font-size: 1.2em;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #F3F0E9;
	margin-top: 10px;
}
#contactform fieldset {
	border: 1px solid #CCC;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contactform legend {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.882em;
	color: #444655;
	font-weight: normal;
}
.smalltxt {
	font-size: 0.8em;
}
#contactform label {
	font-size: 1em;
	color: #1F9EB5;
	font-weight: 300;
	
}
#contactform option {
	color: #333333;
	border: none;
	padding: 2px;
}
#contactform select {
	background-color: #FDF4F9;
	border: 1px solid #CCC;
	padding: 0px;
}

#contactform  #contactsubmit {
	font-size: 1.0em;
	color: #FFF;
	background-color: #705D8E;
}
#contactform  #contactclear {
	font-size: 1.0em;
	color: #FFF;
	background-color: #999999;
}
.field160 {
	width: 16%;
	background-color: #FFFFFF;
	border: 1px solid #D9D4CE;
	padding: 2px;
}

.paddiv {
	display: block;
	margin-top: 20px;
	clear: both;
}
/* footer*/	
#actionblockwrap {
	width: 100%;
	background-color: #113C4A;
	overflow: hidden;
	height: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 0.63em;
}
#actionblock {
	text-align: center;
	width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0.63em;
	color: #999;
	font-size: 1em;
	padding-bottom: 20px;
}
#actionblock h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.134em;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4755;
	margin-bottom: 10px;
}
#actionblock ul {
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(../images/bottom_bullet.png);
	padding-left: 1.0em;
}
#actionblock li {
	list-style-position: outside;
	list-style-image: url(../images/bot_arrow.png);
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4755;
}
#actionblock p {
	font-size: 0.9em;
	color: #FFF;
	padding-bottom: 0.3em;
}
.actionblock1, .actionblock2, .actionblock3 {
	float: none;
	text-align: left;
}
.actionblock1 {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.actionblock2 {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.actionblock3 {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.actionblockbreak {
}
#actionblock a:link, #actionblock a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
#actionblock a:hover, #actionblock a:active {
	color: #1F9EB5;
	text-decoration: none;
}
#actaddress {
	padding-left: 30px;
	background-image: url(../images/place.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#botsocial {
	}	
.botmap {
}
.foottel {
	font-family: 'Quicksand', sans-serif;
	background-image: url(../images/bottom_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	font-size: 1.26em;
	margin-top: 6px;
	margin-bottom: 6px;
}
.actopen {
	padding-left: 30px;
	background-image: url(../images/clock.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	font-size: 0.9em;
}
.actopen table{
}
.actopen td{
}
#actionblock .foottel a:link, #actionblock .foottel a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
#actionblock .foottel a:hover, #actionblock .foottel a:active {
	color: #FFF;
	text-decoration: none;
}
.socialicons2 {
	text-align: left;
	float: left;
}
#botfb a:link, #bottw a:link, #botbl a:link,  #bothome a:link, #botcontact a:link, #botgplus a:link, #botfb a:visited, #bottw a:visited, #botbl a:visited, #bothome a:visited, #botcontact a:visited, #botgplus a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 45px;
	list-style-type: none;
	background-position: 0px top;
	font-size: 0.9em;
}
#botfb a:hover, #bottw a:hover,  #botbl a:hover, #bothome a:hover, #botcontact a:hover, #botgplus a:hover, #botfb a:active, #bottw a:active, #botbl a:active, #bothome a:active, #botcontact a:active, #botgplus a:active{
	background-position: 0px -41px;
}
#botfb a:link,  #botfb a:visited {
	background-image: url(../images/icon_fb2.png);
}

#bottw a:link,  #bottw a:visited {
	background-image: url(../images/icon_twit2.png);
}
#botbl a:link,  #botbl a:visited {
	background-image: url(../images/icon_blog2.png);
}
#bothome a:link,  #bothome a:visited {
	background-image: url(../images/icon_home2.png);
}
#botcontact a:link,  #botcontact a:visited {
	background-image: url(../images/icon_contact2.png);
}
#botgplus a:link,  #botgplus a:visited {
	background-image: url(../images/icon_gplus2.png);
}
.fsbreak {
	display: none;
	clear: none;
}
#footerwrap {
	width: 100%;
	background-color: #07191E;
	overflow: hidden;
	height: auto;
	padding-bottom: 0.63em;
}
#footer {
	text-align: center;
	width: 90%;  /* this will create a container 90% of the browser width max width 1000px approx */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0.63em;
	color: #999;
	font-size: 1em;
	padding-bottom: 20px;
} 
#footer a:link,  #footer a:visited {
	color: #FFF;
	text-decoration: none;

}
#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0px;
	font-size: 0.882em;
}

/* Miscellaneous classes for reuse */
.contentboxstyle1 {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(187,187,187,.5);
	-webkit-box-shadow:  2px 2px 5px rgba(187,187,187,.5);
	-moz-box-shadow:  2px 2px 5px rgba(187,187,187,.5);
	-o-box-shadow:  2px 2px 5px rgba(187,187,187,.5);
	padding: 1%;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
}
.contentboxstyle1 p {
	font-size: 1.125em;
	padding-top: 0.63em;
	padding-bottom: 0.63em;
 }
#mainContent .hightxt {
	font-family: 'Quicksand', sans-serif;
	color: #1F9EB5;
	font-size: 1.4em;
}
.liststyle1 {
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	padding-left: 20px;
	font-size: 1em;
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	color: #333;
}
.liststyle2, .liststyle3 {
	list-style-position: outside;
	list-style-image: url(../images/bullet1.png);
	padding-left: 20px;
	font-size: 1.0em;
	padding-top: 0.315em;
	padding-bottom: 0.315em;
}
.liststyle1 li, .liststyle2 li {
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	color: #333;
	font-size: 1.0em;
}

.liststyle3 li {
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	color: #FFF;
	font-size: 1.0em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.blockleft {
	float: none;
	width: 100%;
}
.blockright {
	float: none;
	width: 100%;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0.063em;
    line-height: 0px;
}
.clearall {
	clear: both;
}

.blockleft2 {
	float: none;
	width: 100%;
	text-align: center;
}
.blockright2 {
	float: none;
	width: 100%;
	text-align: center;
}
.mobileno {
	display: none;
}
.tablestyle {
}
.tablestyle table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.tablestyle td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 5px;
}
.tablebg1 {
	color: #FFF;
	background-color: #113C4A;
}
.tablebg2 {
	background-color: #DDEBEA;
}
.tablebg3 {
	background-color: #1F9EB5;
	color: #FFF;
}
.tablebg4 {
	background-color: #AABC63;
}
.divide {
	clear: both;
	height: 1px;
	margin-top: 0.63ex;
	margin-bottom: 0.63em;
	background-color: #BCBBC3;
}

/* sizing classes */
.width90 {
	width: 90%;  /* this will create a container 95% of the browser width max width 1000px approx */
	max-width:63em;
}
.width100 {
	width: 100%;
}
.width50 {
	width: 49%;
}
.width70 {
	width: 69%;
}
.width30 {
	width: 29%;
}
.width16 {
	width: 15%;
}
.pad_lr_2 {
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;	
}
.pad10px {
	padding-top: 0.63em;
}
.smallervid {
	width: 100%;
}
.cqc-badge {-webkit-box-shadow: 0px 1px 3px 0px #555;
	-moz-box-shadow: 0px 1px 3px 0px #555;
	box-shadow: 0px 1px 3px 0px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 15px;}
@media screen and (min-width: 30em){ 
    /* header*/
	
	/* navigation*/
	
    /* mid*/
	
	
	/* content*/

.teamblock {
	background-color: #DDEBEA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 1.24em;
	clear: left;
	padding: 0.5em;
}
.teamblockimage {
	float: left;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.3em;
	width: 30%;
}

.teamblocktxt {
	float: right;
	width: 66%;
	padding-right: 1%;
	padding-left: 1%;
}

/* footer*/	
}
@media screen and (min-width: 40.5em){ 
#practicegallery li{
	width: 23%;
	padding-right: 2%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
}
}
@media screen and (min-width: 61em){ 
    /* header*/
#logo {
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1.26em;
}
#toptel {
	font-size: 2.331em;
	float: right;
	text-align: left;
	margin-top: 3%;
	clear: none;
	padding: 0%;
}
#toptel a:link,  #toptel a:visited{
	color: #1F9EB4;
	text-decoration: none;
	cursor: default;

}
#toptel a:hover, #toptel a:active {
	color: #4B9EB4;
	text-decoration: none;
}
#topsocial {
	float: right;
	clear: right;
	width: 40%;
}
.socialicons {
	text-align: left;
	float: right;
}
#address {
	text-align: right;
	float: right;
	color: #EAD293;
	clear: right;
}	
	/* navigation*/
		#leftside {
		width: 30%;
	clear: left;
	float: left;
	}
	#leftmenu {
	width: 100%;
	}
    /* mid*/
	
	
	/* content*/
	#practicegallery li{
	width: 23%;
	padding-right: 2%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
}
#treatgallery li{
	width: 23%;
	padding-right: 2%;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	padding-bottom: 0.63em;
}
.treatimg {
	float: left;
	width: 30%;
	padding-right: 2%;
}
.treatimg2 {
	float: left;
	width: 48%;
	padding-right: 2%;
}
	.rightmain {
	float: right;
	width: 66%;
	padding-top: 0.63em;
	padding-right: 1.5%;
}
.txtblockfull {
	float: none;
	width: 100%;
	clear: both;
}
.txtblockmid {
	float: left;
	width: 67%;
}
#rightinfo {
	float: right;
	width: 30%;
	padding-left: 2%;
	clear: right;
}
.txtblockleft {
	float: left;
	width: 49%;
}
.txtblockright {
	float: right;
	width: 49%;
}
	.blockleft2 {
	float: left;
	width: 49%;
	text-align: left;
}
.blockright2 {
	float: right;
	width: 49%;
	text-align: right;
}
.blockleft {
	float: left;
	width: 49%;
}
.blockright {
	float: right;
	width: 49%;
}
.mobileno {
	display: block;
}
.smallervid {
	width: 80%;
}
#container #sideboxconsult a:link, #container #sideboxconsult a:visited{
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 7%;
	padding-bottom: 7%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../images/star_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 120px;
}
#container #sideboxconsult a:hover, #container #sideboxconsult a:active {
	background-color: #113C4A;
}
    #container #sideboxconsult2 a:link, #container #sideboxconsult2 a:visited{
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    margin-bottom: 10px;
    text-align: left;
    min-height: 140px;
}
#container #sideboxconsult2 a:hover, #container #sideboxconsult2 a:active {
	background-color: #113C4A;
}
#container #sideboxtest a:link, #container #sideboxcontact a:link, #container #sideboxtest a:visited, #container #sideboxcontact a:visited {
	background-color: #1F9EB5;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 10%;
	padding-bottom: 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#container #sideboxtest a:hover, #container #sideboxcontact a:hover, #container #sideboxtest a:active, #container #sideboxcontact a:active {
	background-color: #113C4A;
}
#container #sideboxfaq a:link, #container #sideboxfaq a:visited {
	background-color: #113C4A;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 10%;
	padding-bottom: 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#container #sideboxfaq a:hover, #container #sideboxfaq a:active {
	background-color: #1F9EB5;
}
/* footer*/	
.actionblock1, .actionblock2, .actionblock3 {
	float: left;
	text-align: left;
}
.actionblock1 {
	width: 48%;
	padding-right: 0%;
	padding-left: 0%;
}
.actionblock2 {
	width: 24%;
	padding-left: 2%;
	padding-right: 0%;
}
.actionblock3 {
	width: 24%;
	padding-right: 0%;
	padding-left: 2%;
}
#botsocial {
	padding-left: 30px;
	}
.botmap {
	padding-top: 10px;
	float: none;
}	
.socialicons2 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.fsbreak {
	display: block;
	clear: both;
}
.sideboxconsulttxt {
	float: left;
	width: 65%;
	font-size: 0.9em;
	padding-left: 5%;
	padding-top: 3%;
}
}
