/* 
	ottawahomesandcondos.com main stylesheet 
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img, a img {
	border: 0;
}
body {
	background: #fdfdfd url('../images/wrapper/body-bg.jpg') 0 0 repeat-x;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 13px;
	margin-bottom: 30px;
}
table tr td {
	font-size: 13px;
	vertical-align: top;
}
.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}
.clearit { 
    min-height: 0; 
    height: 0; 
}
html>body .clearit { 
    height: auto; 
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Header
--------------------------------------------------------------------------------------------------- */
#header  {
	background: url('../images/wrapper/header-bg.jpg') 50% 100% no-repeat;
	min-height: 218px;
	height: auto !important;
	height: 218px;
	margin: 0 auto;
}
#header #header-inner {
	width: 982px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
#header #header-inner #header-left {
	width: 194px;
	position: absolute;
	top: 0;
	left: 26px;
}
#header #header-inner #header-left img {
	display: block;
}
#header #header-inner #header-right {
	float: right;
	width: 771px;
}
#header #header-inner #logo {
	display: block;
	margin-top: 50px;
	margin-left: 26px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 982px;
	margin: 0 auto;
	z-index: 10;
}
#wrapper #main-content {
	background: url('../images/wrapper/main-content-bg.gif') 0 0 repeat-y;
	z-index: 10;
}
#wrapper #main-content #main-content-btm {
	background: url('../images/wrapper/main-content-btm.gif') 0 100% no-repeat;
	padding-bottom: 12px;
}
#wrapper #main-content #main-content-inner {
	background: url('../images/wrapper/main-content-top.gif') 0 0 no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 11px;
	position: relative;
}
#wrapper #main-content #main-content-inner #content {
	float: left;
	width: 680px;
}
#wrapper #main-content #main-content-inner #content #text-content {
	padding: 15px 30px 15px 30px;
}

/* =Listings
---------------------------------------------------------------------------------------------------- */
#wrapper #main-content #main-content-inner #listings-content {
	width: 901px;
	margin: 0 auto;
	clear: both;
}
#wrapper #main-content #main-content-inner #listings-content .listing-block {
	background: url('../images/wrapper/dashed-divider.gif') 0 100% no-repeat;
	margin-top: 25px;
	padding-bottom: 25px;
	clear: both;
}
#wrapper #main-content #main-content-inner #listings-content .last {
	background: none;
}
#wrapper #main-content #main-content-inner #listings-content .condo-image {
	float: left;
	width: 459px;
}
#wrapper #main-content #main-content-inner #listings-content .condo-image img {
	display: block;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description {
	float: right;
	width: 400px;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description h2 {
	color: #000;
	font-size: 17px;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description h2 .condo-address {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #015177;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description h2 .condo-address span {
	font-weight: normal;
	color: #000000;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description h2 .condo-price {
	float: right;
	width: 200px;
	text-align: right;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description h2 .condo-price span {
	color: #015177;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description ul.info-btns {
	margin: 0;
	padding: 0;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description ul.info-btns li {
	background: none;
	margin: 0;
	padding: 0;
}
#wrapper #main-content #main-content-inner #listings-content .condo-description ul.info-btns li.last {
	padding-left: 10px;
}

/* =Layout homepage
---------------------------------------------------------------------------------------------------- */ 
#homepage #main-content {
	background: none;
	width: 982px;
	z-index: 10;
}
#homepage #main-content #intro-feature {
	position: relative;
}
#homepage #main-content #featured-condo {
	width: 461px;
	position: absolute;
	top: 0;
	left: 0;
}
#homepage #main-content #featured-condo #featured-condo-inner {
	position: relative;
	z-index: 1000;
}
#homepage #main-content #featured-condo #featured-condo-inner #mask {
	background: url('../images/wrapper/homepage-mask.png') 0 0 no-repeat;
	width: 461px; 
	height: 346px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
