
/**
 *
 *
 *
 * The constant.css should not be altered in anyway.
 * If you feel there is an item in this css file that needs to be updated,
 * please report to your manager for further instructions.
 *
 *
 *
 */
/*** Font Setup ***/

body {
	font-family: Frutiger, "Frutiger Linotype", Univers, "Myriad Pro", Myriad, "Liberation Sans", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
#nav,
#header-top-area,
#animation-content h1,
.appointments h4,
.patient-survey h4,
.column h4,
#scrollable-container .page h1,
input, textarea, button, a.button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
}
/*** Content ***/

h1 {
	margin: 0 0 15px 0px;
	padding-bottom: 6px;
}
h2 {
	margin-bottom: 3px;
	margin-top: 12px;
}
.column h2 {
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 15px;
}

h3 {
	margin: 15px 0;
}
#testimonials h4 {
	margin-bottom: 20px;
}
#search-results h4 {
	font-weight: normal;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.surgeon-specialties {
	padding-left: 132px;
	margin-bottom: 0px;
	margin-left: 15px;
}
 /*** Lists ***/

ul {
	list-style-type: none;
    margin: 1.0em 0;
    padding: 0;
}

li {
	list-style-type:disc;
	margin-left:15px;

}

/*** Images ***/

.photo,
.button {
	padding: 8px 0 2px 0;
	text-align: center;
}

.imagespacert {
	float: right;
	margin: 0 0 20px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 20px 10px 0;
}

img {
	border:none;
}


/**  if we removed bottom borders from our default link styles, this class should be removed */
a.image-link,
a.image-link:link,
a.image-link:active,
a.image-link:visited,
a.image-link:hover,
a.image-link:visited:hover {
    border: none;
}

.icon {
	padding: 0 6px;

}

.bullet {
	padding:5px 8px 0 0;
}

/*** Floats & Clears ***/

.float-right { float: right; }
.float-left { float: left; }
.clear-both { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

#surgeons .clear-left {
	margin-top: 30px;
}

#staff .clear-right {
	margin-top:45px;
}

/* Use this sparingly */
.reset {
	padding: 0px;
	margin: 0px;
	background: none;
	border: 0px;
	outline: 0px;
}

/*** Wrappers ***/

#shadow-wrapper {
	margin: 0 auto;
	width:1020px;
	-webkit-box-shadow: 0px 2px 8px #332b24;
    -moz-box-shadow: 0px 2px 8px #332b24;
    box-shadow: 0px 2px 8px #332b24;
}

#content {
	height:100%;
	margin: auto;
	padding: 40px 50px;
	width: 920px;
}
#content-text {
	min-height: 270px;
	border:thin;
	color: #000;
}
/*** Header & Search ***/

#header-top-area {
	width:1020px;
	height:109px;
	margin:auto;
}

#header-logo-link {
	border: none;
	display: block;
	height: 60px;
	line-height: 100%;
	padding-top: 15px;
	padding-left: 32px;	
	position: absolute;
	width: 500px;  /* update with the width of the practice logo */
}

#search {
	border: none;
	height: 33px;
	margin: 0;
	padding: 0 7px 7px;
	position: relative;
	left: 678px;
	top: 55px;
	width: 305px;
}

#search input {
	font-size: 12px;
	height: 19px;
	margin: 8px 0px 0 0;
	background: url(../images/constant/forms/search-input-overlay.png) repeat-x;
	border: #fff solid 1px;
	padding: 4px 4px 4px 9px;
	width: 207px;
	text-transform:uppercase;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

#search input:focus {
	border:#fff solid 1px;
	outline: none;
}

#search button {
	float: right;
	font-size: 13px;
	height: 20px;
	letter-spacing: 1px;
	line-height: 1.33em;
	margin-left: -10px;
	margin-top: 8px;
	padding: 5px 0px;
	vertical-align: top;
	width: 79px;
	


	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

#search button:focus {
	outline: none;

}

#header-top-area address {
	line-height: 1.33em;
	padding: 0;
	margin-top:4px;
	position: relative;
	left: 592px;
	top: -25px;
	width: 400px;
	text-align: right!important;
}
a[href^="tel:"] {
	border-bottom: none;
	color: #FFF;
	font-style: normal;
}


