﻿body {
    margin: 0px;
    padding: 0px;
    font: 13px Verdana, Arial, Helvetica, San-Serif;
    background-color: #EEEEEE;
}

a, img {
    border: none;
    outline: 0px;
}

a:link, a:visited {
    color: #8B951A;
    text-decoration: none;
}

a:hover, a:active {
    color: #666666;
    text-decoration: underline;
}

a.submit {
    display: block;
    float: left;
    border: none;
    background: transparent url(../Images/btn_green_left.png) no-repeat top left;
    font: normal 12px Arial; /* Change 12px as desired */
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
    height: 24px; /* Height of button background height */
    padding-left: 15px; /* Width of left menu image */
    text-decoration: none;
}

a:link.submit, a:visited.submit, a:active.submit {
    color: #666666; /*button text color*/
    text-decoration: none;
}

a.submit span {
    display: block;
    background: transparent url(../Images/btn_green_right.png) no-repeat top right;
    padding: 4px 15px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a:hover.submit {
    border: none;
    background-color: Transparent;
    color: #666666;
}

table {
    border-collapse: separate;
}

th {
    padding: 2px 4px;
    color: #555555;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td {
    padding: 0px;
}

h1 {
    margin-top: 0px;
    font-size: 14px;
}

h1 span {
    color: #666666;
}

h1 i {
    color: #4986B4;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
}

h1 input {
    vertical-align: -4px;
}

h2 {
    margin: 8px 0px 0px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    margin: 15px 0px 0px;
    color: #4986B4;
    font-size: 13px;
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.submit {
    padding: 1px 2px;
    border: 1px solid #333333;
    background-color: #666666;
    color: #FFFFFF;
    cursor: pointer;
}

.submit:hover, .submit:active {
    border: 1px solid #666666;
    background-color: #CCCCCC;
    color: #666666;
}

.altSubmit {
    padding: 1px 2px;
    border: 1px solid #666666;
    background-color: #DDDDDD;
    color: #666666;
    cursor: pointer;
}

.altSubmit:hover, .altSubmit:active {
    border: 1px solid #333333;
    background-color: #999999;
    color: #EEEEEE;
}

.disabled {
    padding: 1px 2px;
    border: 1px solid #BBBBBB;
    background-color: #EEEEEE;
    color: #DDDDDD;
}

.line-through {
    color: #999999;
    text-decoration: line-through;
}

.defaultSideImage {
    float: right;
    margin: 0px 0px 0px 20px;
}

#wrapper {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
    background-color: #FFFFFF;
    color: #333333;
}

#main {
    float: left;
    width: 978px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

#header {
    float: left;
    width: 978px;
    margin: 0px;
    padding: 0px;
}

#header .menu {
    position: relative;
    float: left;
    width: 978px;
    height: 97px;
    margin: 0px;
    padding: 0px;
    background: url(../images/header.jpg) repeat-x top left;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

#header .menu ul {
    display: inline;
    position: absolute;
    top: 27px;
    left: 360px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#header .menu li {
    float: left;
    list-style-type: none;
    height: 20px;
    margin: 0px 10px;
    padding: 22px 0px 0px;
    text-align: center;
    min-width: 41px;
}

#header .menu li:hover {
    background: url(../images/menuhighlight.png) no-repeat top center;
}

#header .menu li a:link, #header .menu li a:visited {
    color: #005596;
    text-decoration: none;
}

#header .menu li a:hover, #header .menu li a:active {
    color: #000000;
}

#header .montage {
    height: 200px;
    width: 971px;
    margin: 100px 0px 0px 3px;
    background: url(../images/montage.jpg) no-repeat top left;
}

#content {
    float: left;
    width: 711px;
    margin: 0px;
    padding: 10px 30px 30px 20px;
}

#content h1 {
    margin: 0px 0px 20px;
    font: 22px "Arial Narrow", Arial, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    color: #005596;
}

