/*
THEME NAME: Manhattan Dermatology
THEME URI: http://www.manhattan-dermatology.com
VERSION: 1.1
AUTHOR: Deni Lampe, Inc.
AUTHOR URI: http://www.denilampe.com
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/

#container {
	float: right;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Lato', Verdana, Helvetica, Arial, sans-serif;
}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {
	font-family: 'Lato', Verdana, Helvetica, Arial, sans-serif;
}
input[type=submit] {
	font-family: 'Lato', Verdana, Helvetica, Arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
#wrapper {
	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%. */
	padding: 0px;
	border: 6px solid #025B8D;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 11px;
	font-weight: 900;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-image: url(images/pattern/manhattan-dermatology-pattern-large.png);
	background-repeat: repeat;
}
body, input, textarea {
	color: #4E5869;
	font-size: 13px;
	line-height: 1.4em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 0px;
}
ul {
	/* [disabled]margin: 0 0 18px 16px; */
	list-style-type: disc;
}
ol {
	margin: 0 0 6px 0;
	list-style-position: outside;
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: 900;
}
dd {
	margin-bottom: 18px;
	font-weight: 900;
	margin: 2px;
}
strong {
	font-weight: 900;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #4e5869;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #4E5869;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	border: 1px solid #4E5869;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	background-color: #EDEDED;
}
a:link {
	color: #025B8D;
}
a:visited {
	color: #025B8D;
}
a:active, a:hover {
	color: #5BACCF;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */

#header {
	color: #d4e9ec;
	height: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logos/manhattan-dermatology-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #025B8D;
	font-weight: 900;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
/* This is the custom header image */
#branding img {
	/* [disabled]border-top: 4px solid #000; */
	/* [disabled]border-bottom: 1px solid #000; */
	display: block;
	float: left;
	background-image: url(images/logos/manhattan-dermatology-logo.png);
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header, div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #4E5869;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #4E5869;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a, #access ul ul :hover > a {
	background: #4E5869;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color: #fff;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
	margin-left: 16px;
}
#content, #content input, #content textarea {
	color: #4E5869;
	/* [disabled]font-size: 13px; */
	line-height: 1.5em;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 6px;
	padding-top: 6px;
}
#content ul, #content ol {
	margin-bottom: 0px;
	margin-left: 36px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content ul li, #content ol li {
	margin-bottom: 4px;
}
#content p {
	/* [disabled]text-align: justify; */
	/* [disabled]margin-left: 16px; */
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #4e5869;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 1.5em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 16px;
	color: #5baccf;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #4E5869;
	font-size: 12px;
	font-weight: 900;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #d4e9ec;
}
.hentry {
	margin: 0 0 16px 0;
}
.home .sticky {
	background: #f4f9fa;
	border-top: 1px solid #4E5869;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 16px 0;
}
.page-title {
	color: #025B8D;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #4E5869;
	font-size: 14px;
	font-weight: 900;
}
.page-title a:link, .page-title a:visited {
	color: #025B8D;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #4E5869;
}
#content .entry-title {
	color: #025B8D;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-left: 16px;
}
.entry-title a:link, .entry-title a:visited {
	color: #025b8d;
	text-decoration: none;
	/* [disabled]margin-left: 16px; */
}
.entry-title a:active, .entry-title a:hover {
	color: #5BACCF;
	/* [disabled]margin-left: 16px; */
}
.entry-meta {
	color: #4E5869;
	font-size: 11px;
	padding-left: 16px;
	padding-bottom: 0px;
	line-height: 1.5em;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #4e5869;
	font-weight: 900;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #4E5869;
	font-size: 11px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #4e5869;
	font-weight: 900;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #4e5869;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background-color: #d4e9ec;
}
.page-link a:active, .page-link a:hover {
	color: #4E5869;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	clear: both;
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BABFC4;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#entry-author-info #author-avatar {
	background: #fff;
	/* [disabled]border: 1px solid #BABFC4; */
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 0px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 80px;
	text-align: justify;
}
#entry-author-info h2 {
	color: #4e5869;
	font-size: 100%;
	font-weight: 900;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
}
.entry-utility {
	clear: both;
	/* [disabled]color: #025b8d;
*/
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 12px;
}
.entry-meta a, .entry-utility a {
	color: #4e5869;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #5BACCF;
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p, .home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside, .home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 4px;
}
.wp-caption {
	background: #d4e9ec;
	line-height: 12px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
	margin-left: 16px;
	margin-top: 10px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #4E5869;
	font-size: 11px;
	font-weight: 900;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #4e5869;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #4e5869;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #025B8D;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #5BACCF;
}
.nav-previous {
	float: left;
	width: 40%;
	margin-left: 16px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 12px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #025B8D;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #4e5869;
	font-style: normal;
	font-weight: 900;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #4e5869;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #4E5869;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #4e5869;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #4E5869;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #4e5869;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #4E5869;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	/* [disabled]margin-left: 16px; */
}
#respond p {
	margin: 0;
	margin-left: 0px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 16px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #4E5869;
	font-weight: 900;
}
#respond label {
	color: #4E5869;
	font-size: 11px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #4E5869;
	font-size: 11px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 9px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 12px;
	width: auto;
	margin-left: 0px;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	font-size: 12px;
}
.widget-area ul ul {
	/* [disabled]margin-left: 1.3em; */
	list-style-position: outside;
	list-style-image: url(images/pattern/bullet-point.png);
	padding-top: 6px;
	padding-left: 0px;
}
.widget-area ul ul li{
	list-style-position: outside;
	list-style-image: url(images/pattern/bullet-point.png);
	padding-bottom: 6px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #025b8d;
	font-weight: 900;
	text-transform: uppercase;
	margin-left: 0px;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: 900;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #4e5869;
}
.widget_rss a.rsswidget:hover {
	color: #4E5869;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 12px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
	padding-left: 0px;
	padding-top: 4px;
}
#primary {
}
#secondary {
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 10px;
}
#colophon {
	border-top: 2px solid #025B8D;
	margin-top: -4px;
	overflow: hidden;
	padding: 6px 0;
}
#site-info {
	font-weight: 900;
}
#site-info a {
	color: #4e5869;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #4e5869;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	/* [disabled]border-bottom: 2pt solid #000;
