@import url(/topnav.css);
@import url(/boxstyle.css);
@import url(/clearfix.css);


/* HEADINGS
    --------------------------- */

h2, h3, h4, h5, h6 {
    padding-left: 10px;
}


h1 {
    font: normal 24px/24px Georgia, serif;
    color: #003387;
    margin: 0 0 15px 0;
}
#welcome h1 {font-size: 18px}


h2 {
    font: normal 20px/22px Georgia, serif;
    color: #119844;
    margin: 15px 0 10px 0;
}
#homeRight h2 {margin: 0}

h3 {
    font: normal 18px/20px Georgia, serif;
    color: #114498;
    margin: 15px 0 10px 0;
}

/* GLOBAL RULES
    ----------------------------- */
    
.aside, hr {display: none}
fieldset {border: 0}
h1:first-child, h2:first-child {margin-top: 0 !important} /* for Safari */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaa;
    margin: 10px;
}
td, th {
    text-align: left;
    border: 1px solid #bbb;
    padding: 2px;
}


blockquote {
    border-left: 2px solid #cec;
    margin: 5px 10px;
    color: #119844;
    font-style: italic;
}

.central {
    border-top: 1px solid #cec;
    border-bottom: 1px solid #cec;
    padding: 20px 0 20px 30px !important;
    margin: 10px 0 20px 0 !important;
    font-size: 16px;
    line-height: 24px;
    color: #062;
}

.caption {
    font-style: italic;
    color: #062;
}


p.floater, img.floater {
    float: right;
    margin: 10px 20px;
}
div.contentfloater {
    float: right;
/*    width: 40%;*/
    padding: 0 0 10px 0;
    margin: 20px 0 0 10px !important;
    border-left: 1px solid #cdc;
}
div.contentfloater h2 {margin-top: 0}

img.content {
    float: left;
    margin: 10px 10px 15px 10px;
}
a img.content {border: 1px solid #062}

#skiplinks {display: none}

.byline {
    font: normal 12px/18px Georgia, serif;
    color: #999;
    margin: 0 0 10px 0;
}

p.linkout {
    margin-left: 10px;
    padding-left: 15px !important;
    background: url(/images/icon_linkout.png) no-repeat 0 8px transparent;
    color: #777;
}
div.listcategory {margin: 20px 0}

div.filler {height: 300px;}

div.resultstats {
    margin: 10px 10px 0 10px;
    padding: 0;
    border-top: 1px solid #ccc;
    color: #777;
}
   


/* LINKS
    --------------------------- */

a {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #039;
    text-decoration: none;
    outline-style:none;
}
a:hover {
    text-decoration: underline;
    color: #062;
}
a img {
    border:none;
    outline-style:none;
}

#header a, #leftbuttons a {text-decoration: none}

div.search-result a {font-weight: normal}



/* LISTS
    -------------------------- */

ol {
    margin: 5px 30px 20px 20px;
    padding: 0;
}
ol li {
    margin: 0;
    padding-bottom: 10px !important;
}


/* PDF list items
    ---------------------- */

li.pdf {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 2px 0 5px 20px;
    background: url(/images/icon_pdf.png) no-repeat 0 2px transparent;
    font-size: 14px;
}
li.pdf a {font-weight: normal}
li.pdf a span {color: #999}



/* BASIC STRUCTURE
    --------------------------- */

body {
    margin: 0;
    padding: 0;
    background: url(/images/_layout/bg_body.gif) repeat-x top center #009324;
    text-align: center;
    font-family: Garamond, Georgia, serif;
}

#surround {
    margin: 0 auto;
    padding: 0;
    width: 750px;
    background: url(/images/_layout/bg_surround.jpg) no-repeat 0 132px transparent;
    text-align: left;
    position: relative;
}





/* HEADER & BRANDING
    -------------------------- */

#header {
    margin-bottom: 30px;
    padding: 0;
    width: 735px;
    height: 132px;
    position: relative; /* for later abs positioning */
}
#header a {text-decoration: none}
a img {border: 0}

#branding {
    width: 735px;
    height: 85px;    
}

#branding h1, #branding p {margin: 0 !important;}
#branding p {display: none}
#branding h1 {
    width: 735px;
    height: 85px;
    background: url(/images/_layout/bg_bfc.gif) top right no-repeat transparent;
    position: relative;
}
#branding h1 a {
    display: block;
    text-indent: -9999px;
    width: 735px;
    height: 85px;
}    
#branding #logoImg {
    width: 150px;
    height: 162px;
    background: url(/images/_layout/bg_logo.gif) 0 0 no-repeat transparent;
    position: absolute;
    top: 0;
    left: -20px;
}
#logoImg img {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
    

#header h1 a {}
#header p {
    position: absolute;
    top: 0;
    left: -170px;
    width: 170px;
    height: 174px;
    background: transparent url(/images/_layout/bg_logo.jpg) no-repeat 0 0;
}



/* SEARCH BOX
    ------------------ */

