/*
*/

P,H1,H2,H3,UL,OL,TD {
	font-family: Georgia, Georgia, serif;
}

P,TD,UL {
    font-size: 12pt;
    color: #009EAD;
}

H1.indexAlt {
    font-weight: normal;
    font-size: 12pt;
    color: #000000;
}

H2.indexAlt {
    font-weight: bold;
    font-size: 12pt;
    color: #993620;
}

.quickJump {
    color: #ffffff;
    margin: 0px;
}

a.quickJump:link {
  text-decoration: none;
}

a.quickJump:visited {
  text-decoration: none;
}

a.quickJump:hover {
  color: #cccccc;
  text-decoration: underline;
}


IMG {
	border: 0px;
}


H2.normal {
	color: #373535;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

H1 {
	color: #373535;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	padding-left: 15px;
}

H2 {
	color: #009EAD;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding-left: 15px;
}

H3 {
	color: #009EAD;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding-left: 15px;
}

/****** NEW STYLES ******/

body, html {
	margin:   0;
	padding: 0;
	background: #a7a09a;
	color: #9A0000;
	text-align: center;
}

body {
	min-width: 800px;
}

#wrap {
	background: #ffffff;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 800px;
}

#header {
	background: #ddd;
	background-image: url(../images/page_bg.jpg);
	width: 800px;
	margin: 0;
	padding: 0;	
}

#nav {
	background: #c99;
	padding: 5px;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li{
	display: inline;
	margin: 0;
	padding: 0;
}

#main {
	float: right;
	width: 648px;
	padding: 0;
	margin: 0;
}

#main h2, #main h3, #main p {
	padding: 0 10px;
}

#content {
	float: left;
	width: 495px;
	text-align: left;
}

#right_side {
	float: right;
	width: 151px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 152px;
}

#sidebar ul {
	margin-bottom: 0;
}

#sidebar h3, #sidebar p {
	padding: 0 10px 0 0;
}

#footer {
	background: #a7a09a;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: static;
}
#footer p {
	padding: 15px;
	margin: 0;
}


/****** END NEW STYLES ******/


ul#tabnav {
	padding:3px 1px;
	font-size:10px;
}


