/**
 *
 *
 *
 * 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,
#animation-content h1,
.appointments h4,
.patient-survey h4,
.column h4, h2,
.callout-container strong,
#scrollable-container .page h1{
	/* For a breakdown of how many people have the fonts installed here, see:
	 * http://www.codestyle.org/servlets/FontStack?stack=Segoe%20UI,Calibri,DejaVu%20Sans%20Condensed,Liberation%20Sans,Nimbus%20Sans%20L,Helvetica%20Neue,Helvetica,Arial&generic=sans-serif
	 *
	 * Note that the Frutiger and Myriad families are not in this survey
	 */
	font-family: Frutiger, 'Frutiger Linotype', Segoe, 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#title,
h1, h3, h4,
#surgeons h2,
#home h2,
em,
i,
.callout,
.tel {
	font-family: Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
}

input, textarea, button, a.button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
}
 /*** Lists ***/

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

li {
	background-image: url(../images/customize/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.0em 0.32em;
	padding-left: 1.2em;
}

.surgeon-specialties {
	padding-left: 132px;
	margin-bottom: 0px;
}

/*** 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-right: 6px;
}

/*** 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;
}

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

/*** Wrappers ***/

.wrapper {
	margin: 0 auto;
	width: 960px;
}
#content-nav-wrapper {
	height: 100%;
	margin: 30px 0 0 0;
	overflow: auto;
}
#content {
	float: left;
	height: 100%;
	margin: 0;
	/*min-height: 410px;*/
	min-height: 500px;
	padding: 0 30px 30px 30px;
	width: 696px;
}

/*** Header & Search ***/

#header-logo-link {
	border: none;
	display: block;
	height: 115px;
	line-height: 100%;
	position: absolute;
	width: 460px;  /* update with the width of the practice logo */
}

#header {
	background-image: url(../images/customize/layout/top_area.png);
	height: 115px;
	position: relative;
	width: 960px;
}

#search {
	border: none;
	height: 31px;
	margin: 0;
	padding: 0 12px 8px;
	position: absolute;
	right: 29px;
	text-align: right;
	width: 320px;
	background-color: #DBAB70!important;
	

	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius:  10px;

	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius:  10px;
}

#search input {
	font-size: 15px;
	height: 23px;
	margin-right: 0px;
	margin-top: 2px;
	background-image: url(../images/constant/forms/fieldcell-search.jpg);
	border: none;
	padding: 3px;
	padding-left: 9px;
	width: 224px;
}

#search input:focus {
	border: none;
	outline: none;
}

#search button {
	float: right;
	font-size: 13px;
	height: 19px;
	letter-spacing: 1px;
	line-height: 1.33em;
	margin: 0;
	margin-top: 2px;
	padding: 5px 6px;
	vertical-align: top;
	width: 72px;

	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

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

#search button:focus {
	outline: none;
}

#header address {
	height: 62px;
	line-height: 1.33em;
	padding: 0;
	position: absolute;
	right: 29px;
	text-align: right;
	top: 52px;
	width: 400px;
}

#header .last {
	padding-right: 0;
}


/*** Side Navigation: Parent ***/

#nav {
	float: left;
	height: 100%;
	letter-spacing: 0.05em;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 204px;
}


#nav ul {
	list-style-type: none;
}
#nav li {
	line-height: 24px;
	position: relative;
	background-image: none;
	background-position: 0em;
	padding-left: 0em;
}

#nav a {
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	width: 180px;  /* IE6/7 aren't happy without it */
}

#nav a:active {
	outline: none;
}

.nav-arrow {
	border-style: solid;
	border-width: 4px 4px 0;
	float: right;
	height: 0;
	margin-top: 8px;
	width: 0;
}

/*** Side Sub Navigation: Children ***/

#nav ul {
	border: none;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 204px;
}

#nav li.current ul {
	display: block;
}

#nav ul li {
	background-image: none;
	border-bottom: none;
	display: none;
	line-height: 18px;
}

#nav li.current ul li {
	display: block;
}

#nav ul a,
#nav li.current ul a {
	background-image: url("../images/customize/layout/arrow.gif");
	background-repeat:no-repeat;
	background-position: 8px 8px;
	border: none;
	padding-left: 20px;
	width: 172px; /* yeah, IE6/7 don't behave right without it */
}

#nav ul a:active,
#nav li.current ul a:active {
	border: none;
	outline: none;
	outline-offset: -1px;
}

/*** Home Page ***/

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

#home-content-container {
	border-bottom: none;
	width: 410px;
}

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

#home-content-box {
	padding: 20px;
	width: 370px;
}

.home-content-box-column-a,
.home-content-box-column-b {
	line-height: 18px;
	width: 170px;
}

.home-content-box-column-b {
	float: right;
	margin-top: 0px;
	margin-left: 16px;
}

#home-content-box li {
	background-position: 0.05em 0.5em;
	padding-left: 1.2em;
}
/*** Call Out Buttons ***/

.callout-container {
	float: right;
	padding-left: 20px;
	width: 248px;
}

