/* -- %GENERAL -- */

* {
margin: 0;
}

html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #eaebee;
background-image: url(/images/page_bg.gif);
background-position: top center;
background-repeat: repeat-y;
position: relative;
}

img {
border: 0;
font-size: 1px;
line-height: 1px;
}

h1, h2, h3, h4, h5 {
margin: 0;
padding: 5px 0 10px 0;
font-weight: normal;
color: #273996;
}

h1 {font-size: 45px; line-height: 45px;}
h2 {font-size: 30px; line-height: 30px;}
h3 {font-size: 17px; line-height: 19px;}
h4 {font-size: 17px; line-height: 19px;}
h5 {font-size: 17px; line-height: 19px; color: #3cc3d2;}

p, ul, ol, td {
margin: 0;
padding: 0 0 19px 0;
color: #313131;
font-size: 13px;
line-height: 19px;
}

#page_content ul {
margin: 0 0 0 10px
}
#page_content ul li {
margin: 0 0 10px 0;
padding: 0 0 0 35px;
list-style: none;
background: url(/images/bullet_leaf.gif) top left no-repeat;
}

a {outline: none; color: #3cc1d1; text-decoration: underline;}
a:hover {outline: none; color: #273996;}
a img {outline: none; border: 0}

/* -- %NAV -- */
div#nav {
width: 665px;
height: 25px;
display: block;
margin: 0;
padding: 12px 10px 8px;
z-index: 100;
position: absolute;
top: 112px;
background-image: url(/images/nav_bg.png);
background-position: top right;
background-repeat: no-repeat;
}

ul#nav_list {
margin: 0px;
padding: 0px;
height: 30px;
list-style: none;
}

ul#nav_list li {
float: left;
margin: 0;
padding: 0 10px;
background: url(../images/nav_divider.gif) top left no-repeat;
}

ul#nav_list li a {
color: #ffffff;
font-size: 17px;
text-decoration: none;
}

ul#nav_list li.on a, ul#nav_list li a:hover {
color: #313131
}

ul#nav_list li.home {
background: none;
}

/* -- %NAV -- */
ul#subnav {
width: 900px;
margin: 20px 20px 0;
height: 20px;
position: relative;
}

ul#subnav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
}

ul#subnav li a {
display: block;
background: url(../images/subnav_bg.gif) 0 0 no-repeat;
padding: 5px 8px;
width: 150px;
margin-left: 5px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}

ul#subnav li a:hover {
background: url(../images/subnav_bg.gif) 0 -30px no-repeat;
text-decoration: none;
color: #313131;
}


/* -- %LAYOUT -- */

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -190px; /* the bottom margin is the negative value of the footer's height */
}

div#container {
background-image: url(/images/page_bg.gif);
background-position: top center;
background-repeat: repeat-y;
padding: 0;
width: 900px;
margin: 0 auto 0 auto;
padding: 0 5px 1px 5px;
}
html>/**/body div#container {
padding: 0 5px 1px 5px;
}

div#page_header {
background: #273996 url(/images/header_logo.gif) 10px 10px no-repeat;
width: 900px;
height: 132px;
display: block;
position: relative;
}

div#page_header h1 {text-indent: -9999px;}

div#page_header a {
position: absolute; 
top: 12px; 
right: 15px;
background: url(/images/small_leaf.jpg) no-repeat scroll right top #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
color: #70d448;
font-style: normal;
margin: 5px 1px 20px;
padding: 12px 70px 8px 15px;
text-decoration: none;
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
div#page_header a h2 {font-size: 1.5em; line-height: 15px; color: #3CC3D2;}
div#page_header a h3 {font-size: 1.5em; line-height: 15px;}
div#page_header a:hover {
top: 13px;}

div#page_banner {
background: none;
width: 900px;
height: 193px;
display: block;
}
div#page_banner h1 {
text-indent: -6000px;
height: 0;
margin: 0;
padding: 0;
}

div#page_content {
background: none;
width: 900px;
display: block;
}

div#page_footer {
background: url(/images/footer_bg.gif) bottom left no-repeat;
width: 900px;
height: 190px;
display: block;
margin: 0 auto;
}

div#page_footer div.details {
display: block;
float: right;
text-align: right;
margin: -75px 25px 0 0;
}
div#page_footer div.details span.tel {
color: #FFFFFF;
font-size: 23px;
line-height: 21px;
width: 400px;
}
div#page_footer div.details span.address, div#page_footer div.details span.address a {
color: #d5d6dc;
font-size: 11px;
line-height: 21px;
width: 400px;
text-decoration: none;
}
div#page_footer div.details span.address a:hover {
text-decoration: underline;
}

