@charset "utf-8";
* {

          padding: 0;

          margin: 0;

          border: 0;

}
html {
		height: 100%;
}
body  {
	font-family: 'Muli', Verdana, Geneva, 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: #222222;
	background-color: #2D1735;
	height: 100%;
	font-size: 100%;
	font-weight: 300;
}

/* image sizing*/

img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
/* topstrip*/
#topstripwrap {
	background-color: #9959B6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	}

 #topstrip {
	text-align: left;
	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;
	height: 2px;
} 
#topname {
	float: none;
	font-size: 1.134em;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 5px;
}
	#topsocial {
	float: none;

}
#topsocial span, #botsocial span {
	display: none;
}
#topsocial ul, #botsocial ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topsocial li, #botsocial li{
	display: block;
	list-style-type: none;
}
.socialicons {
	text-align: left;
	float: left;
	padding-left: 10px;
}
.socialicons2 {
	text-align: left;
	float: right;
	padding-right: 10px;
}
#topfb a:link, #toptw a:link, #topgplus a:link, #tophome a:link, #topcontact a:link, #topfb a:visited, #toptw a:visited, #topgplus a:visited, #tophome a:visited, #topcontact a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 42px;
	list-style-type: none;
	background-position: 0px top;
	font-size: 1.0em;
}
#topfb a:hover, #toptw a:hover, #topgplus a:hover, #tophome a:hover, #topcontact a:hover, #topfb a:active, #toptw a:active, #topgplus a:active, #tophome a:active, #topcontact a:active{
	background-position: 0px -30px;
}
#topfb a:link,  #topfb a:visited {
	background-image: url(../images/topsocial2.png);
}
#toptw a:link,  #toptw a:visited {
	background-image: url(../images/topsocial3.png);
}
#topgplus a:link,  #topgplus a:visited {
	background-image: url(../images/topsocial4.png);
}
#tophome a:link,  #tophome a:visited {
	background-image: url(../images/topsocial6.png);
}
#topcontact a:link,  #topcontact a:visited {
	background-image: url(../images/topsocial5.png);
}
#botfb a:link, #bottw a:link, #botgplus a:link, #bothome a:link, #botcontact a:link, #botfb a:visited, #bottw a:visited, #botgplus a:visited, #bothome a:visited, #botcontact a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 42px;
	list-style-type: none;
	background-position: 0px top;
	font-size: 1.0em;
}
#botfb a:hover, #bottw a:hover, #botgplus a:hover, #bothome a:hover, #botcontact a:hover, #botfb a:active, #bottw a:active, #botgplus a:active, #bothome a:active, #botcontact a:active{
	background-position: 0px -30px;
}
#botfb a:link,  #botfb a:visited {
	background-image: url(../images/topsocial2.png);
}
#bottw a:link,  #bottw a:visited {
	background-image: url(../images/topsocial3.png);
}
#botgplus a:link,  #botgplus a:visited {
	background-image: url(../images/topsocial4.png);
}
#bothome a:link,  #bothome a:visited {
	background-image: url(../images/topsocial6.png);
}
#botcontact a:link,  #botcontact a:visited {
	background-image: url(../images/topsocial5.png);
}
	/* header*/
	#headerwrap {
	background-color: #2D1735;
	padding-top: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9959B6;
	}

 #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: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0px;
}
#topcontactinfo{
	text-align: center;
	float: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0px;
}
#toptel {
	float: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.26em;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
