﻿/* styles.css
	This document contains elements that are used on specific pages.
*/

/* 1.0 Homepage */

        .pg_homepage .emaillink { left: 575px; height: 50px; bottom: 60px; }
        .pg_homepage #content { margin-top: 358px }
        .pg_homepage .colA { float: left; margin-top: 4px}
        .pg_homepage .colB { float: right; width: 255px;}
        .pg_homepage #content.thin { width: 453px; }

/* 2.0 Available Properties */

        .pg_properties .colA { float: left; width: 319px; padding-top: 2px}
            .pg_properties .colA li { color: #241f71; padding-left: 31px; line-height: 1.2em; padding-bottom: 7px; }
            .pg_properties .colA li a { color: #241f71; }
            .pg_properties .colA li a:hover { color: #c85e11; }
            .pg_properties .colA li.on { background: url(/images/ico_on.gif) left top no-repeat; }
            .pg_properties .colA li.off { background: url(/images/ico_off.gif) left 3px no-repeat; }
        
        .pg_properties .colB { float: left; display: inline; margin-left: 12px; margin-top: 4px; width: 331px;}
            .pg_properties .colB img { display: block; margin-bottom: .7em; }
            
    
/* 3.0 Purchase Options */
    
        .pg_options dl { padding-top: 13px; padding-left: 3px; }
        .pg_options dt { clear: both; float: left; padding-top: .1em; font-weight: bold; color: #660000; width: 100px; }
        .pg_options dd { float: left; width: 530px; margin-bottom: .3em; }
    

/* 4.0 The Neighborhood */

        .pg_neighborhood #content p.intro  { width: 440px; }
        .pg_neighborhood .colA { float: left; width: 155px; margin: 8px 8px 0px 3px; display: inline; }
            .pg_neighborhood .GMapEZ { width: 140px; height: 96px; margin-top: .1em; margin-bottom: .5em; overflow: hidden }
        .pg_neighborhood .colB { float: left; width: 264px; margin-top: 10px}
            .pg_neighborhood .colB img { display: block; margin-bottom: .5em; }


/* 5.0 Image Gallery */

        .pg_gallery #content ul { width: 600px}
            .pg_gallery #content li { float: left; width: 141px; height: 85px;}
        
       
/* 6.0 Contact Us */
       
        .pg_contact #content h2 { margin-bottom: .4em; }
        .pg_contact #content h3 { font-weight: bold; color: #68652e; margin: 0 0 0 .1em }
            .pg_contact .colA { float: left; width: 228px; padding: 5px 0px 0px 3px}
            .pg_contact .colA p { margin-top: -2px }
            .pg_contact .colB { float: left; width: 220px; padding: 5px 0px 0px 3px}   
            .pg_contact .colB p { margin-top: -2px }