﻿* 
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial;
    font-size:16px;
    background-color: #e5c474;    
    color: #8a9da6;
    height: 100%;
}

img
{  
    border-style: none;
}

a
{
    text-decoration: none;
    color: #e04f09;

}

span.left
{
    float: left;
}

span.right
{
    float: right;
}

div#page
{
    float: left;
    margin: 0 40px 0 40px;
    background-color: White;
    width: 94%;
    min-width: 94%;
}

/* Header */

div#header
{
    height: 246px;
    background: url('Images/bgTop.gif') repeat-x;
}

div#headerLinks
{
    text-align: right;
    padding-bottom: 20px;    
}
div#headerLinks a
{
    color: White;
    text-decoration: none;
    padding: 5px;
}

div#banner
{
    margin: 0;
    padding: 0;
    float:left;
    width: 80%;
    min-width: 80%;
    height: 212px;
    background: url('Images/banner.gif') no-repeat;    
}

div#banner div#headerLegend
{
    display: block;
    font-size: 24px;
    padding: 40px 0 0 430px;
}

div#logo
{
    width: 20%;
    min-width: 20%;
    background: url('Images/banner-right.gif') no-repeat right top;    
    float: right;
}

div#logo img
{
    padding: 20px;
}

/* Main ~Navigation */

div#menuContainer
{
    clear: both;
    width: 100%;
    min-width: 100%;
}

ul#navMain
{
    border-top: solid 4px #e5c474;
    border-bottom: 2px solid #E5C474;
    text-align: left;
    width: 100%;
    min-width: 100%;
    list-style: none;
    padding-top: 10px;
    margin-bottom: 10px;
}

ul#navMain li
{
    margin: 0 1px 0 0;
    padding-bottom: 10px;
    display: inline;
}


ul#navMain li a
{
    color: #637882;
    font-weight: bold;
    font-size: 28px;
    text-decoration: none;
    margin-left: 25px;
    padding: 10px 10px 0 20px;
    min-height: 100%;
}

ul#navMain li.selected a
{
    background-color: #f2e1b9;
}

ul#navMain ul#subMenu
{
    float: left;
    width: 100%;
    min-width: 100%;
    border-top: 2px solid #E5C474;
    list-style: none;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;

}

ul#navMain ul#subMenu li
{
    border-left: solid 1px;
    padding-bottom: 0;
}

ul#navMain ul#subMenu li.firstListItem
{
    border-left: none;
}

ul#navMain ul#subMenu li.selected a
{
    text-decoration: underline;
}

ul#navMain ul#subMenu a
{
    margin: 0;
    font-size: 14px;
    color:#637882;
    background-color: White;
}

/* Main content */

div#pageContent
{
    clear: both;
    padding: 0 20px 0 20px;
}


div#leftContent
{
    float: left;
    width: 63%;
}

div#leftContent.wide
{
    width: 100%;
}

div#rightContent
{
    float: right;
    width: 35%;
}

div#mainContent
{
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}

div#contentLogos
{
    clear: both;
    float: right;
    margin-top: 15px;
    min-width:280px;
}

div#contentLogos img
{
    float: right;
    height: 90px;
}

div#featuredContainer, div#contacts, div#arlaContactBox
{
    float: right;
    width: 330px;
}

div#arlaContactBox
{
    width: 300px;
}


/* Footer */

div#footer
{
    background-color: White;
    clear: both;
    color: #637882;
    font-size: 14px;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}

div#footer a
{
    color: #637882;
    text-decoration: none;    
}

div#footer span.left
{
    font-weight: bold;
    margin-right: 40px;
}

/* Footer Menu */

ul#navFooter
{
    float: left;
    list-style: none;
}

ul#navFooter li
{
    float: left;
    padding: 0 10px 0 10px;
    border-left: solid 1px;

}

ul#navFooter li.firstListItem
{
    border: none;
}

/* QuickSearch */

