/*------------------------------ 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:''; }

/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ type selectors ------------------------ */
body {
	background:#fff url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#555555;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1, h2, h3 {
	color:#628b5d;
	font-family:Arial;
}
h1 {font-size:30px;line-height:33px;font-weight: lighter;}
h2 {font-size:20px;line-height:24px;background: url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/divider.jpg") no-repeat;padding-top:24px;}
h3 {font-size:18px;line-height:21px;}
h1 span, h2 span, h3 span { display:none; }
a:link, a:visited {color:#59645a;text-decoration:underline;outline:none;}
a:hover, a:active {color:#7a7e97;text-decoration:none;outline:none;}

/* ------------------------ classes ------------------------ */
.clear { clear:both; }
div.clear {
	height:.01em;
	overflow:hidden;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bullet-back-to-top.jpg") right no-repeat;
}
.more-info {
	text-align:right;
	display:block;
	padding-right:15px;
	margin-right:40px;
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/more-info.png") right no-repeat;
	text-decoration:none;
}
.left	{ float:left; }
.right	{ float:right; }
img.img-left	{float:left;margin:2px 10px 10px 0px;}
img.img-right	{float:right;margin:5px 0px 10px 10px;}
.top_up img { display:block; }

/* ------------------------ form elements ------------------------ */
form {
	width:205px;
	padding:10px 0 15px 45px; /* set margin left and right below */
}
body#home form#quick-contact {
	width: 440px;
	padding-bottom:0px;
}
form label {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #d4d4d4;
	color:#444;
	width:171px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select { width:175px; } /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
#contact_business { display: none; } /* do not remove */
input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/btn-submit.jpg") no-repeat;
	width:48px !important;
	height:19px;
	border:none;
	cursor:pointer;
	margin:0 0 0 2px;
}
#newsletter_form input.submit-image { margin:0; }
#contact-home { margin:40px 0 0px 20px; }
body#home #contact-home p {
	font: 21px/28px serif;
	color: #323d2e;
}
#contact-home form {
	padding-top:0;
	position:relative;
}
#column-right form label {
	display:block;
	line-height:14px;
}
body#home form { width:auto; }
body#home form input.submit-image {
	margin:0 0 0 10px;
	padding:0;
}
body#home #comments {
	background-color:#FFFFFF !important;
	border:1px solid #d4d4d4;
	color:#7c7b7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.97em;
	height:105px;
	left:200px;
	top:14px;
	position:absolute;
	overflow:auto;
	width:200px;
	_display:inline;
	margin-bottom:0;
}
body#home form #label-message {
	position:absolute;
	left:200px;
	top:0;
}
body#home form input, body#home form textarea {
	width:171px;
	_display:inline;
}
body#home #quick-contact input.submit-image {
	width:48px;
	margin-top:-4px;
}
.error {
	background:#fcc;
	border:solid 1px #f00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px #666;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	padding:5px 10px;
}

/* ------------------------NEWSLETTER FORM --------------*/
form#newsletter_form {
	width: 180px;
	text-align: right;
	padding:0;
}
form#newsletter_form textarea { height: 22px; }
body#home #newsletter_form input.submit-image { width:48px; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bg-wrap1.jpg") repeat-y;
	width:999px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background: #ffffff url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/masthead.jpg") no-repeat;
	height:147px;
	padding:0;
}
#masthead .logo {
	background:url('http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/logo-halifax-health.jpg') no-repeat;
	display:block;
	font-size:28px;
	height:52px;
	line-height:23px;
	width:274px;
}
#masthead a span { display:none; }
#masthead h1, #masthead h2, #masthead ul, #masthead p {
	font-family:serif;
	color:#5c5c5c;
}
#masthead p {
	float:left;
	font-size:25px;
	line-height:19px;
	margin:25px 20px 0 8px;
	text-align:right;
	font-weight:bold;
}
#masthead ul {
	clear:both;
	float:right;
	font-size:17px;
	line-height:19px;
	padding:10px 5px 0 0;
	text-align:right;
}
#mini-nav { margin:20px 0 0 0; }
#mini-nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#mini-nav a {
	position:relative;
	text-decoration:none;
	padding:0;
}
#mini-nav li {
	border-left:1px solid #009900;
	display:inline;
	padding:0 0 0 15px;
}
#mini-nav li.first {
	border:medium none;
	padding:0 15px;
}
#masthead h2 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	margin-left:8px;
	text-transform:capitalize;
	background:none;
	padding-top:0;
}

