﻿/* Footer */
.footer {
	width: 959px;
	margin-left: 19px;
	margin-top: 16px;
	padding-top: 4px;
	border-top: 1px solid #cbdbbe;
}

.footernav {
	border-bottom: 1px solid #e5eddf;
	display: inline;
	margin-left: 34px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	word-spacing: 5px;
}

.footernav2 {
	word-spacing: normal;
	margin-left: 246px;
	*margin-top: 10px;
}


.footernav a { margin-right: 20px; }
.footernav2 a { margin-right: 25px; }

.loginForm
{
    display: block;
    position: absolute; 
    left: 0px; 
    top: -8ex;
    width: 200px;
    
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}

.loginFormTextBox
{
    width: 190px;
}

.loginFormButton
{
    width: 90px;
}

/* End Footer */

/* Header */
.header {
	background-image: url(../images/header/background.jpg);
	background-repeat: repeat-x;
	height: 197px;
}

.header_bottom {
	background-image: url(../images/header/background_bottom.jpg);
	background-repeat: repeat-x;
	height: 4px;
}

.topnav { left: 274px; top: 54px; position: absolute; }
.topnav_underline { border-bottom: 1px solid #faeae2; }

.navbox {
	background-color: #FFFFFF;
	width: 518px;
	height: 83px;
	left: 176px;
	top: 0px;
	position: absolute;
	font-family: Georgia;
	font-size: 12px;
	color: #d1b5b2;
}

.navbox_innerdiv { padding: 10px; }

.navbox_table {
    position: relative;
    top: 6px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    color: #7d8a2e;
    font-size: 14px;
}

    /*search tab styles*/
    .pricerange_input {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #edffde;
        color: #7d8a2e;
        font-weight: bold;
        width: 85px;
    }
    
    .amenities_select {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #edffde;
        color: #7d8a2e;
        font-weight: bold;
        width: 110px;
    }  
     
    .find_button {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #ffffcc;
        color: #7d8a2e;
        font-weight: bold;
        width: 60px;
    }
    
    /*neighborhoods tab styles*/
    .community_select {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #edffde;
        color: #7d8a2e;
        font-weight: bold;
        width: 220px;
    }  
    /*realtor tab styles*/
    .realtor_select {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #edffde;
        color: #7d8a2e;
        font-weight: bold;
        width: 220px;
    }  
    /*contact tab styles*/
    .nav_contact_input {
        border-style: solid;
        border-width: 1px;
        border-color: #cbdbbe;
        background-color: #edffde;
        color: #7d8a2e;
        font-weight: bold;
        width: 115px;
    }
    
/* End Header */

/* Editable area styles */
.webContent_homePageCopyArea
{
    width: 430px;
}

.webContent_homePageCopyArea_textArea
{
    width: 426px;
    height: 296px;
    color: #666d5f;
    
    background-color: Transparent;
    
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}

/* Page editor control */

.PageEditorControl_Header
{
    font-family: Georgia, Serif;
    font-size: 12px;

    background-image: url( ../images/EditIcon.png );
    background-position: left center;
    background-repeat: no-repeat;
    
    width: 963px;
    
    border: 1px solid black;
    padding: 2px 2px 2px 20px; /* The left is 20 px to make room for the image. */
    
    background-color: white;
}

.PageEditorControl_Link
{
    border-left: 1px solid gray;
    padding-left: 5px;
    padding-right: 5px;
    
    height: 16px;
}

.PageEditorControl_Link INPUT
{
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
    color: #d1b5b2;
}

.PageEditorControl_EditPanel
{
    margin: 2px;
    border-top: 1px solid gray;
    padding-top: 2px;
}

/* The crop div for image editor controls */
.DynamicImageEditorCrop
{
    /*border: 2px dashed red !important;*/
    background: white;
    
    filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}