/* ------------------------ CSS Reset ------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img, a img, :link img, :visited img { border:0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:''; }

/* ------------------------ type selectors ------------------------ */
body {
	background:#1b58a0 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 { font-size:1.2em; color:#000; }
h2 { font-size:1.1em; color:#000; }
h3 { font-size:1.0em; color:#000; }
h1 span, h2 span, h3 span { display:none; }
a:link, a:visited { color:#2f86af; text-decoration:underline; border:none; }
a:hover, a:active { color:#000; text-decoration:underline;}

/* ------------------------ classes ------------------------ */
.clear { clear:both; }
div.clear {
	height:.01em;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	clear:both;
}
img.img-left { float:left; margin:2px 10px 10px 0px; }
img.img-right { float:right; margin:5px 0px 10px 10px; }
img.img-bna-left { margin:0px 0px 0px 15px; }
img.img-bna-right { margin:0px 0px 0px 20px; }
#column-right ul.with-disc { list-style-type:disc; margin-left:50px; }
#column-right .with-disc li { line-height: 1.4em; margin-bottom: .75em; }

/* ------------------------ form elements ------------------------ */
form label { font-size:.95em; }
form br {
	line-height:0;
	height:0;
}
input, textarea, select {
	background-color:#fff !important;
	border:1px solid #a3c2d7;
	color:#000;
	width:207px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px;
	padding:0;
}
textarea {
	height:90px;
	overflow:auto;
}
#contact_business { display: none; }

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select { width:175px; }
#contact-main label textarea {
	height:100px;
	overflow:auto;
}

/* ------------------------ submit button form elements ------------------------ */
input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main { margin:95px 0 0 243px; }
input.submit-image, input.submit-contact-main {
background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:836px;
	margin:0 auto;
	text-align:left;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:86px;
}
#masthead a {
	display:block;
	height:86px;
	position:absolute;
	width: 387px;
}
#masthead a span { display:none; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:289px;
	float:left;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul { margin:0px 20px 10px 55px; }
#column-left dl {
	padding-left:40px;
	margin-bottom:20px;
}
#column-left dl dt {
	padding-left:15px;
	font-weight:bold;
	color:#000;
}
#column-left dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	padding-left:10px;
	margin-left:5px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:547px;
	float:left;
	overflow: hidden
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl { margin:0px 36px 10px 20px; }
#column-right form { margin-left:0px; }
#column-right dl { padding-left:5px; }
#column-right dl dt {
	color:#000;
	padding-left:12px;
}
#column-right dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	margin-left:5px;
}

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;
	width:290px;
	height:394px;
	margin:0;
	padding-left:0px;
	float:left;
}
#nav li span { display: none; }
#nav li {
	float:left;
	list-style:none;
	position:relative;
}
#nav li, #nav a {
	height:37px;
	display:block;
}
#nav-01 {
	margin-top:37px;
	width:290px;
}
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08 {
	margin-top:0;
	width:290px;
}
#nav-01 a:hover { background:url("../images/nav.jpg") -290px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -290px -74px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -290px -111px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -290px -148px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -290px -185px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -290px -222px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -290px -259px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -290px -296px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01		{ background:url("../images/nav.jpg") -290px -37px no-repeat; }
body#about #nav-02		{ background:url("../images/nav.jpg") -290px -74px no-repeat; }
body#face #nav-03		{ background:url("../images/nav.jpg") -290px -111px no-repeat; }
body#breast #nav-04		{ background:url("../images/nav.jpg") -290px -148px no-repeat; }
body#body #nav-05		{ background:url("../images/nav.jpg") -290px -185px no-repeat; }
body#skin #nav-06		{ background:url("../images/nav.jpg") -290px -222px no-repeat; }
body#contact #nav-07	{ background:url("../images/nav.jpg") -290px -259px no-repeat; }
body#blog #nav-08		{ background:url("../images/nav.jpg") -290px -296px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#16346d;
	margin-left:290px;
	margin-top:-40px;
}
#nav li ul li {
	height:20px;
