/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, input, textarea table, caption, tbody, tfoot, thead, tr, th, td, button {margin:0 0 0 0; /* custom */padding:0 0 0 0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border: 0;}
body {line-height:18px;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}
.hide {display:none;}
.flash-replaced .alt {display:none;}

/* fonts */


#consult {
			margin-top: -1px;

}

#social-media {
	z-index: 100;
	display: block;
}

#social-media a img {
	height:32px; 
	width:auto;
}



@font-face {
	font-family: 'Sabon05232Regular';
	src: url('sabon-roman-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sabon05232Regular';
	src: url(//:) format('no404'), url('sabon-roman-webfont.woff') format('woff'), url('sabon-roman-webfont.ttf') format('truetype'), url('sabon-roman-webfont.svg#webfontdTW5wPKP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUISemiboldRegular';
	src: url('seguisb-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUISemiboldRegular';
	src: url(//:) format('no404'), url('seguisb-webfont.woff') format('woff'), url('seguisb-webfont.ttf') format('truetype'), url('seguisb-webfont.svg#webfontbt7fw96k') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* main layout */
body {
	font-family:Georgia, Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', serif;
	font-size:12px;
	line-height:18px;
	color:#dcd7eb;
	background: #0a0124 url(../images/bg.png) repeat-x;
	text-align: center;
	overflow-x: hidden !important;
}


#container {
	text-align:left;
	margin:0 auto;
	width:945px; /* custom */
}

#main-bg {
	background: url(../images/container-bg.png) no-repeat;
	margin-left:-128px;
	margin-top:0px;
	width:1200px; /* custom */
	height:775px;
	z-index:-100;
	position:absolute;
}

#bd, #hd {
	width:945px; /* custom */
	position: relative; 
	margin: 0 auto; 
}

#hd {
	text-align:left;
}

#hd h1#logo {
	background: url(../images/logo.png) no-repeat;
	width:361px; /* custom */
	height:254px; /* custom */
	margin:0 0 0 0; /* custom */
	position:absolute;
	top:19px; /* custom */
	left:-8px; /* custom */
	z-index:600;
}
	
#hd h1#logo a {
	width:361px; /* same as above */
	height:254px; /* same as above */
	display:block;
	text-indent:-999em;
	overflow:hidden;			
}

#img-auto-container {
	background: url(../images/img-auto-container.png) no-repeat;
	width:692px; /* custom */
	height:293px; /* custom */
	margin:0 0 0 244px; /* custom */
	position:relative;
	top:67px; /* custom */
	z-index:500;
}

#img-auto-container-bar {
	font-family: 'SegoeUISemiboldRegular';
	color:#d1ddcf;
	font-size:14px;
	background: url(../images/img-auto-container-bar.png) no-repeat;
	width:675px; /* custom */
	height:43px; /* custom */
	margin:0 0 0 254px; /* custom */
	padding:3px 0 0 0; /* custom */
	position:relative;
	top:14px; /* custom */
	z-index:500;
	text-align:center;
}

#content {
	background: url(../images/content-bg.png) repeat;
	margin: -117px 0 0 230px; /* custom */
	padding: 160px 23px 20px 23px; /* custom */
	width:674px;
	min-height:347px;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

body.site-map #content {
	height:470px;
}

body.internal-server-error #content {
	height:500px;
}

body.page-not-found #content {
	height:510px;
}

#sidebar {
	background: url(../images/sidebar-bg.png) repeat;
	width:199px; /* custom */
	min-height:160px;
	position:absolute;
	top:220px; /* custom */
	left:3px; /* custom */
	padding-top:370px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#ft-wrap {
	margin-top:25px;
	background: url(../images/ft-bg.png) repeat-x;
	width:100%;
}

#ft {
	width:646px;
	height:418px;
	position: relative; 
	margin: 0 auto;
	padding: 15px 0 0 294px;
	text-align:left;
}


/* links */
a {
	cursor:pointer;!important 
	outline: none;
}

a, a:link, a:visited {
	color:#a597c9;  /* custom */
	text-decoration:none;
}

a:hover, a:active  {
	text-decoration:underline;
}

#img-auto-container-bar a, #img-auto-container-bar a:link, #img-auto-container-bar a:visited {
	color:#d1ddcf;  /* custom */
	text-decoration:none;
}