*/
	padding-bottom: 18pt;
}
#colophon {
	border-top-width: 2pt;
	border-top-style: solid;
	border-top-color: #025B8D;
}
#site-title,  #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access,  #branding img,  #respond,  .comment-edit-link,  .edit-link,  .navigation,  .page-link,  .widget-area {
	display: none !important;
}
#container,  #header,  #footer {
	margin: 0;
	width: 100%;
}
#content,  .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
/* manhattan-dermatology-style.css */
@charset "UTF-8";
body {
	font-family: 'Lato', 'Lato', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #4E5869;
}
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;
	/* [disabled]margin-left: 36px; */
	/* [disabled]text-align: justify; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Lato', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin-left: 16px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}
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-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 {
	/* [disabled]color: #025B8D; */
	font-size: 24px;
	/* [disabled]margin-bottom: 8px; */
	/* [disabled]margin-top: 10px; */
}
h2 {
	/* [disabled]color: #5BACCF; */
	font-size: 16px;
	/* [disabled]text-transform: none; */
}
h3 {
	font-size: 14px;
	/* [disabled]margin: 0px; */
	/* [disabled]padding-top: 0px; */
	/* [disabled]padding-right: 0px; */
	/* [disabled]padding-bottom: 4px; */
}
h4 {
	font-size: 12px;
	/* [disabled]text-transform: uppercase; */
	/* [disabled]margin: 0px; */
	/* [disabled]padding-top: 6px; */
	/* [disabled]padding-bottom: 4px; */
}
h5 {
	font-size: 11px;
	/* [disabled]text-transform: uppercase; */
	/* [disabled]margin: 0px; */
	/* [disabled]padding-top: 8px; */
	/* [disabled]padding-bottom: 8px; */
}
h6 {
	font-size: 10px;
	/* [disabled]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: 0;
	margin-left: auto;
	padding: 0px;
	border: 6px solid #025B8D;
}
/* ~~ 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;
	float: left;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -16px;
}
#headerDrM ul {
	list-style-type: none;
}
#headerDrM ul li h3 a {
	margin-left: 0px;
}
#headerDrM ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-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: 300px;
	float: right;
	clear: right;
}
#headerNav ul li a {
	color: #025B8D;
	font-weight: 900;
}
#headerNav ul li a:hover, #headerDrM a:active, #headerDrM a:focus {
	color: #5BACCF;
	font-weight: 800;7
}
#headerContact {
	text-align: right;
	font-size: 13px;
	color: #4E5869;
	width: 300px;
	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;
}
#sidebar1Links ul ul {
	padding-top: 2px;
}
#sidebar1Links {
	padding-bottom: 16px;
}
#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: 8px;
	background-color: #B6E1DE;
	padding-bottom: 10px;
	padding-left: 16px;
}
#newsletterSignup input {
	font-size: 9px;
	color: #4E5869;
}
.newsletterSignup #newsletterSignup #Submit {
	padding-left: 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;
}
.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;
}
.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: 220px;
	background: #FCF9CE;
	padding: 0;
}
.sidebar2 p {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sidebar2 p a {
	color: #025b8d;
}
.contentHome {
	width: 510px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 10px;
}
.contentHome img {
	padding: 0px;
	margin-left: 16px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 4px;
}
.contentHome h1 {
	margin-bottom: 4px;
}
.contentHome p {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-right: 24px;
}
.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: 24px;
	padding-left: 16px;
	padding-top: 10px;
	/* [disabled]margin-top: 10px; */
}
.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;
}
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: 13px;
	list-style-type: disc;
	color: #4E5869;
	padding: 0px;
	/* [disabled]line-height: 1.5em; */
	margin-left: 32px;
	margin-bottom: 8px;
	margin-top: 4px;
}
.content ul li {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* [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: 12px;
}
.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;
	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: 12px;
	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: 12px;
	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;
}
.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;
}