#homepage #main-content #featured-condo #featured-condo-inner img {
	display: block;
	width: 456px; 
	height: 339px;
	position: relative;
	top: 2px;
	left: 2px;
	z-index: 10;
}
#homepage #main-content #featured-condo #condo-description {
	color: #fff;
	font-size: 14px;
	position: relative;
	top: -134px;
	left: 0;
	line-height: 20px;
	padding: 0 30px 0 35px;
}
#homepage #main-content #featured-condo #condo-description h1 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}
#homepage #main-content #featured-condo #condo-description a, 
#homepage #main-content #featured-condo #condo-description a:hover {
	color: #9ddffe;
	text-decoration: none;
}
#homepage #main-content #intro {
	background: url('../images/wrapper/intro-bg.jpg') 0 0 repeat-y;
	float: right;
	width: 521px;
	margin-top: 28px;
}
#homepage #main-content #intro #intro-btm {
	background: url('../images/wrapper/intro-btm.jpg') 0 100% no-repeat;
	padding-bottom: 8px;
}
#homepage #main-content #intro #intro-inner {
	background: url('../images/wrapper/intro-top.jpg') 0 0 no-repeat;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	padding: 22px 32px 0 32px;	
}
#homepage #main-content #intro #intro-inner h2 {
	margin-bottom: 10px;
}
#homepage #main-content #intro #intro-inner p {
	margin-bottom: 18px;
}
#homepage #feature {
	background: url('../images/wrapper/feature-bg.gif') 0 0 repeat-y;
	width: 943px;
	clear: both;
	margin-left: 37px;
}
#homepage #feature #feature-btm {
	background: url('../images/wrapper/feature-btm.gif') 0 100% no-repeat;
	padding-bottom: 7px;
}
#homepage #feature #feature-inner {
	background: url('../images/wrapper/feature-top.jpg') 0 0 no-repeat;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#homepage #feature #feature-inner #testimonial {
	float: left;
	width: 368px;
	font-size: 15px;
	font-style: italic;
	line-height: 25px;
	margin-top: 70px;
	padding: 0 55px 0 35px;
}
#homepage #feature #feature-inner #testimonial p {
	margin-bottom: 10px;
}
#homepage #feature #feature-inner #testimonial .left-quote {
	position: relative;
	top: -3px;
	left: 0;
	margin: 0 5px 0 0;
}
#homepage #feature #feature-inner #testimonial .right-quote {
	position: relative;
	top: -3px;
	left: 0;
	margin: 0 0 0 5px;
}
#homepage #feature #feature-inner #testimonial #quoter {
	text-align: right;
}
#homepage #feature #feature-inner #market {
	float: left;
	width: 448px;
	padding: 26px 0 0 0;
}
#homepage #feature #feature-inner #market h2 {
	margin-bottom: 10px;
}
#homepage #feature #feature-inner #market p {
	margin-bottom: 18px;
}

/* =Main nav
---------------------------------------------------------------------------------------------------- */ 
#main-nav {
	width: 771px;
	margin: 37px auto 0 auto;
	position: relative;
	z-index: 9999;
}	
ul#menu {
	width: 771px;
	height: 49px;
	position: relative;
}
ul#menu li a {
	display: block;
	height: 49px;
	text-indent: -9999px;
}
ul#menu li a#home {
	background: url('../images/menu-home.gif') 0 0 no-repeat;
	width: 90px;
}
ul#menu li a#buying {
	background: url('../images/menu-buying.gif') 0 0 no-repeat;
	width: 103px;
}
ul#menu li a#selling {
	background: url('../images/menu-selling.gif') 0 0 no-repeat;
	width: 102px;
}
ul#menu li a#listings {
	background: url('../images/menu-listings.gif') 0 0 no-repeat;
	width: 108px;
}
ul#menu li a#condo_info {
	background: url('../images/menu-condo_info.gif') 0 0 no-repeat;
	width: 142px;
}
ul#menu li a#relocating {
	background: url('../images/menu-relocating.gif') 0 0 no-repeat;
	width: 226px;
}
ul#menu li a:hover, ul#menu li a.active {
	background-position: 0 -49px !important;
}
ul#menu li a.current {
	background-position: 0 -49px !important;
}
ul#menu li ul {
	background: #cdd8dd;
	width: 200px;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	margin: 16px 0 0 0;
	padding: 0;
}
ul#menu li ul li {
	line-height: 13px;
	border-bottom: 1px solid #9f9f9f; 
}
ul#menu li ul li ul {
	margin-left: 0;
}
ul#menu li ul li a {
	background: none !important;
	color: #000 !important;
	display: block;
	font-size: 13px;
	text-indent: 0;
	width: auto !important;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	line-height: 13px;
	text-decoration: none;
	padding: 8px 10px 7px 10px;
} 
ul#menu li ul li a:hover {
	background: #015177 !important;
	color: #fff !important;
}	
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}
/* Essential Styles - modify with caution */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	z-index: 9999;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* Fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* Match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 200px; /* Match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* Match ul width */
	top: 0;
}
.sf-sub-indicator { /* Use if needed */
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
}
/* Apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	margin: 0;
}
/* Main menu item styles */
#menu li.sfHover a, #menu li a.active {
	background-position: 0 -49px !important;
}

