/* Customer CSS */
body {
background:#000;
color:#FFF;
}

.sbContainer a {
text-decoration:none;
color:#c3b073;
}

.sbContainer a:hover {
text-decoration:underline;
color:#fff;
}

#main {
width:1000px;
margin:auto;
background:url(/images/contentBG.jpg) repeat-y 229px 500px;
}

#header {
width:1000px;
height:163px;
background:url(/images/logo.jpg);
}

#slot-address {
float:left;
margin:10px 10px 0 0;
width:200px;
text-align:left;
}

#slot-navigation {
width:1000px;
margin:0;
height:28px;
background:url(../images/navBG.jpg) repeat-x;
padding:10px 0 0;
border-top:5px solid #000;
}

#slot-navigation ul {
padding:0;
margin:0;
}

#slot-navigation li {
display:inline;
padding:10px 0 14px;
background:url(/images/nav-div.jpg) no-repeat right;
}

#slot-navigation a {
height:38px;
padding:0 22px;
padding:0 22px 0 22px !ie;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000;
text-transform:uppercase;
}

#slot-navigation #navigation-6 {
background:none;
}

#flash {
width:1000px;
height:375px;
}

#top-header {
width:1000px;
height:109px;
background:url(/images/header-9.jpg);
}

#wrapper {
width:1000px;
overflow:hidden;
margin:-30px 0 0;
}

#page-index #wrapper {
position:relative;
margin:-50px 0 0;
}

#left-side {
width:800px;
float:left;
}

#main-content {
float:right;
width:500px;
margin:0 52px 0 0;
display:inline;
}

#slot-links {
margin:40px 0 0;
width:199px;
float:left;
}

#slot-links ul {
list-style:none;
margin:0;
padding:0;
}

#slot-links li a {
display:block;
height:38px;
width:80px;
margin:0 0 10px 90px;
text-align:left;
padding:15px 20px 0 0;
color:#000;
text-transform:uppercase;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
}

#links-1 {
background:url(/images/link-01.jpg);
}

#links-2 {
background:url(/images/link-02.jpg);
}

#links-3 {
background:url(/images/link-06.jpg);
}

#links-4 {
background:url(/images/link-04.jpg);
}

#links-5 {
background:url(/images/link-05.jpg);
}

#links-6 {
background:url(/images/link-03.jpg);
}

#links-7 {
background:url(/images/link-07.jpg);
}

#links-8 {
background:url(/images/link-08.jpg);
}

#links-9 {
background:url(/images/link-01.jpg);
}

#links-10 {
background:url(/images/link-02.jpg);
}

#links-11 {
background:url(/images/link-05.jpg);
}

#slot-main {
float:right;
width:500px;
}

#slot-main a,#footer-content a {
text-decoration:none;
color:#c3b073;
}

#slot-main a:hover,#footer-content a:hover {
text-decoration:underline;
color:#fff;
}

#slot-rsidebar {
float:right;
width:200px;
margin:80px 0 0;
_clear:both;
}

#footer-content {
width:1000px;
height:200px;
clear:both;
text-align:center;
background:#000;
}

#footer-logos {
width:1000px;
height:226px;
background:url(/images/footer-logos3.jpg);
}

#slot-footer1,#slot-footer2,#slot-footer3 {
padding:15px 0 0;
}

#slot-footer2 ul,#slot-footer3 ul {
padding:0;
margin:0;
}

#slot-footer2 li,#slot-footer3 li {
display:inline;
}

#page-staff #top-header {
background:url(/images/header-1.jpg);
}

#page-offices #top-header {
background:url(/images/header-2.jpg);
}

#page-services #top-header {
background:url(/images/header-3.jpg);
}

#page-patients #top-header {
background:url(/images/header-4.jpg);
}

#page-contact #top-header {
background:url(/images/header-5.jpg);
}

#page-appointment #top-header {
background:url(/images/header-6.jpg);
}