#toptel a:link,  #toptel a:visited{
	color: #FFFFFF;
	text-decoration: none;
	cursor: auto;

}
#toptel a:hover, #toptel a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.smalltxt {
	font-size: x-small;
}

	/* navigation*/
	#navwrap {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F9F8F9;
	border-top-width: 1px;
	border-top-color: #E0D6BC;
	padding-top: 1em;
	padding-bottom: 0.63em;
	}
	
	#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;
	text-align: left;
	background-color: #F9F8F9;
	}
	
    /* mid*/
	#fader {
	margin-top: 0em;
	margin-bottom: 0px;
	}
	/* content*/
	#outerwrap {
	width: 100%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
	background-color: #F9F8F9;
	clear: both;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9959B6;
}
#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;
}


 #mainContent {
	background-color: #F9F8F9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 #mainContent h1,  #mainContent #featured h4 {
	font-size: 1.386em;
	color: #46244C;
	font-weight: 300;
	margin-bottom: 0.63em;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9959B6;
	padding-top: 0.63em;
 }
  #mainContent h2 {
	font-size: 1.0em;
	color: #4F243E;
	font-weight: 300;
	padding-bottom: 0.189em;
	margin-bottom: 0.189em;
 }
  #mainContent h3 {
	font-size: 1.386em;
	color: #9959B6;
	font-weight: 300;
	padding-top: 0.63em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9959B6;
	margin-bottom: 0.3em;
	clear: both;
 }
 #mainContent h4 {
	font-size: 1.386em;
	color: #46244C;
	font-weight: 300;
	padding-top: 0.63em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 0.3em;
	clear: both;
 }
 #mainContent h5 {
	font-size: 1.1em;
	color: #9959B6;
	font-weight: 300;
 }
  #mainContent p {
	font-size: 1.0em;
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	text-align: left;
  }
   #mainContent label {
	color: #09C;
	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: #9959B6;
	text-decoration: none;

}
#mainContent a:hover, #mainContent a:active {
	color: #543357;
	text-decoration: underline;
}
#mainContent .tellink a:link,  #mainContent .tellink a:visited {
	color: #2B8CC3;
	text-decoration: none;

}
#mainContent .tellink a:hover, #mainContent .tellink a:active {
	color: #333333;
	text-decoration: underline;
}	
#featured{
}


/* general*/
.blockimgfltright {
	float: right;
	width: 98%;
	text-align: right;
	margin-bottom: 0.63em;
	margin-left: 1%;
	border: 1px solid #CFC7C3;
	margin-right: 1%;
}	
.fourblock, .fiveblock  {
	width: 98%;
	margin-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
	float: none;
}
.treatbox_title {
	text-align: center;
	color: #FFF;
	clear: both;
	display: block;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.treatbox_img {
	text-align: center;
	color: #FFF;
	clear: both;
	display: block;
}
.treatboxwrap {
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
}
.treatbox1 {
	width: 100%;
	margin-bottom: 10px;
	float: none;
	margin-right: 0%;
	margin-left: 0%;
}	

#mainContent  .treatbox_link a:link , #mainContent  .treatbox_link a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	background-color: #543357;
	margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	display: block;
}
#mainContent  .treatbox_link a:hover , #mainContent  .treatbox_link a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2D1735;
}
.fees {
	
}
.fees  table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CEC4B3;
	border-right-color: #CEC4B3;
}
.fees  td{
	font-size: 1.0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEC4B3;
	border-right-color: #CEC4B3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CEC4B3;
	border-left-color: #CEC4B3;
	padding: 0.63em;
}
#mainContent .bg1 {
	background-color: #CEC4B3;
	color: #FFF;
}
.testimonial {
	padding: 15px;
	-moz-box-shadow: 5px 2px 6px #CFC7C3;
	-webkit-box-shadow: 5px 2px 6px #CFC7C3;
	box-shadow: 5px 2px 6px #CFC7C3;
	min-height: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.testitop{
	background-image: url(../images/quote_top.png);
	display: block;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left;
}
.testitxt {
	padding-right: 10px;
	padding-left: 10px;
}
.testifoot {
	background-image: url(../images/quote_bottom.png);
	height: 17px;
	background-repeat: no-repeat;
	background-position: right;
}
.testilink {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.backlink {
	padding-top: 15px;
}
#mainContent .backlink a:link ,  #mainContent .backlink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47244C;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	font-size: 1em;
	background-image: url(../images/arrow_right4.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainContent .backlink  a:hover , #mainContent .backlink a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9959B6;
}
/* target boxes */
#targetbox{
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	width: 100%;
}
#targetbox2{
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	width: 100%;
}
#targetbox a:link, #targetbox2 a:link, #targetbox a:visited, #targetbox2 a:visited {
	background-color: #543357;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.4%;
	padding-bottom: 0.4%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	background-image: url(../images/openarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0.63em;
}
#targetbox a:hover,#targetbox2 a:hover, #targetbox a:active, #targetbox2 a:active {
	background-color:#9959B6;
	color: #FFF;
	text-decoration: none;
}
.tbox {
	float: none;
	width: 98%;
	margin-left: 2%;
	text-align: left;
	margin-bottom: 0.63em;
}
.tbox2 {
	float: none;
	width:100%;
	margin-left: 0%;
	text-align: left;
	margin-bottom: 0.63em;
}
.tboxsmaller {
	text-align: left;
	padding-left: 6%;
	color: #FFF;
	padding-top: 0.63em;
}
.tboxtitle {
	font-size: 1.5em;
	display: block;
	margin: 0px;
	padding-top: 0em;
	padding-right: 6%;
	padding-bottom: 0.63em;
	padding-left: 6%;
	font-weight: 300;
	}