#sidebar {
    float: left;
    width: 182px;
    height: 636px;
    margin: 10px 0px 0px;
    padding: 20px 15px;
    background: url(../images/featuredbanner.jpg) no-repeat top left;
    text-align: center;
}

#sidebar h1 {
    margin: 0px 0px 5px;
    font: 20px "Arial Narrow", Arial, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    color: #005596;
    text-align: center;
}

#sidebar img.frame {
    clear: both;
    margin: 0px auto 2px;
    border: 2px solid #2A71A6;
}

#sidebar .title {
    display: block;
    color: #005596;
    font-weight: bold;
}

#sidebar .altTitle {
    display: block;
    color: #005596;
}

#sidebar hr {
    height: 2px;
    margin: 20px 0px;
    border-top: 1px solid #A3ADAE;
    border-right: none;
    border-bottom: 1px solid #EDF3F4;
    border-left: none;
}

#sidebar .login {
    margin-left: 10px;
    text-align: left;
}

#sidebar .login label {
    display: block;
    margin-top: 3px;
    color: #005596;
}

#sidebar .login input {
    border: 1px solid #005596;
}

#sidebar .login input.login {
    margin: 8px 0px 0px 0px;
}

#footer {
    float: left;
    width: 978px;
    margin: 10px 0px 0px;
    padding: 0px;
    background: url(../images/footer.jpg) no-repeat top left;
    color: #005596;
    text-align: center;    
}

#footer .menu {
    float: left;
    width: 978px;
    height: 63px;
    margin: 0px;
    padding: 0px;
    background: url(../images/footer.jpg) repeat-x top left;
    color: #FFFFFF;
    font-size: 12px;
}

#footer .menu ul {
    float: left;
    margin: 0px 0px 0px 240px;
    padding: 0px;
    list-style-type: none;
}

#footer .menu li {
    float: left;
    height: 20px;
    margin: 0px 10px;
    padding: 22px 0px 0px;
    min-width: 41px;
}

#footer .menu li:hover {
    background: url(../images/menuhighlight.png) no-repeat top center;
}

#footer .menu li a:link, #footer .menu li a:visited {
    color: #005596;
    text-decoration: none;
}

#footer .menu li a:hover, #footer .menu li a:active {
    color: #000000;
}

#footer .contactInfo {
    float: left;
    width: 978px;
    margin: 15px 0px 0px;
    padding: 0px;
}

#footer .contactInfo span {
    margin: 0px;
    padding: 0px;
}

#footer .copyright {
    float: left;
    width: 978px;
    margin: 5px 0px 0px;
    padding: 0px 0px 20px;
}


/* Old Styles still in use */
.adSpace {
    width: 920px;
    margin-bottom: 10px;
    text-align: center;
}

#listingView .leftPanel {
    float: left;
    width: 550px;
    margin: 0px;
    padding: 0px;
}

#listingView .leftPanel .propertyPic {
    float: left;
}

#listingView .leftPanel .propertyPic img {
    border: 1px solid #666666;
}

#listingView .leftPanel .MLSDetailTeaserImages {
    float: left;
    width: 540px;
    margin: 20px 0px 0px;
    padding: 20px 0px 0px;
    border-top: 2px solid #DDDDDD;
}

#listingView .leftPanel .MLSDetailTeaserImages .MLSDetail {
    float: left;
    width: 362px;
    margin: 0px;
    padding: 0px;
}

#listingView .leftPanel .MLSDetailTeaserImages .MLSDetail table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#listingView .leftPanel .MLSDetailTeaserImages .teaserImages {
    float: left;
    width: 168px;
    margin: 5px 0px 0px 10px;
}

#listingView .leftPanel .MLSDetailTeaserImages .teaserImages img {
    float: right;
    margin: 0px 2px 5px 0px;
    padding: 0px;
    border: 1px solid #666666;
}

#listingView .rightPanel {
    float: right;
    width: 360px;
    margin: 0px;
    padding: 0px;
}