/* ------------------------ index columns framework ------------------------ */
body#home #column-left {
	width:467px;
	float:left;
}
body#home #column-right {
	background:url('http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bg-home-contact.jpg') no-repeat;
	width:532px;
	height:334px;
	float:left;
}
body#home #column-right h1 {
	color:#628666;
	font-family:serif;
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	margin-top:25px;
	padding:0 5px 0 6px;
	text-align:center;
}
body#home #column-right h2 {
	color:#628666;
	font-family:serif;
	font-size:21px;
	font-weight:normal;
	line-height:26px;
	margin-top:33px;
}
body#home #column-right p { text-align:center; }

/* ------------------------ content framework ------------------------ */
#content-wrap {
	background:url('http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/content-bg.jpg') no-repeat;
	width:999px;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:725px;
	float:left;
	padding-top:15px;
}
body#home #column-left { padding-top:0; }
#content-left { margin:0px 50px 0 18px; }
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl { margin:0 0px 15px 0px; }
#column-left form { margin-left:0px; } /* set form margin here */
/* single column list */
	#column-left ul { padding-left:5px; }
#column-left ul li {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/arrow.png") 0px 6px no-repeat;
	padding-left:15px;
	width:600px;
}
/* multi column list */
	#column-left ul { padding-left:5px; }
			#column-left ul.bna { padding-left:5px; }
#column-left ul.bna li {
	background:none;
	padding-left:10px;
	float:left;
	width:206px; /* sets the width of each column */
	line-height:20px;
	margin-bottom:10px;
	text-align:center;
}
/* definition list */
	#column-left dl { padding-left:5px; }
#column-left dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-left dl dd {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bullet.jpg") 0px 6px no-repeat;
	padding-left:10px;
	margin-left:5px;
}
body#results #column-left a {
	width:210px;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-bottom:40px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:274px;
	float:left;
	padding-top:15px;
}
body#home #column-right { padding-top:0; }
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0px 15px 15px 11px;
	text-align: left;
}
/* single column list */
	#column-right ul { padding-left:5px; }
#column-right ul li {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bullet.jpg") 0px 6px no-repeat;
	padding-left:10px;
}
/* multi column list */
	#column-right ul { padding-left:5px; }
#column-right ul li {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bullet.jpg") 0px 6px no-repeat;
	padding-left:10px;
	float:left;
	width:150px;
	line-height:20px;
}
/* definition list */
	#column-right dl { padding-left:5px; }
#column-right dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-right dl dd {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bullet.jpg") 0px 6px no-repeat;
	padding-left:10px;
	margin-left:5px;
}
#column-right form { padding-left:11px; }
#column-right form input, #column-right form textarea { width:220px; }
#column-right form input.submit { width:75px; }

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:236px;  /* sets height for all non-flash headers */
	clear:left;
}
#header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/header.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
body#home #subhead		{background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-home.jpg");height:334px;}
body#about #subhead		{ background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-about.jpg"); }
body#contact #subhead	{ background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-contact.jpg"); }
body#thankyou #subhead	{ background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-thankyou.jpg"); }
body#sitemap #subhead	{ background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/subhead-meet-doc.jpg");
}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact			{height:55px;background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/title-contact.jpg");}
#title-our-procedures	{height:35px;	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/title-our-procedures.jpg");}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
	height:186px;
	display:block;
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/dental-btn-special-offer.jpg") no-repeat;
}
#btn-special-offer:hover { background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/dental-btn-special-offer.jpg") -100px 0 no-repeat; }
#btn-special-offer span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:33px;
	clear:both; /* important - do not remove */
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:999px;
	margin:10px auto; /*text-align:center;*/
}
#footer p {
	color:#585858;
	margin-bottom:10px;
}
#footer p.phone {
	font-size: 25px;
	font-family:serif;
	margin-bottom:30px;
}
#footer-left {
	float:left;
	text-align:left;
	width:700px;
	margin-left:21px;
}
#footer-right {
	float:right;
	width:200px;
}
#footer a:link, #footer a:visited {
	color:#59645a;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#000;
	text-decoration:none;
}
#footer ul { margin:10px; }
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #009900;
}
#footer li.first { border: none; }
.copy { font-size:11px; }
#vms-lightwindow-link { display:none; }

