﻿body
    {
        margin-left:0px;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        background-image:url('../assets/images/valley_mine_service_bg.gif');
        background-position:top;
        background-repeat:repeat-x;
        background-color:Black;
    }
    
    .subtitle
    {
        font-family:Verdana;
        font-size:20px;
        line-height:30px;
        color:#ef961b;
        font-weight:bold;
    }
    .bodytext
    {
        font-family:Verdana;
        font-size:10px;
        color:Black;
        line-height:15px;
        
    }
    .bodytext a:link
    {
        color:red;
        text-decoration:none;
    }
    .bodytext a:active
    {
        color:red;
        text-decoration:none;
    }
    .bodytext a:visited
    {
        color:red;
        text-decoration:none;
    }
    .bodytext a:hover
    {
        color:#ef961b;
        text-decoration:none;
    }
    .footertext
    {
        font-family:Verdana;
        font-size:10px;
        color:white;
        
    }
    
    .footertext a:link
    {
        color:white;
        text-decoration:none;
    }
    .footertext a:active
    {
        color:white;
        text-decoration:none;
    }
    .footertext a:visited
    {
        color:white;
        text-decoration:none;
    }
    .footertext a:hover
    {
        color:#333333;
        text-decoration:none;
    }
    
        
        
        
        
        
        
        
        
        
        
        
        
        .nav{

font-weight: bold;
font-size:10px;
font-family:Verdana;

width: 100%;

}

.nav ul{

padding: 15px 0 8px 0; 

margin: 0;

text-align: center;

}

.nav ul li{

display:block;
list-style-type:none;
height:65px;

}

.nav ul li a{

color: #cccccc; 

padding: 12px 5px 25px 5px;



text-decoration: none; 

border-bottom: 1px solid #cccccc; 

}

.nav ul li a:hover, .nav ul li a.selected {border-bottom-color: #ef961b; 

color:#ef961b;

}