/* Basics
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body{
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #d3d1d0 url("../img/bg-body.png") 0 0 repeat-x;
}
td, th {
	vertical-align: top;
}
img {
	border: 0;
	display: block;
}
p {
	line-height: 1.6em;
}
/* Header
----------------------------------------------- */
#header {
	margin: 54px 0 0 0;
	background: transparent url("../img/bg-red.png") no-repeat bottom center;
}
#inner-header {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 158px;
}
#inner-header h1 {
	margin-bottom: 2px;
}
#logo {
	width: 173px;
	height: 51px;
}
.slogan {
	text-transform: uppercase;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:1px;
}
/* Main navigation
----------------------------------------------- */
#main-nav {
	width: 986px;
	height: 90px;
	list-style-type: none;
	padding:0px;
	margin: 0;
	font-size: 18px;
	position: absolute;
	top: 76px;
	left: 0;
}
#main-nav li {
	float:left;
	height: 62px;
	margin: 0;
	padding: 0 71px 0 0;
	line-height: 62px;
	text-align: center;
}
#main-nav a {
	display: block;
	height: 62px;
	color: #ffffff;
	text-decoration: none;
}
#main-nav .active a,
#main-nav a:hover {
	background: transparent url('/files/dextra/img/main-menu-hover.png') no-repeat 50% 75%;
}
#main-nav .last {
	padding-right: 0px;
}

/* Language nav
----------------------------------------------- */
.languages {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 300px;
	line-height: 34px;
}
.languages li {
	display: inline;
	padding-left: 10px;
}
.languages a {
	color: #7c7c7c;
}
/* Search
----------------------------------------------- */
.search {
	position: absolute;
	top: 10px;
	right: -8px;
	width: 280px;
	height: 42px;
	background-image: url("../img/bg-search.png");
	background-repeat: no-repeat;
}
.keywords {
	margin: 0;
	padding: 0 0 0 10px;
	border: 0; 
	background-color: transparent;
	position: absolute; 
	top: 1px;
	left: 10px;
	width: 220px;
	height: 32px;
	color: #7c7c7c;
	line-height: 32px;
	font-size: 12px;
}
.search_submit {
	border: 0;
	background-color: transparent; 
	position: absolute;
	top: 1px;
	left: 241px;
	width: 30px;
	height: 32px;
}
/* Content
----------------------------------------------- */
#content {
	width: 984px;
	margin: -27px auto 0 auto;
	background: url("../img/bg-content-top.png") no-repeat scroll 0 0 transparent;
	padding-top: 27px;
}
#content2 {
	width: 984px;
	margin: -27px auto 0 auto;
	background: url("../img/bg-content-top.png") no-repeat scroll 0 0 transparent;
	padding-top: 27px;
}
.content-wrap {
	width: 956px;
	padding: 14px;
	background: #f2f2f2 url("../img/bg-content-mid.png") repeat-y 0 27px;
}
.content-wrap2 {
	width: 956px;
	padding: 14px;
	background: #f2f2f2 url("../img/bg-content-mid.png") repeat-y 0 27px;
}
.content-inner {
	position: relative;
	top: -27px;
}
.content-inner2 {
	position: relative;
	top: -27px;
}
.content-bottom {
	width: 984px;
	height: 3px;
	margin: 0;
	padding: 0;
	background: url("../img/bg-content-bottom.png") no-repeat scroll 0 0 transparent;
}
/* Front lifts - left side
----------------------------------------------- */
.ruler {
	border-bottom: 1px solid #fff;
}
.front-lift {
	background-color: #e6e6e6;
	height: 288px;
	width: 281px;
	padding: 24px 28px 28px 32px;
	color: #322b2b;
	overflow: hidden;
}
.front-lift h2 {
	font: 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #bf1414;
	margin-bottom: 4px;
}
.front-lift h2 a {
	color: #333;
}
.cufon-active .front-lift h2 {
	font-size: 2.1em;
}
.front-lift h3 {
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #636363;
}
.cufon-active .front-lift h3 {
	font-size: 1.6em;
}
.front-lift p {
	margin: 18px 0;
	line-height: 1.4em;
	font-size: 1.1em;
}
.front-lift ul {
	padding: 0;
	font-size: 1.2em;
	margin: 10px 0;
}
.front-lift ul li{
	list-style-type: none;
	margin: 2px 0;
}
.front-lift ul a {
	color: #322b2b;
}
.front-lift .date {
	color: #636363;
}
.front-img-wrap {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 615px;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.front-overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
.front-appointment-badge {
	position: absolute;
	z-index: 101;
	top: 236px;
	left: 0;
}
/* Front lifts - bottom
----------------------------------------------- */
.slots {
	float: left;
	margin-top: 43px;
	height: 170px;
	color: #5f5253;
	padding: 20px 28px 20px 32px;
	width: 257px;
	border-right: 2px solid #d7d7d7;
}
.slots ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.slots li {
	height: 184px;
	margin: 0;
	padding: 0;
	display:inline;
	float:left;
	width: 100%;
}
.slots .carousel-control {
	display: none;
}
.slots h2 {
	font-size: 2.5em;
	margin: 30px 10px 20px 0;
	color: #5f5253;
}
.slots h2 img,
.arrow {
	display: inline;
	float: none;
	vertical-align: middle;
}
.slots a {
	color: #5f5253;
	text-decoration: none;
}
.slots a:hover {
	text-decoration: none;
}
.cufon-active .slots h2 {
	font-size: 3.3em;
}
.slots p {
	line-height: 1.5em;
	font-size: 1.2em;
}
.slots img {
	float: right;
}
.front-slot-1 {
	width: 279px;
}
.front-slot-1 li {
	overflow: hidden;
}
.front-slot-3 {
	width: 257px;
	padding-right: 0;
	border-right: 0;
}
.front-slot-3 img {
	margin-right: -45px;
}
.front-slot-3 .carousel-wrap {
	width: 302px;
	height: 184px;
	overflow: hidden;
	position: relative;
}
.front-slot-3 ul {
	width: 257px;
}
/* Bread crumb
----------------------------------------------- */
.breadcrumb {
	text-transform: uppercase;
	color: #555555;
	list-style-type: none;
	margin: -6px 0 0 0;
	padding: 0 0 4px 0;
}
.breadcrumb li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 0 7px;
	background: transparent url("../img/bullet-bright-small.gif") no-repeat left center;
}
.breadcrumb li:first-child,
.breadcrumb li.first-child {
	background: none;
	padding-left: 0;
}
.breadcrumb a {
	color: #555555;
}
/* Secondary menu
----------------------------------------------- */
.section-sidebar {
	margin: 0;
	padding: 12px 17px 17px 17px;
	float: left;
	width: 196px;
	background-color: #e6e6e6;
	font-size: 1.1em;
	line-height: 1.5em;
}

