/*
--------------------------------------------------------------------------
-- General Declarations
-------------------------------------------------------------------------- 
*/

body    {
        
    background: #000 url(../img/bg/body_bg.jpg) 50% 0 no-repeat;
    
}

#body_wrapper
{
    
    margin: 0px auto;
    padding: 0px;
    
    width: 960px;
    
}

a   {
    text-decoration: none;
    font-weight: bold;
}

.left   {
    text-align: left;
}

.right  {
    text-align: right;
}




/*
--------------------------------------------------------------------------
-- Body Masthead & Navigation
-------------------------------------------------------------------------- 
*/

#body_masthead
{
    height: 207px;
    margin-top: 10px;
    
    background: #000 url(../img/bg/body_masthead.jpg) no-repeat;    
}

#body_masthead #top_nav
{
    float: right;
    text-align: right; 
    
    color: #e7b150;
    margin: 0;
    padding: 0;
    
    
    padding-top: 15px;
    
    font-size: 21px;
    
    width: 160px;
}

#body_masthead #top_nav li 
{

    list-style: none;
    
}

#body_masthead #top_nav li a
{
    color: #e7b150;
    background: url(../img/nav/nav_top_bg.png) 100% 0 no-repeat;
    margin-bottom: 3px;
    padding-right: 8px;
    
    text-decoration: none;
    display: block;
    font-weight: normal;
    list-style: none;
    
}

#body_masthead #top_nav li a:hover
{
 
    background-position: right bottom;
    color: #ffe4b6;
    
}



/*
--------------------------------------------------------------------------
-- Body Footer
-------------------------------------------------------------------------- 
*/

#body_footer
{
    height: 293px;
    
    background: #000 url(../img/bg/body_footer.jpg) no-repeat;
}

#body_footer #page_scroll
{
    padding-top: 174px;
    padding-left: 45px;
    color: black;
}

#body_footer #page_scroll a
{
    text-decoration: none;
    color: black;
}

#body_footer #page_scroll #header
{
    font-weight: bold;
    font-size: 13px;
}

#body_footer #page_scroll #address
{
    font-size: 85%;
}

#body_footer #page_scroll #copyright
{
    padding-top: 8px;
    font-size: 85%;
}



/*
--------------------------------------------------------------------------
-- Cooperative Program Footer
-------------------------------------------------------------------------- 
*/

#cp_footer
{
    color: #aaa;
    text-align: center;
    margin: 0px 30px;
    font-size: 90%;
}

#cp_footer a
{
    text-decoration: none;
    color: #ccc;
    font-weight: bold;
}

#lqdmedia
{
    text-align: center;
}




/*
--------------------------------------------------------------------------
-- Page Wrapper - Main page borders
-------------------------------------------------------------------------- 
*/

/*  ---- Default Border ----  */
#page_wrapper
{
    border: 8px solid #666;    
}

#page_wrapper>div
{
    border: 2px solid #333;       
}

/*  ---- No Border ----  */
#page_wrapper.none        {border: none;}
#page_wrapper.none>div    {border: none;}

/*  ---- Thin Border ----  */
#page_wrapper.thin        {border-width: 2px;}
#page_wrapper.thin>div    {border-width: 1px;}

/*  ---- Orange Border ----  */
#page_wrapper.orange        {border-color: #e7b150;}
#page_wrapper.orange>div    {border-color: #6b5225;}

/*  ---- Teal Border ----  */
#page_wrapper.teal        {border-color: #133b36;}
#page_wrapper.teal>div    {border-color: #0d2724;}

/*  ---- Red Border ----  */
#page_wrapper.red        {border-color: #800000;}
#page_wrapper.red>div    {border-color: #200000;}

/*  ---- Brown Border ----  */
#page_wrapper.brown        {border-color: #67665a;}
#page_wrapper.brown>div    {border-color: #2a2a25;}




/*
--------------------------------------------------------------------------
-- Page Sections
-------------------------------------------------------------------------- 
*/
#page_sections>div.no_pad
{
    padding: 0px;
}

/*  ---- Section Borders ----  */

/*  ---- Normal Top and Bottom ----  */
#page_sections>div.section>div.top              {height: 16px;}
#page_sections>div.section>div.bottom           {height: 16px;}

