@charset "UTF-8";
        body {
	font-family: 'Lato', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #4E5869;
	background-image: url(../images/pattern/manhattan-dermatology-pattern-large.png);
	background-repeat: repeat;
	background-color: #FFF;
}
body, td, th {
	color: #4E5869;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	line-height: 1.4em;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 900; 	
}
h1, h2, h4, h5, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 16px;
	padding-left: 16px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {
	text-align: justify;
}
dt {
	text-align: justify;
	padding-right: 16px;
}
h1 {
	color: #025B8D;
	font-size: 24px;
	margin-bottom: 8px;
	margin-top: 10px;
}
h2 {
	color: #5BACCF;
	font-size: 18px;
	text-transform: none;
	padding-bottom: 12px;
	padding-top: 0px;
	margin: 0px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
}
h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
}
h5 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
h6 {
	font-size: 11px;
	margin: 0px;
	padding-top: 8px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	font-weight: 900;
	color:#025b8d;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	font-weight: 900;
	color: #025b8d;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	font-weight: 900;
	color: #5BACCF;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 960px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #ffffff;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
.header a img {
	float: left;
	border: none;
}
#headerInfo {
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerDrM {
	color: #5BACCF;
	margin: 0px;
	float: left;
	font-size: 11px;
	padding: 0px;
}
#headerDrM ul {
	list-style-type: none;
}
#headerDrM ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* [disabled]padding-left: 16px; */
}
#headerDrM a {
	color: #025B8D;
	font-weight: 900;
}
#headerDrM a:hover, #headerDrM a:active, #headerDrM a:focus {
	color: #5BACCF;
	font-weight: 900;
}
#headerNav {
	text-align: right;
	padding: 0px;
	font-size: 13px;
	margin: 0px;
	color: #025B8D;
}
#headerNav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-right: 16px;
	padding-bottom: 6px;
	width: 500px;
	float: right;
	clear: right;
}
#headerNav ul li a {
	color: #025B8D;
	font-weight: 900;
}