.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: 96%;
	float: left;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.contentStore p {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-right: 30px;
}
.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;
}
.prices .column1 {
	float: left;
	width: 160px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
}
.prices .column1 ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 11px;
	color: #4E5869;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.prices .column1 ul li{
	padding: 0px;
}
.prices .column2 {
	float: left;
	width: 80px;
	/* [disabled]clear: right; */
	padding-top: 0px;
}
.prices .column2 ul {
	list-style-type: none;
	padding-left: 16px;
	font-size: 11px;
	color: #4E5869;
	text-align: right;
	margin: 0;
}
.prices .column2 ul li{
	padding: 0px;
}
.prices .column3 {
	float: left;
	/* [disabled]width: 100px; */
	/* [disabled]clear: right; */
	padding-top: 0px;
}
.prices .column3 ul {
	list-style-type: none;
	padding-left: 16px;
	font-size: 11px;
	color: #4E5869;
	text-align: right;
	margin: 0;
}
.prices .column3 ul li{
	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: 12px;
}
.cv ul {
	color: #4E5869;
	font-size: 12px;
	padding-left: 16px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 2px;
}
.cv ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
.cv ul ul li {
	list-style-type: circle;
	padding-left: 4px;
	padding-top: 2px;
}
.team {
	padding-left: 16px;
	padding-top: 12px;
}
.team .teamMember {
	clear: both;
	float: left;
	padding-bottom: 16px;
}
.team img {
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.team h2 {
	padding-left: 0px;
	padding-bottom: 0px;
}
.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: 2px;
	padding-top: 12px;
}
#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 {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 16px;
	margin-bottom: 32px;
	margin-top: 16px;
}

.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: #025b8d;
	border-bottom-color: #025b8d;
	background-color: #e6f4f7;
}
.footerServices {
	float: left;
	margin: 0px;
	color: #4E5869;
	padding: 0px;
	width: 180px;
}
.footerServices h4 a {
	color: #025b8d;
	font-weight: 900;
}
.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;
	margin: 0px;
	font-size: 10px;
	padding-top: 6px;
}
.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: 18px;
	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;
}
.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;
}
.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;
}
.yellow {
	color: #FF9;
}
.bold {
	font-weight: 900;
}
.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 p {
	font-size: 11px;
	font-weight: 900;
	text-align: center;
}
.inset img {
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.inset {
	float: right;
	padding-right: 0px;
	width: 182px;
}
.photoGallery {
	margin-right: 4px;
	padding: 0px;
	margin-left: 16px;
	width: 334px;
	height: 182px;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}
.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;
}
.photo p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
.cost {
	font-size: 11px;
	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;
}