#listingView .rightPanel .coLogo {
    float: right;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px;
    text-align: right;
}

#listingView .rightPanel .coLogo img {
    text-align: right;
}

#listingView .rightPanel .agentProfile {
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 15px;
    border-top: 2px solid #DDDDDD;
}

#listingView .rightPanel .agentProfile .agentPic {
    float: right;
    margin: 0px 0px 10px 10px;
    border: 1px solid #666666;
}

#listingView .rightPanel .agentProfile p {
    margin: 0px;
    padding: 0px;
}

#listingView .rightPanel .agentProfile .name {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

#listingView .rightPanel .agentProfile .phone {
    display: block;
    color: #666666;
}

#listingView .rightPanel .agentProfile .fax {
    display: block;
    color: #666666;
}

#listingView .rightPanel .agentProfile .email {
    display: block;
    margin: 8px 0px;
}

#listingView .rightPanel .mapDirections {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #DDDDDD;
}

#listingView .rightPanel .mapDirections h2 {
    margin: 0px 0px 10px;
    text-align: right;
}

#mapAPI {
    float: right;
    width: 368px;
    height: 330px;
    text-align: left;
    border: 1px solid #666666;
}

#mapAPIDirections {
    float: right;
    width: 100%;
    text-align: left;
}

#listingsSearch {
    float: left;
    width: 725px;
    margin: 5px; /* 5px 5px 0px; */
    padding: 5px;
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

#listingsSearch h1 {
    font-size: 14px;
    font-variant: small-caps;
}

#listingsSearch label {
    display: block;
    margin: 5px 0px;
    padding: 0px;
    color: #666666;
    font-weight: bold;
}

#listingsSearch p {
    margin: 10px 0px 5px;
    padding: 0px;
}

#listingsSearch input {
    width: 146px;
    padding: 1px 3px;
}

#listingsSearch select {
    width: 154px;
}

#listingsSearch .submit {
    width: auto;
}

#listingsSearchOrder {
    float: left;
    width: 725px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    text-align: right;
}

#listingsSearchResults {
    float: left;
    width: 725px;
    margin: 5px;
    padding: 5px;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-left: 2px solid #DDDDDD;
    background-color: #FEFEFE;
}

#listingsSearchResults table {
    width: 100%;
}

#listingsSearchResults th {
    padding: 2px 4px;
    border: 1px solid #EEEEEE;
    background-color: #333333;
    color: #EEEEEE;
    text-align: center;
}

#listingsSearchResults td {
    padding: 2px 4px;
    border: 1px solid #EEEEEE;
    text-align: center;
}

#agentSearchResults table {
    width: 100%;
}

#agentSearchResults th {
    padding: 2px 4px;
    border: 1px solid #EEEEEE;
    background-color: #333333;
    color: #EEEEEE;
    text-align: center;
}

#agentSearchResults td {
    padding: 2px 4px;
    border: 1px solid #EEEEEE;
    text-align: center;
}

/* Modal Popup CSS Styles */
.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
}

.modalPopup {
    width: 600px;
}

.modalPopup img {
    margin: 5px;
}

.modalPopup-main {
    border-color: Lime;
    border-style: solid;
    border-width: 1px;
    height: auto;
    width: 400px;
}