TABLE.layoutTable {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

TD {
	vertical-align: top;
}	

/*
.primaryNavigation {
    background-color: #5A8ABA;
}*/

TD.mainMenu {
	padding-top : 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom : 2px;
	border-top: solid 2px #004B8F;
	border-bottom: solid 5px #004B8F;
	background-color : #004B8F;
	text-align: center;
	
}

TR.primaryNavigation {
	background-color: #5A8ABA;
}

.mainMenu {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.mainMenu:link {
	color: #ffffff;
	text-decoration: none;
}

a.mainMenu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.mainMenu:hover {
  color: #953A1F;
}


TD.mainMenuCurrent {
	padding-top : 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom : 2px;
	border-top: solid 2px #004B8F;
	border-bottom: solid 5px #004B8F;
	background-color : #004B8F;
	text-align: center;
}



.mainMenuCurrent {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.secMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 8px;
}


TD.secMenu {
	padding-left: 15px;
}

.secMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #FFDE77;
}

TD.secMenuCurrent {
	padding-left: 15px;
	color: #ffffff;
	
}

div.searchNew {
	width: 98%;
}

a.secMenu:link {
  color: #ffffff;
  text-decoration: none;
}

a.secMenu:visited {
  color: #ffffff;
  text-decoration: none;
}

a.secMenu:hover {
  color: #953A1F;
  text-decoration: underline;
  padding-top : 3px;
 
}

a.normal:link {
  color: #2E3545;
  text-decoration: underline;
}

a.normal:visited {
  color: #2E3545;
  text-decoration: underline;
}

a.normal:hover {
  color: #A51733;
  text-decoration: underline;
}

.footer {
	font-weight: bold;
	font-family: Georgia, Georgia, serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #777777;
}

P.footer {
	margin-left: auto;
	margin-right: auto;
}

a.footer:link {
	color: #777777;
	text-decoration: underline;
}

a.footer:visited {
  color: #777777;
  text-decoration: underline;
}

a.footer:hover {
  color: #953A1F;
  text-decoration: underline;
}

div.searchNew {
	width: 98%;
}


TABLE.contactForm {
	width: 90%;
	border: solid 2px #084D83;
	margin-top: 10px;
}

.contactForm, H1,H2,H3 {
	text-align: center;
	color: #000000;
	margin: 0px;
}

TD.contactForm {
	padding: 5px;
}

P.contactForm {
	text-align: left;
	font-size: 10pt;
}

INPUT.contactFormSubmit {
	border: outset 3px #ffffff;
	background-color: #F3C27B;
	font-weight: bold;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}


TABLE.summaryTable {
	margin-left: 10px;
}
TD.summaryTable {
    color: #000000;
}

P,H1,H2,H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H2.normal {
	color: #009EAD;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

H1 {
	color: #009EAD;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

H2 {
	color: #009EAD;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

H3 {
	color: #009EAD;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}



H3.detailsHeader {
	font-size: 12pt;
	margin-bottom: 0px;
}

P.detailsHeader {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

TD.detailsHeader {
	text-align: center;
}

TABLE.detailsNavigationBlock {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

TD {
	vertical-align: top;
}

P.courtesyNoticeRow {
	font-size: 8pt;
    color: #A5A29C;
}

TD.courtesyNoticeRow {
	text-align: right;
	border: solid 1px #666666;
    
}


TR.summaryTableHeaderRow {
	background-color: #2E3545;
}

TD.summaryTableHeaderRow {
    color: #000000;
	text-align: center;
}

H2.summaryTableHeaderRow,H3.summaryTableHeaderRow {
	color: #ffffff;
	margin-left: 135px;
}

P.summaryTableHeaderRow {
	color: #ffffff;
	margin-left: 135px;
}

.newSearch {
	font-weight: bold;
}

A.newSearch:link {
	color: #cccccc;
	text-decoration: underline;
}

A.newSearch:visited {
	color: #cccccc;
	text-decoration: underline;
}

A.newSearch:hover {
	color: #ffffff;
	text-decoration: underline;
}


TR.searchDivider {
	background-color: #F3C27B;
}

TD.searchDivider {
	background-color: #ffffff;
}

H3.searchDivider {
	text-align: center;
	font-size: 16pt;
}

H3.search {
	color: #009EAD;
}

IMG.thumbnail {
	padding: 3px;
}

BODY.idxPage {
	background-color: #ffffff;
}

p.idxFootnote {
    font-size: 8pt;
    color:#009EAD;
}


BODY.setArea {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


P.classesHeader {
	font-weight: bold;
	font-size: 8pt;
}


TABLE.search {
	background-color: #EFEBDE;
	border: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

P.search {
	margin: 2px 2px 0px 2px;
}

A.search:link {
	color: #2E3545;
}

A.search:visited {
	color: #2E3545;
}

A.search:hover {
	color: #A51733;
}

TD.searchHeader,TD.searchFooter {
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #009EAD;
}
/* replacement above
TD.searchHeader,TD.searchFooter {
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	padding: 3px;
	background-color: #2E3545;
	color: #ffffff;
}
*/

TD.searchInput {
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #009EAD;
    background-color: #EFEBDE;
}
/*
TD.searchInput {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
}
*/

TR.searchInput {
	background-color: #FDF6E2;
}

TD.searchInputAlt {
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #009EAD;
	background-color: #9CE7FF;
}
/* replacement is just above
TD.searchInputAlt {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
}
*/

TR.searchInputAlt {
	background-color: #FDF6E2;
}

INPUT.searchSubmit {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #009EAD;
	background-color: #9CE7FF;
	margin-left: 3px;
}
/* replacement above
INPUT.searchSubmit {
	border: outset 3px #ffffff;
	background-color: #F3C27B;
	font-weight: bold;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
}
*/
.countedNotice {
	font-weight: bold;
	background-color: #ffff00;
	color: #000000;
	padding: 1px 3px 1px 3px;
}


P.summaryTableFooterRow {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

P.showDetailsRequest {
	text-align: center;
}

FONT.summarySpecSpacer {
	font-weight: bold;
	text-decoration: underline;
}

FONT.summarySpecDescription {
	font-weight: bold;
}

TD.summaryListingTitle {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	background-color: #E7E3E7;
}

TD.summary {
	vertical-align: top;

}

TD.summaryPhotoCell {
}

H3.summary {
	font-size: 12pt;
	margin-top: 0px;
}

H1.myListings {
	margin: 0px;
}

H2.myListings {
	margin: 0px;
}

/*.........................................................................
...Added by Bhuvaneshwari - March 2006 PROPERTY SPECIFICATION PAGE....
...........................................................................*/
A.showDetailsSubmit:link {cursor: default;border: outset 3px #ffffff; background-color: #A3B4BB;	font-weight: bold;	color: #000000;	margin-left: auto;	margin-right: auto;text-decoration: none;height: 25px;width:75px;}
A.showDetailsSubmit:visited {cursor: default;border: outset 3px #ffffff;background-color: #A3B4BB;font-weight: bold;color: #000000;margin-left: auto;margin-right: auto;text-decoration: none;height: 25px;width:75px;}
A.showDetailsSubmit:active {cursor: default;border: outset 3px #ffffff;background-color: #A3B4BB;font-weight: bold;color: #000000;margin-left: auto;margin-right: auto;text-decoration: none;height: 25px;width:75px;}
A.showDetailsSubmit:hover {cursor: default;border: outset 3px #ffffff;background-color: #A3B4BB;font-weight: bold;color: #000000;margin-left: auto;	margin-right: auto;text-decoration: none;height: 25px;width:75px;}

/*
added by Ross 3/18/06 for featured listing
*/

DIV.featuredListing {
	border: none;
	font-size: 8pt;
}

H3.featuredListing {
	font-size: 9pt;
	font-weight: bold;
}

P.featuredListing {
	font-size: 8pt;
	font-weight: normal;
}

IMG.featuredListing {

}

#featured_listing {
	text-align: center;
}

A.myrealestate:link {
	color: #2E3545;
}

A.myrealestate:visited {
	color: #2E3545;
}

A.myrealestate:hover {
	color: #A51733;
}

INPUT.myrealestateSubmit {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #009EAD;
	background-color: #FFF0C7;
	margin-left: 3px;
}

H1.myrealestate {
	color: #009EAD;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

H2.myrealestate {
	color: #009EAD;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

P.agentIndex {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

P.sideBarHighlights {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
    font-style: italic;
    color: #000000;
	margin-left: 10px;
}

H1.linksBlock {
	color: #009EAD;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

H2.linksBlock {
	color: #009EAD;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

H3.linksBlock {
	color: #009EAD;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

TD.linksBlock {
	padding: 5px;
}

TD.linksBlockTable {
	padding: 5px;
	border-top: solid 1px #ffffff;
}


TD.featuredListing {
	padding: 5px;
}

H3.featuredListing {
	font-size: 9pt;
	font-weight: bold;
}

P.featuredListing {
	font-size: 7pt;
	font-weight: normal;
}

IMG.featuredListing {
}

A.featuredListing:link {
	color: #E75931;
}

A.featuredListing:visited {
	color: #E75931;
}

A.featuredListing:hover {
	color: #000000;
}

TD.quickSearch {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #000000;
	font-weight: bold;
}

P.quickSearch {
  color: #000000;
    font-weight: bold;
}

INPUT.quickSearch {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #DFE3D5;
	background-color: #2D5792;
	color: #ffffff;
	margin-left: 3px;
}

TABLE.quickSearch {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
A.Description:link {
	color: #E75931;
}

A.Description:visited {
	color: #E75931;
}

A.featuredListing:hover {
	color: #000000;
}

A.featuredListing_details:link {
	color: #E75931;
}

A.featuredListing_details:visited {
	color: #E75931;
}

A.featuredListing_details:hover {
	color: #000000;
}
A.Address1:link {
	color: #E75931;
}

A.Address1:visited {
	color: #E75931;
}

A.Address1:hover {
	color: #000000;
}
table.contactform{
    background-color: #E7E3E7;
}
body.askQuestion{
    background-color: #E7E3E7;
}
td.summaryTableHeaderRow{
    background-color: #9F1300;
}