/*** Top Navigation ***/
#nav {
	height: 45px;
	padding-top: 15px;
}
#nav ul {
	font-size: 15px;
	list-style-type: none;
	margin-top: -15px;
	margin-left: 27px;
	width: 993px;
}

#nav li {
	background-image: url("../images/constant/nav/nav-li-overlay.png");
	list-style-type: none;
	float: left;
	margin: 0;
	width: 120px;

}
#nav li.divider {
	background-image: none;
	width:1px;
	height:60px;
	margin:0;
	padding:0;
	z-index:2000;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	display: block;
	line-height: 12px;
	padding: 24px 18px 0 8px;
	text-decoration: none;
	height: 36px;
}

#nav li a:hover {
	background-image: url("../images/constant/nav/nav-li-hover-overlay.png");
	text-decoration: none;
}

#nav li a:hover, 
#nav li a:focus, 
#nav li a:active {
	outline: none;
}

#nav li.current {
	background-position: top right;
	margin-top: 0px;
}

#nav li.current a:hover {
	background-image:none;
}

#nav li.current ul li {
	border:none;
}

#nav span {
	text-transform:uppercase;
	font-size: 14px;
	line-height: 21px;
	text-align:left;
	font-weight: normal;
	
}
/*** Admin Nav ***/
#horizontal-nav li {
	font-size: 12px;
	margin-left: 1px;
	text-transform: uppercase;
	width: 96px;
}
#horizontal-nav li span {
	font-size: 13px;
	text-transform: none;
}
#nav #horizontal-nav li a {
	line-height: 9px;
	padding: 21px 0 3px 8px;
}
#nav #horizontal-nav li a br {
	line-height: 21px;
}


/*** Top Navigation Dropdowns ***/

#nav li ul {
	display: none;
	font-size: 13px;
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 2000;
	width:inherit;
	opacity:0.9;filter:alpha(opacity=90);
}

#nav li:hover ul {
	display: block;
	width: 180px; 
}

#nav li li {	
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	width: 180px; 
}

#nav li li a:link,
#nav li li a:visited,
#nav li li a:active {
	display: block;
	line-height: normal;
	padding: 2px 8px 2px 10px;
	margin: 0;
	height: inherit;
	width: 180px;
}

#nav li li a:hover {
	background-image: none;
	display: block;
	text-decoration: none;
	height: inherit;
	width: 180px;
}


/*** Home Page ***/

#home-content-container,
#home-content-box {
	padding: 5px;
	width: 400px;
}

#home-content-container {
	border-bottom: none;
	width: 375px;
	float:left;

}

/*** Home Page Content Box - ie Specialties Box ***/

#home-content-box {
	padding:  6px 20px 20px 20px;
	width: 190px;
	float:right;
}

#home-content-box-strong {
	width:190px;
	height:35px;
	margin:20px 0px -20px -20px;
	padding: 8px 20px 15px 20px;
}

/*** Call Out Buttons ***/

.callout-container {
	background-color: #FFF;
	float: left;
	padding-right: 30px;
	width: 250px;
}
.callout-content {
	font-size:14px;
	display: block;
	font-weight:normal;
	line-height: 16px;
	text-align:left;
	text-transform:uppercase;
	margin-left:30px;
	
}

.callout-container span {
	text-transform: none;
	font-size: 14px;
	text-align:left;
	
}
#request-appointment .callout-content {
	text-transform: none;
}
#view-multimedia span {
	display: block;
}
.callout-container .imagespacelt {
	margin: 5px 0px;
}

a.callout {
	border: none;
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
}

.callout-content { padding-top: 12px; }

.callout {
	background-attachment: scroll;
	background-image: url("../images/constant/buttons/callouts/transparent-overlay.png");
	background-repeat: no-repeat;
	font-size: 18px;
	height: 52px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 15px;
	text-align: right;
	width: 221px;
}
#surgeons .surgeons-home .callout {
	margin-bottom: 8px;
}
.callout img {
	padding-top: 4px;
}
#submit-testimonial .callout-content { 
	padding-top: 4px;
	font-size: 13px;
}

/*** Home Page Coda Slider - Animation Area ***/

