/* Start  */
/* End  */
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}
strong { color: #336600; }
#container {
	position: relative;
	margin: 0px;
	padding: 201px 0px 0px 0px;
	width: 770px;
	height: auto;
	top: 0px;
	background-color:transparent;
}
a {
	color:#698755;
	text-decoration:underline;
}
a:hover {
	color:#7570b2;
	text-decoration:underline;
}
#right-column {
	width:570px;
	float:right;
	background-color:transparent;
	color:#413e3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
#right-column h1 {
	color:#698755;
	padding:0px;
	margin: 15px 0px 0px 0px;
	font-size:18px;
}
#right-column h2 {
	padding:0px;
	margin:0px;
	font-size:12px;
}
#right-column p {
	line-height:18px;
}
#right-column #procedures {
	width:150px;
	float:left;
	list-style:none;
	font-style:italic;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #698755;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#right-column #procedures li {
	padding:0px;
	margin:0px;
	text-align: right;
}
#right-column #procedures li a {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

a#btnemail{
	background: url("../images/btnemail.jpg") top left no-repeat;
	width: 186px;
	height: 47px;
	display:block;
    margin-left:30px;
}
a:hover#btnemail{
	background: url("../images/btnemail.jpg") bottom left no-repeat;
	width: 186px;
	height: 47px;
	display:block;
    margin-left:30px;
}

#procedures-nav {
	margin:0px;
	padding:0px;
	background-color:transparent;
	height:27px;
	border-left:solid;
	border-left-color:#7a926a;
	border-left-width:1px;
	border-bottom:solid;
	border-bottom-color:#7a926a;
	border-bottom-width:1px;
}
#procedures-nav li {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	list-style-type:none;
	background-color:transparent;
}
#procedures-nav li a {
	padding: 5px 10px 5px 10px;
	background-color:transparent;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	background-image: url(../images/procedures-nav-a.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;	
}
#procedures-nav li a:hover, #procedures-nav li .active {
	background-position: right bottom;
	color:#6f8260;
	text-decoration:none;
	
}
#procedures-nav li .active {
	cursor:default;
}
/* Start Qc */
#qc {
    background-color:transparent;
    width: 159px;
    height:299px;
    margin: 0px;
    font-family:"Times New Roman", Times, serif;
    float:right;
    background-image:url(../images/qc-bg.jpg);
    padding: 0px 13px 0px 0px; 
    text-align:right;
    color:#413e3d;
}
#qc h5 {
	margin:13px 0px 13px 0px;
	height:16px;
	background-image: url(../images/qc-h5.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	text-indent:-999px!important;
	text-align:left;
}
#qc p {
	padding:0px;
	margin:0px 0px 3px 0px ;
	clear:right;
}
#qc a {
	color:#354b1d;
	text-decoration:underline;
}
#qc a:hover {
	color:#000000;
	text-decoration:underline;
}
#qc form {
    margin: 0px;
    padding: 0px;
}
#qc textarea, #qc input {
	border:0px;
	padding-top:3px!important;
	padding-left:3px!important;
}
#qc textarea {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 115px;
    height: 62px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#qc input {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 115px;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    
}
#qc input.button {
	margin:0px;
	padding: 0px;
	width: 67px;
	height: 33px;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #354b1d;
	border: none;
	background-image: url(../images/qc-submit.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	cursor:pointer;
}
#qc input.button:hover {
	color:#000000;
}
#qc .active {
	background-color:#ebd896;	
}
.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}
/* End Qc */

#left-column {
	width:172px;
	float:left;
	background-color:transparent;
	padding: 275px 0px 0px 0px;
}
#left-column a {
	font-size:12px;
}
#left-column .print-page {
	display:block;
	text-indent:-999em;
	width:152px;
	height:32px;
	background-image: url(../images/print-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 15px;
	margin-top:15px;
}
#left-column h3 {
	font-size:16px;
	color:#42533c;
	padding-left:15px;
	text-transform: uppercase;	
}
#left-column #powered-by {
	margin-left:45px;
}
/* Start Header */
#header {
	position:absolute;
	top:0px;
	left:0px;
	height:201px;
	width:770px;
	background-color:transparent;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index:0;
}
#header .header-brc {
	position:absolute;
	bottom:1px;
	right:0px;
}
#header .logo {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:189px;
	height:177px;
	background-color:transparent;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .mast-001 {
/*	position:absolute;
	left:189px;*/
	height:177px;
	width:448px;
/*	background-color:#ffffff;*/
	background-image: url(../images/mast-001.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left:190px;
}
#header .associations {
	position:absolute;
	right:0px;
	bottom:48px;
}
#header .contact {
	position:absolute;
	left:272px;
	top:60px;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#4f5d4a;
}
#header .contact:hover {
	text-decoration:none;
	cursor:default;
	content:#4f5d4a;
}

#header .patientforms {margin-left:467px; margin-top:-132px; z-index:9999; display:block; width:171px; height:38px;}
/* End Header */
/* Start Side Nav */
#side-nav {
	position:absolute;
	top:184px;
	background-color:transparent;
	z-index:25;
	padding:0px;
	margin:0px;
	height:305px;
	width:172px;
	background-image: url(../images/side-nav-bg.jpg);
	background-repeat: no-repeat;
	left: 0px;
}
#side-nav li, #side-nav a {
	color:#6d7968;
	float:left;
	clear:left;
	display:inline;
	text-decoration:none;
}
#side-nav li {
	background-color:transparent;
	background-image:url(../images/side-nav-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:32px;
}
#side-nav a {
	background-color:transparent;
	height:23px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:right;
	color:#42533c;
	background-image: url(../images/side-nav-a.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 25px;
	display:block;
}
#side-nav a:hover {
	text-decoration:none;
	color:#ceaf41;
	background-position: right -62px;
}
#side-nav .sn-meet-dr-core {
	width:115px;
}
#side-nav .sn-procedures {
	width:124px;
}
#side-nav .sn-skin-care {
	width:130px;
}
#side-nav .sn-our-practice {
	width:135px;
}
#side-nav .sn-location {
	width:138px;
}
#side-nav .sn-blog {
	width:139px;
}


#side-nav .sn-news {
	width:135px;
}


#side-nav .sn-links {
	width:130px;
}
#side-nav .sn-gallery {
	width:123px;
}
#side-nav .sn-contact-us {
	width:115px;
}

/* End  */

#footer {
	clear:both!important;
}
#footer a, #disclaimer a {
	text-decoration:none!important;
}



#online-network {
	width: 213px;
	margin: 10px 0 0 30px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.jpg") no-repeat; }
#facebook {	background:url("../images/facebook.jpg") no-repeat; margin-left: 0px;}
#rss { background:url("../images/rss.jpg") no-repeat; }
#twitter { background:url("../images/twitter.jpg") no-repeat; }

#qc #online-network .networkh2 {
	width: 141px;
	margin-bottom: 5px;
	color:#698755;
	font-size: 12px;
	font-family: arial;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -6px;
	}

/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

#right-column .post h2 a {
	font-size:20px;
	color:#42533C;
}
