﻿@import url('tabs.css');

body 
{
    background-color: #ffffff;
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #2c2b2b;
    font-size: 10pt;
    height: 100%;
}

h1, h2, h3
{
    color: #000000;
}

h1
{
    font-size: 16pt;
}

h2
{
    font-size: 14pt;
}

h3
{
}

a:link, a:visited, a:hover
{
    color: #ff6600;
    font-weight: bold;
}

#content_wrapper
{
    margin: 0 auto;
    width: 1000px;
    background-color: #f9f9f2;
    border: 1px solid #dedecb;
}

#header
{
    background-image: url(header_fr.png);
    background-repeat: no-repeat;
    height: 92px;
    width: 100%;
}

#logo
{
    width: 460px;
    height: 92px; 
    display: block;
    float: left;
}

#menu_wrapper
{
    width: 490px;
    float: right;
    height: 92px; 
    margin-top: 10px;
}

#top_menu
{
     clear: both;
     float: right;
     padding: 0px;
     margin-top: 7px;
     margin-bottom: 10px;
}

#top_menu li
{
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

#top_menu a
{
    font-size: 0.9em;
    color: #ffffff;
    font-weight: normal;
}

#menu
{
    clear: both;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

#menu a
{
    color: #ffffff;
    font-weight: normal;
}

#menu li
{
    float: left;
    list-style-type: none;
    margin-right: 12px;
    background-image: url(tabbg.png);
    background-repeat: repeat;
    height: 26px;
    padding: 5px 10px 0px 10px;
    display: table-cell;
    vertical-align: middle;
}

#main
{
    padding: 10px;
}

/* HOME */

#home_intro
{
    background-image: url(home_intro_bg.jpg);
    height: 225px;
    width: 100%;
}

#home_intro h2
{
    color: #ffffff;
    width: 300px;
    text-align: left;
    margin-left: 30px;
    padding-top: 50px;
}

#layout_home, #layout_standard
{
    width: 100%;
}

#layout_home .top_pane, #layout_home .bottom_pane, #layout_home .left_pane,#layout_home .left_pane,
#layout_standard .top_pane, #layout_standard .bottom_pane, #layout_standard .left_pane, #layout_standard .left_pane
{
    vertical-align: top;
}

#layout_home .left_pane
{
    width: 400px;
}

#layout_home .content_pane
{
    width: 592px;
}

/* FOOTER */

#footer
{
    width: 100%;
    height: 75px;
    background-color: #3f4e56;
}

#footer_top
{
    float: right;
}

#footer_top li
{
    float: left;
    margin-right: 45px;
    list-style-type: none;
}

#footer_top a
{
    font-weight: normal;
    color: #ffffff;
}

#footer_bottom
{
    font-size: 0.8em;
    float: right;
    margin-right: 45px;
    color: #ffffff;
}

#footer_bottom a
{
    color: #ffffff;
    font-weight: normal;
}

/* BUILDING LISTING ON HOMEPAGE */

#building_listing_wrapper
{
    height: 700px;
    width: 100%;
    overflow: auto;
}

#building_listing
{
    width: 95%;
}

#building_listing h3
{
    margin: 0px;
}

#building_listing img
{
    padding: 4px 10px;
}

a.button1:link, a.button1:hover, a.button1:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #1e4a00;
    padding: 5px 20px;
    background-image: url(button1.png);
}

a.button2, a.button2:hover, a.button2:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #1e4a00;
    padding: 5px 20px;
    background-image: url(button2.png);
}


.search_metro td:last-Child, .search_price td:last-Child
{
	width: 100px;
}

.search_price td
{
	text-align: center;
}

.search_metro td
{
    text-align: left;
}

.search_metro td:first-Child, .search_metro td:last-Child
{
    text-align: center;
}

.search_metro
{
	width: 100%;
}

.search_metro img
{
    vertical-align: bottom;
    padding-right: 10px;
}

.search_metro h1
{
    font-size: 1.2em;
    padding-left: 10px;
}

