/* 
Document   : main
Created on : Jul 8, 2009, 11:54:44 PM
Author     : tomaszbrymora
Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    padding: 0;
    margin: 0;
    border:none;
    font-family: Trebuchet, sans-serif;
    text-decoration: none;
}

body{
    background-image: url( ../art/common/page_bkg.jpg );
    background-repeat:repeat-x;
    text-align:center;
}

div {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #333399;
}
ul{
    list-style-position:inside;
}

#header{
    /*position: relative;*/
    width: 900px;
    height: 175px;
    background-image: url( ../art/common/header_bkg.png );
    background-repeat:no-repeat;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
    z-index: 500;
}
#home_link {
    border: 0px solid red;
    width: 250px;
    height: 153px;
    top: 0px;
    left: 10px;
    text-align:center;
    float: left;
}
#home_link a {
    display: inline-block;
    border: 0px solid green;
    width: 100%;
    height: 123px;
}

/*----------------------------------------------------------
        HEADER NAVIGATION - next to logo
------------------------------------------------------------*/
#header_nav {
    position: relative;
    border: 0px solid red;
    /*width: 545px;*/
 width: 880px;
    /*top: 40px;*/
 top: -22px;
    /*left: 15px;*/
 left: 10px;
    text-align:center;
 letter-spacing: 1px;
    float: left;
    z-index: 600;
}

#header_nav a img { margin-top: 6px; }

/*--------------------------------------------------------------------------
* MAIN NAVIGATION
*------------------------------------------------------------------------*/
ul#nav span {
text-align: left;
}
ul#nav, ul#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
z-index:600;
font-size: 87%;

}

ul#nav ul {
border: 1px solid #999;
background-color: #2D60F3;/* bluish bkg to match the nav bar */
text-align:left;
display: none;
position: absolute;
z-index: 100;
}

/* top level nav LI and A */
ul#nav li {
display: inline;
float: left;
text-indent: 0px;
margin: 0px;
margin-top: 1px;
margin-bottom: 0px;
height: 26px;
padding-right: 10px;
padding-left: 10px;


}
ul#nav li a {
text-decoration: none;
font-weight: bold;
color: #fff;
padding-top: 10px;
display:block;
font-size: 85%;
}
ul#nav li a:hover {
color: #E0F960;
background-image: none;
}


/* second level nav LI and A */
ul#nav ul li a {
display: block;
text-decoration: none;
color: #000;
padding: 0px;
padding-left: 1em;
}

/* itmes in sub-nav drop downs */
ul#nav ul li {
padding: 0;
margin: 0;
/*border: 1px solid blue;*/
height: 20px;
padding-top: 10px;
/*background-color: red;*/
}

ul#nav ul li a:hover {
color: #fff;
}

ul#nav li li {
display: block;
float: none;
}

/*------------------------------------------------------
home page - main navigation, large buttons
------------------------------------------------------*/

#main_nav{
    width: 900px;
    position: relative;
    top: -5px;
    margin-right: auto;
    margin-left: auto;
    border: 0px solid red;
    z-index: 0;
}


/* property category navigation on home page */

#main_nav a.ready,
#main_nav a.upcoming,
#main_nav a.sold {
    font-family: "Century Gothic","Lucida Grande", Lucida, Verdana, sans-serif;
    font-weight:bold;
    color: #fff;
    font-size: 125%;
}

#main_nav a.ready,
#main_nav a.upcoming,
#main_nav a.sold {
    background-repeat: no-repeat;
    height:65px;
    float: left;
    text-align:center;
    display: block;
    cursor:pointer;
    line-height: 65px;
}


#main_nav a.ready{
    background-image: url( ../art/home/main_bar_current_bkg.png );
    width: 457px;
}

#main_nav a.upcoming{
    background-image: url( ../art/home/main_bar_upcoming_bkg.png );
    width: 220px;
}
#main_nav a.sold{
    background-image: url( ../art/home/main_bar_sold_bkg.png );
    width: 220px;
}