#scrollable-container {
	height: 249px;
	overflow: hidden;
	margin:-40px -50px 20px -50px;
	width:1020px;
}

#scrollable-container .page {
	position:absolute;
	display: none;
	height: 249px;

}
.navi {
	height: 300px;
	top: -6px;
	z-index:9999999999
}

.slideshow {
	position: relative;
	top: -300px;
}

.navi-button  {
	border-style: none;
	color: #fff;
	cursor: pointer;
	height: 20px;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 0 2px;
	margin: 0 0 5px 0;
	position:  relative;
	left: 975px;
	text-align: center;
	top: 30px;
	width: 23px;
	z-index: 99999999999;
	display:block;
	float: left;
	line-height: 15px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.navi-button:hover  {
	color: #fff;
}
.navi.line div {
	clear: left;
}

.active {
	opacity: 1;
	filter:alpha(opacity=100);}

.page {
	height: 300px;
	margin-bottom: 20px;
	position: relative;
	width: 960px;
}

.jqueryimage1 {
	background-image: url(../images/customize/animation/image-bkgd.jpg);
	background-repeat: no-repeat;
	width:1020px;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
}

.jqueryimage2 {
	background-image: url(../images/customize/animation/image-bkgd-2.jpg);
	background-repeat: no-repeat;
	width:1020px;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
}

.jqueryimage3 {
	background-image: url(../images/customize/animation/image-bkgd-3.jpg);
	background-repeat: no-repeat;
	width:1020px;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
}

.slide-content {
	display: block;
	position: relative; /* Was "inherit," but that doesn't work in IE. Could have used ie7.css, but this works fine. */
	top: 29px;
	left:590px;
	width:375px;
	height:220px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.slide-content h1  {
	border-bottom: none;
}

.slide-content h1 a:link,
.slide-content h1 a:active,
.slide-content h1 a:visited,
.slide-content h1 a:hover {
	display: block;
	font-size: 20px;
	font-weight: normal;
	height: 62px;
	left: 0px;
	line-height: 28px;
	padding: 0 0 0 15px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: 25px;
	width: 360px;
	text-decoration:underline;
}

.slide-content p,
.slide-content a:link,
.slide-content a:active,
.slide-content a:visited,
.slide-content a:hover {
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	position: relative;
	left:0px;
	line-height: 18px;
	top: 50px;
	width: 350px;
}

.slide-content a:link,
.slide-content a:active,
.slide-content a:visited,
.slide-content a:hover {
	font-weight: bold;
	text-decoration: none;
}

/*** Page Column ***/

.column {
	float: left;
	margin-left:0px;
	margin-bottom:20px;
	padding:  6px 20px 20px 20px;
	width: 210px;
	font-size: 12px;
}

.content-main {
	float: right;
	width: 640px;
}

.featured {
	padding:  6px 20px 20px 20px;
}
.column .photos {
	border-top: solid 8px #FFF;
	border-bottom: solid 8px #FFF;
	border-right: none;
	border-left: none;
	margin: -6px -20px 6px;
	padding: 20px 29px;
}

.photos {
	border: solid 2px #BFA980;;
	margin: 0px 0px 15px 15px;
	padding: 10px 12px;
}

.column .photos.img-column-bottom {
	margin: 6px -20px -20px;
}
#testimonials .column .photos {
	border: none;
	margin: 0;
	padding: 10px;
}
#home-content-box h2,
.column h4,
.featured h2 {
	background-position:top right;
	background-color:transparent;
	width:210px;
	height:25px;
	margin-left:-20px;
	margin-top:-6px;
	padding: 15px 0 0 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
}
.column h4 {
	width: 230px;
}
.featured h2 {
	width: 900px;
}
#contact-us .column,
#prescription-refill .column {
	float: right;
	width: 320px;
}


#contact-us .callout-container,
#prescription-refill .callout-container{
	float: right;
	padding-left: 30px;
	width: 370px;
	margin-right:-30px;
}

#contact-us .column h4,
#prescription-refill .column h4 {
	width: 340px;
}

#testimonials .column {
	margin-right: 35px;
}


#testimonials .column h4 {
	line-height: 1.35em;
	margin-bottom: 0;
}