#search {
    width: 196px;
    height: 47px;
    position: absolute;
    right: 0px;
    top: 85px;
    text-align: right;
    background: transparent url(/images/_layout/bg_search.gif) no-repeat top right;
}
fieldset {
    border: 0;
    margin: 8px 10px 0 0;
    padding: 0;
}
.sbox {
    width: 88px;
    font: normal 11px/11px Tahoma, Helvetica, sans-serif;
    color: #338;
    position: relative;
    top: -10px;
    border: 1px solid #338;
    padding: 2px;
}
.simg {
    width: 31px;
    height: 31px;
}



/* CONTENT AREAS
    structure & containing elements
    ----------------------------- */

#content {
    width: 725px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#content-body {
    padding-bottom: 30px;
    font: normal 12px/19px Georgia, serif;
}

.column {
    width: 400px;
    margin: 30px 0 10px 130px;
}

.full {
    width: 570px;
    margin: 30px 0 10px 130px;
}


.aside {width: 270px}
#pulloutCol {position: absolute}


/* HOME PAGE CONTENT AREAS
    ------------------------------- */

#welcome {
    width: 245px;
    margin: 30px 10px 10px 130px;
}
#welcome img {
    margin: 0;
    padding: 0;
}

#homeRight {
    width: 330px;
    position: absolute;
    top: 0;
    right: 0;
}

#announcement {}
#tour {}
#tourphoto {
    text-align: center;
    width: 290px;
    margin: 10px;
}
#homeRight #tourphoto {margin: 10px auto 0}
#tourphoto p {
    text-align: left;
    color: #600;
}


/* FOOTER 
    ----------------------------- */
#content-footer {
    width: 100%;
    height: 80px;
    border-top: 1px solid#71c673 !important;
    font-size: 14px;
    color: #8c8;
    margin-bottom: 20px;
}
#content-footer p {
    margin: 8px 0 5px 0;
    padding: 0;
    color: #dfd;
}

#content-footer #location {
    float: right;
    text-align: right;
}
#content-footer #contact {
    float: left;
    padding-bottom: 25px;
}

#content-footer a {color: #efe}



/* LEFT NAVIGATION
    ----------------------------- */

#leftbuttons {
    position: absolute;
    top: 32px;
    left: 0;
}
#leftbuttons div {
    width: 135px;
    height: 48px;
    margin-bottom: 10px;
}
#leftbuttons h2 {
    margin: 0;
    padding: 0;
}
#leftbuttons a {
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 135px;
    height: 48px;
    text-decoration: none;
}

#page-schedule #appt a, #page-pay #payment a, #page-new #newpatient a, #leftbuttons a:hover {background-position: 0 -48px;}


#appt a {background: transparent url(/images/button_schedule.gif) no-repeat 0 0;}
#payment a {background: transparent url(/images/button_payment.gif) no-repeat 0 0;}
#newpatient a {background: transparent url(/images/button_newpatients.gif) no-repeat 0 0;}



/* "ON PAGE" NAV
    positioned inside right of .full, links to named anchors on the page
    ----------------------------- */

#onpage {
    width: 200px;
    float: right;
    padding-left: 10px;
    margin: 0 10px 10px 20px;
    line-height: 16px;
}

#onpage a {
    font-weight: normal;
}
#onpage a img {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #062;
}
#onpage p {
    border-left: 1px solid #cdc;
    padding-left: 10px;
}

#onpage ul {
    text-align: left;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 0 10px !important;
    border-left: 1px solid #cdc;
}

#onpage ul li {
    display: block;
    margin: 0;
    padding: 0 0 10px 27px !important;
    background: url(/images/icon_linkhere.png) no-repeat 10px 2px transparent;
}
#onpage ul li:first-child, #onpage h3 {display:none}

#onpage h3 {
    margin-top: 0;
}



/* "OFF PAGE" NAV
    positioned outside right of .column, links to other categories in section
    ----------------------------- */

#offpage {
    width: 160px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 16px;
}
#offpage h2 {
    color: #eef;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
}
#offpage h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

#offpage h3 a {
    text-indent: -9999px;
    text-decoration: none;
    display: block;
    width: 144px;
    height: 61px;
}

#bt-adults {background: url(/images/button_adults.gif) no-repeat 0 0 transparent;}
#bt-children {background: url(/images/button_children.gif) no-repeat 0 0 transparent;}
#bt-pregnancy {background: url(/images/button_pregnancy.gif) no-repeat 0 0 transparent;}

#bt-npsched {background: url(/images/button_npschedule.gif) no-repeat 0 0 transparent;}
#bt-npforms {background: url(/images/button_npforms.gif) no-repeat 0 0 transparent;}
#bt-npinsurance {background: url(/images/button_npinsurance.gif) no-repeat 0 0 transparent;}

#col-sched a {
    display: block;
    width: 200px;
    height: 67px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    text-decoration: none;
    background: url(/images/button_columnschedule.jpg) no-repeat 0 0 transparent;
}