/*------------------------------------------------------
	home page - property sample(s) displays
------------------------------------------------------*/
.sample_box {

     text-align: center;
     display: inline-block;
     background: url( ../art/common/coming_soon_blank_bkg.png );
     background-repeat: no-repeat;
     background-position: 50% 50%;
     font-weight: bold;
     font-size: 115%;
     color: #fff;
     width: 220px;
     height: 120px;
     line-height: 115px;
     margin-right: auto;
     border: 0px solid red;
     float: left;
}

/*------------------------------------------------------------------------------
    sub page - main navigation, SMALL buttons
-------------------------------------------------------------------------------*/

/*
    TODO: consolidate with css for home page
*/

#main_nav_small, #listings_category_main_nav {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 0;
    top: -5px;
}


#main_nav_small a.ready,
#main_nav_small a.upcoming,
#main_nav_small a.sold,
/* 1/3 page width buttons */
#main_nav_small_1_3 a.ready,
#main_nav_small_1_3 a.upcoming,
#main_nav_small_1_3 a.sold,
/* cat 1/3 page widths */
#listings_category_main_nav a.ready,
#listings_category_main_nav a.upcoming,
#listings_category_main_nav a.sold
{
    font-weight:bold;
    color: #fff;
    font-size: 100%;
    line-height: 50px;
    height:49px;
    text-align:center;
    display: block;
    cursor:pointer;
    background-repeat: no-repeat;
    float: left;
}

#main_nav_small a.ready{
    background-image: url( ../art/common/cat_small_long_org_bkg.png );
    width: 457px;
}

#main_nav_small a.upcoming{
    background-image: url( ../art/common/cat_small_short_blk_bkg.png );
    width: 220px;
}

#listings_category_main_nav a.ready.non_active_org:hover {
    background-image: url( ../art/common/cat_small_short_org_bkg.png );
}

#main_nav_small a.upcoming:hover,  #listings_category_main_nav a.upcoming.non_active_blu:hover {
    background-image: url( ../art/common/cat_small_short_blu_bkg.png );

}

#main_nav_small a.sold{
    background-image: url( ../art/common/cat_small_short_blk_bkg.png );
    width: 220px;
}

#main_nav_small a.sold:hover, #listings_category_main_nav a.sold.non_active_teal:hover  {
    background-image: url( ../art/common/cat_small_short_teal_bkg.png );
}


#listings_category_main_nav a.ready,
#listings_category_main_nav a.upcoming,
#listings_category_main_nav a.sold
{
    background-image: url( ../art/common/cat_small_short_blk_bkg.png );
    width: 220px;

}

#listings_category_main_nav a.ready.active,
#listings_category_main_nav a.upcoming.active,
#listings_category_main_nav a.sold.active
{
    width: 457px;
}

#listings_category_main_nav a.ready.active_org {
    background-image: url( ../art/common/cat_small_long_org_bkg.png );
}
#listings_category_main_nav a.upcoming.active_blu {
    background-image: url( ../art/common/cat_small_long_blu_bkg.png );
}
#listings_category_main_nav a.sold.active_teal {
    background-image: url( ../art/common/cat_small_long_teal_bkg.png );
}

/*------------------------------------------------------------------------------
    sub page INFO category: about us, contact us, investor relations
-------------------------------------------------------------------------------*/
/* main navigation buttons 1/3 page width */
#main_nav_small_1_3 {
    width: 903px;
    margin-right: auto;
    margin-left: auto;
    border: 0px solid red;

}

#main_nav_small_1_3 a.ready,
#main_nav_small_1_3 a.upcoming,
#main_nav_small_1_3 a.sold
{
    width: 301px;
    background-image: url( ../art/common/1_3_blk.png );
}

#main_nav_small_1_3 a.ready:hover {
    background-image: url( ../art/common/1_3_org.png );
}

#main_nav_small_1_3 a.upcoming:hover {
    background-image: url( ../art/common/1_3_blu.png );
}

#main_nav_small_1_3 a.sold:hover {
    background-image: url( ../art/common/1_3_teal.png );
}



/*------------------------------------------------------
home page listings
------------------------------------------------------*/

