﻿/*===========================================================================
	Colors (Global)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

/*
	Color Glossary

	rgb(102,102,102); gray / body copy
	rgb(63,58,101); centex purple/blue / primary links
	rgb(63,58,101); centex purple/blue / headers
	rgb(211,34,42); centex red / headers
*/

/* Page
===========================================================================*/

html,
body {
	background-color: white;
}

body div#page {
	color: rgb(102,102,102);
	background-color: white;
}

/* Defaults
===========================================================================*/

/* Misc. Block */

blockquote {
	color: white;
}

/* Misc. Inline */

/* Links */

a:link {
	color: rgb(63,58,101);
}

a:visited {
	color: rgb(63,58,101);
}

a:focus,
a:hover,
a:active {
	color: rgb(63,58,101);
}
a:hover {
	border-bottom-color: rgb(63,58,101);
}

/* Headings */

h1 {
	color: rgb(63,58,101);
}

h2 {
	color: rgb(63,58,101);
}

h3 {
	color: rgb(63,58,101);
}

/* Lists */

/* Data Tables */

/* Forms */
button {
	background-color: transparent;
}
label span.label-title {
	color: rgb(63,58,101);
}
label input {
	border: 1px solid rgb(168,168,168);
}
label#for-remember-me span {
	color: rgb(102,102,102);
}

/* Header Content
===========================================================================*/

/* Primary Navigation
===========================================================================*/


/* Content
===========================================================================*/
div#content-container {
	background-color: rgb(255,255,255);
}
div#login {
	background-color: rgb(236,236,236);
}
p.article-title {
	color: rgb(211,34,42);
}
div#login ul#login-navigation {
	background-color: white !important;
}
ul#login-help-navigation li {
	color: rgb(102,102,102);
}
ul#login-help-navigation li a {
	color: rgb(211,34,42);
}
ul#login-help-navigation li a:hover {
	border-bottom-color: rgb(211,34,42);
}
div#login ul#login-navigation li a {
	color: white;
}
div#login ul#login-navigation li a:hover {
	border-bottom-color: rgb(255,255,255);
}
div#login ul#login-navigation {
	border-bottom-color: rgb(63,58,101);
}
/* Footer Content
===========================================================================*/
div#footer {
	background-color: rgb(221, 221, 221);
}
ul#disclaimer-navigation li a {
	color:#666666;
}



/*===========================================================================
	Layout (Global)
	
	This stylesheet defines the overall layout in the following ways:
	* Defines column layouts using floated containers.
	* Defines margins and padding.
	* Replaces specific textual content with images.
	* Hides parts of the page that are not to be shown (i.e. accessibility help).
	* Misc. such as background images, borders, cursors, dimensions, etc.
===========================================================================*/

/* Page
===========================================================================*/
html {
	background-color: rgb(221,221,221);
}
div#page {
	width: 906px;
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
}

/* Defaults
===========================================================================*/

/*
	Reset Reloaded - Eric Meyer
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url('/webpages/pages/_media/$file/body-background-gradient.gif') repeat-x 0 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

ul li {
	line-height: 1.2em;
}
a:hover {
	border-bottom-width: 1px;
}
/* Content
===========================================================================*/
div#content-container {
	margin-top: 1px;
	width: 906px;
	background: url('/webpages/pages/_media/$file/body-repeater.png') repeat-y 0 0;	
}
div#border {
	background-color: rgb(242,175,50);
	height:3px;
	width: 900px;
	margin-left: 3px;
}
div#flash-introduction {
	width: 599px;
	height: 273px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 3px
}
/* Content - Login Form
===========================================================================*/
div#login {
	width: 286px;
	height: 272px;
	margin-top: 1px;
	float: left;
	padding: 0px 15px 0px 15px;
	padding-right: 0px;
	position: relative;
}
div#login p {
	width: 268px;
}
div#login h2 {
	clear: both;
}
div#login ul li {
	float: left;
	display: block;
}
/* ===========Login/Register Navigation=========== */
div#login ul#login-navigation {
	width: 300px;
	margin-left: -15px;
	margin-bottom: 8px;
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background:url('/webpages/pages/_media_home/$file/login-navigation.gif') no-repeat 6% 100%;
	height: 25px
}
div#login ul#login-navigation li {
	padding: 8px 15px;
	padding-top: 7px;
}
div#login ul#login-navigation li.first-child {
	margin-left: -3px;
}
div#login ul#login-navigation li.last-child {
	margin-left: -4px;
}
div#login ul#login-navigation li a {
	display: block;

}
div#login ul#login-navigation li.current-navigation-item a:hover {
	border-bottom-style: none;
	border-bottom-width: 0px;
}
/* ===========Login Form Elements=========== */
div#login form#login-form {
	margin-top: 10px;
}
div#login label {
	padding-left: 9px;
	margin-bottom: 5px;
}
div#login label input {
	width: 170px;
}
div#login label#for-username input {
	margin-left: 3px;
}
div#login label#for-password input {
	margin-left: 5px;
}
div#login label#for-remember-me {
	float: right;
	margin-right: 27px;
}
div#login label#for-remember-me span {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	width: 195px;
	float: left;
	display: block;
}
div#login label#for-remember-me input {
	width:11px;
	margin:0px;
	margin-right: 4px;
	margin-top: 5px;
	border: none;
}
/* ===========Survey Form Elements=========== */
form#survey-form label {
	margin-bottom: 5px;
	padding:0px;
}
form#survey-form label input {
	float: left;
	clear: left;
	border: none;
}
form#survey-form input#survey-form-submit {
	background: url('/webpages/pages/_media/$file/submit.gif') no-repeat 0 0;
	width: 60px;
	height: 20px;
	border: medium none;
	margin-top: 10px;
	margin-bottom: 13px;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px
}
form#survey-form label span {
	margin-top: 3px;
	display: block;
	width: 200px;
	float: right;
	margin-right: 30px;
	color: rgb(102,102,102);
	font-weight: normal;
}