/* contact form */

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


#contactform input {
	font-size: 1.2em;
	border: 1px solid #CFC7C3;
	padding: 2px;
	background-color: #EBEBE2;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactform .field300 {
	width: 90%;
}
#contactform .field1 {
	width: 15%;
}
#contactform textarea {
	font-size: 1.2em;
	border: 1px solid #CFC7C3;
	padding: 5px;
	background-color: #EBEBE2;
	margin-top: 10px;
}
#contactform fieldset {
	border: 1px solid #CFC7C3;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contactform legend {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.882em;
	color: #47244C;
	font-weight: normal;
}
.smalltxt {
	font-size: 0.8em;
}
#contactform label {
	font-size: 1em;
	color: #9959B6;
	font-weight: normal;
	
}
#contactform option {
	color: #333333;
	border: none;
	padding: 2px;
}
#contactform select {
	background-color: #EBEBE2;
	border: 1px solid #CFC7C3;
	padding: 0px;
}

#contactform  #contactsubmit {
	font-size: 1em;
	color: #FFF;
	background-color: #543357;
}
#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;
}
/* sideboxes*/	
.boxtitle {
	 font-family: 'Muli', 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;
	text-align: center;
	}

.sideboxtitle {
	font-family: 'Muli', sans-serif;
	font-size: 1.4em;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	}
.sideboxtxt {
	font-size: 1.0em;
	padding-top: 0.63em;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	}
.sidebox1 {
	text-align: center;
	
 }
#mainContent .sidebox1 a:link,  #mainContent .sidebox1 a:visited {
	background-color: #543357;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
}
#mainContent .sidebox1 a:hover, #mainContent .sidebox1 a:active {
	background-color: #2D1735;
}
.sidebox2 {
	text-align: center;	
 }
#mainContent .sidebox2 a:link,  #mainContent .sidebox2 a:visited {
	background-color: #2D1735;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
}
#mainContent .sidebox2 a:hover, #mainContent .sidebox2 a:active {
	background-color: #543357;
}
.arrowright, .arrowright2 {
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}
.arrowright {
	background-image: url(../images/arrow_right_white.png);
}
.arrowright2 {
	background-image: url(../images/arrow_right_blue.png);
	padding-right: 30px;
}
.sbtopmarg {
	margin-top: 20px;
}
/* footer*/	
#footerwrap {
	width: 100%;
	background-color: #2D1735;
	overflow: hidden;
	height: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-bottom: 0.63em;
}
#footer {
	text-align: center;
	width: 100%;  /* 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: 10px;
	color: #eee;
	font-size: 1em;
	padding-bottom: 20px;
} 
#footer a:link,  #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;

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

#footer p {
	margin: 0;
	padding: 0px;
	font-size: 0.882em;
}
#footer ul {
	font-size: 1.0em;
}
#footer li {
	display: inline;
}
#actionblock {
}
#actionblock h4 {
	font-size: 1.449em;
	padding-bottom: 5px;
    font-weight: 300;
	padding-top: 5px;
	color: #FFF;
	margin-bottom: 10px;
}
#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: #FFFFFF;
	text-decoration: none;
}
#actaddress {
	float: left;
	margin-top: 15px;
	}
	
.botmap {
	float: right;
	margin-top: 15px;
}
.foottel {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.197em;
	margin-top: 6px;
	margin-bottom: 6px;
}

#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;
}
.coninfo {
	padding-left: 25px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-top: 0em;
	padding-bottom: 0.3em;
}
#actionblock .coninfo  a:link, #actionblock .coninfo  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#actionblock .coninfo  a:hover, #actionblock .coninfo  a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.ci1, .ci2, .ci3, .ci4, .ci5{
	background-repeat: no-repeat;
	background-position: left top;
}
.ci1 {
	background-image: url(../images/icon_tel.png);
}
.ci2 {
	background-image: url(../images/icon_opening.png);
}
.ci3 {
	background-image: url(../images/icon_contact.png);
}
.ci4 {
	background-image: url(../images/icon_web.png);
}
.ci5 {
	background-image: url(../images/icon_map.png);
	min-height: 35px;
	padding-right: 3%;
}
.botmaillist {
	float: left;
	width: 50%;
}
#maillist {
	padding-top: 0.63em;
	color: #FFF;
}
#maillist input {
	background-color: #554E4B;
	padding: 0.63em;
	color: #FFF;
}
#maillist label {
	font-size: 0.8em;
	padding-bottom: 0.63em;
	display: block;
	color: #FFF;
}
#maillist .btn {
	background-color: #CEC4B3;
	margin-top: 0.63em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.botteam {
	font-size: 0.93em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subfoot {
	color: #A18C95;
}
/* Miscellaneous classes for reuse */
.mobileno {
	display: none;
	}