#home_page_listings, #category_listings{
    width: 900px;
    border: 0px solid green;
    margin-left:auto;
    margin-right: auto;
    text-align: center;

}

#home_page_listings #latest_ready,
#home_page_listings #latest_upcoming,
#home_page_listings #latest_sold {
    border: 0px solid blue;
    float: left;
    text-align: center;
}

#home_page_listings #latest_ready {
    width: 50%;

}

#home_page_listings #latest_upcoming,
#home_page_listings #latest_sold {
    width: 24.75%;
}

a.listing_teaser_details {
    /*     float: left; */
    display: inline-block;
    border:0px solid green;

    width: 225px;
}


/* square footage and pirces at the bottom of the  property listing teaser  */

.listing_teaser_ready_price
{
    background-image: url( ../art/common/price_bar_current_bkg.png );
}
.listing_teaser_upcoming_price
{
    background-image: url( ../art/common/price_bar_upcoming_bkg.png );
}
.listing_teaser_sold_price {
    background-image: url( ../art/common/price_bar_sold_bkg.png );
}

.listing_teaser_ready_price,
.listing_teaser_upcoming_price,
.listing_teaser_sold_price {
    display: inline-block;
    background-repeat: no-repeat;
    background-position:center;
    font-weight: bold;
    font-size: 80%;
    margin-right: auto;
    margin-left: auto;
    width: 216px;
    height: 39px;
    line-height: 39px;
}
.current_sq_ft { color: #000; }
.current_price { color: #30f; }

.upcomming_sq_ft { color: #3cf; }
.upcomming_price { color: #fc3; }

.sold_sq_ft { color: #fff; }
.sold_price { color: #ff0; }

/*------------------------------------------------------------------------------
   CATEGORY HOME PAGE: listing of all properties under 'ready', 'upcoming' or 'sold'
-------------------------------------------------------------------------------*/
#category_listings{
    border: 0px solid green;

}
#category_listings span{
    text-align:center;
    display: inline-block;

}


/*------------------------------------------------------------------------------
    BODY COPY div - non listing/property related body copy holder
-------------------------------------------------------------------------------*/
#body_copy{
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#body_copy p {
    padding-bottom: 1em;
    line-height: 1.5em;
}


/*------------------------------------------------------------------------------
    property detials next to property thumbnails slideshow
-------------------------------------------------------------------------------*/
#prop_details p {
    margin-bottom: 1em;
}

#prop_details ul {
    line-height: 1.75em;
    list-style:none;
    padding-left: 1em;
}
#prop_details h4 {
    padding: 1em 0 1em 0;
}

/*------------------------------------------------------------------------------
    COLORED BOXES holders
-------------------------------------------------------------------------------*/
#box_holder{
    border: 0px solid red;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px;
}
.left_col{
    width: 445px;
    float: left;
    text-align:center;
    margin-left: 3px;

}

.right_col{
    width: 445px;
    float: right;
    text-align:center;
    margin-right: 3px;
}

.col_1_3 {
    float: left;
    width: 300px;
}
.col_1_3 p {
    padding: 1em;
    font-size: 0.90em;
}
.col_1_3 h2, .col_1_3 h3 {
    text-align: center;
    color: #660066;
}

/*------------------------------------------------------------------------------
    COLORED BOXES - DIVS
-------------------------------------------------------------------------------*/

/* BASE */

/* full page width box */
.box_pg_1, .box_pg_1_top, .box_pg_1_btm {

    width: 900px;
    position: relative;
    border: 0px solid red;
    margin-left: auto;
    margin-right: auto;

}
.box_pg_1_top{
    font-size: 0;
    height: 7px;
}
.box_pg_1_btm{
    font-size: 0;
    height: 7px;
}

/* 1/3 page width box */
.box_pg_1_3, .box_pg_1_3_top, .box_pg_1_3_btm {
    width: 300px;
    position: relative;
    border: 0px solid red;
}
.box_pg_1_3_top{
    font-size: 0;
    height: 7px;
}
.box_pg_1_3_btm{
    font-size: 0;
    height: 7px;
}