#page_footer, .push {
height: 190px; /* .push must be the same height as .footer */
}

/* -- %CONTENT LAYOUT -- */

div.left_col {
width: 410px;
float: left;
display: block;
margin: 20px 15px 5px 25px;
padding: 0 0 1px;
}

div.right_col {
width: 410px;
float: left;
display: block;
margin: 20px 25px 5px 15px;
}

.team div.left_col {
width: 165px;
float: left;
display: block;
margin: 20px 25px 5px 25px;
padding: 0 15px 1px 0;
border-right: 1px solid #cecece;
}

.team div.right_col {
width: 625px;
float: left;
display: block;
margin: 20px 25px 5px 0px;
}
.sprite {
text-indent: -9999px;
display: block;
margin: 0;
padding: 0;
}


#page_content ul.team_row {
width: 880px;
height: 200px;
margin: 0 0 0 -5px;
}
#page_content ul.team_row li {
float: left;
margin: 0 30px 0 0;
padding: 0;
width: 190px;
background: none;
text-align: center;
height: 360px;
}
#page_content ul.team_row li.rest {
margin: 0 0px 0 0;
width: 632px;
}
div#page_content ul.team_row img {
border: none;
}
div.full_col {
padding: 10px 25px;
}

h3.t_mot {
background: url(../images/title_meet_our_team.jpg) 0 0 no-repeat;
height: 64px;
width: 295px;
}
h5.rott {
background: url(../images/bullet_leaf.gif) 0 0 no-repeat;
padding-left: 25px;
margin: 10px 0 10px 315px;
}

span.center {
text-align: center;
}
div#page_content span.center img {
border: none;
margin: 0 0 0 150px;
}

.team h4.t_team {background: url(../images/titles.jpg) 0 0 no-repeat; width: 145px; height: 44px; margin: 0 0 20px 5px;}
.team h3.t_bm {background: url(../images/titles.jpg) -161px 0 no-repeat; width: 400px; height: 44px; margin: 0 0 20px -4px;}
.team h3.t_bh {background: url(../images/titles.jpg) -577px 0 no-repeat; width: 270px; height: 44px; margin: 0 0 20px -4px;}
.team h3.t_ab {background: url(../images/titles.jpg) -865px 0 no-repeat; width: 400px; height: 44px; margin: 0 0 20px -4px;}
.team h3.t_af {background: url(../images/titles.jpg) -1279px 0 no-repeat; width: 314px; height: 44px; margin: 0 0 20px -4px;}
.team h3.t_mj {background: url(../images/titles.jpg) -1599px 0 no-repeat; width: 580px; height: 44px; margin: 0 0 20px -4px;}

#page_content ul.team_thumbs li {
list-style: none;
text-align: center;
background: none;
padding: 0;
}
.team h5 {color: #273996; font-size: 17px; font-weight:normal;}
#page_content ul.team_thumbs {margin-left: -6px}
#page_content ul.team_thumbs li a {text-decoration: none;}

.right_col h5 {color: #273996; font-size: 17px; font-weight:normal; line-height: 17px; padding: 0 0 17px 0;}

body.case_studies .right_col h5 {color: #3CC3D2; line-height: 19px; padding: 5px 0 10px;}
body.case_studies div.left_col {width: 390px; padding-left: 10px; margin: 20px 25px 5px 5px;}
body.case_studies div.right_col {border-left: 1px solid #ccc; width: 390px; padding-left: 15px;}

h5.happy_patients {text-align: right;}
#page_content ul.patients li {
background: none;
text-align: right;
font-style: italic;
line-height: 26px;
margin:0 0 15px 0;
}
div#page_content img.quote_marks {
padding: 0;
border: none;
line-height: 25px;
margin:0 0 -5px;
}
span.quoted_patient {
c
}
body#home div.right_col h3, body#contact_us div.left_col h3 {
padding: 5px 0 5px 29px;
background: url(../images/bullet_leaf.gif) 2px 0 no-repeat;
}

div.clearfix {
font-size: 1px;
line-height: 1px;
clear: both;
}

div#footer_leaf {
height: 190px;
width: 120px;
background: url(/images/footer_leaf.png) -1px 0 no-repeat;
margin: 0;
}

div#page_content img {
padding: 4px;
border-top: 1px solid #d3d3d3;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
border-bottom: 1px solid #c9c9c9;
}
#our_team div#page_content div.left_col img {
padding: 4px;
border-top: 1px solid #d3d3d3;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
border-bottom: 1px solid #c9c9c9;
}
div#page_content img.left {
float: left;
margin: 2px 10px 5px 0;
}
div#page_content img.right {
float: right;
margin: 2px 0 5px 10px;
}
div#page_content img.noframe {
padding: 0;
border: none;
}