div#quickSearchBox
{
    position: relative;
    float: left;
    background: url('Images/bgQuickSearch.gif') repeat-y;
    min-width: 560px;
}

div#quickSearchLegend
{
    float: left;
}

div#quicksearch
{
    float: right;
    width: 290px;

}
div#quickSearchDetails
{
    float: left;
    width: 30%;
    margin: 0 10px 0 20px;
}

div#quickSearchDetails p
{
    color: White;
    padding: 20px 20px 20px 0;
}

div#quicksearch fieldset
{
    border: none;
    padding: 10px 15px 20px 0;
}

div#quicksearch fieldset legend
{
    display: none;
}

div#quicksearch fieldset p
{
    color: White;
    padding-bottom: 35px;
    font-size: 14px;
  
}

div#quicksearch fieldset p#qs-pricerange label
{
    height: 35px;
    clear: both;
}
div#quicksearch fieldset p#qs-pricerange select
{
    margin-bottom: 20px;
}
div#quicksearch fieldset label
{
    display: block;
    float: left;
    width: 120px;
    font-weight: bold;
}

div#quicksearch fieldset input,
div#quicksearch fieldset select
{
    display: block;
    float: left;
    width: 150px;
}

div#quickSearchOption
{
    position: absolute;
    top: 160px;
    left: 270px;
    width: 180px;
}

div#quickSearchOption label
{    
    display: block;
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: white;
    margin-bottom: 5px;
    width: 150px;
}

div#quickSearchOption input
{
    display: block;
    float: right;
    
}
p#qs-submit button
{
    width: 90px;
    height: 52px;
    background: url("Images/btnOrangeGo.gif");
    float: right;
    font-size: 0;
    border: none;
    text-indent: -1000px;    
}

/* ie7 fix */
*html div#quicksearch fieldset button#submit 
{
    text-indent: 0;
    font-size: 0;
}

/* Featured Property */

div#featurepropsLegend
{
    float: left;
}

div#featurePropsContent
{
    float: left;
    width: 270px;
    height: 238px;
    background: url('Images/bgFeaturedProperty.gif') repeat-y;
}

div.fpImage
{
    margin: 10px 10px 10px 20px; 
}

div.fpAddress p
{
    margin-left: 20px; 
    color: White;
    width: 150px;
}
div#featureprops img
{
    width: 200px;
    height: auto;
}
div.fpPrice p
{
    margin-left: 20px; 
    color: White;
    font-weight: bold;
}

div#featurePropsMore
{
    float: right;
    margin: -40px 10px 0 0;
}

/* Contact Box */

div#contacts
{
    clear: both;
    margin-top: 15px;
}

div.contactBox
{
    float: right;
    width: 300px;
    padding: 15px;
    background: url('Images/bgContact.gif') repeat-x;
}

div.cbAddress
{
    float: left;
    width: 60%;
}

div.cbAddress h3
{
    color: #e04d07;
    padding: 5px;
}

div.cbAddress p
{
    padding: 5px;
    color: #637882;
}

div.cbAddress span
{
    padding: 5px;
    color: White;
}

div.contactBox a
{
    display: block;
    float: right;
    margin-top: 80px;
    
}

/* Register Box */
div#registerBox
{
    clear: both;
    margin-top: 15px;
    float: right;
    width: 300px;
    padding: 15px;
    background: url('Images/bgRegister.gif') repeat-y;
}

div.rbLegend
{
    float: left;
    width: 60%;
}

div.rbLegend h3
{
    padding: 5px;
    color: #e6c371;
}

div.rbLegend p
{
    padding: 5px;
    color: White;
}

div#registerBox a
{
    display: block;
    float: right;
    margin-top: 65px;
    
}

/* mainContent Elements */

div#mainContent h1, div#mainContent h2
{
    color: #e04f09;
}

div#mainContent h2
{
    font-size: 1.1em;
}

/* Home Page formats */

div.contentSection
{
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 2px;
}

div.noBorder
{
    border: none;
}

div.noTopMargin
{
    margin-top: 0;
    padding-top: 0;
}