#page-education #top-header {
background:url(/images/header-7.jpg);
}

.input1,.input3 {
width:200px;
}

/************** Patient Ed Menu *********************/
#slot-library {
display:none;
}

#library{
display:none;
}

.mlmenu {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/*this is the css for the vertical version*/
.vertical ul {
list-style-type:none;
padding:0;
width:150px;
color:#fff;
background-color:#000;
}

.vertical li a {
display:block;
width:150px;
text-decoration:none;
height:15px;
padding:.1em 1px;
border-top:0;
color:#FFF;
background-image:url(bg.gif);
padding-left:7px;
}

.vertical li a:hover {
background-image:url(bg2.gif);
background-color:#c0a96e;
color:#000;
padding-left:7px;
}

.vertical li ul li a {
/* to style sub levels */
background-image:none;
background-color:#c0a96e;
border:1px solid #7e6d40;
padding-left:7px;
}

.vertical li ul li a:hover {
/* to style sub levels */
background-image:none;
background-color:#000;
border:1px solid #7e6d40;
color:#c0a96e;
padding-left:7px;
}

.vertical li {
/*Needed for IE. Don't ask me why, It was a lucky guess.*/
display:inline;
}

.vertical li ul {
position:absolute;
margin-top:-19px;
margin-left:-170px;
}

.vertical .page,.vertical .page:hover {
background-image:none;
background-color:#CCC;
color:#000;
}

/*this is the css for the horizontal version*/
.horizontal ul {
list-style-type:none;
padding:0;
border-left:1px solid;
display:block;
height:1.4em;
color:#06F;
background-color:#FFF;
}

.horizontal li {
float:left;
display:inline;
}

.horizontal li a {
text-decoration:none;
height:15px;
float:left;
display:block;
width:125px;
padding:.1em 1px;
border:1px solid;
border-left:none;
color:#06F;
background-color:#FFF;
}

.horizontal li li a {
border-top:none;
border-left:1px solid;
height:30px;
width:154px;
}

.horizontal li ul {
position:absolute;
margin-top:1.3em;
margin-left:-1px;
width:154px;
border:none;
display:block;
height:auto;
border-top:1px solid;
}

.horizontal li li ul {
position:absolute;
margin-top:.1em;
margin-left:125px;
}

.horizontal li ul li a {
width:150px;
}

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul {
display:none;
}

/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span {
padding-left:1em;
font-size:85%;
}

.arrow a:hover span {
padding-left:2em;
}

.arrow a span.noshow {
visibility:hidden;
}

/*Plus code*/
.plus a span {
padding-left:.5em;
}

/*colors for menu*/
.blackwhite li a {
background-color:#FFF;
color:#000;
border-color:#000;
}

.blackwhite li a:hover {
background-color:#000;
color:#FFF;
border-color:#000;
}

.blackwhite ul {
border-color:#000;
}

.bluewhite li a {
background-color:#FFF;
color:#003;
border-color:#003;
}

.bluewhite li a:hover {
background-color:#003;
color:#FFF;
border-color:#003;
}

.bluewhite ul {
border-color:#003;
}

.hover:hover {
cursor:hand;
}

.right {
padding:0 0 15px 15px;
}

/* blog styles */
#blogContainer {
float:left;
clear:both;
width:175px;
margin:20px 0 0 26px;
_margin:20px 0 0 13px;
}

#sbBlogPosts {
float:left;
clear:both;
}

.sbBlogPost {
float:left;
width:500px;
border-bottom:1px dotted #005b7f;
padding-bottom:25px;
}

#sbBlogNavbar {
padding:29px 0 10px;
clear:both;
}

#sbBlogNavbar ul {
margin:0;
padding:0;
}

#sbBlogNavbar li {
list-style:none;
float:left;
font-weight:700;
}

#sbBlogNavbar a {
background:url(/images/icon_06.gif) right no-repeat;
padding-right:18px;
font-weight:400;
}