blockquote {
font-style: italic;
color: #333;
margin: 5px 1px 20px;
background: #fff;
border: 1px solid #3CC3D2;
padding: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

.right_col footer h5 {color: #3CC3D2; font-size: 1.0em;}
.right_col header h3 {margin: -10px 0px 20px; font-size: 1.5em; line-height: 1.5em;}
.right_col header h3 a, body.endoreferral .left_col h5 a {
background: url(/images/hand.png) no-repeat scroll right 10px #70d448;
border-radius: 10px 10px 10px 10px;
color: #FFFFFF;
font-style: normal;
margin: 5px 1px 20px;
padding: 5px 30px 5px 10px;
text-decoration: none;
}
.right_col header h3 a:hover {color: #313131;background: url(/images/hand.png) no-repeat scroll right 11px #70d448;}

body.endoreferral .left_col h5 {margin-bottom: 20px;}
body.endoreferral .left_col h5 a, body.endoreferral .left_col h5 a:hover {background: none #70d448; padding: 5px 10px; margin-right: 10px;}
body.endoreferral .left_col h5 a:hover {color: #313131;}

table {
border: none;
border-collapse: collapse;  
border-spacing: 0;
margin: 0 0 20px;
}
table tr {
border-top: 1px solid #3CC3D2;
border-left: 1px solid #3CC3D2;	
}
table tr.head td {
border-top: 1px solid #3CC3D2;
border-left: 1px solid #3CC3D2;	
background: #273996;
color: #fff;
font-size: 1.1em;
}	

table tr td {
padding: 10px;
vertical-align: top;
border-bottom: 1px solid #3CC3D2;
border-right: 1px solid #3CC3D2;	
}
table tr.head td.empty {
border-top: 1px solid #fff;
border-left: 1px solid #fff;	
background: none;
}




body#dental_wellbeing div#page_content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 25px;
line-height: 30px;
}

.content_acc h4 {
outline: none;
margin-top: 10px;
cursor: pointer;
}
.content_acc h4:hover {
color: #5dacbe;
}
.content_acc h4 a {
font-size: 0.7em;
float: left;
text-indent: -9999px;
display: block;
width: 40px;
height: 29px;
background: url(../images/acc_icon.png) 0 -29px no-repeat;
margin: -5px 10px 0 0;
}
.content_acc h4.ui-state-active a, .content_acc h4 a.close_arrow {
background: url(../images/acc_icon.png) 0 0px no-repeat;
}
.content_acc h4.ui-state-active a.close_arrow {
display: inline;
}

.content_acc .ui-accordion-content-active p {
padding-left: 50px;
}

/* FORMS */

fieldset { border: 1px solid #ccc; padding: 0 }
legend {padding: 2px 4px; }
textarea, input[type='text'], input[type='email'], input[type='password'],  select {color: #8a8a8a; border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='email']:hover, input[type='password']:hover, select:hover { border-color: #3cc3d2; }
textarea:focus, input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, select:focus { border-color: #3cc3d2; -o-box-shadow: 0px 0px 3px #3cc3d2; -moz-box-shadow: 0px 0px 3px #3cc3d2; -webkit-box-shadow: 0px 0px 3px #3cc3d2; box-shadow: 0px 0px 3px #3cc3d2; color: #333;}
input, select { cursor: pointer; }
input[type='text'], input[type='email'] { cursor: text; }

.center_col {padding: 20px 25px;}
form fieldset {width: 500px; border: none; margin: 0px 0 0;}
form label {width: 120px; float: left; text-align: right; margin: 5px 15px 10px 0; color: #313131; font-size: 12px;}
form input, form textarea {width: 250px; clear: right; margin: 0 0px 10px 0; padding: 2px 4px; height: 20px; font-size: 16px; line-height: 23px; font-family: Arial,Helvetica,sans-serif;}
form textarea {height: 70px; resize: vertical;}
form p.indent_text {color: #313131; font-size: 13px; width: 250px; margin: 20px 0 10px 135px; padding: 0;}

input#send {width: auto; margin: 20px 0 10px 135px; background: url("../images/subnav_bg.gif") no-repeat scroll 0 0 transparent; color: #FFFFFF; display: block; width: 167px; border: none; height: 29px; padding: 2px 0 4px;}
input#send:hover {background: url("../images/subnav_bg.gif") no-repeat scroll 0 -30px transparent; color: #333;}

form em {display: inline-block; width: 4px; color: #3cc3d2;}
p.error {background: #fdf68c url("../images/error.png") 6px 6px no-repeat; margin: -10px 0 10px 135px; padding: 3px 5px 3px 27px; display: block; width: 350px; -o-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; width: 228px;}