#side-navigation,
#side-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #bf1414;
}
#side-navigation {
	font-size: 1.1em;
}
#side-navigation .parent ul {
	margin-left: 10px;
}
#side-navigation .menu-item {
	border: 1px solid #d9dcdf;
	background-color: #f2f2f2;
	padding: 0 2px;
	color: #333333;
	display: block;
	margin: 5px 0;
}
#side-navigation .menu-item a {
	color: #333333;
	display: block;
	float: right;
	text-align: left;
	padding: 2px 0 1px 0;
}
#side-navigation img {
	cursor: pointer;
	display: block;
	float: left;
	width: 14px;
	height: 20px;
}
#side-navigation .selected-menu-item {
	border: 1px solid #e32f24;
	background: #d42015 url("../img/bg-sidenav-selected.png") 0 0 repeat-x;
	color: #ffffff;
}
#side-navigation .selected-menu-item a {
	color: #ffffff;
}
#side-navigation .level-1 .menu-item a {
	width: 176px;
}
#side-navigation .level-2 .menu-item a {
	width: 166px;
}
#side-navigation .level-3 {
	background: transparent url("../img/bullet-bright-small.gif") no-repeat 0 5px;
	padding-left: 8px;
}
#side-navigation .level-3.selected {
	text-decoration: underline;
}

/*** News related ***/

