@charset "UTF-8";
/* CSS Document */

#outer_container {
    width: 875px;
    margin-left: auto;
    margin-right: auto;   
    }
    
/*--------------header starts here-------------*/
#header {
    float: left;
    clear: both;
    width: 875px;
    height: 75px;
    margin: 0px 75px 0px 0px;
    padding:0;
	text-align:right;
    }
    
/*--------------content starts here [THIS HOLDS EVERYTHING BTW HEADER AND FOOTER------------*/
#content {
    float: left;
    clear: both;
    width: 875px;
    height: 500px;
    margin: 0;
    padding:0;
	text-align:right;
    }

/*-------------- global right side navigation starts here [GLOBAL NAV AFTER LEAVING HOMEPAGE-EMBEDDED IN 'CONTENT'------------*/
#nav_global {
    float: right;
    width: 75px;
    height: 500px;
    margin: 0;
    padding:0;
	text-align:left;	
    }
	
/*--------------this holds all subpage links in a center content container [WITHIN 'CONTENT']------------*/
#nav_local {
    
    float: right;
    width: 800px;
    height: 500px;
    margin: 10px 0px 0px 0px;
    padding:0;
	text-align:right;
    }
	
/*--------------this holds the text and image links for each subpage for the landscape projects [WITHIN 'NAV_LOCAL]------------*/
#nav_landscapesubpage {
    
    float: right;
    width: 800px;
    height: 60px;
    margin: 2px 0px;
    padding: 0;
	text-align:right;
    }

/*--------------this is used on the landscape project subpages it should sit within 'CONTENT' next to NAV_GLOBAL and taking the place of NAV_LANDSCAPESUBPAGE------------*/
#subpage_structure {
    
    float: right;
    width: 800px;
    height: 500px;
    margin: 0;
    padding: 0;
    }
/*--------------navigation bar within SUBPAGE_STRUCTURE------------*/
#teaser_bar {
    
    float: none;
    width: 800px;
    height: 50px;
    margin: 0;
    padding:0;
	text-align:right;
    }

/*--------------image holders that sit in 'TEASER_BAR'------------*/
#teaser {
    
    float: left;
    width: 25px;
    height: 50px;
    margin: 0;
    padding:0;
	text-align:right;
    }
	
/*--------------where the big image sits - within SUBPAGE_STRUCTURE------------*/
#content_image {
    
    float: none;
	clear:both;
    width: 800px;
    height: 450px;
    margin: 0;
    padding:0;
    }
	
    
/*-----------footer starts here-------------*/
#footer {
    float: left;
    clear: both;
    width: 800px;
    height: 50px;
    margin: 0;
    padding:0;
	text-align:right;
    }
