@charset "UTF-8";
/* CSS Document */

#container {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

#content {
	position:relative;
	margin-top: 50px;
	width: 960px;
	float: left;
	display: block;
}


#content #leftpanel {
	display:inline;
	float: left;
	width: 360px;
	padding: 5px;
	margin-left: -145px;
}
#content #rightpanel {
	display:inline;
	padding: 5px;
	float: left;
	width: 725px;
}

#content .quotes {
	background-color: #293189;
	display: block;
	padding: 5px;
	height: 40px;
	width: 950px;
	background-image: url(../images/whatyousay.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#content #rightpanel #sales {
	background-image:url(../images/Just-Sold.jpg);
	background-repeat:no-repeat;
	height: 207px;
	width: 700px;
}
#content #rightpanel #sales ul {
	height: 187px;
	width: 660px;
	margin-left: 0px;
	margin-top: 10px;
	list-style-type: none;
	margin-right: -50px;
}
#content #rightpanel #sales ul li {
	height: 185px;
	width: 184px;
	float: left;
	list-style-type: none;
	margin-right: 8px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-image: none;
	display: inline;
	text-align:center;
}



/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

#footer #footerleft {
	display: block;
	width: 270px;
	float: left;
	padding: 5px;
}
#footer #footersignup {
	display: block;
	float: left;
	width: 355px;
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 35px;
	padding-left: 60px;
}
#footer #footerright {
	display: block;
	float: left;
	padding: 5px;
	width: 255px;
}
#branding {
	background-color: #3CC;
	display: block;
	height: 125px;
	width: 320px;
	position: relative;
	top: 170px;
	left: -30px;
	float: none;
}
#footer #footersignup form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
}


/**********************************

Name: cmxform Styles

***********************************/


form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #000;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