#img-auto-container-bar a:hover, #img-auto-container-bar a:active  {
	text-decoration:underline;
}


#ft a, #ft a:link, #ft a:visited {
	color:#7a66ad;  /* custom */
	text-decoration:none;
}

#ft a:hover, #ft a:active  {
	text-decoration:underline;
}

a#sesame-link {} /* custom */


/* various typo */
p {
	line-height: 18px; /* custom */
	margin: 0 0 18px 0; /* custom */
}

p.tag-line {
	font-size:12px;
	font-weight:bold;
	color:#bcace5;
	line-height: 18px; /* custom */
}


.hide {
	display:none;
}

.center {
	text-align:center; 
	margin-left:auto; 
	margin-right: auto;
}

.right {
	text-align:right;
}

strong, b {	
	font-weight:bold;
}

em {
	font-style:italic;
}

sup, sub {
	font-size:90%; 
	line-height:18px; 
	vertical-align:middle;
}

sub {
	vertical-align:text-bottom;
}


/* headings */
h2, h3, h4, h5, h6, dt {font-weight:normal;}

h1 { 
	font-family: 'Sabon05232Regular';
	color:#84af8a;
	font-size: 35px; /* custom */
	line-height: 30px; /* custom */
	margin: 0 0 12px 0; /* custom */
}

body.home h1 { 
	font-size: 30px; /* custom */
}
	
h2 {
	color:#84af8a;
	font-size: 19px; /* custom */
	font-weight:bold;
	line-height: 24px; /* custom */
	margin: 0 0 5px 0; /* custom */
}

h3, dt {
	color:#a597c9;
	font-size: 16px; /* custom */
	font-weight:bold;
	line-height: 20px; /* custom */
	margin: 0 0 5px 0; /* custom */
}

h4 {
	font-size: 18px; /* custom */
	line-height: 18px; /* custom */
	margin: 0 0 0 0; /* custom */
}

h5 {
	font-size: 14px; /* custom */
	line-height: 18px; /* custom */
	margin: 0 0 0 0; /* custom */
}


/* flash */

#flash-brushing-and-flossing-dental {
	margin: 0 0 17px 0; /* custom */
}

#video-invisalign {
	margin: 0 0 17px 0; /* custom */
	border: solid 3px #2d8d52; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
}



/* lists */
ul {
	margin: 0 0 18px 22px; /* custom */
	list-style-image:url(../images/small-bullet.png);
}

ul li {
	margin: 0 0 3px 0; /* custom */
}

ul.docs {
	margin: 0 0 0 0; /* custom */
}

ul.docs li {
	margin: 0 0 0 0; /* custom */
	display:inline;
}

ul.address {
	margin: 0 0 0 0; /* custom */
}

ul.address li {
	margin: 0 0 0 0; /* custom */
	display:inline;
}

ul.call-outs {
	margin: 0 0 0 0; /* custom */
	padding: 0 0 13px 2px; /* custom */
	list-style:none;
	list-style-image:none;
}

#toggle-content ul {
	margin: 0 0 18px 0; /* custom */
	list-style-image:none;
	list-style:none;
}

#ft ul {
	margin: 0 59px 0 0; /* custom */
	list-style:none;
	list-style-image:none;
	float:left;
}

ol {
	margin: 0 0 18px 22px; /* custom */
}

ol li {
	margin: 0 0 3px 0; /* custom */
}


/* back to top */
p.back-to-top {
	text-align:right; /* custom */
	margin:0 0 0 0; /* custom */
	clear: both; 
}

body.office-tour p.back-to-top {
	display:none;
}

p.back-to-top a {
	text-align:right; /* custom */
	text-decoration:none; /* custom */
}

p.back-to-top a:hover {
	text-decoration:underline; /* custom */
}


/* location map goodness */
.iframe {
	display: none;
}

.map {
	width:655px; /* custom */
	height:424px; /* custom */
	background: #BCACE5; 
	border: 1px solid #2d8d52;
	overflow: hidden;
	display: block; 
	margin: 0 0 17px 0; /* custom */
	padding: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35); 	
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
}


/* navigation */
#nav {
	width:140px; /* custom */
	height:262px; /* custom */
	position:absolute;
	top:275px; /* custom */
	margin-left:3px;
	z-index: 500;
	text-align: left;
}