ol li {
	background-image: none;
	list-style: lower-roman;
	padding-left: 0;

}

/*** Forms ***/

.required,
.admin_required {
	color: #990000;
}

.contact-us, .refill {
	margin-left:0px;
	width: 470px;
}

form,
.admin_listing {
	padding: 5px 20px 20px 20px;
}

.payment {
	width: 380px;
}

input {
	background: url(../../images/constant/forms/fieldcell.jpg) repeat-x #FFF;
	height: 21px;
}

input[type='radio'], input[type='checkbox'] {
	background: none;
	border: 0px;
}

.appointments input {
	height: 17px;
}

textarea {
	background: url(../../images/constant/forms/fieldcell-comments.jpg) repeat-x bottom #FFF;
}

input,
button,
textarea {
	font-size: 14px;
	padding: 4px;
}
input.secondary-button,
button.secondary-button {
	font-size: 12px;
	padding: 2px;
}
input:focus,
textarea:focus {
	outline: none;
}

#photo {
	background: none;
	border: none;
}

label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 1em;
}

label.checkbox {
	display: inline;
}

input[type="radio"], .radio, #radio, #checkbox {
	display: inline;
	font-size: 14px;
}

.appointments label {
	font-size:  14px;
}

form select {
	font-size: 100%;
	margin: 5px 0;
	padding: 2px;
}

label.error {
	color: #990000;
}

input.error,
textarea.error,
select.error {
	background-color: #FFDDDD !important;
	background-image: none !important;
	color: #990000;
}

input.error,
textarea.error {
	border: 1px solid #D8858C !important;
}

input.error:focus,
textarea.error:focus {
	border: 1px solid #990000 !important;
	outline: none;
}

.ErrorListView,
.errorlistview,
.ErrorMessageView,
.errormessageview {
	background-color: #FFDDDD;
	background-image: none;
	border: solid 1px #D8858C;
	color: #990000;
	margin-bottom: 15px;
	padding: 15px;
}

.ErrorListView ol,
.errorlistview ol,
.ErrorListView ul,
.errorlistview ul,
.ErrorMessageView ol,
.errormessageview ol {
	margin-bottom: 0px;
}

.ErrorListView h2,
.errorlistview h2,
.ErrorMessageView h2,
.errormessageview h2 {
	color: #990000;
	margin: 0px;
}

.ErrorListView ul,
.errorlistview ul label {
	font-size: 14px;
}

.ErrorMessageView,
.errormessageview {
	text-align: center;
}

.errorlistview {
	width: 390px;
}

.inline-validation-form div.error {
	color: #990000;
	font-size: 16px;
	font-style:italic;
	margin-bottom: -5px;
	margin-top: 10px;
	padding: 5px 0;
}

.inline-validation-form div.error img {
	float: left;
	margin: -9px 5px 0 0;
}

.inline-validation-form .LV_invalid{
	/*background-color: #FFDDDD;
		border: 2px solid #990000;
		border-left: 0px;
		display: inline;
		font-style: italic;
		margin: 2px 0px 0px 30px;
		padding: 2px;*/
	color: #990000;
	display: block;
	font-style: italic;
	margin-top: 2px;
	position: relative;
}

.LV_invalid_field {
	background-color: #FFDDDD;
	background-image: none;
	border: 1px solid #990000;
}

.inline-label-arrow-border {
	border-color: transparent #990000 transparent transparent;
	border-style: solid;
	border-width: 13px;
	display: inline;
	height: 0px;
	margin-top: -4px;
	margin-left: -28px;
	position: absolute;
	width: 0px;
	z-index: 5;
}

.inline-label-arrow {
	display: inline;
	border-color: transparent #FFDDDD transparent transparent;
	border-style: solid;
	border-width: 11px;
	height: 0px;
	margin-top: -2px;
	margin-left: -24px;
	position: absolute;
	width: 0px;
	z-index: 10;
}

#events h3#second {
	padding-top: 30px;
}
.admin_listing h3 {
	margin-bottom: 0px;
}
.appointments h4, .patient-survey h4, #events h4 {
	font-weight: bold;
	padding: 20px 0 0 0;
}
.appointments h4#first, .patient-survey h4#first {
	padding-top: 5px;
}

