/* @override http://10.0.1.5:8888/simonerealty/css/main.css */

/*
Company:	Simone Realty
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color:#7f89a7;
}
body {
	font-family: Helvetica, arial, sans-serif;
	background-image: url(../images/bkrnd.gif);
	background-repeat:repeat-x;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/hd-bkg.jpg) no-repeat 50% 100%;
	overflow: hidden;
	width: 100%;
}
div#hd-wrap {
	width: 869px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 93px;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 869px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
div#bd-wrap {
	width: 100%;
	background-color: #fff;
}

/* Footer */
div#ft {
	color: #fefefe;
	width: 869px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
div#ft p {
	font-size: 85%;
}
div#ft span.copyright {
	color: #fefefe;
}
div#ft span.ft-links {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 25px;
}
div#ft span.ft-links a:link, div#ft span.ft-links a:visited {
	color: #fefefe;
	text-decoration: none;
}
div#ft span.ft-links a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 206px;
	height: 132px;
	background: url(../images/simone-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 22px 0 0 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Contact Button */
p.contact-us {
	margin: 90px 0 0 608px;
	position: absolute;
	z-index: 100;
	width: 93px;
	height: 19px;
}
p.contact-us a {
	display: block;
	background: url(../images/btn-contact-us.gif) no-repeat 0 0;
	text-indent: -9000px;
	width: 93px;
	height: 19px;
}
p.contact-us a:hover, body#p-contact p.contact-us a {
	background-position: 0 -20px;
}

/* Cols */
div.cols {
	background: url(../images/col-borders.gif) no-repeat 0 100%;
	padding: 0 0 3px 0;
}

div.left {
	width: 423px;
	float: left;
	display: inline;
}

div.right {
	width: 423px;
	float: right;
	display: inline;
}

/* Col Types */
div.coltype-text {
	padding: 15px 0 0 0;
}

/* Col Headers */
div.col-headers {
	background: url(../images/col-borders.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 4px 0;
}

/* Contact Page Styles */
body#p-contact div.cols p {
	font-size: 108%;
}
body#p-contact div.cols ul {
	margin: 0 0 1em 0;
}
body#p-contact div.cols li {
	font-size: 108%;
	list-style: none;
}
body#p-contact div.cols ul a:link, body#p-contact div.cols ul a:visited {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
body#p-contact div.cols ul a:hover {
	text-decoration: none;
	color: #7f89a7;
}
body#p-contact div.cols ul span {
	color: #888;
	font-style: italic;
	padding-left: 8px;
}

/* Callout Bottom */
div.callout-bottom {
	width: 423px;
	height: 139px;
	position: absolute;
	z-index: 100;
	margin: -139px 0 0 0; /* The top-margin should be equal to the height of the box (the margin should be negative though). */
	background-color: gray;
}
div.callout-bottom-spacer {
	height: 139px; /* This should be equal in height to the above div. It adds space to the bottom of "left" so the callout doesn't overlap any content. */
	width: 100%;
	clear: both;
}
/* @end */

/* @group Common Text Styles */
div.cols {
	color: #888;
}
div.cols p {
	font-size: 93%;
	line-height: 160%;
}
.phone {
	margin-right: 20px;
}
/* @end */

/* @group Default Headings */
div.cols h1 {
	color: #888;
	font-size: 93%;
	margin: 0 0 5px 0;
}
div.cols h3 {
	font-size: 93%;
	color: #7f89a7;
	font-weight: bold;
	margin: 0 0 1em 0;
}

div.cols .left-hd {
	width: 423px;
	padding-top: 15px;
	float: left;
	display: inline;
}

div.cols .right-hd {
	width: 423px;
	padding-top: 15px;
	float: right;
	display: inline;
}

.hd-featured-projects {
	background: url(../images/hd-featured-projects.gif) no-repeat 0 100%;
	height: 14px;
	text-indent: -9000px;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
div.cols li {
	font-size: 93%;
	line-height: 160%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 419px;
	height: 34px;
	margin: 120px 0 0 0;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav-tabs.png) no-repeat 0 0;
	height: 34px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#nav ul li#n-home a {
	width: 140px;
	background-position: 0 0;
}
div#nav ul li#n-properties a {
	width: 138px;
	background-position: -140px 0;
}
div#nav ul li#n-about a {
	width: 141px;
	background-position: -278px 0;
}
body#p-home div#nav ul li#n-home a {
	background-position: 0 -70px;
}
body#p-properties div#nav ul li#n-properties a {
	background-position: -140px -70px;
}
body#p-about div#nav ul li#n-about a {
	background-position: -278px -70px;
}
div#nav ul li#n-home a:hover {
	background-position: 0 -34px;
}
div#nav ul li#n-properties a:hover {
	background-position: -140px -34px;
}
div#nav ul li#n-about a:hover {
	background-position: -278px -34px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #7f89a7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