border:1px solid #3569a9;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;
	line-height:20px;
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul { left: auto; }
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover {
	background-image:none;
	background-color:#3569a9;
	color:#FFFFFF;
	text-decoration:none;
}
#nav-03 ul, #nav-03 li { width:150px; }
#nav-04 ul, #nav-04 li { width:200px; }
#nav-05 ul, #nav-05 li { width:200px; }
#nav-06 ul, #nav-06 li { width:200px; }

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:394px;
	width:546px;
	float:left;
	background:url("../images/header-index.jpg")
}
body#index #header-graphic		{ no-repeat; }
body#about #header-graphic		{ background:url("../images/header-index.jpg"); }
body#contact #header-graphic	{ background:url("../images/header-index.jpg"); }
body#thankyou #header-graphic	{ background:url("../images/header-index.jpg"); }
body#sitemap #header-graphic	{ background:url("../images/header-index.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:54px; }
body#index #subhead						{ background:url("../images/subhead-index.jpg"); }
body#about #subhead						{ background:url("../images/subhead-about.jpg"); }
body#breast #subhead					{ background:url("../images/subhead-breast-overview.jpg"); }
body#breast-aug #subhead				{ background:url("../images/subhead-augmentation.jpg"); }
body#breast-lift #subhead				{ background:url("../images/subhead-breast-lift.jpg"); }
body#breast-reduction #subhead			{ background:url("../images/subhead-breast-reduction.jpg"); }
body#breast-reconstruction #subhead		{ background:url("../images/subhead-reconstruction.jpg"); }
body#brow-lift #subhead					{ background:url("../images/subhead-brow-lift.jpg"); }
body#chemical-peel #subhead				{ background:url("../images/subhead-chemical-peels.jpg"); }
body#contact #subhead					{ background:url("../images/subhead-contact.jpg"); }
body#eyelid #subhead					{ background:url("../images/subhead-eyelid.jpg"); }
body#face #subhead						{ background:url("../images/subhead-face-overview.jpg"); }
body#injectables #subhead				{ background:url("../images/subhead-injectables.jpg"); }
body#laser-hair-removal #subhead		{ background:url("../images/subhead-hair-removal.jpg"); }
body#liposuction #subhead				{ background:url("../images/subhead-liposuction.jpg"); }
body#microdermabrasion #subhead			{ background:url("../images/subhead-microdermabrasion.jpg"); }
body#neck-lift #subhead					{ background:url("../images/subhead-neck-lift.jpg"); }
body#otoplasty #subhead					{ background:url("../images/subhead-otoplasty.jpg"); }
body#resurfacing #subhead				{ background:url("../images/subhead-resurfacing.jpg"); }
body#rhinoplasty #subhead				{ background:url("../images/subhead-rhinoplasty.jpg"); }
body#scar #subhead						{ background:url("../images/subhead-scar.jpg"); }
body#sitemap #subhead					{ background:url("../images/subhead-sitemap.jpg"); }
body#skin #subhead						{ background:url("../images/subhead-skin.jpg"); }
body#thankyou #subhead					{ background:url("../images/subhead-thankyou.jpg"); }
body#tightening #subhead				{ background:url("../images/subhead-tightening.jpg"); }
body#tummy-tuck #subhead				{ background:url("../images/subhead-tummy-tuck.jpg"); }
body#vein #subhead						{ background:url("../images/subhead-vein.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-dr {
	height:63px;
	background:url("../images/subhead-meet-dr.jpg") no-repeat;
}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact,
body#contact #title-contact,
body#thankyou #title-contact	{ height:54px; }
#title-contact					{ background:url("../images/title-contact.jpg"); }
body#contact #title-contact		{ background:url("../images/title-locate.jpg"); }
body#thankyou #title-contact	{ background:url("../images/title-locate.jpg"); }
#title-our-procedures			{ background:url("../images/title-our-procedures.jpg"); height:35px; }
#testimonial					{ background:url("../images/title-testimonial.jpg") no-repeat; height:65px; }
#thanks-card {
	height:217px;
	position:relative;
	background:url("../images/thanks-card.jpg") no-repeat;
}
#thanks-card a {
	position:absolute;
	left: 65px;
	top: 3px;
	width: 140px;
	height: 203px;
}

/* News Ticker
---------------------------------------------------------------------------*/
#blog-ticker {
	margin:3em 20px 3em 55px;
	width:px;
}
#blog-ticker h3 {
	font-size: 1.5em;
    margin: 5px 0;
}
.newsticker-jcarousellite li {
	background:#AAC4D5;
	display:block;
	list-style:none;
	overflow: hidden;
	padding:5px 5px 10px;
}
.newsticker-jcarousellite li.odd {
	background:#BBCFDD;
}
.newsticker-jcarousellite li span			{ display:block; }
.newsticker-jcarousellite li span.blogDate	{ font-size: 0.8em; }
.newsticker-jcarousellite li span.blogTitle	{ font-size: 1.2em; font-weight:bold; height: 1.5em; overflow: hidden; }
.newsticker-jcarousellite li span.blogPost	{ height: 3em; overflow: hidden; }

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%;
	height:67px;
	clear:both; /* important */
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:820px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#fff;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited { color:#fff; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }
#footer ul { margin:10px; }
#footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
}
#footer li.first { border: none; }
