/*
default.css

Description:
Default stylesheet used by all browsers, in all media modes.

Version
0.9 - April 28, 2005

Author:
Sing Chan, sing_chan@grey.net
*/



/* Import newer browser stylesheet */
@import url("default_screen-cascara.css");



/* common HTML element styles */

body, div, th, td, p, li {
	font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6, a, address, blockquote, sup, #logo, #navFooter, .tidbit p, .tidbit li, .pageCopy th, .pageCopy td, .pageCopy td p, .micetype, .more a, #trademarks {
	font-family: Verdana, sans-serif;
}

body {
	/* margin added 1 August by sbush to accommodate request from Marketing */
	margin-top: 8px;
	background-image:url('http://www.quadranthomes.com/_images/content/findyourhome/cascara/bg.gif')
}

p, address {
	font-style: normal;
	margin: 0 0 0.8em 0;
}

a {
	color: #FF7800;
}

a.img {
	border: none;
}

blockquote {
	margin: 0 0 0.8em 0;
}

thead th {
	vertical-align: bottom;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

tbody th {
	color: #666;
}

td, th {
	vertical-align: top;
	text-align: left;
}

h4, h5, h6 {
	font-size: medium;
}

h3 {
	color: #333;
}

h4 {
	color: #666;
}

h5 {
	color: #999;
}

h6 {
	color: #333;
	font-weight: normal;
	font-style: italic;
}

img {
	border: none;
}

ul {
	list-style-type: square;
}

sup {
	font-size: 7pt !important;
	vertical-align: super;
}

fieldset.buttons button {
	display: none;
}


/* column layout styles */

.colCenter {
	width: 75%;
}

.colLeft, .colRight {
	width: 25%;
}

.deck {
	color: #00663E;
	padding: 0 0 0.5em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999;
}

a.interest {
        color: #FF0000; 
        text-decoration: none; 
}

.pageCopy th, .pageCopy td {
	font-size: small;
}

.header {
	clear: both;
}



/* element class styles */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.middle {
	text-align: center;
	vertical-align: middle;
}

.error {
	color: #900;
}

.hidden {
	display: none;
}

.clear {
	clear: both;	
}

.printonly {
	display: none;
}

.micetype, .disclaimers {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #999;
	line-height: 1.5em;
}

.smallcaps {
	text-transform: uppercase;
	font-size: x-small;
	letter-spacing: 0.1em;
}

.more {
	text-align: right;
	font-size: small;
}

.noTopMargin {
	margin-top: 0;
}

.width100px {
	width: 100px;
}

.width50pct {
	width: 50%;
}

.width35pct {
	width: 35%;
}

.width100pct {
	width: 100%;
}

a.sales {
	display: block;
	margin-top: 8px;
}


/* named-element specific styles */

#logo {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #00663E;
}

#navPrimary, #navFooter, #navTools {
	font-size: small;
	font-weight: bold;
	width: 100%;
}

#navTools {
	text-align: right;
	border-width: 0 0 1px 0;
	border-color: #999;
	border-style: solid;
	padding: 0 0 0.5em 0;
}

#navFooter {
	margin-top: 1em;
	color: #999;
	padding: 0.5em 0 0 0;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0 0 0;
}

#trademarks {
	color: #999;
	font-size: small;
}

#navSecondary {
	font-size: small;
	margin-bottom: 2em;
}

#upgrade {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #900;
}

#title_flash, #content_flash {
	display: none;
}

/* Added by sbush 31 July 07*/
#languageNote {
	border: 1px solid #999;
	background-color: #FFFFCC;
	padding: 4px;
	margin: 0 0.8em 0.8em 0;
}

p.emphasis {
/*	border-top: 1px solid #fc6119;	*/
	background-color: #207957;
	color: #FFF;
}
p.emphasis .smallcaps {
	font-weight: bold;
}