.sbBlogPost #slot-main {
float:left;
width:500px;
}

.sbBlogPostHeader {
padding-bottom:15px;
}

.sbBlogPostTitle a {
text-decoration:none;
float:left;
}

.sbBlogPostSubTitle {
margin:0;
padding:0;
}

.sbBlogPostByLine {
float:left;
font-size:11px;
background:url(../images/icon_01.gif) left no-repeat;
padding:0 0 0 20px;
margin-right:20px;
clear:both;
}

.sbBlogPostByLine img {
background-color:#000;
}

.sbBlogPostPublishDate {
float:left;
font-size:11px;
background:url(../images/icon_02.gif) no-repeat;
padding:0 0 0 20px;
margin-right:20px;
}

.sbBlogPostTags {
float:left;
clear:both;
font-size:11px;
background:url(../images/icon_04.gif) left no-repeat;
padding:0 0 0 20px;
margin-top:10px;
}

.sbBlogPostCategories {
float:left;
font-size:11px;
background:url(../images/icon_03.gif) left no-repeat;
padding:0 0 0 20px;
}

.sbBlogPostContent {
float:left;
clear:both;
width:500px;
}

.sbBlogPostFooter {
float:left;
clear:both;
width:500px;
}

.sbBlogPostFooterComments {
float:left;
background:url(../images/icon_05.gif) left no-repeat;
padding-left:18px;
margin-right:20px;
}

.sbBlogPostPermalink {
float:left;
background:url(../images/icon_06.gif) left no-repeat;
padding-left:18px;
}

.sbBlogComments {
float:left;
clear:both;
}

#sbBlogArchive,.sbTagList h3,#sbBlogCategoryList h3 {
color:#005b7f;
}

#sbBlogArchive ul {
margin:0;
padding:0;
}

/*year*/
#sbBlogArchive li {
list-style-type:none;
margin-bottom:5px;
color:#333;
}

#sbBlogArchive ul ul {
margin:0;
padding:0;
}

#sbBlogArchive ul ul ul li {
list-style-type:none;
margin:0;
}

/*month*/
#sbBlogArchive ul ul ul li a {
text-decoration:none;
color:#C3B073;
margin:0;
}

#sbBlogArchive ul ul ul ul {
margin-bottom:10px;
}

/*posts*/
#sbBlogArchive ul ul ul ul li a {
text-decoration:underline;
font-weight:400;
margin:0 0 0 5px;
color:#C3B073;
}

#sbBlogArchive ul ul ul ul li a:hover {
color:#fff;
}

.sbTagList {
padding-top:20px;
}

.sbTagList ul {
margin:0;
padding:0;
}

.sbTagList li {
list-style-type:none;
}

#sbBlogCategoryList {
padding-top:20px;
}

#sbBlogCategoryList ul {
margin:0;
padding:0;
}

#sbBlogCategoryList li {
list-style-type:none;
}

#sbBlogCategoryList a,.sbTagList a {
color:#C3B073;
}

#sbBlogCategoryList a:hover,.sbTagList a:hover {
color:#fff;
}

.sbBlogComments {
float:left;
clear:both;
width:500px;
}

.sbBlogComment {
margin-bottom:10px;
}

.sbBlogCommentTitle {
font-weight:700;
}

.sbBlogCommentByLine {
float:left;
margin-right:10px;
}

.sbBlogCommentPublishDate {
font-style:italic;
}

.sbBlogCommentContent {
padding:10px 0 10px 10px;
}

.sbBlogPager {
clear:both;
padding:10px 0;
}

.sbBlogPager a {
padding:0 20px 0 0;
}

#sbBlogFeed a {
color:#005B7F;
background:url(/sbtemplates/sbcommon/images/feed.gif) left no-repeat;
padding:0 0 0 20px;
font-weight:700;
}

#sbBlogFeed a:hover {
color:#fff;
}