div#arlaContactBox
{
    margin-top: 15px;
}

/* Collapsible definition lists */

dl.collapsibleList dt
{
    padding: 20px 0 20px 0;
    margin-top: 20px;
    border-top: 2px dotted;
}

dl.collapsibleList a.collapsible
{
    color: #8A9DA6 !important;
    font-weight: bold;
}

/* Legislation Updates */ 

div#legislationUpdates a#addUpdateLink
{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted;
}


/* FAQs */ 

div#faqUpdates a#addFAQLink
{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted;
}

/* Forms */

div#contactform fieldset
{
    border: none;
}

div.formRow
{
    padding: 10px 0 5px 0;
}

div.formRow label
{
    float:left;
    width:130px; 
}

div.formRow input, div.formRow select
{
    width: 239px;
}

div.formRow input#ContactType
{
    width: auto;
    margin-right: 20px;
}

.required
{
    font-weight: bold;
}


input#action, input#submit
{
    width: 116px;
    border: none;
    background: url("Images/submitButton.gif");
    margin-left: 130px; 
    
}

.input-validation-error
{
    border: solid 2px red;
    background-color: #ffeeee;
}

.field-validation-error
{
    font-weight: bold;
    font-size: 11px;
}

/* Contact Us */
div.contactAddress
{
    float: left;
    margin-right: 70px;
    margin-bottom: 50px;
}

/* Site Map */
div#sitemap 
{
     font:normal 16px Arial,sans-serif;
     overflow:hidden;
     width: 900px;
}

div#sitemap a
{
    color: #637882;
    font-weight: bold;
}

div#sitemap ul 
{
     font-size:90%;
     margin-top:-1.4em;
     list-style: none;
}

div#sitemap li 
{
     background-color:#eee;
     margin:0 0 -0.1em;
     min-height:1em;
     padding:.2em .4em;
     position:relative;
     width:15em;
     padding: 10px;
     vertical-align: middle;
}


div#sitemap ul li ul 
{
     font-size:90%;
     margin-top:-1.4em;
}

div#sitemap ul li ul li 
{
     background:#ddd;
     border-top:0.5em solid #fff !important;
     border-left:0.5em solid #E04F09;
     left:10.4em;
}


div#sitemap ul li 
{
     background:#ddd;
     border-top:0.5em solid #fff !important;
     border-left:0.5em solid #E04F09;
   
}

div#sitemap ul li ul li
{
     background:#ccc;
     border-color:#E5C474;
     left: 17.4em;
}



/* uploads */
div#manageUploads table,
div#manageUploads th,
div#manageUploads td
{
    padding: 10px;
}

div#manageUploads thead tr td
{
    font-weight: bold;
}

div#manageUploads a
{
    color: Red;
}

div.formRow input#File
{
    width: 300px;
}

/* Downloads */

div#downloads a h2
{
    margin-top: 20px;
}

div#downloads dt
{
    float: left;
    clear: left;
    width: 220px;
}

div#downloads dd, div#downloads dt
{
    padding: 20px 0 20px 0;
    border: none;
    margin: 0;
}

/* cms editor */

div#cmsEdit
{   
    clear: both;
    position: relative;
    z-index: 50;
}

div#cms ul
{
    list-style: none;
}
div#cms ul li
{
    padding-top: 20px;
}

div#login fieldset p
{
    padding-top: 20px;
}

div.cms table, div.cms p
{
    margin-top: 20px;
}

div.cms thead
{
    font-weight: bold;
}

div.cms td
{
    font-size: 13px;
    text-align: center;
    border: solid 1px;
    padding: 2px;
}
div.cms td.comments
{
    text-align: left;
}
div.cms td.noBorder
{
    border: none;
}
div#metaDetailsEditor
{
    margin-left: 40px;
}

div#metaDetailsEditor a
{
    color: #637882;
}

p.noscript
{
    margin-top: 20px;
    color: White;
    font-weight: bold;
}