#nav ul {
	width:140px; /* custom */
	height:262px; /* custom */
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0;
}
#nav ul li {
	display: inline; 
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0;
}

#nav ul li a {
	display: block;
}
				
a#meet-the-team, a#for-new-patients, a#regular-checkups, a#general-dentistry, a#dentistry-for-kids, a#enhance-your-smile, a#restore-your-smile, a#contact-us, a#home  {
	width:170px;  /* same as above */
	height:30px;  /* same as above */
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat;
}
					
#nav ul li a#meet-the-team {
	background-position: 0px 0px;
}

#nav ul li:hover a#meet-the-team, #nav ul li.sfhover a#meet-the-team, #nav ul li.active a#meet-the-team {
	background-position: -201px 0px
}

#nav ul li a#for-new-patients {
	background-position: 0 -30px;
}

#nav ul li:hover a#for-new-patients, #nav ul li.sfhover a#for-new-patients, #nav ul li.active a#for-new-patients {
	background-position: -201px -30px
}

#nav ul li a#regular-checkups {
	background-position: 0 -60px;
}

#nav ul li:hover a#regular-checkups, #nav ul li.sfhover a#regular-checkups, #nav ul li.active a#regular-checkups {
	background-position: -201px -60px
}

#nav ul li a#general-dentistry {
	background-position: 0 -90px;
}

#nav ul li:hover a#general-dentistry, #nav ul li.sfhover a#general-dentistry, #nav ul li.active a#general-dentistry {
	background-position: -201px -90px
}

#nav ul li a#dentistry-for-kids {
	background-position: 0 -120px;
}

#nav ul li:hover a#dentistry-for-kids, #nav ul li.sfhover a#dentistry-for-kids, #nav ul li.active a#dentistry-for-kids {
	background-position: -201px -120px
}

#nav ul li a#enhance-your-smile {
	background-position: 0 -150px;
}

#nav ul li:hover a#enhance-your-smile, #nav ul li.sfhover a#enhance-your-smile, #nav ul li.active a#enhance-your-smile {
	background-position: -201px -150px
}

#nav ul li a#restore-your-smile {
	background-position: 0 -180px;
}

#nav ul li:hover a#restore-your-smile, #nav ul li.sfhover a#restore-your-smile, #nav ul li.active a#restore-your-smile {
	background-position: -201px -180px
}

#nav ul li a#contact-us {
	background-position: 0 -210px;
}

#nav ul li:hover a#contact-us, #nav ul li.sfhover a#contact-us, #nav ul li.active a#contact-us {
	background-position: -201px -210px
}

#nav ul li a#home {
	background-position: 0 -240px;
}

#nav ul li:hover a#home, #nav ul li.sfhover a#home, #nav ul li.active a#home {
	background-position: -201px -240px
}
	
					
#nav ul li ul { /* dropdown styles */
	width:185px; /* same as above */
	height:auto;
	position:absolute;
	top:-999em;
	display: block;
	margin:-27px 0 0 183px; /* custom */
	border: none; /* custom */
	padding-top:7px; /* custom */
	padding-bottom:7px; /* custom */
	background: #248e52;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.35);
}
					
#nav ul li:hover ul, #nav ul li.sfhover ul {
	top: auto;
}

#nav ul li ul li {
	float: none;
}

#nav ul li ul li a {
	font-family: Arial, Helvetica, 'Helvetica Neue', Tahoma, Geneva, Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', sans-serif;
	display: block;
	font-size: 12px; /* custom */
	float: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px; /* custom */
	text-align: left;
	color:#fff; /* custom */
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0; /* custom */
	text-indent:16px; /* custom */
}

#nav ul li ul li a:hover {
	background-color:#0a004d; /* custom */
	color:#fff; /* custom */
	position:relative;
	padding:0 0 0 0; /* custom */
}

#nav ul li ul li.active a {
	background-color:#0a004d; /* same as above */
	color:#fff; /* custom */
	position:relative;
	padding:0 0 0 0; /* same as above */
}
	

/* utility nav */
#utility-nav {
	position:absolute;
	top:35px; /* custom */
	left:50%; /* custom */
	margin-left:172px;
}

#utility-nav ul {
	width:259px; /* custom */
	height:33px; /* custom */
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0; /* custom */
	list-style:none;
}

