﻿
/*----  homepage ----*/

.homepageColOne
    {
    width: 625px;
    margin: 12px 0px 0px 8px; 
    padding: 0px;
    
    float: left;
    
    }

.homepageColTwo
    {
    width: 205px;
    margin: 12px -7px 0px 0px; 
    padding: 0px;

    float: left;
    }

.homepageColTwo h3
    {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 10px 0px;
      
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #CCDDDA;      
    }
    
.homepageColTwo a
    {
    text-decoration: none;
    display: block;
     
    padding: 3px 5px 9px 20px;
    margin: 0px 0px 5px 0px;
 
    background-image: url(../images/navigation/arrow_go.gif);
	background-repeat: no-repeat;
    background-position: 0px 5px;
        
    color: #4A5754;
    font-size: 15px;
    line-height: 15px;
    
     
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #CCDDDA;
    }


    
    
.homepageColTwo a:hover
    {
    color: Black;
    text-decoration: underline;
    }    
    
.nicheCont
    {
    height: 230px; 
    width: 197px;
    
    display: block;
    float: left;
    
    padding: 0px;
    margin: -5px 7px 14px 0px;
    }

a.Niche
    {
    color: White;
    text-decoration: none;
     
    height: 210px; 
    width: 177px;
    
    margin: 0px;
    padding: 10px;
    
    display: block;
    
    font-family: Georgia, Sans-Serif;
    font-size: 18px;
    line-height: 18px;
    
    font-weight: bold;
    
    background-image: url(../images/niche-thumb/kent.jpg);
	background-repeat: no-repeat;
	background-position: 0px 92px; 
    
    }

.NicheRollover
    {
    text-decoration: none;
    
    height: 207px; 
    width: 177px;
    
    margin: 0px;
    padding: 5px 5px 10px 5px;
 
    border-color: Black;
    border-style: solid;
    border-width: 4px 5px 4px 5px;
       
     display: block;
    
    font-family: Georgia, Sans-Serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
   
    }

.NicheRollover:hover
    {
    text-decoration: none;
    }