.news-year,
.news-month {
	border: 1px solid #d9dcdf;
	background: #f2f2f2 url("../img/bullet-gray-small.gif") no-repeat 5px center;
	font-size: 1.1em;
	padding: 2px 2px 2px 13px;
	color: #333333;
	display: block;
	margin: 5px 0;
}
.news-selected {
	border: 1px solid #e32f24;
	background: #d42015 url("../img/bg-sidenav-selected.png") 0 0 repeat-x;
	color: #ffffff;
	font-size: 1.1em;
	padding: 2px 2px 2px 13px;
	display: block;
	margin: 5px 0;
}
.news-item {
	background: transparent url("../img/bullet-bright-small.gif") no-repeat 5px 5px;
	padding: 0 0 0 15px;
	margin-left: 10px;
	color: #888888;
	display: block;
}
.select-year .date {
	color: #636363;
}
.heading-date {
	color: #000000;
	font-size: 0.6em;
}
/* Section specific
----------------------------------------------- */
.section-content-wrap {
	width: 668px;
	float: right;
	padding: 0 23px 0 29px;
}
.section-content {
	font-size: 1.2em;
}
.section-content p {
	font-size: 1em;
}
.cufon-active .section-content h1 {
	font-size: 2.4em;
}
.section-content h2 {
	font-size: 1.5em;
}
.section-img {
	margin-bottom: 20px;
}
.section-img .border-wrap-inner {
	padding: 6px;
}
/* Section lifts - right side
----------------------------------------------- */
.section-lift-wrap {
	width: 316px;
	margin: 0 -70px 20px 20px;
	padding: 0;
	clear: right;
	float: right;
}
.section-lift-top {
	width: 316px;
	height: 3px;
	background: transparent url("../img/bg-lift-top.png") no-repeat bottom center;
}
.cufon-active .section-lift h3 {
	font-size: 1.5em;
}
.section-lift,
.section-lift-noextend {
	background: transparent url("../img/bg-lift-mid.png") repeat-y  0 0;
	width: 286px;
	padding: 15px;
}
.section-lift-bottom {
	width: 316px;
	height: 18px;
	background: transparent url("../img/bg-lift-bottom.png") no-repeat top center;
}
.section-lift-noextend-wrap {
	width: 316px;
	margin: 0 0px 20px 20px;
	padding: 0;
	clear: right;
	float: right;
}
.section-lift-noextend div {
	font-size: 1.2em;
}
/* Section lifts - bottom content area
----------------------------------------------- */
.section-slot-1 {
	float: left;
	border-right: 2px solid #d7d7d7;
	padding-right: 36px;
}
.section-slot-2 {
	float: right;
	padding-left: 36px;
}
.section-slots {
	width: 296px;
	margin-top: 43px;
	height: 170px;
	color: #5f5253;
	padding-top: 30px;
}
.section-slots h2 {
	font-size: 2.4em;
	color: #5f5253;
	margin: 30px 10px 20px 0;
}
.cufon-active .section-slots h2 {
	font-size: 3em;
}
.section-slots h2 a {
	color: #5f5253;
}
.section-slots p {
	line-height: 1.5em;
}
.section-slots img {
	float: right;
}
/* Person
----------------------------------------------- */
.person2 {
	background-color: #f7f7f7;
	width: 80%;
	margin-bottom: 30px;
	overflow: auto;
}
.cufon-active .person2 h4 {
	font-size: 1.5em;
	margin-bottom: 5px;
}
.person2 img {
	border: 1px solid #d0d0d0;
	margin-right: 10px;
}
.person2 h4 {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.person 2 table {
	width: 100%;
	border: 0;
}
.card-left {
	width: 130px;
	vertical-align: middle;
}
.person2 p {
	font-size: 1em;
	line-height: 1.3em;
}
.person2 ul {
	margin: 0;
	padding: 0;
}
.person2 ul li {
	list-style-image: url("../img/bullet-gray-small.gif");
	list-style-position: outside;
	margin: 3px 0 3px 10px;
}
.person2 ul li.nobullet {
	list-style: none outside none;
	margin-left: 0;
}
.person2 ul li.spacing {
	height:1px;
	margin-bottom: 15px;
	list-style: none outside none;
}
.person2 .book {
	margin-top: 20px;
}

.person2 .border-wrap-inner {
	padding: 10px;
}
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	width: 980px;
	margin: 15px auto;
	font-size: 1.2em;
	color: #525252;
}
#footer a {
	color: #525252;
}
.locations {
	padding: 0;
	margin: 0;
}
.locations li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #b1abab;
	padding-left: 7px;
	margin-left: 7px;
}
.locations li.practice {
	border: none;
	margin: 0;
	padding: 0;
	width: 187px;
}
.locations li.address {
	width: 170px;
}
table.locations {
	border-spacing: 0;
	width: 690px;
}
table.locations td {
	border-right: 1px solid #b1abab;
	padding: 0 8px;
}
table.locations .first {
	padding-left: 0;
}
table.locations .last {
	border-right: 0;
}
.certs {
	padding: 0;
	margin: -10px 0 0 0;
	float: right;
	width: 285px;
}
.certs li {
	float: right;
	list-style-type: none;
	padding-left: 2px;
}
/* Maps
----------------------------------------------- */
.gmaps-wrap {
	width: 649px;
	height: 323px;
	padding: 10px;
	margin-bottom: 20px;
	background: transparent url("../img/bg-map.png") no-repeat top left;
}
#gmaps {
	width: 649px;
	height: 323px;
}
.route {
	margin: 0;
	padding: 0;
}
#start {
	width: 99%;
}
.routeinfo {
	font-style: italic;
	color: #888888;
}
.routebutton {
	background-color: #ffffff;
	border: 1px solid #d9dcdf;
	padding: 10px 25px;
	color: #bf1414;
	cursor: pointer;
	font-size: 1em;
	margin-top: 20px;
	float: right;
}
/* Doctor search
----------------------------------------------- */
.search-doctor {
	background-color: #f7f7f7;
}
.search-doctor h2 {
	margin: 10px 0 20px 0;
	font-size: 1.2em;
}