.callout-container .imagespacelt {
	margin: 5px 0px;
}

a.callout {
	border: none;
	border-radius: 5px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	box-sizing: content-box;
	cursor: pointer;
	display: block;

	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: content-box;
	-moz-border-radius: 5px;
	-moz-box-shadow:0 2px 7px rgba(0, 0, 0, 0.5);
	-moz-box-sizing:content-box;
}

#request-appointment strong,
#submit-testimonial b {
	float: right;
	font-size: 13px;
	line-height: 25px;
}
#request-appointment .callout-content { padding-top: 12px; }
#request-appointment .imagespacelt { padding-top: 8px; }
#about-surgeon .callout-content { padding-top: 20px;}
#patient-testimonials .callout-content { padding-top: 18px; }
#patient-testimonials .imagespacelt { padding-top: 15px; }
#download-forms .callout-content { padding-top: 18px; }
#read-news .callout-content { padding-top: 20px; }
#read-news .imagespacelt { padding-top: 10px; }
#view-multimedia .callout-content { padding-top: 18px; }
#view-multimedia .imagespacelt { padding-top: 6px; }
#submit-testimonial .callout-content { padding-top: 12px; }
#submit-testimonial .imagespacelt { padding-top: 8px; }

.callout {
	background-attachment: scroll;
	background-image: url("../images/constant/buttons/callouts/transparent-overlay.png");
	background-repeat: repeat-x;
	font-size: 18px;
	height: 87px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 0 15px;
	text-align: right;
	width: 218px;
}

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

#scrollable-container {
	height: 182px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 697px;
}

#scrollable-container .items {
	clear: both;
	position: absolute;
	width: 20000em; /* Specify something wide enough to at least contain all the .pages side-by-side */
}

#scrollable-container .page {
	float: left;
	height: 182px;
	position: relative;
	width: 707px;
}

#scrollable-container .page img {
	float: right;
	width: 355px;
}

#scrollable-container .page .arrow {
	border-bottom: 91px solid transparent;
	border-top: 91px solid transparent;
	left: 352px;
	height: 0;
	position: absolute;
	width: 0;
}

#scrollable-container .page .page-content {
	font-size: 1.03em;
	height: 140px;
	line-height: 18px;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 340px;
	z-index: 2;
}

#scrollable-container .page-content h1,
#scrollable-container .page-content a {
	margin-bottom: -6px;
}

#scrollable-container .page-content h1 {
	font-size:19px;
}

#scrollable-container .page-content a {
	font-weight: normal;
	text-decoration: none;
}

#scrollable-container div.navi {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10000;
}

#scrollable-container div.navi a {
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin: 7px;
	width: 15px;
}

#glass-border {
	border: 5px solid #fff;
	height: 172px;
	left: 0;
	position: absolute;
	top: 0;
	width: 687px;
	z-index: 1;

	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*** Page Column ***/

.column {
	float: right;
	margin-left: 20px;
	padding: 20px;
	width: 204px;
}

.content-main {
	float: left;
	width: 428px;
/*	margin-left: 280px;*/
}

#testimonials .column {
	float: left;
	margin: 0 20px 20px 0;
	padding-bottom: 20px;
	width: 200px;
}

#testimonials .column h4 {
	margin: 0px;
	padding-bottom: 0px;
}

ol {
	padding-left: 17px;
}
.column ol li,
ol li {
	background-image: none;
	padding-left: 0;
}
.column .photos {
	margin-bottom: 22px;
}
/*** Forms ***/

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

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

.admin_listing .unread {
	font-weight: bold;
}

.contact-us, .payment, .refill {
	width: 380px;
}

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

.appointments input,
#news input {
	height: 17px;
}
.featured {
	padding: 20px;
}
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;
}

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

.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 {
	font-weight: bold;
	padding: 20px 0 0 0;
}
.appointments h4#first, .patient-survey h4#first {
	padding-top: 5px;
}

#testimonials_list a:link,
#testimonials_list a:visited,
#testimonials_list a:active {
	border-style:none;
}
.admin h4 {
	padding-top: 10px;
}
.admin_title img {
	margin-right: 8px;
}
.info-icon {
	margin-right: 3px;
}
.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;

	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);

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

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

}

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

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

/**
 * 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;
}
/*
 * For bolding items that have not yet been handled by the admin
 */
div.open, div.pending {

}

/*** 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;
	width: 100%;
}
.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{
	background-image: none;
}
#testimonial_content.column {
	float: left;
	margin: 0 20px 20px 0;
	padding-bottom: 20px;
}

#testimonial_content.column h4 {
	margin: 0px;
	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;
}

.copyright {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 970px;
}

#footer {
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 15px 20px;
	width: 932px;
}

#social-media-links {
	float: right;
	margin-top: -2px;
	text-align: right;
	width: 200px;
}

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

/*** Print ***/

#print-page {
	border-radius:  5px;
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-top: -4px;
	padding: 10px;

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

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

.mobile-only{
	display:none;
}
