﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 12px;
}

h1 
{
}

h2 
{
    font-size           : 1.6em;
}

h3 
{
    font-size           : 1.2em;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
    font-weight     : bold;
}

a:visited 
{
    text-decoration : none;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    font-weight     : bold;
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#detailBox
{
    font-size       : .9em;
}


/*___ SPAN _________________________________________________________________*/

span.branding,
    div#branding span
{
    font-family     : Book Antiqua, Palatino, Palatino Linotype, Serif;
    font-size       : 1.4em;
}

span.content_sub,
    div#content_sub span
{
    text-decoration : underline;
}

span.contactForm,
    div#content.contact div#content_sub span
{
    text-decoration : none;
}

span.listingsHeader,
    ul#listings li h2 span
{
    font-size       : .6em;
}

span.MLS
{
    font-size       : .8em;
}

span.price
{
    font-size       : 1.5em;
}

span.detail,
    div#detail h2 span
{
    font-size       : .5em;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.branding,
    div#branding h2
{
    font-family     : Book Antiqua, Palatino, Palatino Linotype, Serif;
    font-size       : 1.4em;
}


h2.listings,
    ul#listings li h2
{
    font-family     : Book Antiqua, Palatino, Palatino Linotype, Serif;
    font-size       : 2em;
}

h2.detail,
    div#detail h2
{
    font-family     : Book Antiqua, Palatino, Palatino Linotype, Serif;
    font-size       : 2.5em;
}

/*___ H3 _________________________________________________________________*/

h3.detail,
    div#detail h3
{
    font-size       : 1.5em;
}


/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.mindfly
{
    font-size       : .8em
}

/*___ UL _________________________________________________________________*/

ul.content_sub,
    div#content_sub ul
{
    font-weight     : bold;
}


/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.listings,
    ul#listings li a
{
    font-size       : 1.5em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

th.detailBox,
    div#detailBox table tbody tr th
{
    text-align      : right;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

input.section1,
    fieldset#contactForm div#section1 label input
{
    font-size       : 1.1em;
}

input.btnSubmit
{
    font-size       : 1.2em;
}

/*___Group/Section/Class_________________________________________________________________*/_Group/Section/Class_________________________________________________________________*/