/*------------------------------------------------------------------------------

    base.css - "Just enought to make it work in dumb browsers"

    hacks used -
        ciao hack:      http://css-discuss.incutio.com/?page=CaioHack
        star-html hack: http://css-discuss.incutio.com/?page=StarHtmlHack
        holly hack:     http://www.positioniseverything.net/articles/hollyhack.html

    imports -
        layouts.css

------------------------------------------------------------------------------*/
@import url(layouts.css);


body {
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}


/* global font properties */
body, table, td, th, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    /*/*/line-height: 145%;/* */
}
/*/*/ table, td, th, div { font-size: inherit; } /* */



/*-----------------------------------------------------------------
	Standard links are underlined and blue, with no underlines on hover
-------------------------------------------------------------------*/
div#page-content a {
	color: #2a793b;
	font-weight: bold;
	text-decoration: underline;
}

div#page-content a:hover {
	color: #163C50;
	font-weight: bold;
	text-decoration: underline;
}



/*------------------------------------------------------------------------------
	headers

    <h1> should be used for the page title only, i.e. the channel name
    <h2> by default will be smaller, dark green and have a dotted underline
    and is appropriate for use as a section heading within a page
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
}
h1 {
	font: 18px Verdana, sans-serif;
	font-weight: bold;
    color: #000;
    /*/*/
    padding: 5px 10px 7px 10px;
    background: transparent url(../images/home/page-title.gif) repeat-x bottom;
    /* */
}
h2 {
	font: 16px verdana, sans-serif;
	font-weight: bold;
	color: #308CBB;
    /*/*/
    background: transparent url(../images/home/section-title.gif) repeat-x bottom left;
	padding: 0 0 5px 0;
    /* */
}
h2 a, h2 a:link, h2 a:visited,
h2.first a, h2.first a:link, h2.first a:visited {
    color: #308CBB;
    text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.header-group {
    /*/*/
    background: transparent url(../images/home/section-title.gif) repeat-x bottom left;
	padding: 0 0 10px 0;
	margin: 2em 0 1em 0;
    /* */
}
.header-group h2, .header-group h3, .header-group h4 {
    background: none;
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
}

/*
just in case your first heading needs to not have
a top margin or padding, as is the case in the three
column <td>s and elsewhere

Maybe this should be defined as just .first, but I think
that may be too broad.
*/
h1.first,
h2.first,
h3.first,
h4.first,
.first {
    margin-top: 0;
    padding-top: 0;
}



/*------------------------------------------------------------------------------
    channel-header

    Over-ride the #channel-header background-color for your specific
    channel.
------------------------------------------------------------------------------*/
#channel-header {
    /* for NN4 to look a *little* better */
	border: 1px solid #fff;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    width: 100%;

    background-color: #666;
    color: #fff;
    padding: 10px;
    margin-top: -5px;

    /*/*/
    margin-top: 0;
    width: auto;
    /* */
}
#channel-header h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
}
#channel-header a {
    color: #fff;
}

/* for the generic display of info (usually contact info on division pages) */
#channel-header .info {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 1em;
}

/* for channel headers on division pages, which have contact info */
div.division-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.division-header h1 {
    font: 24px verdana;
    font-weight: normal;
    margin-bottom: 10px;
}
.division-header .contact-info {
    font-size: 10px;
    font-weight: bold;
    line-height: 125%;
    padding-top: 10px;
}
.division-header .contact-info a {
    color: #fff;
}




/*------------------------------------------------------------------------------
    breadcrumbs - if they're there
------------------------------------------------------------------------------*/
#breadcrumbs {
    text-align: left;
    font: 11px verdana, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #eee;

    /* for NN4 to look a *little* better */
	border: 1px solid #fff;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    width: 100%;

    padding: 3px 10px 4px;

    /*/*/
    width: auto;
    font-size: 10px;
    margin: 0;
    /* */
}
#breadcrumbs a {
    text-decoration: none;
    color: #000;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs a.selected {
    font-weight: bold;
    text-decoration: none;
}




/*------------------------------------------------------------------------------
    page content

    This should hold the actual content for the page, which is defined
    here as everything that's not:  the sitewide-header and navs, the
    sidebar, or the page-header and breadcrumbs

    On pages with a sidebar, #page-content should be given a margin-left
    equal to:
        page-content.margin + sidebar.width + 1px
    which, at the moment, is:
        20px + 150px + 1px = 171px
------------------------------------------------------------------------------*/
div#page-content { width: 100%; }
body.with-sidebar div#page-content { margin-left: 171px; }
/* body.with-sidebar div#channel-header { margin-left: 151px; } */




