/* Main application stylesheet */
/* general tag styles */
body {
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    background: url(/images/bg.gif);
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }
   
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    }
h3 a{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    }
h3 a:hover{
    color: #2e4c9a;
    }

.indent10 {
    float: left;
    width: auto;
    height: auto;
    margin-left: 10px;
    display: inline;
    }
    
.indent35 {
    float: left;
    width: auto;
    height: auto;
    margin-left: 35px;
    display: inline;
    }

.indent150 { 
    float: left; 
    clear: left; 
    width: 330px; 
    margin-left: 150px; 
    display: inline; 
    }

.smallitalic { font-family: arial; font-style: italic; font-size: 9px; color: #333; }

a { color: #000; }

input.salesbutt {
    height: 23px;
    width: 80px;
    margin-left: 1px;
    font-size: 12px;
    padding: 0px;
    }
input.lettingbutt {
    height: 23px;
    width: 80px;
    margin-left: 1px;
    font-size: 12px;
    padding: 0px;
    }
input.mortgagebutt {
    height: 23px;
    width: 80px;
    margin-left: 30px;
    font-size: 12px;
    padding: 0px;
    }
p.mortgage {
    margin: 0px;
    padding: 0px;
    margin-bottom: 7px;
    }
input.mortgagetext1 {
    width: 80px;
    height: 13px;
    font-size: 12px;
    padding-top: 3px;
    margin-left: 56px;
    }
input.mortgagetext2 {
    width: 80px;
    height: 13px;
    font-size: 12px;
    padding-top: 3px;
    margin-left: 28px;
    }
input.mortgagetext3 {
    width: 80px;
    height: 13px;
    font-size: 12px;
    padding-top: 3px;
    margin-left: 21px;
    }
input.morgagebutt {
    height: 23px;
    width: 80px;
    margin-left: 5px;
    font-size: 12px;
    padding: 0px;
    }
    
textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

span.property-title {
    font-weight: bold;
    color: #000;
    }
    
select.multiple {
    width: 240px;
    height: 135px;
    }
    
select.dropdown {
    width: 240px;
    height: 20px;
    }
    
.recent-image{
    float: left;
    width: 129px;
    height: 100px;
    padding-top: 9px;
    padding-left: 11px;
    background: url(/images/welcome/imageholder.png) no-repeat;
    }
    
.recent-text{
    float: right;
    width: 652px;
    height: 103px;
    padding-top: 6px;
    }

.horz-divide {
    float: left;
    width: 752px;
    height: 1px;
    margin: 0px 0px 10px 20px;
    display: inline;
    font-size: .1em;
    border-bottom: solid 1px #000;
    }
    
.blue-link {
    color: #2e4c9a;
    text-decoration: none;
    }
.blue-link:hover {
    color: #e82329;
    text-decoration: underline;
    }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center {
    text-align: center;
    } 

.page_heading {
    font-size: 1.6em;
    font-weight: bold;
    }

.section_heading {
    font-size: 1.4em;
    font-weight: bold;
    }    
    
.subsection_heading {
    font-size: 1em;
    font-weight: bold;
    }    

ol.alpha {
    list-style-type: lower-alpha;
    }

#breadcrumb {
    float: left;
    width: auto;
    height: 20px;
    padding: 3px 0px 0px 10px;
    font-size: 10px;
    color: #2e4c9a;
    background-color: #fff;
    }
#breadcrumb a {
    color: #333;
    background-color: #fff;
    text-decoration: underline;
    }
#breadcrumb a:hover {
    text-decoration: none;
    }

/* outer container styles */
#primary_wrapper {
    margin: auto;
    width: 792px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px 15px 15px 15px;
    float: left;
    text-align: center;
    background: url(/images/middleshadow.gif) repeat-y;
    }

#topshadow {
    width: 822px;
    height: 12px;
    margin-top: 15px;
    padding: 0px;
    background: url(/images/topshadow.gif) no-repeat;
    font-size: 5px;
    }

/* header */
#header { 
    float: left; 
    clear: right;
    width: 792px;
    height: 65px;
    text-align: left;
    }
    