.admin h4 {
	padding-top: 10px;
}
.admin h4,
.admin_listing h4,
h3.admin_title,
#events h4  {
	margin-bottom: 5px;
	size: 14px;
}
.form-column {
	margin-left: 20px;
	width: 204px;
}

a.button,
input[type="button"],
input[type="submit"],
button {
	border: none;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 21px;
	padding: 8px;
	margin: 20px 0 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	/* to fix box-model issues with <button> in Firefox */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

}

a.no-underline {
	border-bottom: 0;
	text-decoration: none;
}

a.button.inline,
input[type="button"].inline,
input[type="submit"].inline,
button.inline {
	display: inline;
	margin-left: 10px;
}

/**
 * For removing ugly focus styles in Firefox
 */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border : 0px;
}
div.status-box {
	background-image: url(../../_theme/images/constant/buttons/select-button.png);
	height: 23px;
	width: 138px;
	padding-left: 12px;
	padding-top: 7px;
	font-size: 12px;
	color: #fff;
}

/*** jQuery Stars plugin ***/
/* The CSS required for the plugin is located in 'ui.stars.css'.  The styles
 * listed here are for template-specific styling of the stars
 */
.stars-wrapper {
	height: 3.0em;
	margin-top: 1.5em;
	overflow: auto;
	position: relative;
}
.stars-wrapper label {
	display: block;
	margin: 0 0 0.25em 0;
}
.ui-stars-caption {
	height: 1.2em;
	left: 100px;
	position: absolute;
}
.admin-stars-wrapper {
	background-image: url(../../images/constant/forms/admin-stars.gif);
	height: 25px;
	width: 125px;
}
.admin-stars-wrapper img {
	position: absolute;
}
.admin-bargraph {
	background-color: #DFAF31;
	height: 100px;
	width: 50px;
}
.admin-barratings {
	background-color: #999999;
	width: 50px;
}
/**********************************************************************
 *                    Testimonials
 *********************************************************************/

#testimonials_container ul#testimonials_list{
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#testimonials_container ul#testimonials_list li{
	list-style: none;
}
#testimonial_content.column {
	float: left;
	margin: 0 20px 20px 0;
	padding-bottom: 20px;
}

#testimonial_content.column h4 {
	padding-bottom: 0px;
}
#reorder-clear {
	clear: both;
	height: 5px;
}

.reorder-draggable {
	width: 25px;
}

.reorder-content {
	width: 150px;
}

.reorder-preview, .reorder-draggable, .reorder-content {
	float: left;
}

.reorder-zoom {
	padding-left: 18px;
}	

.PagerView .chitin-pager .now-showing-area {
	display: none;
}

/*** Search Results and Pager ***/

.results {
	width: 250px;
	text-align: right;
}

.search-page-numbers {
	margin-top: 20px;
}

.search-page-numbers a,
.search-page-numbers span,
.search-page-numbers a:visited {
	font-size: 12px;
	margin-right: 3px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}
.search-page-numbers a.next,
.search-page-numbers span.next {
	width: 44px;
}

.search-page-numbers .links-area .previous {
	width: 60px;
}

.search-page-numbers span.border-separator {
	background-color: transparent;
	border: none;
	font-weight: bold;
	padding: 2px 4px;
}

/*** Google Maps ***/
iframe.google-map {
	margin-top: 2.0em;
}

/*** Footer ***/

address {
	font-style: normal;
}

address a:link {
	text-decoration: none;
}

.ftr-adr {
	padding-top: 4px;	
}

.copyright {
	float: left;
	line-height: 16px;
	margin: 0 auto;
	padding: 19px 0 0 0;
	width: 400px;
}

#footer {
	margin: 0px auto;
	padding: 15px 20px;
	width: 980px;
	height: 75px;
}



#social-media-links {
	height: 28px;
	float: right;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-top: -4px;
	padding: 0;
	
}

#social-media-links img {
	vertical-align: middle;
	padding-right: 0;
}

/*** Print ***/

#print-page {
	float: right;
	margin: 25px 2px 0 0;
	width: 125px;
}

#print-reveal {
	border-bottom: none;
	display: none;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}