.cufon-active .search-doctor h2 {
	font-size: 1.5em;
}
.search-doctor table {
	width: 100%;
	border-spacing: 20px 0px;

}
.search-doctor .border-wrap-inner {
	padding: 10px;
}
#speciality,
#id,
#location,
#keywords {
	width: 282px;
	border: 1px solid #b4bbaa;
	color: #3494949;
	margin: 4px 0;
}
.column-left {
	text-align: right;
	vertical-align: middle;
}
.column-center {
	width: 282px;
}
.column-right {
	text-align: left;
	vertical-align: bottom;
}
.listContainer1 .first {
	padding-left: 0;
}
.listContainer1 .last {
	border-right: 0;
}
.speciality-list {
	float: left;
	border-right: 2px solid #d7d7d7;
	list-style: none;
	margin: 0;
	padding: 0 30px;
}
.speciality-list li {
	margin: 3px 0;
}
.speciality-list a {
	color: #740007;
}
/* Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bf1414;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2.1em;
	color: #bf1414;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h6 {
	font-size: 1em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
/* Lists
----------------------------------------------- */
/* Tables
----------------------------------------------- */
table thead {
	font-weight: bold;
}
.trstyle1 td {
	text-align: center;
}
.tblstyle1 td {
	background-color: #e6e6e6;
	border: 1px solid #d9dcdf;
	padding: 0 2px;
}
.tblstyle1 th {
	background-color: #e6e6e6;
	border: 1px solid #d9dcdf;
	padding: 2px 4px;
}
.tblstyle2 {
	border-spacing: 0;
	border-collapse: collapse;
}
.tblstyle2 th {
	border: 1px solid #d9dcdf;
	background-color: #e6e6e6;
	padding: 2px 4px;
}
.tblstyle2 td {
	border: 1px solid #d9dcdf;
}
/* Forms
----------------------------------------------- */
input.ngformError, select.ngformError, textarea.ngformError,
input.checkbox.ngformError, input.file.ngformError, img.ngformError { 
	border: 1px solid red;
	outline: 1px solid red;
}
form {
	margin: 0;
}
.bigbutton {
	background-color: #ffffff;
	border: 1px solid #d9dcdf;
	padding: 15px 30px;
	color: #bf1414;
	cursor: pointer;
	font-size: 1.2em;
	width: auto;
}
.feedback {
	width: 60%;
}
.feedback input {
	width: 80%;
}
.feedback textarea {
	width: 100%;
}
input.submit {
	width: auto;
}
/* Links
----------------------------------------------- */
a {
	text-decoration: none;
	color: #bf1414;
}
a:hover {
	text-decoration: underline;
}
/* Misc
----------------------------------------------- */
fieldset {
	border: 0;
}
.bordering {
	border: 1px solid #eaeaea;
}
.border-wrap-outer {
	border: 1px solid #e1e1e1;
}
.border-wrap-inner {
	border: 1px solid #ffffff;
}
.accents em,
.hilight {
	font-style: normal;
	color: #bf1414;
}


.clear-left {
	clear:left;
}
.clearer {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;	
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.skip {
	display: none;
}

.online-booking a {
	background: #d72318 url('../img/bg-button-booking.png') repeat-x 0 0;
	border: 1px solid #eb372c;
	padding: 12px 15px;
	color: #fff;
	font-size: 1.5em;
}
.online-booking span {
	padding: 10px 35px 10px 0;
	background: transparent url('../img/bg-button-span-booking.png') no-repeat 100% 50%;
}
.online-booking a:hover {
	text-decoration: none;
}



/* Search
----------------------------------------------- */
.pages a.current {
	color: #000000;
}
.content-search {
	margin: 10px 0;
}
#search-results {
	list-style: none outside none;
	margin: 10px 0;
	padding: 0;
}
#search-results li {
	border-bottom:1px solid #D0D0D0;
	padding: 10px 0;
}
/* Sitemap
----------------------------------------------- */
#sitemap ul {
	padding: 5px 15px;
}
/* Jobs
----------------------------------------------- */
.jobs {
	list-style-type: none;
	padding-left: 0;
}
.jobs li {margin-bottom: 30px;}
/* Co-op
----------------------------------------------- */

.coop {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	width: 450px;
}
.coop li {
	display: inline-block;
	margin: 0 9px 9px 0;
	vertical-align: top;
	/*width: 160px;*/
	width: 105px;
}
.coop li a {
	display: block;
}
.coop li.fourth {
	margin-right: 0;
}
