/* Cooper Wilson CSS
------------------------------------------------

	Contents:	Global
					Header
					Content
					Footer

------------------------------------------------*/

/* CSS Imports
--------------------------------------------*/
@import "navigation.css";
@import "forms.css";
@import "results.css";

/* Global CSS and Master Reset
--------------------------------------------*/
html, body {
	margin: 10px; 
	padding: 0px;
	background-color: white;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.container {
	width: 898px;
	margin: 0 auto;
	background-color: white;
}

div, dl, dt, dd, ul, ol, li, pre, blockquote {
	margin: 0pt;
	padding: 0pt;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

:link, :visited { text-decoration: none; }

img, a img, :link img, :visited img { border: none; }

.clearer { clear: both; height: 0pt; line-height: 0pt; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }

.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textCap { text-transform: capitalize; }
.textCapAll { text-transform: uppercase; }
.textUnderline { text-decoration: underline; }

/* Typography
--------------------------------------------*/
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; margin-bottom: -10px; }
h3 { font-size: 1.0em; margin-bottom: -10px; }
h4 { font-size: 0.9em; margin-bottom: -10px; }

p { font-size: 12px; line-height: 1.5em; }

.formp-spacing-bottom { padding-bottom: 5px; }
.strong { font-weight: bold; }
.red-strong { font-weight: bold; color: #d2232a; }
.highlight { color: #d2232a; }

/* Links
--------------------------------------------*/
a { color: #58595b; text-decoration: none; outline: none; }
a:active { color: #58595b; outline: none; }
a:visited { color: #58595b; outline: none; }
a:hover { color: #e31d24; outline: none; }

.footer a { color: #58595b; text-decoration: none; outline: none; }
.footer a:active { color: #58595b; outline: none; }
.footer a:visited { color: #58595b; outline: none; }
.footer a:hover { color: #e31d24; outline: none; }

/* List CSS
------------------------------------------------*/
ul#services li { 
	color: #d2232a; padding-bottom: 5px; padding-left: 10px;
	margin-left: 10px; background-image: url(../images/template/list-style.jpg);
	background-repeat: no-repeat;
}


/* Header CSS
------------------------------------------------*/
.header {
	font-size: 10px;
	height: 44px;
}


/* Content CSS
------------------------------------------------*/
.content { margin: 20px 0; }
.left-col { float: left; width: 183px; }
.right-col { float: right; width: 715px; }
.text-col-full-width { float: left; width: 705px; }
.text-col-large { float: left; width: 545px; }
.text-col-small { float: right; width: 160px; }
.contact-col-left { width: 350px; float: left; }
.contact-col-right { 
	width: 330px; float: right; border-left: 1px solid #e8e9e9; 
	padding-left: 20px; margin-top: 12px;
}

.contact-col-right p { margin-top: 0; }

/* Property Search Section */
.property-search { width: 174px; }
.property-search-body { 
	background-image: url(../images/template/property-search-bg.jpg);
	background-repeat: repeat-y; padding: 5px 10px;
}
.property-search form { margin: 0; }
.property-search-body p { margin: 0; }
.search-button { outline: none; }
/* End Property Search Section */

/* Subscribe Section */
.subscribe { width: 174px; }
.subscribe-body { 
	background-image: url(../images/template/property-search-bg.jpg);
	background-repeat: repeat-y; padding: 5px 10px;
}
.subscribe form { margin: 0; }
.subscribe-body p { margin: 0; }

.subscribe-button { margin-top: 5px; outline: none; }
/* End Subscribe Section */

/* Newly Listed Section */
.newly-listed { width: 174px; }
.newly-listed-body { 
	background-image: url(../images/template/property-search-bg.jpg);
	background-repeat: repeat-y; padding: 5px 10px;
}
.newly-listed-body p { margin: 0; }
.img-left-col-padding { padding: 2px 2px 5px 2px; }
/* End Newly Listed Section */

.send-button { outline: none; }

/* Buying */
.buying-body { 
	background-image: url(../images/template/buying-bg.jpg);
	background-repeat: repeat-y; padding: 10px 15px;
}
/* End Buying */

/* Leasing */
	/* leasing css here...*/
/* End Buying */

/* Footer CSS
------------------------------------------------*/
.footer {
	color: #58595b; text-align: center;
	font-size: 10px; line-height: 1.5em;
	height: 60px;
	padding: 10px 20px;
}

.main-footer {
	float: left; width: 538px;
	text-align: center; padding-left: 160px;
}

.tcc-link {
	text-align: right;
	float: right; width: 160px;
}