#secondnav {
    float: right;
    width: 370px;
    height: 20px;
    padding: 5px 5px 0px 0px;
    }
#secondnav ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    }
    
#secondnav ul li { float: right; }
    
#secondnav ul li a {
    margin: 0px;
    padding-left: 10px;
    text-decoration: none;
    color: #999;
    }
#secondnav ul li a:hover {
    color: #000;
    text-decoration: underline;
    }

#header #logo { float: left;}

#header img { margin-top: 5px; margin-left: 5px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    clear: left;
    background: #2e4c9a;
    width: 792px;
    height: 20px;
    margin-bottom: 5px;
    text-align: left;
    }

#navbar ul {
    margin: 0px;
    padding: 0px;
    width: 790px;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    margin: 0px;
    font-weight: bold;
    padding: 0px;
    font-size: 11px;
    width: auto;
    float: left;
    text-align: center;    
    vertical-align: middle;
    }
  
#navbar ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 110px;
    height: 17px;   
    padding-top: 3px;
    border-right: solid 1px #fff; 
    }
    
#navbar ul li a:hover {
    color: #e82329;
    }
    
/* remove the rest of this navbar section if you dont need second level lists 
if using secondlevel lists, you must include the sfhover javascript file */
#navbar li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	padding: 0px;
    margin: 0px;
    border: 1px solid #003567;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

#navbar li ul li {
    height: 22px;
    padding: 0px;
    }

#navbar li ul a {
    width: 100px;
    height: 21px;
    padding: 0px;
    }
	
#navbar li ul a:hover {
    color: #fff;
    }

/* lists nested under hovered list items */
#navbar li:hover ul, #navbar li.sfhover ul { 
	left: auto;
	background-color: #fff;
    }
    
#navbar li:hover ul li.sfhover, #navbar li.sfhover ul li.sfhover {
  	color: #fff;
	}

#navbar ul li, #navbar ul li a {
    color: #fff;
    }
    
/* content_for_layout container */
#main_content {
    float: left;
    width: 792px;
    height: auto;
    min-height: 500px;
    text-align: left;
    }

#main_content #main_content_inner {
    margin-bottom: 30px;
    }

#main-body{
    float:left;
    }
    
/* used for a property listing */
.property { float: left; clear: both; width: 100%; margin: 4px 0px; }

.property .available_actions {
    float: left;
    width: 120px;
    }

.property .image, .image {
    float: left;
    width: 129px;
    height: 100px;
    padding-top: 12px;
    text-align: center;
    background: url(/images/welcome/imageholder.png) no-repeat;
    }
    
.property .text {
    float: left;
    width: 500px;
    margin-left: 20px;
    padding-top: 6px;
    }

.property .text .title a {
    font-weight: bold;
    color: #e82329;
    text-decoration: none;
    }            
    
.property .text .title a:hover { text-decoration: underline; color: #e82329; }

.property .text .details { font-size: 10px; color: #2E4C9A; }

#negotiator_details {
    float: right;
    margin-right: 40px;
    margin-left: 10px;
    padding: 0px 6px 3px;
    width: 295px;
    height: 105px;
    background: #fff;
    /* url(/images/property/negotiator_bg.png) top left no-repeat;    */
    }

#staff-details{
    text-align: center;
    padding-left: 65px;
    }

.staff-holder {
    float: left;
    width: 320px;
    height: 80px;
    margin: 0px;
    }

.staff-pic {
    float: left;
    width: 80px;
    margin-right: 15px;
    height: 120px;
    border: solid 1px #E82228;
    background-color: #ddd;
    }

.staff-info {
    float: left;
    width: 320px;
    height: 122px;
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
    overflow: hidden;
    }
 
.staff-info .name { color: #E82228; }

/* footer */
#footer {
    float: left;
    clear: left;
    width: 822px;
    height: 46px;
    font-size: .8em;
    margin-top: 10px;
    color: #fff; 
    } 
#footer a {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover {
    color: #fff;
    text-decoration: underline;
    }

#bottomshadow {
    width: 822px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    float: left;
    background: url(/images/bottomshadow.gif) no-repeat;
    font-size: 2px;
    }