.padarrow {
	padding-left: 10px;
}
.sideimg {
	text-align: center;
	margin-top: 10px;
}
.treatimg, #mainContent .treatimgtxt p {
	text-align: center;
}
.treatimgtxt {
	padding-top: 0.33em;
}
.sideimg img,  .treatimg img{
	border: 1px solid #DDD;	
}

.contentboxstyle1 {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 1%;
	margin-top: 0.63em;
	margin-bottom: 0.63em;
}
.contentboxstyle1 p {
	font-size: 1.125em;
	padding-top: 0.63em;
	padding-bottom: 0.63em;
 }
.hightxt {
	color: #993333;
}
.liststyle1 {
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	padding-left: 20px;
	font-size: 1.0em;
}
.liststyle1 li, .liststyle2 li{
	padding-top: 0.315em;
	padding-bottom: 0.315em;
}
.liststyle2 {
	list-style-position: outside;
	list-style-image: url(../images/bullet1.png);
	padding-left: 20px;
	font-size: 1.0em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.blockfull {
	clear: both;
	width: 100%;
}
.blockleft65 {
	float: none;
	width: 100%;
}
.blockright30 {
	float: none;
	width: 100%;
}
.blockleft30 {
	float: none;
	width: 100%;
}
.blockright65 {
	float: none;
	width: 100%;
}
.blockleft {
	float: none;
	width: 100%;
}
.blockright {
	float: none;
	width: 100%;
}
.blockleft2 {
	float: none;
	width: 100%;
	text-align: left;
}
.blockright2 {
	float: none;
	width: 100%;
	text-align: left;
}
.threeblock {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	float: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0.063em;
    line-height: 0px;
}
.clearall {
	clear: both;
}
.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;
}
.boxbg1, .boxbg2, .boxbg3 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2%;
}
.boxbg1 {
	background-color: #EBEBE2;
}
.boxbg2 {
	background-color: #E7E2DA;
}
.boxbg3 {
	background-color: #46244C;
	color: #FFF;
}
.boxbg4 {
	background-color:#9959B6;
	color: #FFF;
}
.divide {
	clear: both;
	height: 1px;
	margin-top: 0.63ex;
	margin-bottom: 0.63em;
	background-color: #BCBBC3;
}
.imgblockright {
	float: right;
	width: 40%;
	background-color: #E7E2DA;
	padding: 0.3em;
	margin-bottom: 0.63em;
}
.wcuimg {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	float: none;
}
.centpad {
	text-align: center;
	padding-top: 0.63em;
	padding-bottom: 0.63em;
}
/* responsive video embed*/
.video-wrapper {
	width: 400px;
	max-width: 100%;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 5px;
height: 0;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: relative;
width: 100%;
height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
max-width: 100%;
}
/* 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: 50%;
}
.width70 {
	width: 70%;
}
.width30 {
	width: 30%;
}
.width16 {
	width: 16%;
}
.pad_lr_2 {
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0.63em;
}
.pad10px {
	padding-top: 0.63em;
}
.padround5 {
	padding: 5%;
}
@media screen and (min-width: 25em){ 
.mobileno {
	display: block;
	}
}
@media screen and (min-width: 30em){ 
    /* header*/
	#topsocial {
	padding-top: 2%;
	padding-bottom: 2%;

}
.socialicons {
	text-align: left;
	float: right;
	padding-left: 10px;
}
.socialicons2 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
	/* navigation*/
	
    /* mid*/
.treatbox1 {
	width: 49%;
	margin-bottom: 10px;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}	
	
	/* content*/
