﻿
/*this is the style for master page */

/*html {
scrollbar-base-color: #648b32;
scrollbar-arrow-color: white;
scrollbar-track-color: #f7f7f7;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}*/
body
{
    font-family:Tahoma, Sans-Serif, Arial;
    font-size:11px;
   
    margin:0;
    padding:0;
    line-height:1.5em;
    /*background-color:#303c30;   */
   
    background:url('../images/bodybg.jpg');
    background-repeat:repeat-x;
    background-color:#000000;
    
   
}

.cleanerLeft
{
    clear:left;
}


#main
{    
    width:780px;
    margin:10px auto;
   
   
}

#header
{
    width:780px;
    height:255px;
    background: url('../images/banner.jpg') no-repeat;    
    margin:0;
}

#logo
{
    position:absolute;
    margin:70px 0 0 0;
    height:80px;
    width:400px;   
    cursor:pointer;
}


#mainNav
{
    position:absolute;
    margin:210px 0 0 0; 
}

#mainNav ul
{
    margin:0;
    padding:0;
    list-style-type:none;  
}

#mainNav ul li
{
    display:inline; 
}

#mainNav ul li a
{
    color:#648b32;
    text-decoration:none;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:8px;
}

#mainNav ul li a:hover
{    
    color:#000;
}

#mainNav ul li a.active
{
    color:#e10102;
}
/*
#tip
{
    width:780px;
    height:30px;
    color: #999999; 
}
*/
#pageWrapper
{    
    width:780px; 
}

#contentWrapper
{
    width:780px;
    background-color:#ffffff;
  /* background-image:url('../images/contentbg.jpg');
    background-repeat:repeat-x;*/
    
}

#footer
{  
  
    width:780px;
    height:50px;
    background: url('../images/footer.jpg');
    background-repeat:no-repeat; 
    
}

#footerNav
{
   padding:5px 0 0 100px;
    height:25px;  
}

#footerNav ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#footerNav ul li
{
    display: inline; 
}

#footerNav ul li a
{
    color:#648b32;
    text-decoration:none;
    float:left;
    font-size:11px;
    font-weight:bold;
    padding:0 5px 0 5px;  
}

#footerNav ul li a:hover
{
    color:#000000;
}

#footerNav ul li a.active
{
    color:#e10102;
}

#footerMessage
{
    padding:0 0 0 280px;
    height:15px;
    margin:0;
    
}

#footerMessage ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    float:left;
}

#footerMessage ul li
{
    display:inline;
    padding:0 5px 0 5px;
}


.GridHeader
{
    background-image:url('../images/gridHeader.png');
    background-repeat:repeat;
}
