﻿body 
{
    font-family: Arial;
    margin: 0 auto;
    background-color: White;
	
}

 body img
{
	border-width: 0;
    margin-bottom: 0px;
}

.background
{
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
}

#main
{
	width: 824px;
	text-align: left;
	font-family: Verdana;
	/*padding-top: 20px;*/
	padding-bottom: 10px;
	font-size: 95%;
}

#loginLinks
{
	width: 820px;
	text-align: right;
}

a
{
    color: #600;
    font-family: "Century Gothic";
    font-size: large;
}

a:hover
{
    color: Black;
    text-decoration: none;
}

a:visited
{
	color: #8b391d;
}

#footer ul
{
	font-size: 9pt;
	list-style-type: none;
	font-weight: bold;
	
}

#footer li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a
{
	color: #600;
	text-decoration: underline;
	font-size: x-small;
	font-family: Verdana, Arial, Sans-Serif;
}

#footer a:hover
{
	color: Black;
}

.login
{
	padding: 0 5px 0 5px;
	margin-top: 5px;
}

.mainSpace
{
	padding: 5px 10px 5px 10px;
}

.warnText
{
	color: #600;
	text-align: left;
	padding: 5px 5px 0 5px;
}

.content
{
	padding: 0 100px 0 100px;
	width: 624px;
}

.redLine
{
	height: 1px;
	background-color: #600;
	width: 650px;
	margin: 10px;
}

.adminLink a
{
	text-decoration: none;
	font-size: medium;
}

.mainSmallText
{
	font-size: x-small;
	color: Gray;
}

#contactInfo
{
	padding: 0 50px 0 50px
}

/*home*/
#mission
{
	width: 600px;
	text-align: left;
}

#featureArch
{
	background-color: White;
	background-image: url(../images/arch.png);
	background-position: left bottom;
	height: 66px;
	background-repeat: no-repeat;
	width: 823px;
}

.feature
{
	background-color: #f8f0cc;
	width: 723px;
	text-align: left;
	padding: 0 50px 10px 50px;
}

.mainHeaders
{
	color: #600;
	font-size: 130%;
	font-family: "Century Gothic";
	font-weight: bold;
	padding-bottom: 5px;
}

.smallText
{
	color: Black;
	font-size: x-small;
	line-height: 20px;
}

.leftAlignSpace
{
	text-align: left;
}

.headerText
{
    font-family: "Century Gothic", Arial, Verdana, Sans-Serif;
    text-align: left;
    color: White;
    font-size: 100%
}

/*Listings Page*/

.sortByMenu a
{
	font-size: medium;
}

.listingSpace
{
	/*border: solid 1px #8b391d;*/
	background-image: url(../images/listingBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px 20px 25px 20px;
	text-align: left;
	/*border-bottom: solid 1px #600;*/
}

.rptrDescription
{
	padding-top: 10px;
	font-size: small;
}

.editDropDown
{
	padding-top: 15px;
	text-align: right;
	width: 320px;
}


/*Listing Details*/

.editRotator
{
	background-image: url(../images/editRotatorBackground.gif);
	background-color: Transparent;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 25px;
	height: 140px;
	padding-left: 2px;
}

#leftSpace
{
	display: block;
	position: relative;
	width:20px;
	height:35px;
	top: -113px;
	left: -258px;
	cursor: pointer;
}

#rightSpace
{
	display: block;
	position: relative;
	width: 20px;
	height: 35px;
	top: -150px;
	left: 257px;
	cursor: pointer;
}


/*Mortgage Calculator*/

#calculatorBox
{
    background-color: #8b391d;
    text-align: center;
    width: 500px;
    color: White;
}

.mortgage
{
	font-size: 85%;
}

.mortgage td.rightUnderline
{
	border-bottom: 1px dotted #000;
	text-align: right;
}

.mortgage td.leftUnderline
{
	border-bottom: 1px dotted #000;
	text-align: left;
}

.rightAlignSpace
{
	text-align: right;
}

.mortgage td.rightAlignBlue
{
	color: #600;
	text-align: right;
	border-right: solid 1px Black;
	vertical-align: top;
}

.mortgage td.leftUnderlineBlue
{
	color: #600;
	border-bottom: 1px dotted #000;
	text-align: left;
	vertical-align: bottom;
}

.mortgage td.rightUnderlineSide
{
	border-bottom: 1px dotted #000;
	border-right: solid 1px Black;
	text-align: right;
}

.headerFooter
{
	background-color: #8b391d;
	color: White;
	font-weight: bold;
	border: 2px solid #8b391d;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.calcFooter
{
	background-color: #f4e1d6;
	color: Black;
	font-weight: bold;
	border: 2px solid #8b391d;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

/*Buying & Selling Resources*/

.schedule
{
	font-size: 75%;
	border: 2px solid #660000;
	width: 801px;
}

.schedule td
{
	border: 1px solid #660000;
}

.buttonSpace
{
	text-align: right;
	width: 801px;
	padding: 10px;
}

#techStudio a
{
	color: #FF7F00;
	text-decoration: none;
}

#techStudio a:hover
{
	text-decoration: underline;
	color: #FF7F00;
}

#techStudio a:visited
{
	color: #FF7F00;
}

/*Open Houses*/

#openHouseTable
{
    padding: 30px 30px 0 30px;
    font-family: Arial Verdana Sans-Serif;
    font-size: small;
}

.centerAlignSpace
{
    text-align: center;
}

.centerAlignSpace
{
    text-align: -moz-center;
}

.schedule td
{
    padding: 7px;
}

.schedule a
{
	font-size: small;
}

.openHouseHeaderChart
{
    padding: 8px;
    font-size: 11pt;
    color: White;
    font-weight: bold;
}

/*Events*/

.headerStyle
{
    background-color: #8b391d;
}

#topCancelBttn
{
    padding-top: 15px;
    padding-bottom: 25px;
}

/*listing details*/
.rotator
{
	/*border-left: solid 1px gray;
	border-right: solid 1px gray;*/
	background-image: url(../images/listingBackground.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.rotator .rrClipRegion
{
	background-color: White;
}

.rotator .rrItem
{
	padding-left: 5px;
}