﻿#housingfinder {
    width: 760px;
    margin: 20px 0 40px;
}
#housingfinder .col {
    width: 370px;
}
#housingfinder .col.nowidth {
    width: auto;
}
#housingfinder .col.right {
    float: right;
    text-align: left;
}
#housingfinder .col.left {
    float: left;
}
#housingfinder .clear {
    clear: both;
}
#housingfinder ul.nav {
    list-style: none;
    float: right;
    margin: 30px 0;
    padding: 0;
    border-left: 1px solid #000000;
}
#housingfinder ul.nav li {
    float: left;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #000000;
}
#housingfinder h1, #housingfinder h2, #housingfinder h3, #housingfinder h5 {
    margin: 0 0 30px;
}
#housingfinder a, form a:visited {
    text-decoration: none;
}
#housingfinder a:hover {
    text-decoration: underline;
}

#housingfinder #mapcontainer {
    clear: both;
    margin-bottom: 20px;
}

#housingfinder .interactive {
    color: #000000;
    font-size: 80%;
}

/***********************************************************
 **** Form Element styles **********************************
 **********************************************************/
 #housingfinder fieldset {
     border: 0;
     border-top: 1px solid #000000;
 }
 #housingfinder form fieldset legend {
     color: #990000;
 }
 #housingfinder form fieldset ol {
     list-style: none;
     margin: 0 0 15px;
     padding: 0;
 }
 #housingfinder form fieldset li {
     clear: both;
     padding: 3px 0;
 }
 #housingfinder form fieldset label {
     float: left;
     width: 180px;
     padding: 0 3px 0 0;
 }
 #housingfinder form fieldset input {
     width: 160px;
 }
 #housingfinder form fieldset select {
     width: 165px;
 }
 #housingfinder form .buttons {
     text-align: center;
     margin-bottom: 40px;
 }
 
 #housingfinder form fieldset .tripple {
     clear: both;
 }
 #housingfinder form fieldset .tripple li {
     clear: none;
     float: left;
     width: 30%;
     margin-bottom: 20px;
 }
 #housingfinder form fieldset .tripple li label {
     display: block;
     float: none;
 } 
 #housingfinder form fieldset li .group label {
     display: inline;
     float: none;
     width: auto;
 }
 #housingfinder form fieldset .group input, form fieldset .group select {
     width: auto;
 }
     
     

/***********************************************************
 **** Listing Detail styles ********************************
 **********************************************************/
#housingfinder #mainInfo {
	margin: 0 10px 20px 0;
}
#housingfinder #mainInfo td {
	padding: 0 5px 0 0;
}
#housingfinder .name {
	font-size: 25px;
	margin-bottom: 5px;
}
#housingfinder .address {
	font-size: 18px;
	margin-left: 5px;
}
#housingfinder h3.listheader {
	font-size: 18px;
}
#housingfinder li span.label {
	float: left;
	clear: none;
	width: 150px;
	text-align: left;
}
#housingfinder .ammenities li span.label {
	width: 190px;
}
#housingfinder .list {
	list-style: none;
	margin: 0;
	padding: 0 10px 20px 20px;
}
#housingfinder .list li {
	margin: 0;
	clear: both;
	min-height: 27px;
}
#housingfinder #description {
	clear: both;
	margin-top: 40px;
}
#housingfinder span.clarification {
	font-size: 80%;
	font-weight: normal;
}

/***********************************************************
 **** Listing Overview styles ******************************
 **********************************************************/
#housingfinder table.listings {
    width: 760px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}
#housingfinder table.listings th {
    padding: 2px 0;
    background: #990000;
    color: yellow;
    text-align: left;
}
#housingfinder table.listings th input {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}
#housingfinder table.listings th input:hover {
    color: #ffffff;
}
#housingfinder table.listings td {
    background: #eeeeee;
    padding: 2px 5px;
}
#housingfinder table.listings tr.alternating td {
    /*background: #FFE6E6;*/
}