div#primary-content {
	background: url('/webpages/pages/_media_home/$file/primary-content-gradient.gif') repeat-x 0 0;
	width: 900px;
	clear:both;
	padding-top: 28px;
	padding-bottom: 15px;
	margin-left: 3px
}
div#primary-content p.article-title {
	margin-top: 20px;
}
div#primary-content div#splashpage_pane2 p.article-title {
	margin-top: 0px;
}
div#primary-content div#splashpage_pane2 img {
	margin-top: 5px;
}
div#primary-content p {
	width: 275px;
}

div#primary-content a {
	background: url('/webpages/pages/_media_home/$file/href-artifact.gif') no-repeat 100% 50%;
	padding-right: 10px
}
div#primary-content a.article-link {
	float: right;
	display: block;
	margin-right: 20px;
}
div#primary-content div#inner-content {
	float: left;
}
div#primary-content div#splashpage_pane1 {
	float: left;
	width: 259px;
	padding-left: 18px;
	padding-right: 20px;
}
div#primary-content div#splashpage_pane1 img {
	margin-top: 5px;
	width: 100%;
}
div#primary-content div#splashpage_pane1 p {
	width: 259px;
}
div#primary-content div#splashpage_pane1 h3 {
	width: 259px;
	font-size: 2.0em;
}
div#primary-content div#splashpage_pane2 {
	float: left;
	width: 259px;
	padding-left: 18px;
	padding-right: 20px;
}

div#primary-content div#splashpage_pane2 img {
	margin-top: 5px;
	width: 100%;
}
div#primary-content div#splashpage_pane2 p {
	width: 259px;
}
div#primary-content div#splashpage_pane2 h3 {
	width: 259px;
	font-size: 2.0em;
}
div#primary-content div#splashpage_pane3 {
	float: left;
	width: 259px;
	padding-left: 12px;
	padding-right: 26px;
}
div#primary-content div#splashpage_pane3 img {
	margin-top: 5px;
	width: 100%;
}
div#primary-content div#splashpage_pane3 p {
	width: 259px;
	
}
div#primary-content div#splashpage_pane3 h3 {
	width: 259px;
	font-size: 2.0em;
}

div#primary-content div#inner-content div#splashpage_pane2 {
	padding-left: 12px;
	padding-right:27px;
	border-left: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);		
}
div#primary-content div#inner-content div.first-child {
	border-left: none;
}

div#safety-compliance p {
margin-left: -5px;
}
div#safety-compliance h3 {
	margin-left: -5px;
}
/* Accessibility Navigational Items
===========================================================================*/
ul#accessibility-navigation {
	text-indent: -9999px;
	height: 0;
}

/* Header Content
===========================================================================*/
div#header {
	background: no-repeat 0 0; /*url('/webpages/pages/_media/$file/header-gradient.png')*/
	height: 103px;
	width: 906px;
	border-top: 1px solid rgb(204,204,204);
	border-left: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
}