.modalPopup-title {
    background-color: Lime;
    color: Navy;
    font-size: 12pt;
    font-weight: bold;
    font-variant: small-caps;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.modalPopup-text {
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    padding: 10px;
}

.modalPopup-text input {
    width: 75px;
}

.prodLabel {
    font-weight: bold;
    color: #333333;
}

.prodSummary {
    float: left;
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    color: #555555;
    font-size: 12px;
}

.prodSummary h1 {
    margin: 0px 0px 10px;
    color: #4986B4;
    font-size: 14px;
}

.prodSummary p {
    margin-top: 0px;
}

.prodSummary .lbl {
    color: #000000;
    font-weight: bold;
}

.prodSummary .desc {
    width: 300px;
}

.cart {
    width: 748px;
    margin-top: 20px;
}

.cart .title {
    font-weight: bold;
    color: #666666;
}

/*
.TabMenuItem {
    color: black;
    text-align: left;
    font-size: 12px;
    padding: 6px 8px 6px 8px;
}

.TabMenuHoverStyle {
    color: navy;
    text-align: left;
    font-size: 12px;
    padding: 6px 8px 6px 8px;
    text-decoration: underline;
}

.TabMenuItemSelected {
    color: Black;
    text-align: left;
    font-size: 12px;
    padding: 6px 8px 6px 8px;
    font-weight: bolder;
}

.success {
    display: inline-block;
    margin: 10px 0px;
    padding: 4px 8px;
    width: auto;
    background-color: #C7E08B;
    border: 1px dashed #658222;
    color: #658222;
    font-size: 13px;
    font-weight: bold;
}

.error {
    display: inline-block;
    margin: 10px 0px;
    padding: 4px 8px;
    width: auto;
    background-color: #FF9B9B;
    border: 1px dashed #910000;
    color: #910000;
    font-size: 13px;
    font-weight: bold;
}

.validator {
    margin-left: 4px;
    color: #910000;
    font-size: 13px;
    font-weight: bold;
}

.loginStatus {
    position: relative;
    top: -17px;
    float: right;
    display: inline;
    margin: 0px 10px;
    font-size: 13px;
}

.pwdRecovery .title {
    padding-bottom: 10px;
    color: #164579;
    font-size: 14px;
    font-weight: bold;
}

.pwdRecovery .label {
    background-color: Transparent;
    color: #666666;
    border: none;
}

.account .title {
    padding-bottom: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.account .label {
    padding-right: 4px;
    border: none;
    background-color: Transparent;
    color: #444444;
    font-weight: bold;
}

.FAQ {
    float: left;
    width: 888px;
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    color: #555555;
    font-size: 12px;
}

.FAQ h1 {
    font-size: 14px;
    margin: 0px 0px 10px;
}*/

/* Order form styles */
/*fieldset {
    width: auto;
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #CCCCCC;
}

legend {
    margin-bottom: 10px;
    padding: 0px 4px;
    color: #4986B4;
    font-size: 14px;
    font-weight: bold;
}

.note {
    margin-bottom: 10px;
    color: #666666;
    font-style: italic;
}

.options {
    margin-bottom: 15px;
}

.inputField {
    text-align: left;
    padding-left: 2px;
}

.inputField p {
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
}

.inputField input {
    display: block;
    margin: 0px;
    padding: 1px;
    border: 1px solid #888888;
    color: #444444;
}

.inputField select {
    display: block;
    margin: 0px;
    border: 1px solid #888888;
}

.termsConds {
    overflow: auto;
    height: 225px;
    margin-bottom: 6px;
    padding: 5px;
    border: 1px solid #888888;
    background-color: #EEEEEE;
    color: #666666;
}

.disabled {
    background-color: #EEEEEE;
    color: #666666;
}

.pageControls {
    clear: both;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 5px 10px;
    border-top: 1px dotted #666666;
}

.pageControls .left {
    float: left;
}

.pageControls .right {
    float: right;
}

.boxTranslations {
    float: left;
    width: 300px;
    margin: 10px 0px 0px;
    padding: 3px;
    border: 1px solid #666666;
    background-color: #EEEEEE;
}

.boxTranslations h1 {
    float: left;
    width: 294px;
    margin: 0px 0px 20px;
    padding: 1px 3px 2px;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 13px;
}

.boxTranslations .topControls {
    float: left;
    width: 294px;
    margin: 0px 0px 5px;
    color: #999999;
}

.boxTranslations .language {
    float: left;
    width: 144px;
    height: 20px;
    margin: 3px 3px 0px;
    background-color: #FFFFFF;
}

.boxTranslations .controls {
    float: left;
    width: 100%;
    margin: 15px 0px 0px;
}
*/