.header .wygtg a img {
	float: right;
	border: none;
    margin-top: -1px;
    margin-left: 6px;
}
#headerContact .wygtg ul {
    margin-bottom:8px;
}
#headerNav ul li a:hover, #headerDrM a:active, #headerDrM a:focus {
	color: #5BACCF;
	font-weight: 800;
}
.payjunction {   
	margin-top: 6px;
}
#headerContact {
	text-align: right;
	font-size: 13px;
	color: #4E5869;
	width: 500px;
	float: right;
	clear: right;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#headerContact p{
	text-align: right;
}
#headerContact ul li {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 0px;
	list-style-type: none;
}
.navTop {
	background-color: #5BACCF;
	height: 32px;
	margin: 0px;
	padding: 0px;
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.navTop a {
	margin: 0px;
	padding: 0px;
	float: left;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 0px;
	background-color: #E4E8EB;
	padding-top: 0px;
}
.sidebar1 ul {
	color: #4E5869;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 13px;
}
.sidebar1 ul li {
	padding-bottom: 4px;
}
.sidebar1 ul li a  {
	color: #4E5869;
	font-weight: normal;
}
.sidebar1 ul li a:hover, .sidebar1 ul li a:active, .sidebar1 ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.sidebar1 ul ul {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
}
.sidebar1 .active a  {
	color: #025b8d;
	font-weight: 900;
}
.sidebar1 #injectables a  {
	font-weight: 900;
}
#sidebar1Links ul ul {
	/* [disabled]padding-top: 2px; */
}
#sidebar1Links {
	padding-bottom: 6px;
}
#sidebar1Links h2 {
	color: #5BACCF;
	padding-bottom: 6px;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
}
.newsletterSignup {
	float: right;
	background-color: #B6E1DE;
	padding: 0px;
	margin: 0px;
	width: 220px;
}
.newsletterSignup .signUp {
	color: #FFF;
	background-color: #4E5869;
	text-align: left;
	margin: 0px;
	/* [disabled]font-size: 10px; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	/* [disabled]font-weight: 800; */
	padding: 0px;
}
.newsletterSignup p {
	color: #4E5869;
	font-size: 11px;
	background-color: #B6E1DE;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
}
.newsletterSignup form {
    font-size: 12px;
    background-color: #B6E1DE;
    padding-bottom: 10px;
    padding-left: 16px;
}
#newsletterSignup input {
	padding-top: 2px;
    font-size: 9px;
	color: #4E5869;
}
.newsletterSignup #newsletterSignup #Submit {
	padding-left: 2px;
	margin-top: -2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.social {
	background-color: #FCF9CE;
}
.social ul {
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.social ul li a img {
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: -4px;
	display: inline;
}
.social ul li {
	padding-left: 0px;
}
.social p {
	color: #4E5869;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.social ul li {
	font-size: 12px;
}
.social ul li a {
	color: #025b8d;
	font-weight: 900;
}
.social ul li a:hover, .social ul li a:active, .social ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.social p a img {
	margin-right: 6px;
	margin-top: 0px;
}
.requestAppt {
	background-color: #FBF3E8;
	padding-bottom: 6px;
	display: block;
	margin-bottom: -6px;
}
.requestAppt p {
	color: #4E5869;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.requestAppt a {
	color: #025b8d;
	font-weight: 900;
}
.requestAppt a:hover, .requestAppt a:active, .requestAppt a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.rebateSpecials {
	background-color: #c0d2e9;
}
.rebateSpecials p {
	color: #4E5869;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.rebateSpecials a {
	color: #025b8d;
	font-weight: 900;
}
.rebateSpecials a:hover, .rebateSpecials a:active, .rebateSpecials a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.sidebar2 {
	float: left;
	width: 222px;
	background-color: #f0f8fa;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.sidebar2 h2 {
	font-size: 13px;
	padding-bottom: 8px;
	padding-top: 0px;
}
.sidebar2 p {
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 6px;
}
.sidebar2 p a {
	color: #025b8d;
}
.sidebar2 p a img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0px;
	padding-top: 10px;
}
.contentHome {
	width: 510px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.contentHome img {
	padding: 0px;
	margin-left: 16px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contentHome h1 {
	margin-bottom: 8px;
	margin-top: 4px;
	font-size: 21px;
	font-weight: 400;
}
.contentHome p {
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-right: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.contentHome p a {
	color: #025B8D;
	font-weight: 900;
}
.contentHome p a:hover, .contentHome p a:active, .contentHome p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.contentHome p img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 16px;
	text-align: left;
}
.content {
	width: 74%;
	float: left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 10px;
}
.content img {
	padding-right: 0px;
	padding-left: 0;
	padding-top: 0px;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 16px;
}
.content p.footnote {
	font-size: 10px;
	padding-left: 0px;
	margin-top: -26px;
	margin-left: 16px;
}
.content p {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 0px;
}
.content p a {
	color: #025B8D;
	font-weight: 900;
}
.content p a:hover, .content p a:active, .content p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.content p img {
	float: right;
	/* [disabled]border: 2px solid #025B8D; */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
}
.content h3 {
	padding-left: 16px;
}
.contentWide {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 16px;
}
.contentWide img {
	padding-right: 0px;
	padding-left: 0;
	padding-top: 0px;
	margin-top: -5px;
}
.contentWide .step {
	float:left;
	padding-left: 20px;
	width: 300px;
	margin-bottom: 20px;
}
.contentWide .step img {
	float:left;
	margin-right: 16px;
}
.button {
	display: inline-block;
	padding: 12px 18px;
	margin: 0;
	line-height: 1.42;
	font-weight: 700;
	font-style:normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	background-color: #5AACCF;
	color: #fff;
	margin-left:6px;
	margin-right:28px;
	letter-spacing:1px;
}
a:hover.button, a:active.button, a:focus.button {
	color: #ffffff;
	font-weight: 700;
	background-color: #025B8D;
}
a:link.button, a:visited.button {
	color: #ffffff;
	font-weight: 700;
}
.contentWide p {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 0px;
	text-align:left;
}
.contentWide p a {
	color: #025B8D;
	font-weight: 900;
}
.contentWide p a:hover, .content p a:active, .content p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.contentWide h1, .contentWide h2, .contentWide h3  {
	text-align: center;
}
.contentWide h2 {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 10px;
}
.contentWide h3 {
	color: #025B8D;
	font-size: 22px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.contentWide h4 {
	color: #025B8D;
	font-size: 16px;
	margin-bottom: 4px;
}
ul .column1 {
	width: 200px;
	float: left;
	margin-left: 24px;
	font-size: 11px;
}
ul .column1 li {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul .column2 {
	width: 200px;
	float: left;
	font-size: 11px;
}
ul .column2 li {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul .column3 {
	font-size: 11px;
}
ul .column3 li {
	padding-top: 0px;
	padding-bottom: 0px;
}
.insurance .column1 {
	float: left;
	width: 200px;
	margin-left: 24px;
	padding: 0px;
}
.insurance .column2 {
	float: left;
	width: 180px;
	margin-left: -40px;
	padding: 0px;
}
.insurance .column3 {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
}
.content ul {
	font-size: 15px;
	list-style-type: disc;
	list-style-position: outside;
	color: #4E5869;
	padding: 0px;
	/* [disabled]line-height: 1.5em; */
	margin-left: 30px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.content ul li {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
	/* [disabled]text-align: justify; */
}
.content ul li a {
	color: #025B8D;
	font-weight: 900;
}
.content ul li a:hover, .content ul li a:active, .content ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	/* [disabled]padding: 0 16px 15px 40px; */ /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.content dl {
	text-indent: 0em;
	margin: 0px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	clear: left;
}
.content h1 img {
	float: right;
	/* [disabled]border: 2px solid #025B8D; */
	margin-left: 16px;
	margin-top: 0px;
	clear: right;
	margin-bottom: 10px;
	margin-right: 0px;
}
.content h2 img {
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: -2px;
}
.content h6 {
	font-size: 13px;
	color: #025B8D;
	padding-top: 0px;
	padding-bottom: 16px;
}
.content dl dt {
	padding-left: 16px;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 6px;
	line-height: 1.5em;
}
.content dl dt a {
	color: #025B8D;
}
.content dl dt a:hover, .content dl dt a:active, .content dl dt a:focus {
	color: #5BACCF;
}
.content dl {
	padding-bottom: 0px;
	padding-top: 0px;
}
.content dl dd {
	font-size: 11px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 16px;
	padding-bottom: 4px;
}
.content ol {
	padding-top: 10px;
	font-size: 13px;
}
.content .column1 {
	width: 220px;
	float: left;
	/* [disabled]padding-left: 16px; */
	padding-right: 0px;
}
.content .column1 ul {
	padding-left: 16px;
	list-style-type: disc;
}
.content p object {
	float: right;
	padding-top: 0px;
	padding-bottom: 24px;
}
.content object {
	margin-top: 16px;
	margin-left: 16px;
}
.facility {
	float: left;
	padding-top: 10px;
}
.facility h2 img {
	margin: 0px;
	padding: 0px;
}
#search #submit {
	font-size: 11px;
	color: #4E5869;
}
.facials {
	list-style-type: none;
	font-size: 10px;
}
.facials ul {
	font-size: 13px;
	list-style-type: none;
	padding-left: 16px;
	font-weight: 900;
	text-align: justify;
	padding-right: 0px;
	margin-left: 0px;
}
.facials ul ul {
	font-weight: normal;
	font-size: 13px;
	padding-left: 0px;
	color: #4E5869;
	padding-bottom: 8px;
	padding-top: 0px;
}
.facials ul ul li {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 16px;
}
.facials p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 16px;
}
.facials h2 {
	padding-top: 4px;
	font-size: 20px;
}
.facials h2 img {
	float: right;
	margin-top: -10px;
	margin-right: -20px;
}
.peels {
	list-style-type: none;
}
.peels ul {
	font-size: 13px;
	list-style-type: none;
	padding-left: 16px;
	/* [disabled]font-weight: 800; */
	padding-top: 0px;
	margin-left: 0px;
}
.peels ul ul {
	font-weight: normal;
	font-size: 13px;
	padding-left: 0px;
	color: #4E5869;
	padding-bottom: 10px;
	padding-top: 0px;
}
.peels ul ul li {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}

.peels ul ul li a {
	color: #025B8D;
}
.peels p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.peels h2 {
	padding-top: 4px;
}
.contentThanks {
	width: 96%;
	float: left;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	text-align: center;
}
.contentStore {
	width: 97%;
	float: left;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.contentStore p {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 0px;
}
.contentStore p a {
	color: #025B8D;
	font-weight: 900;
}
.contentStore p a:hover, .contentStore p a:active, .contentStore p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.store {
	padding-left: 0px;
	padding-bottom: 36px;
	width: 540px;
	float: right;
	margin-top: 10px;
	margin-right: -16px;
}
.store h1 {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 18px;
	padding-bottom: 6px;
}
.storeItem {
	width: 160px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.storeItem ul {
	padding-top: 6px;
	list-style-type: none;
	padding-left: 0px;
	font-size: 11px;
	color: #4e5869;
	text-align: center;
	padding-bottom: 10px;
}
.storeItem ul li {
	padding-left: 0px;
	padding-bottom: 0px;
}
.storeItem ul li a {
	color: #4e5869;
	font-weight: 900;
}
.storeItem ul li a:hover, .storeItem ul li a:active, .storeItem ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.storeItem a img {
	margin-right: 5px;
	margin-left: 5px;
}
.storeList {
	width: 380px;
	float: left;
	margin-right: 0px;
	padding-left: 16px;
	margin-top: 10px;
}
.storeList h1 {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-size: 18px;
}
.storeList ul {
	padding-top: 4px;
	list-style-type: none;
	padding-left: 6px;
	color: #4e5869;
	padding-bottom: 10px;
	font-size: 13px;
}
.storeList ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: 900;
	color: #5BACCF;
	font-size: 14px;
	padding-top: 0px;
	margin: 0px;
}
.storeList ul li a {
	color: #4e5869;
	font-weight: 900;
}
.storeList ul li a:hover, .storeList ul li a:active, .storeList ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.storeList ul ul {
	padding-left: 6px;
}
.storeList ul ul li {
	font-size: 11px;
	font-weight: normal;
	color: #4E5869;
}
.storeList ul ul li a {
	font-weight: 900;
}
.prices p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.prices {
	padding-top: 0px;
	margin-top: -12px;
	margin-left: 0px;
	margin-bottom: 12px;
}
.prices .column1 {
	float: left;
	width: 175px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.prices .column1 ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 13px;
	color: #4E5869;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.prices .column4 ul {
	list-style-type: none;
	padding-left: 16px;
	font-size: 13px;
	color: #4E5869;
	text-align: left;
	margin: 0;
}
.prices .column1 ul li{
	padding: 0px;
	text-align: left;
}
.prices .column2 {
	float: left;
	width: 80px;
	/* [disabled]clear: right; */
	padding-top: 0px;
}
.prices .column2 ul, .prices .column3 ul {
	list-style-type: none;
	padding-left: 16px;
	font-size: 13px;
	color: #4E5869;
	text-align: right;
	margin: 0;
}
.prices .column2 ul li, .prices .column4 ul li {
	padding: 0px;
}
.prices .column3 {
	float: left;
	/* [disabled]width: 100px; */
	/* [disabled]clear: right; */
	padding-top: 0px;
}
.prices .column3 ul li{
	padding: 0px;
}
.prices .column4 {
	float: left;
	padding: 0px;
}
.prices dl {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.cv {
	font-size: 11px;
	color: #4E5869;
	padding-top: 8px;
}
.cv h2 {
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.cv ul {
	color: #4E5869;
	font-size: 12px;
	padding-left: 16px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.cv ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.cv ul ul li {
	list-style-type: circle;
	padding-left: 4px;
	padding-top: 0px;
}
.team {
	padding-top: 12px;
	padding-left: 16px;
}
.team .teamMember {
	clear: both;
	float: left;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 710px;
}
.teamMember img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.team h2 {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: -2px;
}
.team dl {
	clear: right;
}
.team dl dt {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
}
.team p img {
	float: left;
	padding: 0;
	margin: 0px;
}
.logo {
	padding-left: 16px;
	padding-top: 12px;
}
.rebate {
	clear: both;
	/* [disabled]float: left; */
	padding-top: 8px;
	padding-bottom: 8px;
	/* [disabled]padding-right: 10px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0E7EF;
	/* [disabled]margin-bottom: 20px; */
}
.logo img {
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.logo h2 {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#reqapptForm p {
	padding-top: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reqapptForm h2 {
	padding-bottom: 2px;
}
#reqapptForm .contactFormRt {
	text-align: right;
	width: 400px;
	/* [disabled]padding-left: 16px; */
}
#reqapptForm .contactFormRt p {
	text-align: right;
}
.contactFormRt p #State {
	margin-right: 16px;
}
iframe {
	/* [disabled]float: left; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 16px;
	margin-bottom: 20px;
	margin-top: 4px;
	clear: both;
	/* [disabled]display: block; */
}

.location {
	padding-top: 10px;
}
.location ul {
	list-style-type: none;
	padding-left: 0px;
	color: #4E5869;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-left: 16px;
}
.location ul li {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
.location ul li a {
	color: #025b8d;
	font-weight: 900;
}
.location ul li a:hover, .location ul li a:active, .location ul li a:focus {
	color: #5BACCF;
	font-weight: 900;
}

.map {
	float: right;
	margin-top: -30px;
	margin-right: 16px;
}
.press h3 {
	padding-top: 10px;
}
.press {
	float: left;
	width: 350px;
	clear: right;
}
.press p img {
	float: left;
	margin-top: 6px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ~~The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	background-color: #e6f4f7;
}
.footerServices {
	float: left;
	margin: 0px;
	color: #4E5869;
	padding: 0px;
	width: 232px;
}
.footerServices h4 a {
	color: #025b8d;
	font-weight: 900;
}
.footerServices h4 {
	font-size: 11px;
}
.footerServices h4 a:hover, .footerServices h4 a:active, .footerServices h4 a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.footerServices ul {
	padding-left: 16px;
	color: #4e5869;
	list-style-type: none;
	font-size: 11px;
}
.footerServices ul li a {
	color: #4E5869;
	font-weight: normal;
}
.footerServices ul li a:hover, .footerServices ul li a:active, .footerServices ul li a:focus {
	color: #5BACCF;
	font-weight: normal;
}
.footerServicesLaser {
	float: left;
	margin: 0px;
	color: #025B8D;
	padding: 0px;
	width: 190px;
}
.footerServicesLaser h4 a {
	color: #025b8d;
	font-weight: 900;
}
.footerServicesLaser h4 a:hover, .footerServicesLaser h4 a:active, .footerServicesLaser h4 a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.footerServicesLaser ul {
	padding-left: 16px;
	list-style-type: none;
	font-size: 11px;
}
.footerServicesLaser ul li a {
	color: #4e5869;
	font-weight: normal;
}
.footerServicesLaser ul li a:hover, .footerServicesLaser ul li a:active, .footerServicesLaser ul li a:focus {
	color: #5BACCF;
	font-weight: normal;
}
.payment p img {
	border: none;
	margin-right: 0px;
	padding-right: 10px;
	padding-top: 6px;
}
.payment p {
	padding-right: 16px;
	margin-right: 6px;
}
.footerNav {
	text-align: center;
	font-size: 13px;
	color: #025B8D;
	padding-top: 10px;
}
.footerNav ul {
	list-style-type: none;
}
.footerNav ul li {
	padding-bottom: 2px;
}
.footerNav ul li a {
	color: #025B8D;
	font-weight: 900;
}
.footerNav ul li a:hover, .footerNav ul li a:active, .footerNav ul li a:focus {
	color: #5baccf;
	font-weight: 900;
}
.footerSocial p {
	color: #025B8D;
	text-align: center;
	padding-top: 8px;
	font-size: 12px;
}
.footerSocial p a {
	color: #025B8D;
	font-weight: 900;
}
.footerSocial p a:hover, .footerSocial p a:active, .footerSocial p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
.footerSocial p a img {
	padding: 0;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: -2px;
	margin-left: 2px;
	border: none;
}
.footerCopyright p {
	color: #4e5869;
	text-align: center;
	padding-top: 8px;
	font-size: 11px;
}
.footerCopyright p a {
	color: #4e5869;
	font-weight: 900;
}
.footerCopyright p a:hover, .footerCopyright p a:active, .footerCopyright p a:focus {
	color: #5BACCF;
	font-weight: 900;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.blueMedBold {
	color: #5BACCF;
	font-weight: 900;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blueMedBoldSimple {
	color: #5BACCF;
	font-weight: 900;
}
.blueMedBold13 {
	color: #5BACCF;
	font-weight: 900;
	font-size: 13px;
}
.blueMed {
	color: #5BACCF;
}
.blueDkBold {
	color: #025B8D;
	font-weight: 900;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blueDkBoldSimple {
	color: #025B8D;
	font-weight: 900;
}
.blueDk {
	color: #025B8D;
}
.blueDkBold12 {
	color: #025B8D;
	font-weight: 900;
	font-size: 13px;
}
.blueDkBold10 {
	color: #025B8D;
	font-weight: 900;
	font-size: 10px;
}
.grayBoldSimple {
	color: #4e5869;
	font-weight: 900;
}
.orange {
	color: #F93;
}
.red {
	color: #C00;
}
.redBold {
	color: #C00;
	font-weight: 900;
}
.blueMedEmphSmall {
	color: #5BACCF;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}
.blueMedEmphBold {
	color: #5BACCF;
	font-weight: 900;
	font-size: 13px;
	font-style: italic;
}
.blueMedVSmallCap {
	color: #5BACCF;
	font-weight: 900;
	font-size: 8px;
	text-transform: uppercase;
}
.blueMedSmall {
	color: #5BACCF;
	font-weight: normal;
	font-size: 9px;
}
.graySmall {
	color: #4e5869;
	font-weight: normal;
	font-size: 11px;
}
.graySmallBold {
	color: #4e5869;
	font-weight: 900;
	font-size: 11px;
}
.grayLtBoldTiny {
	color: #ACB8C8;
	font-size: 8px;
}
.tinyCaps {
	font-size: 10px;
	text-transform: uppercase;
	/* [disabled]margin-left: 4px; */
}
.yellow {
	color: #FF9;
}
.bold {
	font-weight: 900;
}
.notBold {
	font-weight: 400;
}
.bold11 {
	font-weight: 900;
	font-size: 11px;
}
.emphasis {
	font-style: italic;
}
.footer_bundle { 
	border: 1px solid #525963; 
	font-size: 11px; 
}
.facials ul li img {
	float: right;
	margin-right: -8px;
	margin-top: -14px;
	padding-top: 10px;
}
.inset {
	float: right;
	padding-right: 0px;
	width: 150px;
	margin-left: 20px;
}
.inset2 {
	float: right;
	padding-right: 0px;
	width: 175px;
	margin-left: 20px;
}
.inset3 {
	float: right;
	padding-right: 0px;
	width: 250px;
	margin-left: 20px;
	margin-right: -10px;
}
.inset4 {
	float: right;
	padding-right: 0px;
	width: 300px;
	margin-left: 20px;
}
.inset img, .inset2 img, .inset3 img, .inset4 img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: auto;
}
.inset p, .inset2 p, .inset3 p {
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2em;
	margin-left: 0px;
	margin-right: 25px;
	padding-left: 0px;
	padding-right: 0px;
}
.inset4 p {
	font-size: 11px;
	font-weight: 900;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.photoGallery {
	margin-right: 4px;
	padding: 0px;
	margin-left: 16px;
	width: 334px;
	/* [disabled]height: 182px; */
	float: left;
	margin-bottom: 12px;
	margin-top: 0px;
}
.pressGallery {
	margin-right: 16px;
	padding: 0px;
	margin-left: 16px;
	float: left;
	margin-bottom: 16px;
	margin-top: 0px;
}
.photo {
	float: left;
	/* [disabled]width: 180px; */
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo img {
	float: left;
	padding: 0px;
	margin: 0px;
	clear: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.photo p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	/* [disabled]width: 150px; */
}
.magPhoto {
	float: left;
	width: 156px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 36px;
	padding-top: 0px;
}
.magPhoto img {
	float: left;
	padding: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.magPhoto p {
	font-size: 12px;
	padding: 0px;
	/* [disabled]width: 200px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: left;
}
.cost {
	font-size: 13px;
	margin-top: 4px;
}
.pressInsets {
	float: right;
	width: 176px;
	/* [disabled]margin-top: -24px; */
}
.pressInsets a img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 24px;
	padding: 0px;
}
.tattoo {
	float: left;
	margin-left: 16px;
}
.tattoo img {
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.caption {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.tattooBox {
	float: left;
}
.media h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.facility h3 {
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.sidebar2 img {
	display: block;
}
.sidebar1 img {
	display: block;
}
#slideshowBox, #slideshowBox2 {
	width: 175px;
	float: right;
	margin-right: 16px;
	padding: 0px;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#slideshowBox3 {
	height: 546px;
	padding-left: 16px;
}
#slideshowBox4, #slideshowBox4b {
	height: 300px;
	margin-left: 16px;
}
#slideshowBox5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 350px;
}
#slideshowBox6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 275px;
}
#slideshowBox h3, #slideshowBox2 h3 {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	width: 175px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#slideshow {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
}
#slideshow2, #slideshow3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#slideshow5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
}
#caption, #caption2 {
	font-size: 12px;
	color: #5BACCF;
	text-align: center;
	font-weight: 900;
	margin: 0px;
	width: 175px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#caption3, #caption3b {
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	width: 693px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 4px;
}
#caption5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	width: 693px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	text-align: justify;
}
#slideshow img, #slideshow2 img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.video {
	float: left;
	margin: 0px;
	width: 337px;
	padding-right: 2px;
	padding-left: 16px;
}
.video p {
	font-weight: 900;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
}
.video img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.media {
	height: 450px;
}
.insets2 {
	margin-left: 16px;
	margin-top: 10px;
}
#logoCS {
	margin-left: 16px;
	margin-top: 10px;
}
.contentStore h1 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}
.contentStore h2 {
	font-size: 21px;
}
.contentStore img {
	float: right;
	margin-left: 12px;
}
#glowmdlogo img {
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-right: 20px;
}
.glowMD {
	margin-top: 50px;
	margin-bottom: 20px;
}
.product {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 160px;
}
.product img {
	float: left;
	margin-right: 21px;
}
.product h2 {
	font-size: 18px;
	margin-top: 0px;
}
.product2 {
	clear: both;
	margin-top: 10px;
}
.product2 img {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 14px;
}
.product2 h3 {
	font-size: 18px;
	margin-top: 20px;
}
.price {
	font-size: 15px;
	padding-left: 10px;
	color: #ACB8C8;
}
.continue {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 6px;
}
.glow {
	font-size: 139%;
	font-weight: 900;
}
.price2 {
	padding-left: 10px;
	color: #ACB8C8;
	font-weight: 900;
}
.price3 {
	padding-left: 10px;
	color: #ACB8C8;
	font-weight: 900;
	font-size: 12px;
}
.price4 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 6px;
	color: #ACB8C8;
}
.price5 {
	padding-left: 6px;
	padding-right: 2px;
	color: #ACB8C8;
	font-weight: 900;
}
.minutes {
	color: #ACB8C8;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.facials h3 {
	padding-left: 16px;
	font-size: 16px;
	padding-bottom: 3px;
}
.facials .product h3 {
	margin-top: -20px;
	padding-left: 16px;
	font-size: 16px;
}
.spacer {
	margin-left: 2px;
	margin-right: 2px;
}
.footerLogos {
	margin-left: 6px;
}
.footerLogos a, .footerLogos a img {
	margin: 0px;
	padding: 0px;
}
.quoteBegin {
	margin-left: 15px;
	margin-right: -8px;
	float: left;
	margin-top: 2px;
}
.quoteEnd {
	margin-left: 0px;
	float: left;
	margin-top: 2px;
}
p.quote {
	float: left;
}
.testimonial {
	margin-top: 12px;
	margin-bottom: 16px;
}
.testimonial p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.teamMember p {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
}
.navglowmd {
	background-color: #DCF6F5;
	padding-bottom: 3px;
}
.navvanquish {
	background-color: #E6EFFA;
	padding-bottom: 3px;
}
.content ul ul {
	margin-bottom: 4px;
}
.line {
	border-top: 1px solid #EFEFEF;
	margin-top: 2px;
	margin-bottom: 8px;
}
#consult a:link {
	color: #FF6938;
}
.delivery {
	color: #FF6938;
	font-weight: 900;
}
li #coral {
	color: #FF6938;
}