/* ------------------------ Procedures Section ------------------------ */
#wrap-procedures {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/wrap-procedures.jpg") repeat-y;
	width:999px;
	padding:0;
	margin:0;
	clear:both;
}
#procedures {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/procedures.jpg") no-repeat left top;
	padding-bottom:0px;
	width:999px;
	color:#5c5c5c;
}
#bottom-wrap-procedures {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/bottom-wrap-procedures.jpg") no-repeat left bottom;
	width:100%; /* fix for Safar */
	padding-bottom:35px;
	clear:both; /* important - do not remove */
}
ul.multi {
	padding-left:15px;
	float:left;
	display:block;
}
ul.multi a { text-decoration:none; }
.multiface {
	width:230px;
	float:left;
}
.multibreast {
	width:240px;
	float:left;
}
.multibody {
	width:235px;
	float:left;
}
.multispecials {
	width:260px;
	float:left;
}
.multispecials p { padding-top: 57px; }
ul.multi li {
	background:transparent url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/arrow.png") 0px 6px no-repeat;
	padding-left:10px;
	margin-right:15px;
	line-height:18px;
}
ul.multi { margin:57px 0px 10px 0px; }
div#container-multi { margin-left:21px; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/nav.jpg") no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	height:53px;
	width:999px;
}
#nav li {
	display: inline;
	background:none;
	font-size:20px;
}
#nav li, #nav a {
	display:block;
	z-index:2;
}
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav a:link, #nav a:visited {
	color:#5d7d61;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	color:#7a7e97;
	text-decoration:none;
}
#nav li li { font-size:15px; }
ul.sf-menu li { background:none; }
ul.sf-menu li a { border:none;/*padding:14px 46px 15px;*/ }
ul.sf-menu li.home a { padding:14px 47px 15px; }
ul.sf-menu li.services a { padding:14px 54px 15px; }
ul.sf-menu li.results a { padding:14px 44px 15px; }
ul.sf-menu li.about-the-practice a { padding:14px 48px 15px; }
ul.sf-menu li.meet-the-physicians a { padding:14px 31px 15px; }
ul.sf-menu li.home li a, ul.sf-menu li.services li a, ul.sf-menu li.results li a, ul.sf-menu li.about-the-practice li a, ul.sf-menu li.meet-the-physicians li a { padding:6px 10px; }
ul.sf-menu li:hover, ul.sf-menu li.sfHover, ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active { background:none; }
#nav li ul li a { background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/nav-drop-bg.png") repeat; }
#nav li ul li a:hover {
	background:url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/nav-drop-bg-hover.png") repeat;
	color:white;
}
#nav li ul li.first { border-top:1px solid #7ea187; }
#nav li ul li {
	border:1px solid #7ea187;
	border-top:none;
}
ul.sf-menu {
	float:left;
	margin-bottom:0;
}
ul.sf-menu ul {
	width: 200px; /* left offset of submenus need to match (see below) */
	margin-top:3px;
	left:200px;
}
ul.sf-menu ul ul { margin-top:0px; }
.sf-menu a.sf-with-ul {
	padding-left:10px;
	background:#6b6b6b;
}
#nav li li:hover ul, #nav li li.sfHover ul { left: 200px; }

/* ------------------------ SUBNAV FRAMEWORK ------------------------ */
.subnav{
	background:url("../images/bg-subnav.gif") no-repeat center top;
	margin:0 0 2em 1em;
	width:223px;
}
#column-right .subnav h2{
	background:none;
	line-height:45px;
	margin-bottom: 0;
	padding:0;
}
#column-right .subnav ul{
	background:#fcfcfc;
	border:solid 1px #f0f0f0;
	margin:0;
	padding:0;
}
#column-right .subnav ul li{
	float:none;
	margin:0;
	padding:0;
	width:auto;
}
.subnav li a{
	border-bottom:solid 1px #f0f0f0;
	display:block;
	line-height:18px;
	text-decoration:none;
	padding:7px 7px 7px 20px;
}
.subnav li a:hover, .subnav li a:active, .subnav li.active a{
	background:#f8f8f6;
	border-bottom:solid 1px #E3E3E3;
}
#column-right .subnav ul li.active a{
	background:#f8f8f6 url("http://eiiwebassets.s3.amazonaws.com/d/daytonaplasticsurgery.com/images/arrow.png") no-repeat 5px 50%;
}

/* Misc.
/* ----------------------------------------*/
#te_top_up {
	
}
iframe {
	position:relative;
	z-index:1;
}

#thank-you form#Contact {
	display:none;
}

