#html, body {  background-color: #FFFFFF; margin-top: 0px;  right: 0px;  bottom: 0px;  left: 0px;  width:980px;  height: 100%;  margin: auto; padding: 0px } 



/* Remove all image borders */
img { border: none }



/* These are CLASS selectors*/
div.center { text-align: left }

td.corner { background-color: #FFFFFF; border: none }

td.large-header { background-color: white; border: none }

h3.top-of-page { color: #b52024; font-family: arial, sans-serif; text-align: center } 

table.search { width: 775px; border-width: 7px; text-align: center; padding: 3px; border-spacing: 3px; border-style:outset; border-top-color:#4AA02C; border-left-color:#4AA02C; border-right-color:#347235; border-bottom-color:#347235 }

table.seller-steps { width: 775px; border-width: 7px; text-align: center; padding: 3px; border-spacing: 3px; border-style:outset; border-top-color:#4AA02C; border-left-color:#4AA02C; border-right-color:#347235; border-bottom-color:#347235 }

tr.search { border-width: 3px; padding: 2px; }

td.search-column {text-align: center; border-width: medium; border-style: outset; font-family: arial, sans-serif; text-align: center; font-size: small; font-weight: bold }

th.search { border-style: inset; border-width: thin; font-family: arial, sans-serif; text-align: center; font-size: x-large; color: #558035 }

td.link { font-family: arial, sans-serif; text-align: center; font-size: medium; border-style: inset; border-width: 3px; padding: 2px; color: #558035 }

th.link   { border-style: inset; border-width: thin; font-family: arial, sans-serif; text-align: center; font-size: medium; color: #558035 }

td.search-price { font-family: arial, sans-serif; text-align: center; font-size: small; font-weight: bold; border-style: inset; border-width: 3px; padding: 2px }

td.search-area { font-family: arial, sans-serif; text-align: center; font-size: small; border-style: inset; border-width: 3px; padding: 2px }



td.condo-search { font-family: arial, sans-serif; text-align: center; font-size: small; border-style: none; border-width: 0px; padding: 2px; border-width: 0px}

p.content-title { font-size: 24px; color: #b52024; font-family: arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 2px}

td.condo-search-title { font-size: 24px; color: #b52024; font-family: arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 2px; border-width: 0px}

td.condo-search-include { font-family: arial, sans-serif; text-align: center; font-size: small; border-style: none; border-width: 0px; padding: 2px }



p.content-subtitle { font-size: 18px; color: #b52024; font-family: arial, sans-serif; text-align: left; font-style: italic; font-weight: bold; margin-bottom: 4px}


p.content-subtitle-content { font-family: arial, sans-serif; text-align: justify; font-size: medium; margin-top: 0px }

p.content { font-family: arial, sans-serif; text-align: justify; font-size: medium; margin-top: 2px; margin-bottom: 2px }

li.content { list-style-type: square; text-align: left; font-family: arial, sans-serif; font-size: medium; margin-bottom: 20px }

ol.ordered { list-style-type: decimal; text-align: left; font-family: arial, sans-serif; font-size: medium; margin-bottom: 20px }

/* This is an ID selector */
#table_header
{ border-width: 0px; padding: 0px; width: 1024px; height: 252px; border-spacing: 0px }

#table_content_frame
{ border-width: 0px; padding: 4px; border-width: 5px; width: 95% } 


#table_content_text
{ border-width: 5px; padding: 0px; width: 100% }

#table_condo_search
{ border-width: 0px; border-width: 0px; width: 100% } 

#table_featured_properties
{ padding: 7px; border-spacing: 7px; width: 100%; background-color: #ECE5B6; border-width: 7px; text-align: left }

#table_featured_content
{ padding: 2px; border-spacing: 2px; background-color: #ECE5B6; border-width: 7px; text-align: left }





#table_contact_info
{ border-width: 0px; padding: 0px; border-width: 0px; width: 100%; font-weight: bold; font-size: medium; color: #b52024; font-family: arial, sans-serif; text-align: left; line-height: 1.5 }

#table_copyright
{ border-width: 0px; padding: 10px; border-width: 0px; width: 100%; FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; TEXT-ALIGN: center; FONT-FAMILY: Arial; TEXT-DECORATION: none; vertical-align: bottom }


#navigation
{ border-width: 0px; vertical-align: top; padding: 0px; border-spacing: 0px }

#text-navigation
{ font-family: arial, sans-serif; text-align: center; font-size: medium }


/* inline css syntax 
<span style="cssproperty1: value; cssproperty2: value;"> </span>
*/

/*  Measure Key

 A length value is formed by an optional + or -, followed by a number, followed by a two-letter abbreviation that indicates the unit. There are no spaces in a length value; e.g., 1.3 em is not a valid length value, but 1.3em is valid. A length of 0 does not require the two-letter unit identifier.

Both relative and absolute length units are supported in CSS1. Relative units give a length relative to another length property, and are preferred since they will better adjust to different media. The following relative units are available:

em (ems, the height of the element's font) 
ex (x-height, the height of the letter "x") 
px (pixels, relative to the canvas resolution) 
Absolute length units are highly dependent on the output medium, and so are less useful than relative units. The following absolute units are available:

in (inches; 1in=2.54cm) 
cm (centimeters; 1cm=10mm) 
mm (millimeters) 
pt (points; 1pt=1/72in) 
pc (picas; 1pc=12pt)

 */







 