/* =Left nav
---------------------------------------------------------------------------------------------------- */ 
#left-nav {
	float: left;
	width: 295px;
}
#left-nav ul {
	padding-left: 42px;
	padding-top: 8px;
}
#left-nav ul li {
	background: url('../images/wrapper/left-nav-item-divider.gif') 0 100% no-repeat;
}
#left-nav ul li a {
	display: block;
	color: #015177;
	text-decoration: none;
	line-height: 16px;
	padding: 12px 10px 13px 17px;
}
#left-nav ul li a:hover {
	background: url('../images/wrapper/left-nav-bullet.gif') 0 16px no-repeat;
	color: #015177;
}
#left-nav ul li a.active {
	background: url('../images/wrapper/left-nav-bullet.gif') 0 16px no-repeat;
	font-weight: bold;
	cursor: default;
}
/* =Breadcrumb / Font sizer / AddThis btn
---------------------------------------------------------------------------------------------------- */
#utilities {
	background: url('../images/wrapper/dashed-divider.gif') 42px 100% no-repeat;
	margin: 0 auto 2px auto;
	padding: 20px 0 18px 326px;
}
#breadcrumb {
	float: left;	
	width: 420px;
	color: #6e6e6e;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#breadcrumb a {
	color: #6e6e6e; 
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#utilities #utils {
	float: right;
	width: 191px;
	padding-right: 37px;
}
#font-sizer {
	float: left;
	width: 108px;
}
#font-sizer .font-label {
	position: relative;
	top: -4px;
	left: 0;
}
#font-sizer a {
	margin-left: 4px;
}
#add-this {
	float: right;
	width: 83px;
	padding-top: 1px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus {
	outline: none;
	color: #015177;
}
a:hover {
	outline: none;
	color: #333;
}

/* =Lists
--------------------------------------------------------------------------------------------------- */
#text-content ul {
	margin: 15px 0 15px 0;
}
#text-content ul li {
 	background: url('../images/wrapper/list-bullet.gif') 0 7px no-repeat;
	line-height: 18px;
	padding: 0 0 8px 15px;
}
#text-content ol {
 	list-style: decimal; 
	margin: 15px 0 15px 23px;
}
#text-content ol li {
 	list-style: decimal; 
	line-height: 18px;
	padding: 0 0 8px 0;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content-inner h1.hdr {
	color: #015177;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	top: 25px;
	left: 42px;
}	
#text-content p {
	line-height: 18px;
	margin: 0 0 16px 0;
}
#text-content h1 {
	color: #015177;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}
#text-content h2 {
	font-size: 15px;
	font-weight: normal;
	color: #086490;
	margin: 0 0 16px 0;
}
#text-content h3 {
	font-size: 13px;
	color: #333333;
	margin: 0 0 16px 0;
}
#wrapper #main-content #main-content-inner #right-col #sub-content p {
	line-height: 16px;
	margin-bottom: 15px;
}
#wrapper #main-content #main-content-inner #right-col #sub-content h3 {
	background: url('../images/wrapper/sub-content-hdr-bg.gif') 85% 100% no-repeat;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 10px 15px 33px;
}	
#wrapper #main-content #main-content-inner #right-col #sub-content h4 {
	font-size: 13px;
	margin-bottom: 10px;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-top: 1px solid #6a5c50;
	border-left: 1px solid #6a5c50;
	margin: 10px 0 16px 0;
}	
.data tr th {
	background: #efefef;
	color: #000000;
	text-align: left;
	padding: 6px;
	border-right: 1px solid #6a5c50;
	border-bottom: 1px solid #6a5c50;
}
.data tr td {
	color: #000000;
	text-align: left;
	padding: 6px;
	border-right: 1px solid #6a5c50;
	border-bottom: 1px solid #6a5c50;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('../images/wrapper/footer-bg.gif') 0 0 repeat-x;
	width: 100%;
	clear: both;
}
#footer #footer-bg {
	background: url('../images/wrapper/foter-bg.jpg') 50% 0 no-repeat;
	width: 100%;
}
#footer #footer-inner {
	width: 982px;
	color: #303030;
	font-size: 12px;
	margin: 0 auto;
	padding: 75px 0 20px 67px;
}
#footer #footer-inner p {
	line-height: 20px;
}
#footer #footer-inner .copyright {
	float: left;
	width: 350px;
	padding-right: 60px;
}
#footer #footer-inner .footer-logo {
	float: left;
	padding-top: 9px;
}
#footer #footer-inner .site-info {
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 68px;
}

/* =Forms
--------------------------------------------------------------------------------------------------- */
.button 
{
	width: auto;
	border: 1px double #B5BFC5;
	padding: 0.05em;
	background-color: #E6ECF0;
	color: #474843;
	font-size: 90%;
	font-weight: normal;
}

fieldset
{
	padding: 4px;
}

/* =Glossary
--------------------------------------------------------------------------------------------------- */
#glossary li {
	padding-bottom: 0.35em;
}