#utility-nav ul li {
	display:inline;
	float:left;
}

#utility-nav ul li a {
	display:block;
}

#utility-nav #patient-login, #utility-nav #doctor-login {
	background:url(../images/utility-nav.png) no-repeat;
	height:33px; /* custom */
	text-indent:-999em;
}

#utility-nav ul li #patient-login {
	width:130px; /* custom */
	background-position:0 0; /* custom */
}

#utility-nav ul li #doctor-login {
	width:129px; /* custom */
	background-position:-130px 0; /* custom */
}

#utility-nav ul li:hover #patient-login, #patient-login {
	background-position:0 -37px; /* custom */
}

#utility-nav ul li:hover #doctor-login, #doctor-login {
	background-position:-130px -37px; /* custom */
}

/* images */

img.auto {
	margin: 10px 0 0 10px;
	}
	
.slideshow {
	margin: -279px 0 0 10px;
}

img.call-outs {
	margin: 0 0 0 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 3px #2d8d52; /* Customize me! */
}

/* on page subnav */
p.sub_nav { 
	font-family: ; /* custom */
	margin:0 0 12px 0; /* custom */
	font-size:13px; /* custom */
	color:#a597c9;
	z-index:100;
	position:relative;
	line-height:24px; /* custom */
}

p.sub_nav a.active {
	color:#84af8a; /* custom */
}


/* sitemap / 404 / 500 */
div.col {
	width:33%; /* custom */
	margin:0 0 0 0; /* custom */
	float:left;
}

div.col2 {
	width:33%; /* custom */
	margin:0 0 0 0; /* custom */
	float:left;
}

div.col3 {
	width:33%; /* custom */
	margin:0 0 0 0; /* custom */
	float:left;
}

body.site-map div.col2, div.col3 {
	margin:3px 0 0 0; /* custom */
}

div.col ul, div.col2 ul, div.col3 ul {
	list-style:none; 
	font-size:12px; /* custom */
	font-weight:bold;
	line-height:32px; /* custom */
	padding:0 0 13px 0 !important; /* custom */
	margin:0 0 0 0; /* custom */
}
div.col ul li ul, div.col2 ul li ul, div.col3 ul li ul {
	list-style:none; 
	font-size:12px; /* custom */
	font-weight:normal;
	line-height:13px; /* custom */
	padding:0 0 0 0; /* custom */
	margin:-6px 0 0 15px; /* custom */
}

/* GALLERY LIST */
/* IMPORTANT - This prevents a flash of unstyled content */
#gallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #BCACE5; border: 1px solid #2d8d52; padding: 10px; margin: 0; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35); 	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);}

/* LOADING BOX */
.loader { background: url(../images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 25px; padding: 0 10px; } /* Change height to 0 if no captions are required */

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #fff; font-size: 12px; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* margin will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #2d8d52; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

/* SESAME CSS */
img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
		border: solid 3px #2d8d52; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
	}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 3px #2d8d52; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 3px #2d8d52; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
.clear {clear: both;}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #2d8d52; /* Customize me! */
	border: solid 1px #2d8d52; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: both;
	}
/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #2d8d52;
	border: solid 1px #2d8d52;
	border-width: 1px 0 0 0;
	clear: both;
	}
/* Clear Fix */
.clear {clear: both;}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}






















/* anatomy of a tooth */
#anatomy-of-a-tooth {background: url(http://media.sesamehost.com/images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif); height: 525px; position: relative; width: 300px}
#anatomy-of-a-tooth a {cursor: help; display: block; position: absolute}
#anatomy-of-a-tooth a:hover {background: transparent}
a#bone {height: 20px; left: 30px; top: 380px; width: 40px}
a#cementum {height: 20px; left: 100px; top: 460px; width: 90px}
a#dentin {height: 20px; left: 80px; top: 165px; width: 60px}
a#enamel {height: 20px; left: 165px; top: 135px; width: 60px}
a#gingiva {height: 30px; left: 20px; top: 275px; width: 60px}
a#periodontal {height: 30px; left: 205px; top: 440px; width: 70px}
a#pulp {height: 30px; left: 125px; top: 220px; width: 50px}
a#print {cursor: pointer; height: 23px; left: 240px; top: 502px; width: 60px}
#bd #anatomy-of-a-tooth a img {border: none; display: block; height: 0; position: absolute; width: 0; margin:0; padding:0;}
#bd #anatomy-of-a-tooth a:hover img {height: 98px; width: 300px}
a#bone:hover img {left: -30px; top: -380px}
a#cementum:hover img {left: -100px; top: -460px}
a#dentin:hover img {left: -80px; top: -165px}
a#enamel:hover img {left: -165px; top: -135px}
a#gingiva:hover img {left: -20px; top: -275px}
a#periodontal:hover img {left: -205px; top: -440px}
a#pulp:hover img {left: -125px; top: -220px}