/*------------------------------------------------------------------------------
    Set up the sidebar, if there is one

    The sidebar works using the "negative margins" techinique explained
    here:  http://www.alistapart.com/articles/negativemargins/

    Basically, it works like this:
        - #page-wrapper surrounds #sidebar and #page-container and is
          floated left

        - #page-container is floated right, given a width of 100% and
          a negative left margin that matches the width of #sidebar

        - #sidebar is floated left, and the negative margin on
          #page-container causes it to be drawn up into the empty space

    Miraculously, this works in NN4, too.
------------------------------------------------------------------------------*/
#sidebar, #sidebar-in-table {
    font-size: 10px;
    width: 150px;
}

/* sidebar links are black and only underlined on mouseover */
#sidebar a {
    color: #000;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}

/* the negative margin-left allows the sidebar to be sucked up into the gap on the left */
.with-sidebar #page-container {
    width: 100%;
    float: right;
    margin-left: -160px;
    background: #fff url(../images/bhc/sitewide/backgrounds/sidebar.gif) repeat-y;
}

/* these need to make room on the left for the sidebar, as well */
.with-sidebar #page-header, .with-sidebar #page-content {
     margin-left: 170px; /* for NN 4 */
     /*/*/ margin-left: 151px; /* */
}

.with-sidebar #sidebar {
    float: left;
    background: #fff url(../images/bhc/sitewide/backgrounds/sidebar.gif);
    /*/*/ position: relative; /* */
}

/* NN4 doesn't play nice with lists */
/*/*/
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    position: relative; /* to combat the IE disappearing list background bug: http://www.positioniseverything.net/explorer/ie-listbug.html */
}

div#sidebar li {
	line-height: 125%;
    margin: 0;
    padding: 5px 0 0 8px;
    background: transparent url(../images/bhc/sitewide/bullets/sidebar.gif) no-repeat 0px 8px;
}
div#sidebar li ul {
    padding: 0 5px;
}
div#sidebar li.selected {
    font-weight: bold;
}
div#sidebar li.selected ul {
    font-weight: normal;
}
/* */



/* IE chokes on the negative-margin+float trick above when there's a table in
the main content, so as a last resort, use a table to do the layout.  I hate
this. */
#sidebar-layout-table {
    width: 100%;
    margin: 0;
    padding: 0;
}
#sidebar-in-table {
    background-color: #AED6EA;
    vertical-align: top;
    border-right: 1px solid #fff;
}




/*
	Generic styles for all pages
*/
.fine-print {
    font-size: 11px;
    font-style: italic;
	text-align: left;
}

/*/*/
.special-notice {
    padding: 10px;
    margin: 0;
	margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-width: 2px;
    border-bottom-width: 2px;
    background: #eee url(../images/bhc/sitewide/misc/exclaim-star.gif) no-repeat -12px -12px;
}
p.special-notice {
    text-indent: 20px;
}
.special-notice h2 {
    color: #cc0000;
	font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    background: none;
}
.special-notice p, .special-notice ul, .special-notice li {
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}
.special-notice ul, .special-notice li {
	font-size: 12px;
	margin-left: 12px;
	padding-left: 12px;
}
/* */

/* By default, any <img> inside a <p> will be given a margin of 10px and floated
left.  You can float one right by giving a class of "right" */
p img {
	/*/*/
	display: block;
	/* */
    margin: 10px;
    float: right;
}
p img.right {
    float: right;
}
p img.left {
	float: left;
}
/*/*/
p img {
	display: block;
}
p img.bordered {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}
/* */


/*/*/
div.photo {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 20px;
    margin-top: 12px !important;
    background-color: #fff;
}
div#page-content div.photo p {
	font-size: 11px;
	text-align: center;
	margin: 5px;
	line-height: normal;
}
div#page-content .float-left {
    float: left;
    margin: 0 20px 0 0;
}
div#page-content .float-right {
    float: right;
}
/* */


/*------------------------------------------------------------------------------
	These are all elements to hide in CSS-aware browsers
------------------------------------------------------------------------------*/
hr,
.invisible
{ display: none; }