/*  ---- Rough Top and Bottom ----  */
#page_sections>div.section>div.top.rough        {height: 20px;  margin-bottom: 16px;    background: url(../img/page/bg_section_top_rough.png) 50% top no-repeat;}
#page_sections>div.section>div.bottom.rough     {height: 20px;  margin-top: 16px;       background: url(../img/page/bg_section_bottom_rough.png) 50% bottom no-repeat;}

/*  ---- Shadow Top and Bottom ----  */
#page_sections>div.section>div.top.shadow       {height: 23px;  margin-bottom: 16px;    background: url(../img/page/bg_section_top_shadow.png) 50% top repeat-x;}
#page_sections>div.section>div.bottom.shadow    {height: 23px;  margin-top: 16px;       background: url(../img/page/bg_section_bottom_shadow.png) 50% bottom repeat-x;}


/*  ---- Section Background Effects ----  */

/*  ---- Textured Backround ----  */
#page_sections>div.section.texture {background-image: url(../img/page/bg_section_texture.png);}

/*  ---- Fade Backround ----  */
#page_sections>div.section.fade {background-image: url(../img/page/bg_section_fade.png); background-repeat: repeat-x;}

/*  ---- Shadow Backround ----  */
#page_sections>div.section.shadow {background-image: url(../img/page/bg_section_shadow.png); background-repeat: repeat-x;}


/*  ---- Section Colors ----  */

/*  ---- Black Section ----  */
#page_sections>div.section.black   {color: white;      background-color: black;}

/*  ---- White Section ----  */
#page_sections>div.section.white   {color: black;      background-color: white;}

/*  ---- Teal Section ----  */
#page_sections>div.section.teal    {color: white;      background-color: #133b36;}

/*  ---- Tan Section ----  */
#page_sections>div.section.tan     {color: black;      background-color: #dedcc1;}

/*  ---- Orange Section ----  */
#page_sections>div.section.orange  {color: black;      background-color: #e7b150;}

/*  ---- Red Section ----  */
#page_sections>div.section.red     {color: white;      background-color: #400000;}

/*  ---- Brown Section ----  */
#page_sections>div.section.brown   {color: white;      background-color: #67665a;}



/*
--------------------------------------------------------------------------
--  Page Menu / Navigation
-------------------------------------------------------------------------- 
*/

#page_nav_top
{
    margin: 0;
    padding: 0;
    background: url(../img/page_menu/page_menu_top.jpg) no-repeat;
    height: 41px;
}

#page_nav_bottom
{
    margin: 0;
    padding: 0;
    background: url(../img/page_menu/page_menu_bottom.jpg) no-repeat;
    height: 34px;
}

#page_nav
{
    margin: 0;
    padding: 0;    
}

#page_nav_bg
{
    margin: 0;
    padding: 0;
    background: url(../img/page_menu/page_menu_bg.jpg) no-repeat 0 40px;
}

#page_nav a
{
     
    color: #2d5342;
    padding: 6px;
    display: block;
    padding-left: 24px;
    margin-bottom: 1px;
    font-size: 95%;
}

/* #page_nav a.first
{
    background: #133b36;
    color: white;
    padding-left: 12px;
    font-size: 120%;

}
*/

#page_nav a:hover
{
    color: #3d3526
    font:
}

#page_nav a.selected
{
    color: #140303;
    font: 
}




/*
--------------------------------------------------------------------------
-- Page Bar - Breadcrumbs and Page Actions
-------------------------------------------------------------------------- 
*/


#page_bar
{    
    font-size: 14px;
    border-bottom: 1px solid black;
    margin: 0;
    padding: 0;
    background: #67665a;
    height: 25px;
}

#page_bar a
{
    color: #fff;
    text-decoration: none;    
}

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

#page_bar li
{
    margin: 0;
    padding: 0;
    
    height: 16px;
    
    display: block;
    float: left;           
}

#page_bar .title
{

    font-weight: bold;
    color: #e7b150;
}

#page_actions_toolbar .action
{
    font-size: 12px;   
}

#page_actions_toolbar .action a
{
    padding: 0;
    margin: 0;     
    padding-left: 20px;
}


#page_actions_toolbar li
{
    margin-top: 6px;
    margin-left: 8px;
}



#breadcrumbs li
{
    margin-top: 4px;
    margin-right: 5px;
}

#breadcrumbs .crumb, #breadcrumbs .crumb_last, #breadcrumbs .crumb_separator
{
    display: inline;
    font-weight: bold;
    color: #fff;
}

#breadcrumbs .crumb_separator
{
    margin-top: 0px;
    color: #bbb; 
    font-size: 18px;
}


    
    
    