/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */
	html, body {
		color: #b4b4b4;
		font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
		font-size: 12px;
		background-color: #000000;
	}

	.page {
		margin: 0px auto;
		width: 1030px;
		background: url(images/backdrop.gif) bottom repeat-x;
	}

	.flashHeader {
		height: 183px;
		background: url(images/flash-placeholder.jpg) no-repeat;
	}

	.contentWrapper {
		background: url(images/mirror.gif) top no-repeat transparent;
	}

	.content {
		clear: left;
		width: 980px;
		line-height: 1.5em;
		margin: 0px auto;
	}

	.content .homeTable {
		color: inherit;
		font-family: inherit;
	}

	.homePad {
		color: #b4b4b4;
		padding: 0px 0px 0px 16px;
	}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */
	.heading, h1, h2, h3 {
		color: #a7380b;
		margin-bottom: 1em;
		font-size: 30px;
		font-family: 'Century Gothic', 'Avant Garde Gothic', 'Avant Garde', Verdana, sans-serif;
	}

	h2 {
		color: #888888;
		font-size: 24px;
	}

	h3 {
		color: #888888;
		font-size: 16px;
	}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */
	.navigation {
		float: left;
		padding-left: 20px;
		color: #a7380b;
		height: 75px;
		font-size: 12px;
		font-family: 'Century Gothic', 'Avant Garde Gothic', 'Avant Garde', Verdana, sans-serif;
		text-transform: uppercase;
		line-height: 26px;
	}

	.navigation a {
		color: #b4b4b4;
		text-decoration: none;
	}

	.navigation a:hover {
		color: #a7380b;
	}

	.navigation div {
		line-height: 16px;
	}

	a.homeLink {
		float: left;
		width: 322px;
		height: 80px;
		background: url(images/mirror.gif) top left no-repeat;
	}

	a.homeLink span {
		display: none;
	}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */
	.footer * {
		color: #b4b4b4;
		font-size: 10px;
		font-family: Verdana;
		background: transparent;
	}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */
	a {
		color: #b4b4b4;
	}

	a:hover {
		color: #a7380b;
	}

	a.buyers {
		border: 2px solid #212121;
		background: url(images/side-buyers.jpg) no-repeat;
	}

	a.buyers:hover {
		border: 2px solid #a7380b;
	}

	a.sellers {
		border: 2px solid #212121;
		background: url(images/side-sellers.jpg) no-repeat;
	}

	a.sellers:hover {
		border: 2px solid #a7380b;
	}

	a.prop-mgmt {
		border: 2px solid #212121;
		background: url(images/side-prop-mgmt.jpg) no-repeat;
	}

	a.prop-mgmt:hover {
		border: 2px solid #a7380b;
	}

	a.forclosures {
		border: 2px solid #212121;
		background: url(images/side-forclosures.jpg) no-repeat;
	}

	a.forclosures:hover {
		border: 2px solid #a7380b;
	}

	a.mls {
		border: 2px solid #212121;
		background: url(images/propertyListingStatus.jpg) no-repeat;
	}

	a.mls:hover {
		border: 2px solid #a7380b;
	}

	a.buyers, a.sellers, a.prop-mgmt, a.forclosures, a.mls {
		display: block;
		width: 338px;
		height: 119px;
		margin-bottom: 4px;
	}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

	.allListing  {
		background: url(../images/all-listings2.jpg) no-repeat;
		display:block;
		width:676px;
		height:200px;
		border:none;
	}

	.allListing span  {
		display:none;
	}

	.reoListing  {
		background: url(../images/reo-listing2.jpg) no-repeat;
		display:block;
		width:339px;
		height:120px;
		border:none;
	}

	.reoListing span  {
		display:none;
	}

	.shortListing  {
		background: url(../images/short-sale-list2.jpg) no-repeat;
		display:block;
		width:338px;
		height:120px;
		border:none;
	}

	.shortListing span  {
		display:none;
	}



	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

	.borderTable
	{
		margin: 0 auto;
		color: #b4b4b4;
		width: 75%
	}
	.tableRowHeader
	{
		color: #b4b4b4;
		font-weight: bold;
		background-color: #101010;
	}
	.tableRow1
	{
		color: #b4b4b4;
		background-color: #202020;
	}
	.tableRow2
	{
		color: #b4b4b4;
		background-color: #252525;
	}
	.tableRowFooter
	{

	}
	.textRequiredField
	{
		color: #f00;
	}
	.textSmallerFont
	{

	}
	.labelColumn
	{

	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

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