.blockimgfltright {
	float: right;
	width: 42%;
	text-align: right;
	margin-bottom: 0.63em;
	margin-left: 1%;
	margin-right: 0%;
	border: 1px solid #CFC7C3;	
}	
.threeblock {
	width: 31.3%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
/* footer*/	
}
@media screen and (min-width: 40.5em){ 
     /* header*/
	 #logo {
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 10px;
	padding-left: 0%;
}
#topcontactinfo{
	text-align: left;
	float: right;
	width: 50%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 10px;
	padding-left: 0%;
}
#topname {
	float: none;
	font-size: 1.134em;
	color: #FFFFFF;
	padding-top: 4%;
	text-align: right;
}
#toptel {
	font-size: 1.8em;
	width: 50%;
	float: right;
	padding-top: 1%;
	font-weight: 300;
	 }
	  #toptel span {
	font-size: 0.7em;
	float: right;
	 }
	#toptel a:link,  #toptel a:visited{
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
	float: right;
	clear: right;
	font-weight: 300;
}
#toptel a:hover, #toptel a:active {
	color: #FFFFFF;
	text-decoration: none;
}
	/* navigation*/
	
    /* mid*/
.logoblock {
	padding-top: 10px;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
}
.logolink {
	float: left;
	width: 25%;
	text-align: center;
}	
	
	/* content*/
	.blockimgfltright {
	float: right;
	width: 28%;
	text-align: right;
	margin-bottom: 0.63em;
	margin-left: 1%;
	margin-right: 0%;
	border: 1px solid #CFC7C3;	
}
.treatbox1 {
	width: 24%;
	margin-bottom: 10px;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
#mainContent .tellink a:link,  #mainContent .tellink a:visited {
	color: #2B8CC3;
	text-decoration: none;
	cursor: default;

}
#mainContent .tellink a:hover, #mainContent .tellink a:active {
	color: #2B8CC3;
	text-decoration: none;
}

.blockfull {
	clear: both;
	width: 100%;
	padding-top: 0.63em;
}
.blockleft65 {
	float: left;
	width: 65%;
}
.blockright30 {
	float: right;
	width: 30%;
}
.blockleft30 {
	float: left;
	width: 30%;
}
.blockright65 {
	float: right;
	width: 65%;
}
.blockleft {
	float: left;
	width: 48%;
}
.blockright {
	float: right;
	width: 48%;
}
.blockleft2 {
	float: left;
	width: 49%;
	text-align: left;
}
.blockright2 {
	float: right;
	width: 49%;
	text-align: right;
}
.imgblockright {
	width: 20%;
}
.wcuimg {
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}
/* target boxes */
#targetbox {
	margin-bottom: 2em;
	float: none;
	margin-bottom: 0em;
}
#targetbox2 {
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	width: 100%;
}
#targetbox a:link, #targetbox a:visited {
	background-color: #543357;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4%;
	padding-bottom: 4%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	padding-left: 0.63em;
	margin-bottom: 3%;
}
#targetbox a:hover, #targetbox a:active {
	background-color: #9959B6;
	color: #FFF;
}
#targetbox2 a:link, #targetbox2 a:visited {
	background-color: #C1B4A1;
	display: block;
	color: #643728;
	text-decoration: none;
	padding-top: 14%;
	padding-bottom: 14%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #DDD6CA;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
}
#targetbox2 a:hover, #targetbox2 a:active {
	background-color: #5E4D46;
	color: #FFF;
}
.tbox {
	float: none;
	text-align: left;
	margin-bottom: 15px;
}
.tbox2 {
	float: none;
	width:100%;
	margin-left: 0%;
	text-align: left;
	margin-bottom: 0.63em;
}
.tboxsmaller {
	text-align: left;
	padding-left: 16%;
	color: #FFF;
	padding-top: 0.63em;
}
.tboxtitle {
	font-size: 1.5em;
	display: block;
	margin: 0px;
	padding-top: 0em;
	padding-right: 16%;
	padding-bottom: 0.63em;
	padding-left: 16%;
	font-weight: 300;
	}
/* footer*/	
#actionblock {
	padding-bottom: 20px;
}
.actionblock1, .actionblock2, .actionblock3 {
	float: left;
	text-align: left;
}
.actionblock1 {
	width: 33%;
	padding-right: 0%;
	padding-left: 0%;
}
.actionblock2 {
	width: 38%;
	padding-left: 0%;
	padding-right: 0%;
}
.actionblock3 {
	width: 27%;
	padding-right: 0%;
	padding-left: 2%;
}
#botsocial {

	}
.botmap {
	float: right;
}	
.socialicons2 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.fsbreak {
	display: block;
	clear: both;
}
}
