@import url(reset.css);

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.orange { color: #cf8207; }
.green { color: #345b61; }
.dark_brown { color: #433a29; }
.red { color: #f00 !important; }
.nouline { text-decoration: none; }
.top20 { margin-top: 20px; }

a:link, a:visited, a:hover, a:active {
    color: #cf8207;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

a.uline:link, a.uline:visited, a.uline:active {
    text-decoration: underline;
}

a.uline:hover { text-decoration: none; }

small {
  font-size: .75em;
  line-height: 1.2em;
}
p.top15 {
  padding-top: 10px;
}

.nav td {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-left: 36px;
}

.nav td span {
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 2em;
    color: #ec8912;
    text-transform: none;
    padding-right: 3px;
}
.nav td span a {
    color: #ec8912;
}

body {
    font: 12px/1.6em Georgia, "Times New Roman", serif;
    color: #79694c;
    width: 959px;
    margin: 4px auto;
    text-align: center; /* IE doesn't understand auto margins */
}

label {
	display: block;
	width: 130px;
	float: left;
	margin-top: 3px;
}
label.nofloat {
	float: none;
	width: auto;
}
label.mini {
	width: 25px;
}

textarea {
	width: 100%;
	height: 80px;
	font: 12px/1.6em Georgia, "Times New Roman", serif;
}
form div div input {
	font: 12px/1.6em Georgia, "Times New Roman", serif;
	border: 1px solid #000;
	background-color: #e0e0e0;
	width: 200px;
	margin-top: 3px;
}
form div div input.wide {
	width: 320px;
}
form div div input.wideish {
	width: 295px;
}
form div div input.btn {
	border: 0;
	width: auto;
}

form div div {
	clear: both;
}


div.wrapper { text-align: left; /* Fix for IE */ }

table.header { border-collapse: collapse; }

table.header tr td {
    text-align: right;
    vertical-align: bottom;
    padding-left: 25px;
    position: relative;
}

table.header a {
    text-decoration: none;
    padding: 2px 5px;
    color: #79694c;
    border: 1px solid #ffffff;
}

table.header td a.selected {
    color: #345b61;
    border: 1px solid #acae98;
}

table.header ul {
    display: none;
    position: absolute;
    z-index: 200;
    background-color: #254d54;
    font-size: 0.8em;
    line-height: 1.6em;
    text-transform: none;
    text-align: left;
    padding: 10px;
    width: 12em;
}

table.header ul a {
    border: none;
    border-left: 3px solid #254d54;
    padding-left: 4px;
    color: #ffffff;
}

table.header ul a:hover {
    border-left: 3px solid #f99a00;
    padding-left: 4px;
}

div.flash_header {
    clear: both;
    border-top: 1px solid #dedec4;
    padding-top: 2px;
    margin: 4px 0 0 0;
}

h3, h4 { font-weight: normal; }

h3 {
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 7px;
    border-bottom: 4px double #dedec4;
}

h3 span {
    color: #345b61;
    font-size: 1.2em;
}

h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }

.homepage_header {
    border-top: 4px double #dedec4;
    margin-top: 10px;
    padding-top: 8px;
}

.homepage_header:after, .homepage_footer:after, .homepage_who dl:after,
.results .pager:after, .results dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.homepage_who {
    float: left;
    background: #fdfdfb url(../images/bg_homepage_who.jpg) repeat-y top left;
    border: 1px solid #dedec4;
    width: 293px;
}

.homepage_who h2 {
    background: url(../images/bg_homepage_who_top.jpg) no-repeat top left;
    font-size: 1.4em;
    color: #47696e;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 25px 25px 0 25px;
}

.homepage_who p {
    line-height: 2em;
    padding: 0 25px;
    font-size: 11px;
}

.homepage_who hr {
    border-color: #8c7a58;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    width: 85%;
    height: 0;
    text-align: center;
}

.homepage_who dl {
    background: url(../images/bg_homepage_who_bottom.jpg) no-repeat bottom left;
    padding: 10px 25px 5px 25px;
}

.homepage_who dt {
    float: left;
}

.homepage_who dd {
    float: right;
    width: 140px;
    font-size: .8em;
}

dd span {
    color: #232327;
}

.homepage_flash {
    float: right;
    border: 9px solid #dedec4;
    width: 637px;
    height: 392px;
}

.homepage_footer {
    clear: both;
    margin-top: 10px;
    background: #ffffff url(../images/bg_homepage_footer.jpg) repeat-x top left;
    border-top: 4px double #dedec4;
    border-bottom: 4px double #dedec4;
}

.homepage_footer div {
    float: left;
    margin: 10px 20px;
}

.homepage_footer h4 {
    font-size: 1.2em;
    margin-bottom: 1.6em;
    color: #64573f;
    font-weight: bold;
}

.homepage_footer p span {
    color: #3d3527;
}

.homepage_footer img {
    float: right;
    margin: 10px;
}

.results .pager {
    background: #dedec4 url(../images/bg_results_pager.jpg) repeat-y top left;
}

.results .pager-top {
    background: url(../images/bg_results_pager_top.jpg) no-repeat top left;
    padding-bottom: 5px;
}

.results .pager-bottom {
    background: url(../images/bg_results_pager_bottom.jpg) no-repeat bottom left;
    padding-top: 20px;
}

.results .pager h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin: 0 20px;
}

.results .pager h2 span {
    color: #345b61;
    font-size: 1.5em;
}

.results hr {
    border-color: #dedec4;
    border-style: double;
    border-width: 4px 0 0;
    clear: both;
    height: 0;
    margin: 0;
}

.results dl {
    color: #000000;
    border-bottom: 4px double #dedec4;
}

.results dl.even {
    background-color: #fbfcf0;
}

.results dt, .results dd {
    float: left;
    margin: 10px 20px;
}

.results dt {
    width: 140px;
    text-align: center;
}

.results dd.info {
    width: 440px;
    margin-right: 110px;
}
.charlist dd.info {
  width: auto !important;
  margin-right: 50px;
}

.results .name {
    color: #254d54;
    font-size: 1.6em;
}

.results span.desc {
    font-family: Helvetica, Arial, sans-serif;
}

div.firm_info {
    float: left;
    width: 340px;
}

div.firm_info span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px double #dedec4;
}

div.firm_info img.btn { margin: 20px 0; }

div.firm_info h4, div.firm_info p { padding-left: 20px; }

div.giving_profile {
    border: 8px solid #dedec4;
    padding: 6px;
    color: #000000;
}

div.giving_profile ul li {
    padding: 6px;
    border-bottom: 1px solid #e6e9cc;
    font-weight: bold;
}

div.giving_profile ul li span, div.giving_profile ul li p { font-weight: normal; }

div.giving_profile ul li p {
    display: none;
    clear: right;
}

div.giving_profile ul li.selected { background-color: #f3f6d7; }

div.giving_profile ul li img { float: right; }

a.iframe {
    display: block;
    width: 231px;
    height: 65px;
    line-height: 65px;
    background: #f3f6d7 url(../images/btn_support_cause.gif) no-repeat left center;
    text-indent: -5000px;
}

a.iframe:hover { background-position: right bottom; }

div.spotlight {
    background: #ffffff url(../images/bg_spotlight.jpg) repeat-x;
    width: 550px;
    padding: 10px;
}

div.spotlight dl {
    float: left;
    width: 50%;
    color: #3a4342;
}

div.spotlight dl dt {
    font-size: 1.1em;
    margin-bottom: 4px;
}

div.spotlight dl dd.logo {
    float: left;
    margin-right: 10px;
}

div.spotlight dl dd {
    font-size: 0.9em;
    line-height: 1.2em;
}

div.news {
    float: left;
    width: 50%;
}

div.featured {
    background: #DFDFC5 url(../images/bg_featured_property.jpg) no-repeat;
    width: 242px;
    padding: 9px;
}

div.featured img {
    border: 1px solid #999a91;
    margin-bottom: 9px;
}

div.featured p span {
    color: #335d74;
    font-weight: bold;
    font-size: 1.2em;
}

div.sidebar {
    float: left;
    width: 295px;
    background: #fdfdfb url(../images/bg_sidebar.jpg) repeat-y top left;
    padding: 0;
    margin-top: 20px;
}

h4.sidebar-top {
    background: url(../images/bg_sidebar_top.jpg) no-repeat top left;
    padding: 20px 0 0 20px;
}

.sidebar-bottom {
    background: url(../images/bg_sidebar_bottom.jpg) no-repeat bottom left;
    padding-bottom: 20px;
}

div.sidebar img {
    margin-left: -20px;
}

div.sidebar ul {
    margin-left: 30px;
    line-height: 2em;
}

div.sidebar ul li.selected {
	font-weight: bold;
}

div.sidebar a {
    color: #344649;
}
div.sidebar h4 a {
    color: inherit;
}

.sidebar hr {
    border-color: #dedec4;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    width: 90%;
    margin-top: 30px;
}

.sidebar div hr {
  margin: 15px 0;
  width: 100%;
}
.sidebar div dl {
  padding: 0 0 0 20px;
}

.sidebar div dt {
    float: left;
}

.sidebar div dd {
    float: right;
    width: 150px;
    font-size: .8em;
    line-height: 1.75em;
}


div.sidebar div {
    padding: 10px 20px;
    line-height: 2em;
}

div.content {
    float: right;
    width: 65%;
    margin-top: 20px;
}

div.content img {
    border: 3px solid #dedec4;
}

div.content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

div.footer {
    clear: both;
    text-align: center;
}

div.footer table.nav {
    border-collapse: collapse;
}

div.footer table.nav tr td {
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 20px;
}

div.footer table.nav {
    width: 954px;
    height: 63px;
    background: #f5f5e3 url(../images/bg_footer_nav.jpg) no-repeat;
}

div.footer a {
    text-decoration: none;
    color: #345b61;
}

div.footer p { line-height: 2em; }

/*** MIKE ***/
#searchForm table td {
	padding: 4px;
}
table.adminTable {
	margin: 10px;
}
table.adminTable td {
	padding: 3px 1px;
	vertical-align: top;
}
.statusGood {
	text-align: center;
	background-color: #090;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.statusBad {
	text-align: center;
	background-color: #900;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}


/* Props */
#allProps {
  width: 560px;
  height: 445px;
  overflow: hidden;
  position: relative;
}
#allPropsSlider {
  position: absolute;
  top: 0;
  left: 0;
}

div.featuredProp {
    background: #DFDFC5 url(../images/bg_featured_property.jpg) no-repeat;
    width: 242px;
    height: 445px;
    padding: 9px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px;
}

div.featuredProp img {
    border: 1px solid #999a91;
    margin-bottom: 9px;
}

div.featuredProp p span {
    color: #335d74;
    font-weight: bold;
    font-size: 1.2em;
}

.slideshow {
    position:relative;
    height:167px;
    float: none;
    margin: 0;
    padding: 0 0 0px 0;
}

.slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    float: none;
    margin: 0;
}

.slideshow img.active {
    z-index:10;
}

.slideshow img.last-active {
    z-index:9;
}
.propRemarks {
  height: 155px;
  overflow: auto;
}