div#header img#logo {
	margin-top: 22px;	
	margin-left: 18px;
	float: left;
}
div#header a:hover {
	border: none;
}
/* Primary Navigation
===========================================================================*/
ul#primary-navigation {
	margin-top:80px;
	float: right;
	margin-right: 20px;
}
ul#primary-navigation li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	background: url('/webpages/pages/_media/$file/navigation-list-divider.gif') no-repeat 0 0;
}
ul#primary-navigation li a {
	background: none;
	padding-right: 0px;;
}

}
ul#primary-navigation li.first-child {
	background: none;
}
ul#primary-navigation li.last-child {
	width: 80px;
	padding-right:0px;
}
ul#login-help-navigation li.first-child {
	padding-right: 9px;
	background: url('/webpages/pages/_media_home/$file/login-help-navigation-divider.gif') no-repeat 96% 0%;
}
ul#login-help-navigation li a:hover {
	border-bottom-width: 1px;
}


div#login input#login-form-submit {
	background: url('/webpages/pages/_media_home/$file/sign-in.jpg') no-repeat 0 0;
	width: 60px;
	height: 20px;
	border: medium none;
	margin-top: 1px;
	margin-left: 195px;
	cursor: pointer;
	text-indent: -9999px
}

div#login ul#login-help-navigation {
	margin-top: 7px;
	float: right;
	margin-right: 30px;
}

/* Forms
===========================================================================*/
label {
	display: block;
	margin-bottom: 10px;
}
input {
	padding: 3px 0px;
}
/* Footer
===========================================================================*/
div#footer {
	background: #DDDDDD url('/webpages/pages/_media/$file/footer-border.png') no-repeat 0 0;
	width: 906px
}
div#footer ul {
	width: 700px;
	float: left;
}
ul#footer-navigation {
	padding-top: 10px;
	clear:both;
}
ul#footer-navigation li {
	display: block;
	float: left;
	background: url('/webpages/pages/_media/$file/footer-navigation-divider.gif') no-repeat 0 0;; padding-left:8px; padding-right:5px; padding-top:0px; padding-bottom:0px
}
ul#footer-navigation li.first-child {
	background: none;
}
ul#footer-navigation li a {
	color: rgb(102,102,102);
}
ul#disclaimer-navigation {
	margin-left: 8px;
	clear: both;
}
ul#disclaimer-navigation li {
	float: left;
	background: url('/webpages/pages/_media/$file/footer-navigation-divider.gif') no-repeat 0 0;; padding-left:8px; padding-right:5px; padding-top:0px; padding-bottom:0px	
}
ul#disclaimer-navigation li.first-child {
	background: none;
	padding-left: 0px;
}

div#footer img#centex-footer-logo {
	margin-left: 70px;
	float: left;
	margin-top: -10px;
}
div#footer img#equal-housing-opportunity {
	margin-top: -15px;
	float: right;
	margin-right: 10px;
}
/*------ Clearfix ----------- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*===========================================================================
	Typography (Global)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*
	Headings Glossary
	
	H1 Page Heading
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/

html {
	font-size: 62.5%; /* Sets 1.0em == 10px, 0.5em == 5px, etc. */
}

body {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

body p {
	font-size: 1.2em;
	line-height: 1.5;
}

/* Defaults
===========================================================================*/

/* Misc. Block */

/* Links */
a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom-style: dotted;
	text-decoration: none;
}
ul#login-help-navigation li a:hover {
	border-bottom-style: dotted;
}
p a {
	font-size: 1.0em;
	
}
/* Headings */
h2 {
	font-size: 3.4em;
	font-weight: bold;
}

h3 {
	font-size: 2.2em;
	font-weight: bold;
}
div#content-container {
	border-top-style: solid;
}

/* Lists */

/* Data Tables */

/* Forms */
div#login label span.label-title {
	font-size: 1.4em;
}
label span.label-title {
	font-size: 1.1em;
	font-weight: bold;
}
div#login label#for-username input {
	font-size: 1.2em;
}
label#for-remember-me span {
	font-weight: normal;
}
div#login label#for-remember-me span {
	font-size: 1.2em;
}

/* Header Content
===========================================================================*/

/* Primary Navigation
===========================================================================*/
ul#primary-navigation li a{
	font-size: 1.4em;
	font-weight: bold;
}

/* Content
===========================================================================*/
p.article-title {
	font-weight: bold;
}
ul#login-help-navigation li {
	font-size: 1.2em;
}
ul#login-help-navigation li a {
	font-size: 1.0em;
}
/* Footer Navigation
===========================================================================*/
ul#footer-navigation li a {
	font-size: 1.0em;
	font-weight: normal;
}
ul#disclaimer-navigation li a {
	font-weight: normal;
	font-size: 1.0em;
}