﻿   .Button
    {
        width: 150px;
        margin: 0px;
        padding: 0px;
    }
    #Home a
    {
        background: url( "Images/Nav/Nav_Home.png" ) 0 0 no-repeat;
        display: block;
        height: 28px;
        text-decoration: none;
    }
    #Home a:hover
    {
        background-position: 0 -28px;
    }
    #Phil a
    {
        background: url( "Images/Nav/Nav_Philosophy.png" ) 0 0 no-repeat;
        display: block;
        height: 31px;
        text-decoration: none;
    }
    #Phil a:hover
    {
        background-position: 0 -31px;
    }
    #Amen a
    {
        background: url( "Images/Nav/Nav_Amenities.png" ) 0 0 no-repeat;
        display: block;
        height: 27px;
        text-decoration: none;
    }
    #Amen a:hover
    {
         background-position: 0 -27px;
    }    
    #Helt a
    {
        background: url( "Images/Nav/Nav_Health.png" ) 0 0 no-repeat;
        display: block;
        height: 27px;
        text-decoration: none;
    }
    #Helt a:hover
    {
        background-position: 0 -27px;
    }    
    #Dinn a
    {
        background: url( "Images/Nav/Nav_Dinning.png" ) 0 0 no-repeat;
        display: block;
        height: 43px;
        text-decoration: none;
    }
    #Dinn a:hover
    {
        background-position: 0 -43px;
    }    
    #Suit a
    {
        background: url( "Images/Nav/Nav_Suites.png" ) 0 0 no-repeat;
        display: block;
        height: 43px;
        text-decoration: none;
    }
    #Suit a:hover
    {
        background-position: 0 -43px;
    }    
    #Site a
    {
        background: url( "Images/Nav/Nav_Site_Developments.png" ) 0 0 no-repeat;
        display: block;
        height: 30px;
        text-decoration: none;
    }
    #Site a:hover
    {
        background-position: 0 -30px;
    }    
    #Abou a
    {
        background: url( "Images/Nav/Nav_AboutRLC.png" ) 0 0 no-repeat;
        display: block;
        height: 29px;
        text-decoration: none;
    }
    #Abou a:hover
    {
        background-position: 0 -29px;
    }    
    #Cont a
    {
        background: url( "Images/Nav/Nav_ContactUs.png" ) 0 0 no-repeat;
        display: block;
        height: 28px;
        text-decoration: none;
    }
    #Cont a:hover
    {
        background-position: 0 -28px;
    }    
    #Regi a
    {
        background: url( "Images/Nav/Nav_Registration.png" ) 0 0 no-repeat;
        display: block;
        height: 28px;
        text-decoration: none;
    }
    #Regi a:hover
    {
        background-position: 0 -28px;
    }    
    
    .PageText
    {
    	color: #820154;
    	font-size: 0.8em;
    	margin-left: 20px;
    	margin-right: 20px;
    	margin-top: 0px;
    }
    
    .PageParagraph
    {
    	padding-bottom: 10px;
    }
    
    .Lists
    {
    	margin: 0px 0px 0px 20px;
    	padding:0px;
    }