.search_price h1
{
    font-size: 1.3em;
    padding-left: 10px;
}

.search_price
{
    width: 100%;
}

.search_price td
{
    text-align: center;
}

.search_price hr
{
    margin: 15px;
    height: 1px;
}

/* BUILDING PAGE */

#map_canvas
{
    width: 410px;
    height: 300px;
    margin: 30px auto;
    border: 1px solid #000000;
}


/* UNIT LISTING */

.unit_listing_wrapper
{
    width: 90%;
    margin: 20px auto;
    border: 1px solid #d1d1c1;
}

.unit_listing_header img
{
    vertical-align: middle;
    padding-right: 10px;
}

.unit_listing_header
{
    background-image: url(gradbg1.png);
    background-repeat: repeat-x;
    background-color: #dcdccc;
}

.unit_listing
{
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}

.unit_listing h1
{
    font-size: 1.4em;
}

.unit_listing th
{
    font-size: 1.2em;
    padding: 2px;
    text-align: center;
    background-image: url(gradbg1.png);
    background-repeat: repeat;
    background-color: #dcdccc;
}

.unit_listing td
{
    padding: 2px;
    margin: 0px;

    text-align: center;
}

.unit_size
{
    color: #ff6600;
    font-size: 1.2em;
    font-weight: bold;
}

#pano
{
    width: 420px;
    height: 300px;
}

#streetmap_popup
{
    background-color: #e8e3d3;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

#streetmap_popup img
{
    display: block;
    padding-top: 10px;
}


.kpg_realestate_building_photos
{
    background-color: #ede8db;
    width: 100%;
}

.kpg_realestate_building_photos td
{
    padding: 5px;
    text-align: center;
}

#real_estate_building_header h1
{
    color: #ff6600;
    font-size: 1.8em;
}

.kpg_realestate_contactus
{
    margin: 10px auto;
    width: 650px;

}

.kpg_realestate_contactus tr:first-Child td:first-Child
{
    width: 140px;
}

.kpg_realestate_contactus img
{
    border: 2px solid #ff6600;
}

* > .kpg_realestate_contactus h1
{
    font-size: 1.4em;
    margin: 0px;
    padding: 0px;
}


.kpg_realestate_contactus h2
{
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
}

.kpg_availability
{
    height: 300px;
    overflow: auto;
}

.kpg_availability h1
{
    font-size: 1.2em;
    margin: 12px 0px;
}

.kpg_availability
{
    margin-top: 12px;
    margin-bottom: 15px;
}

.kpg_availability table
{
    margin: 0 auto;
	width: 100%;
}

.kpg_availability img
{
    padding: 0px 10px 0px 0px;
}

#adminphoto
{
    margin: 0 auto;
    border: 1px solid black;  
    width: 500px;  
    border-collapse: collapse;
}

#adminphoto td, #adminphoto th
{
    border: 1px solid black;
    text-align: center;
}

#kpg_building_photos
{
    margin-top: 20px;
    padding: 5px;
}

.kpg_realestate_contactus_form
{
    width: 80%;
    margin: 0 auto;
}

.kpg_realestate_contactus_form td:first-Child
{
    width: 175px;
}

#email_success
{
    background-color: #ede8db;
    width: 80%;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.kpg_realestate_waiting_list
{
    width: 100%;
    margin: 0 auto;
}

.kpg_realestate_waiting_list td
{
    padding: 5px;
    text-align: center;
}

.kpg_realestate_waiting_list .header
{
    font-weight: bold;
}

.error
{
    color: #ff0000;
}

.success
{
    font-size: 16px;
    font-weight: bold;
    color: Green;
}

#kpg_custom_info, #kpg_services
{
    margin-left: 0px;
    padding-left: 15px;
}

.building_description
{
	width: 600px;
	margin: 10px auto;
	padding: 2px;
	border: 1px solid #999966;
}

#kpg_building_photos img
{
    border: 1px solid #41300d;
}
