/* RedDot Editor */
.RedDot
{
    font-size: 9px;
    color: #F00;
}


/* Standard Colors
==================================================================== */
/*
Light Tan    =    #f3e3c6
Dark Tan    =    #dbc8a4
Blood        =    #803f43 is now #70260D
Main Menu Brown    = #b17958
Main Menu Flyout Hover = #ceb087
*/
/* Font Styles
==================================================================== */
p
{
}
div#body
{
    font-size: .8em;
}
a.smbodylink
{
    font-size: .8em;
}
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}
table.siteMapTable td{
    font-size: .8em;
}

/* Main Container Styles
==================================================================== */
body
{
    margin: 0;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #666;
}
div#pageReddot
{
    width: 750px;
    margin: auto;
}
div#pagewrapper
{
    width: 750px;
    background-image: url(http://www.communitymedical.org/Images/bgpage.jpg);
    background-repeat: repeat-y;
    margin: auto;
}
div#outerwrapper
{
    width: 750px;
    background-image: url(http://www.communitymedical.org/Images/BG-Careers.web.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
div#wrapper
{
    width: 750px;
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
div#header
{
    padding: 3px 22px 0 0;
    color: #FFF;
    text-align: right;
    height: 27px;
   /*border: solid red 1px;*/
}
div#breadcrumb
{
    height: 69px;
    /*margin-bottom: 10px;*/
    padding: 0 0 0 225px;
    color:#f3e3c6;
    font-size: .7em;
    /*border: solid blue 1px;*/
}
table#breadcrumbtable
{
     height: 65px;
}
div#breadcrumb a, div#breadcrumb a:visited
{
    color:#f3e3c6;
}
div#breadcrumb a:hover
{
    color:#FFF;
}
div#leftcol
{
    /*border:1px green solid;*/
    margin-top: 75px;
    /*float: left;*/
    width: 140px;
}
div#body
{
    /*border:1px blue solid;*/
    /*float: left;*/
    padding: 10px 0 0 0;
    width: 447px;
}
div#body a
{
    color: #803f43;
}
div#body a:visited
{
    color: #803f43;
}
div#body a:hover
{
    color: #F00;
}
div#bodyTopSpanningColumn{
    padding: 10px 0 0 0;
}
div#rightcol
{
    /*border:1px orange solid;*/
    /*float: left;*/
    width: 163px;
}
div#footer
{
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: .6em;
    text-align: center;
}
div#footer a
{
    color: #803f43;
}
div#footer a:visited
{
    color: #803f43;
}
div#footer a:hover
{
    color: #F00;
}
#rightcol, #body, #leftcol
{
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}
div#navwrapper
{
    margin-left: 3px;
}
/* Browser Hacks
==================================================================== */
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
            necessary height (unless fixed, this problem becomes even more acute
            weirdness as the method is enhanced */
#wrapper
{
    /* Normally a Holly-style hack height: 1% would suffice but that causes                 IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left; /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes                 (I saw it happen many moons ago) makes the width of wrapper too small                 the float: none with the comment is ignored by 5.01,                 5.5 and above see it and carry on about their business                 It's probably fine to just remove it, but it's left here                 just in case that many moons ago problem rears its head again */
    float: /**/ none;
}
/* easy clearing */
#wrapper:after
{
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wrapper
{
    display: inline-block;
}
/*\*/
#wrapper
{
    display: block;
}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted
            correctly obscures links and form elements that by rights should be above it.
            An unintended side-effect is that it cause such elements to vanish in IE 5.01
            and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
{
    position: relative;
    z-index: 1000;
}

/* Main Menu Styles
            ==================================================================== */

ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav {
    padding: 5px 0 0 0;
    font-size: .7em;
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainMenu
{
    width:160px;
    height: 29px;
    background-image: url(http://www.communitymedical.org/Images/MainMenuBG.jpg);
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainMenu:hover
{
    cursor: pointer;
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav,ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav ul  {
    padding:0;
    margin:0;
    list-style-type:none;
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li {
    position:relative;
    width:150px;
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav a {
    color:black;
    display:block;
    text-decoration:none;
    width:100%;
    border-bottom: 1px #e7e0ce solid;
    padding: 3px 0 2px 3px;
}
/* --- FLYOUT TEXT HOVER -------------- */
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav a:hover, ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li:hover a, ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li.hover a {
    background-color:#ceb087;
    color: #000;
}
/* --- FLYOUT TEXT BACKGROUND -------------- */
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li:hover ul a, ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li.hover ul a {
    background-color:#dbc8a4;
    color:#000;
}
/* --- FLYOUT TEXT HOVER NON IE -------------- */
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li:hover ul a:hover, ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li.hover ul a:hover {
    background-color:#ceb087;
    color: #000;
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav ul {
    position:absolute;
    top:5px;
    left:-151px;
    visibility:hidden;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;        
}
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li:hover ul, ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li.hover ul{
    visibility:visible;
}
/*
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li li {
    float:none;
    border:none;
    padding:0;
}
*/
ul#ffd7fbec-e20f-4315-9f10-a03e06fa6fa1-MainNav li {
    behavior: url(http://www.communitymedical.org/Files/csshover.htc);
}


/* Standard Menu Styles
            ==================================================================== */
div#navShadowBack
{
    background-image: url(http://www.communitymedical.org/Images/navShadowBack.jpg);
    background-repeat: repeat-y;
}
div#navShadowHead
{
    background-image: url(http://www.communitymedical.org/Images/navShadowHead.jpg);
    background-repeat: no-repeat;
    background-position:left top;
}
div#navShadowFoot
{
    background-image: url(http://www.communitymedical.org/Images/navShadowFoot.jpg);
    background-repeat: no-repeat;
    background-position:left bottom;
}
div#navStd
{
    padding-left: 3px;
    font-size: .7em;
    width: 150px;
    padding-bottom: 7px;
    margin: 0;
}
div#navStd #navStdHomeItem
{
    background-color: #70260D;
    color: #FFF;
    font-weight:bold;
    font-size:larger;
}
div#navStd ul
{
    margin: 0;
    padding: 0;
    background-color: Transparent;
}
div#navStd li
{
    position: relative;
    list-style: none;
    margin: 0;
    border-top: 1px solid #e7e0ce;
}
div#navStd li:hover
{
    background-color: #ceb087;
}
div#navStd li a
{
    color: black;
    display: block;
    padding: 5px 0 2px 5px;
    text-decoration: none;
    width: 145px;
}
div#navStd > ul a
{
    width: auto;
}
/* Right Quicklinks Menu Styles
            ==================================================================== */
div#rqlShadowBack
{
    background-image: url(http://www.communitymedical.org/Images/rqlShadowBack.jpg);
    background-repeat: repeat-y;
}
div#rqlShadowHead
{
    background-image: url(http://www.communitymedical.org/Images/rqlShadowHead.jpg);
    background-repeat: no-repeat;
    background-position:left top;
}
div#rqlShadowFoot
{
    background-image: url(http://www.communitymedical.org/Images/rqlShadowFoot.jpg);
    background-repeat: no-repeat;
    background-position:left bottom;
}
div#rightQuickLinks
{
    font-size: .7em;
    width: 150px;
    padding-bottom: 7px;
    margin: 3px;
}
div#rightQuickLinks #rightHomeItem
{
    background-color: #70260D;
    border: 0;
    color: White;
    padding: 5px 0 2px 5px;
    font-weight: bold;
}
div#rightQuickLinks #rightHomeItem:hover
{
    background-color: #70260D;
}
div#rightQuickLinks ul
{
    margin: 0;
    padding: 0;
}
div#rightQuickLinks li
{
    position: relative;
    list-style: none;
    margin: 0;
    border-top: 1px solid #ded8cc;
}
div#rightQuickLinks li:hover
{
    background-color: #ece5d9;
}
div#rightQuickLinks li a
{
    padding: 5px 0 2px 5px;
    text-decoration: none;
    width: 125px;
    color: #000;
    display: block;
}
div#rightQuickLinks > ul a
{
    width: auto;
}




/* Left Quicklinks Menu Styles
            ==================================================================== */
div#lqlShadowBack
{
    background-image: url(http://www.communitymedical.org/Images/lqlShadowBack.jpg);
    background-repeat: repeat-y;
}
div#lqlShadowHead
{
    background-image: url(http://www.communitymedical.org/Images/lqlShadowHead.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
div#lqlShadowFoot
{
    background-image: url(http://www.communitymedical.org/Images/lqlShadowFoot.jpg);
    background-repeat: no-repeat;
    background-position:left bottom;
}
div#leftQuickLinks
{
    font-size: .7em;
    width: 135px;
    padding-bottom: 7px;
    margin-left: 1px;
}
div#leftQuickLinks #leftHomeItem
{
    background-color: #70260D;
    border: 0;
    color: White;
    padding: 5px 2px 2px 3px;
    font-weight: bold;
}
div#leftQuickLinks ul
{
    margin: 0;
    padding: 0;
}
div#leftQuickLinks li
{
    position: relative;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ded8cc;
}
div#leftQuickLinks li:hover
{
    background-color: #ece5d9;
}
div#leftQuickLinks li a
{
    /*display: block;*/
    padding: 5px 2px 2px 3px;
    text-decoration: none;
    width: 130px;
    color: #000;
}
div#leftQuickLinks > ul a
{
    width: auto;
}
div#leftQuickLinks div:hover
{
    background-color: #ece5d9;
}
div#leftQuickLinks a
{
    text-decoration: none;
    color: #000;
}





/* Special Elements
            ==================================================================== */
/* Header Search Form Items */
div#header button
{
    font-size: .7em;
}
div#header input
{
    font-size: .7em;
}

/* Press Release =========== */
tr.prheadline
{
    color: #fff;
    background-color: #70260D;
}
td.newsMeta
{
    font-size: .8em;
}

/* Forms (Body entries are in Form templates) =================== */
TR.entryFormHeader
{
    background-color: #70260D;
    color: #fff;
    text-align: center;
    text-weight: bold
    
}
TR.entryFormHeader TD
{
    padding: 3px;
}
TR.entryFormFooter
{
    background-color: #dbc8a4;
    text-align: center;
    padding: 3px 3px 3px 3px;

}
 
/* Meta Data Table ================================================ */
table.metaTable {
        border-width: 1px;
        border-spacing: 0px;
        border-style: solid;
        border-color: black;
        border-collapse: collapse;
        background-color: #EBEAC6;
    }
    table.metaTable th {
        border-width: 1px;
        padding: 0px;
        border-style: solid;
        border-color: #000000;
        background-color: #EBEAC6;
        -moz-border-radius: 0px 0px 0px 0px;
    }
    table.metaTable td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #000000;
        background-color: #FFFFFF;
        -moz-border-radius: 0px 0px 0px 0px;
    }
.headerScriptsAdminContainer 
{
    margin: auto;
    width: 500px;
}