/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 0;
		letter-spacing: normal;
	}

	fieldset {border: 0; padding: 9px 0;margin: 0 0;}
		fieldset h2 {margin: 0 0 9px;}
		fieldset p {margin: 0 0 18px;}
		fieldset p.disclaimer {font-size: 90%; font-style: italic; margin: 0;}
		fieldset dl {}
			fieldset dl dt {font-size: 16px; clear: both; margin: 9px 0 0;}
				fieldset dd ul {margin: 9px 0;}
					fieldset dd ul li, fieldset dd ol li {list-style: none;}
					fieldset dd li {
						clear: both;
						margin: 3px 0;
						padding: 5px 0 4px 10%;
						overflow: auto;
						height: auto;
						position: relative;
						-moz-border-radius: 9px;
						-webkit-border-radius: 9px;
						}
					fieldset dd li:hover {background: #a1efab;/* customize me - this is the hover color change of li */}
					fieldset dd li input:hover, fieldset dd li input:focus,
					 fieldset dd li select:hover, fieldset dd li select:focus,
					 fieldset dd li textarea:hover, fieldset dd li textarea:focus {
					 	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
					 	outline-color: #537197;/* customize me */
					 	}
						fieldset li h3 {font-size: 12px; line-height: 18px; margin: 0;}
						fieldset li div {float: left; display: inline-block; width: 40%; position: relative; padding-right: 5%;}
						fieldset li div.input-street {width: 85%;}
						fieldset li div.input-city {width: 60%;}
						fieldset li div.input-full-name {width: 85%;}
						fieldset li div.input-phone-full {width: 85%;}
						fieldset li div.input-email {width: 85%;}
						fieldset li div.input-zip {width: 20%;}
						fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {width: 85%;}
							fieldset li div.radio input {border: none;}
							fieldset li div.radio label {padding-right: 9px; font-size: 90%;}
						/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {width: 85%;}
						fieldset li div.input-comments {width: 85%;}
							li div.input-comments textarea {height: 63px; overflow: auto;}
						fieldset li div.input-captcha {width: 50%;}
						fieldset li div.verification {width: 35%;}
							li div.verification img {
								border: 1px solid;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div label {
								line-height: 18px;
								font-weight: bold;
								margin-bottom: 9px;
								font-size: 80%;
								color: #7a64b1;/*override to match site*/
								}
							fieldset li div input, fieldset li div textarea, fieldset li div select {
								display: block;
								line-height: 18px;
								width: 100%;
								border: 1px solid;
								padding: 4px 0 3px;
								text-indent: 4px;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div select {height: 25px;}
							fieldset li div.radio input {display: inline; width: auto; margin-right: 4px;}
							fieldset li div div {width: 100%;}
						fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
							clear:both;/*do not change, forces button to sit below floated elements*/
							display: block;
							width: 125px;
							height: 34px;
							text-align: center;
							margin: 0;
							background:#a1efab;/* customize me! */
							border: 1px solid #7a64b1;
							line-height: 34px;
							color:#7a64b1;/* customize me! */
							font-size:12px;
							font-weight:bold;
							-moz-border-radius: 4px; /*for Moz, optional*/
							-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
							}


	/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
		font-size: 150%;
		color: #A597C9;/* customize me*/
		position: absolute;
		left: 9px;
		top: 9px;
	}


	/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {width: 40%;}

	/* JQuery */
	input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1;}
	div.error {
		background: url(../images/validate_error.gif) 0 0 no-repeat;
		color: #a52003;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}
	div.success {
		background: url(../images/validate_ok.gif) 0 0 no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}

	.contact-form div.error, .contact-form div.success {margin-left: 0;}