/* 1/2 page width box */
.box_pg_1_2, .box_pg_1_2_top, .box_pg_1_2_btm {
    width: 440px;
    position: relative;
    border: 0px solid red;
}
.box_pg_1_2_top{
    font-size: 0;
    height: 7px;

}
.box_pg_1_2_btm{
    font-size: 0;
    height: 7px;
}


/* teal FULL PAGE */
.box_teal_1{
    background-image: url(../art/common/boxes/teal/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_teal_1 h2 { color: #B3FF00; }
div.box_teal_1 a { color: #B3FF00; text-decoration: underline; }

.box_teal_1_top {
    background-image: url(../art/common/boxes/teal/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_teal_1_btm {
    background-image: url(../art/common/boxes/teal/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}

/* teal 1/2 PAGE */

.box_teal_1_2_top, .box_teal_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}


.box_teal_1_2{
    background-image: url(../art/common/boxes/teal/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_teal_1_2 h1, div.box_teal_1_2 h2, div.box_teal_1_2 h3, div.box_teal_1_2 h4 {
    color: #B3FF00;
}
.box_teal_1_2_top {
    background-image: url(../art/common/boxes/teal/1_2_pg_top.png);
}
.box_teal_1_2_btm {
    background-image: url(../art/common/boxes/teal/1_2_pg_btm.png);
}


/* BLACK 1/2 PAGE */

.box_blk_1_2_top, .box_blk_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}


.box_blk_1_2{
    background-image: url(../art/common/boxes/blk/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_blk_1_2 h1, div.box_blk_1_2 h2, div.box_blk_1_2 h3, div.box_blk_1_2 h4 {
    color: #B3FF00;
}
.box_blk_1_2_top {
    background-image: url(../art/common/boxes/blk/1_2_pg_top.png);
}
.box_blk_1_2_btm {
    background-image: url(../art/common/boxes/blk/1_2_pg_btm.png);
}

/* DK_GRY 1/2 PAGE */

.box_dk_gry_1_2_top, .box_dk_gry_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}
.box_dk_gry_1_2{
    background-image: url(../art/common/boxes/dk_gry/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_dk_gry_1_2 h1, div.box_dk_gry_1_2 h2, div.box_dk_gry_1_2 h3, div.box_dk_gry_1_2 h4 {
    color: #B3FF00;
}
.box_dk_gry_1_2_top {
    background-image: url(../art/common/boxes/dk_gry/1_2_pg_top.png);
}
.box_dk_gry_1_2_btm {
    background-image: url(../art/common/boxes/dk_gry/1_2_pg_btm.png);
}

/*----------------------------------------------------------
  DARK GREEN
-----------------------------------------------------------*/
/* 1/2 PAGE */

.box_dk_grn_1_2_top, .box_dk_grn_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}
.box_dk_grn_1_2{
    background-image: url(../art/common/boxes/dk_grn/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_dk_grn_1_2 h1, div.box_dk_grn_1_2 h2, div.box_dk_grn_1_2 h3, div.box_dk_grn_1_2 h4 {
    color: #B3FF00;
}
.box_dk_grn_1_2_top {
    background-image: url(../art/common/boxes/dk_grn/1_2_pg_top.png);
}
.box_dk_grn_1_2_btm {
    background-image: url(../art/common/boxes/dk_grn/1_2_pg_btm.png);
}

/*----------------------------------------------------------
 LIGHT GREEN
-----------------------------------------------------------*/
/* full page */
.box_lt_grn_1{

    background-image: url(../art/common/boxes/lt_grn/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
}
.box_lt_grn_1_top {
    background-image: url(../art/common/boxes/lt_grn/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_lt_grn_1_btm {
    background-image: url(../art/common/boxes/lt_grn/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}


/*----------------------------------------------------------
  MAROON
-----------------------------------------------------------*/

/* MAROON FULL PAGE */
.box_maroon_1{
    background-image: url(../art/common/boxes/maroon/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_maroon_1 h2 {
    color: #FF8000;
}
.box_maroon_1_top {
    background-image: url(../art/common/boxes/maroon/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_maroon_1_btm {
    background-image: url(../art/common/boxes/maroon/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}
/* 1/2 PAGE */

.box_maroon_1_2_top, .box_maroon_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}
.box_maroon_1_2{
    background-image: url(../art/common/boxes/maroon/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_maroon_1_2 h1, div.box_maroon_1_2 h2, div.box_maroon_1_2 h3, div.box_maroon_1_2 h4 {
    color: #B3FF00;
}
.box_maroon_1_2_top {
    background-image: url(../art/common/boxes/maroon/1_2_pg_top.png);
}
.box_maroon_1_2_btm {
    background-image: url(../art/common/boxes/maroon/1_2_pg_btm.png);
}



/* LIGHT BLUE */
.box_lt_blu_1{

    background-image: url(../art/common/boxes/lt_blu/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
}
.box_lt_blu_1_top {
    background-image: url(../art/common/boxes/lt_blu/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_lt_blu_1_btm {
    background-image: url(../art/common/boxes/lt_blu/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}


/*----------------------------------------------------------
  DARK BLUE
-----------------------------------------------------------*/
/* 1/3 PAGE */
.box_dk_blu_1_3{
    background-image: url(../art/common/boxes/dk_blu/1_3_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
}
.box_dk_blu_1_3_top {
    background-image: url(../art/common/boxes/dk_blu/1_3_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_dk_blu_1_3_btm {
    background-image: url(../art/common/boxes/dk_blu/1_3_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}

/* 1/2 PAGE */

.box_dk_blu_1_2_top, .box_dk_blu_1_2_btm {
    background-repeat:no-repeat;
    background-position: top center;
}
.box_dk_blu_1_2{
    background-image: url(../art/common/boxes/dk_blu/1_2_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_dk_blu_1_2 h1, div.box_dk_blu_1_2 h2, div.box_dk_blu_1_2 h3, div.box_dk_blu_1_2 h4 {
    color: #B3FF00;
}
.box_dk_blu_1_2_top {
    background-image: url(../art/common/boxes/dk_blu/1_2_pg_top.png);
}
.box_dk_blu_1_2_btm {
    background-image: url(../art/common/boxes/dk_blu/1_2_pg_btm.png);
}


/* FULL PAGE */
.box_dk_blu_1{
    background-image: url(../art/common/boxes/dk_blu/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
    color: #fff;
}
div.box_dk_blu_1 h2 {
    color: #00FFFF;
}
.box_dk_blu_1_top {
    background-image: url(../art/common/boxes/dk_blu/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_dk_blu_1_btm {
    background-image: url(../art/common/boxes/dk_blu/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}

/*----------------------------------------------------------
  CREAM
-----------------------------------------------------------*/
/* FULL PAGE */
.box_cream_1{

    background-image: url(../art/common/boxes/cream/1_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
}
.box_cream_1_top {
    background-image: url(../art/common/boxes/cream/1_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_cream_1_btm {
    background-image: url(../art/common/boxes/cream/1_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}

.box_cream_1_3{

    background-image: url(../art/common/boxes/cream/1_3_pg_bkg.png);
    background-repeat:repeat-y;
    background-position: center;
}
.box_cream_1_3_top {
    background-image: url(../art/common/boxes/cream/1_3_pg_top.png);
    background-repeat:no-repeat;
    background-position: top center;
}
.box_cream_1_3_btm {
    background-image: url(../art/common/boxes/cream/1_3_pg_btm.png);
    background-repeat:no-repeat;
    background-position: top center;
}

/*------------------------------------------------------------------------------
    page FOOTER
-------------------------------------------------------------------------------*/
#footer_cap{
    background-image: url( ../art/common/footer/footer_bkg_top.png );
    background-repeat:no-repeat;
    background-position: top center;
    height: 11px;
	margin: 0;
	padding: 0;
        font-size: 0;
}

#footer {
    position: relative;
    width: 900px;

    background-image: url( ../art/common/footer/footer_bkg.png );
    background-repeat:no-repeat;
    background-position: bottom center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    line-height: 2em;
    padding: 0 0 1.5em 0;
    border: 0px solid red;
}
#footer a {
    color: #fff;
}

/*------------------------------------------------------------------------------
    LAYOUT SUB-COMPONENTS
-------------------------------------------------------------------------------*/

/* used for separating divs and space breaking */
.divider {
    clear:both;
    height: 0px;
    margin-bottom: 0px;

    font-size: 1px;
    line-height: 1px;
}
/*------------------------------------------------------------------------------
    flexible button
-------------------------------------------------------------------------------*/

/* Sliding right image */
a.button {  
    display: inline-block;
    /*float: left;*/
    height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 5px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    letter-spacing: 1px;
    text-align:center;
    border: 0px solid yellow;
    float: left;
}

/* Background left image  */
a.button span {
    display: block;
    line-height: 25px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0px 10px 0px 15px;
    border: 0px solid white;
    width:auto;
    float: left;
}
a.button:hover { color: #F5B800; }
a.button:hover span{ text-decoration:underline; color: #F5B800; }


a.button.flat_grn {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_grn_cap.png') no-repeat scroll top right;
    color: #105F0E;
}
a.button span.flat_grn {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_grn.png') no-repeat;
}
a.button:hover span.flat_grn {
color: #000;
}

a.button.flat_blu {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_blu_cap.png') no-repeat scroll top right;
    color: blue;
}

a.button span.flat_blu {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_blu.png') no-repeat;
}
a.button:hover span.flat_blu { color: #000; }

a.button.org {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_org_cap.png') no-repeat scroll top right;
    color: #9B0B0B;
}

/*a.button  */
a.button span.org {
    background: transparent url('../art/common/btn_flex/png_flat/btn_flex_org.png') no-repeat;
}
a.button:hover span.org {
    color: #000;
}

/* centered button wrapper and button */
.center_wrap {
    position: relative;
    border: 0px solid red;
    left: 450px;
    padding:  0;
    text-align: center;
    width: 50%;
}
.center_btn {
    position: relative; 
    border: 0px solid green;
    right: 25%;
}

/* property_description */
#property_description  {
    border: 0px solid red;
    clear:none;
    padding: 0em 1em 0 1em;
}
#property_description  ul {
    border: 0px solid yellow;
    margin: 0;
    clear:none;
}

#property_description  h4{
    color: yellow;
    padding: 0.75em 0 0.75em 0;
}
/* description - field from the db */
.full_desc {
    margin-top: 1em;
    padding-left: 1em;
}

.full_desc ul {
    padding-left: 1em;
}

.property_images a img {
    border: 5px solid #000;
}
.property_images a:hover img {
    border: 5px solid #555;
}

.property_images {
    padding: 10px 5px 0 5px;
    display: inline-block;
    text-align:center;
    font-size: 75%;
}

/*------------------------------------------------------------------------------
   PAGE SPECIFIC
-------------------------------------------------------------------------------*/

/* EDUCATION */
div.title {
float: left; text-align: right; width: 25%;	
}
div.title h2 {
 letter-spacing: -1px; font-weight:bolder; text-align:center; padding: 0 0.5em 0 1em; margin-top: 0; font-size: 180%; line-height:120%
}

.description {
	float: left;
}
div.when_and_where {
	 float:left;
	 width:auto;
	 position: relative;
	 left: 0;
	 right: 0;
	 font-weight:bold;
	 padding-left: 1em;
}
div.when_and_where ul {
	list-style:none;
	list-style-position:inside;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 2em;
}

/* CONTACT US form */
form {

    width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 5px;
}

label {

    display: block;
    width: 130px;
    float:left;
    text-align: left;
    font-size: 85%;
    padding: 10px 0 10px 0;
}
input {
    height: 18px;
}
input, textarea {
    line-height: 120%;
    padding: 8px 4px 4px 6px;
    margin: 8px 0 8px 0;
    border: 1px solid #ccc;
    width: 450px;
}

.form_btn {
    padding: 5px;
    margin: 5px;
    height: 28px;
    line-height:24px;
    width: 100px;
}
textarea {
    font-size: 80%;
}
