/*
 * This style sheet is organized based on the order the styles are
 * used on a page with the "generic" settings coming first.
 */

/*
 * Generic site wide style settings.
 */
body 
{
    color: #000000;
    background : #CCCC99;
    font-size: 1em;
    font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular", sans-serif;
    text-indent: 0em;
    text-decoration: none;
    position: relative;
    min-width: 660px;
    margin: 5px;
    padding:0; /* Opera */
}

p
{
    font-size: small;
    font-weight: normal;
}

b 
{
    font-size: small;
    font-weight: bold;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: none;
}

a:active 
{
    text-decoration: none;
}

/*
 * The settings for the header block which has Titles & Logo at the top of all pages.
 */
#header
{
    background-color: #999966;
    text-align: center;
    height: 88px;
}

#beginHeader
{
    clear: both;
}

.headerImageLeft
{
    float: left;
    margin: 0em;
    background-image: url(../images/housesmall.jpg);
    background-repeat: no-repeat;
    width: 165px;
    height: 88px;
}
.headerImageRight
{
    float: right;
    margin: 0em;
    background-image: url(../images/mantlesmall.jpg);
    background-repeat: no-repeat;
    width: 169px;
    height: 88px;
}



#headerTitle
{
    color: #ffffff; 
    font-size: x-large; 
    font-weight: bold;
    text-shadow: 0em .1em .2em #000000;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
}
#headerTitleSmall
{
    color: #ffffff; 
    font-size: large; 
    font-weight: bold;
    text-shadow: 0em .1em .2em #000000;
    position: relative;
}

#headerTitle span
{
    white-space: nowrap;
    vertical-align: middle;
}

#endHeader
{
    clear: both;
}

/*
 * The settings for the toolbar block.
 */ 
#toolbar
{
    background-color: #999966;
    padding: 0; /*0.1em 0.5em 0.25em 0.5em; */
    margin:0;
    width: 165px;
    height: 400px;
    float: left;
    position: relative;
}

#beginToolbar
{
}

.toolbarItems
{
    marker-offset: 0em;
    margin: 0em;
    padding: 0.1em 0 0 8px ; /* 0.1em 0.5em 0.25em 0.5em;*/
}

.toolbarItem
{
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    list-style-type: none;
    list-style-position: inside;
    padding: 0em 0em 0em 0em;
    white-space: nowrap;
}
.toolbarIndent
{
    margin-left:.8em;
}

a.toolbarLink:link,a.toolbarLink:visited
{
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-shadow: 0em .1em .2em #000000;
}

a.toolbarLink:hover
{
    color: #333300;
    text-decoration: none;
    position: relative;
    text-shadow: 0em .1em .2em #333333;
}

a.toolbarLink:active
{
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-shadow: 0em .1em .2em #000000;
}

.toolbarSelected
{
    color: #000000;
    text-decoration: none;
    position: relative;
    text-shadow: 0em .1em .1em #666666;
}

#endToolbar
{
}

/*
 * The settings for the content block.
 */
#content 
{
    background-color: #CCCC99;
    border-color: #CCCC99;
    border-style: solid;
    border-width: .1em 1em .1em 1em;
    font-size: small;
    padding-left: 0.5em;
    display: block;
    margin-left:163px;
    min-height: 12em;
}

#beginContent
{
}

#endContent
{
}

.sectionHeader span
{
    font-weight: bold;
    font-size: larger;
    color: #666633;
    text-shadow: .2em .2em .3em #999966;
}

.contentImageLeft
{
    float: left;
    padding:0;
    margin-right: 5px;
}
.contentImageRight
{
    float: right;
    margin-left: 5px;
    padding:0;
}
.blackBorder
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000
}

/*
 * The settings for the footer.
 */
#footer  
{
    color: #000000;
    background : #CCCC99;
    border-width: 0;
    text-align: center;
    font-size: x-small;
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both;
}

#beginFooter
{
}

a.footerLink:link, a.footerLink:visited
{
    color: #ffffff;
    text-decoration: none;
}

a.footerLink:hover 
{
    color: #90c1ef; 
    text-decoration: none;
}

a.footerLink:active 
{
    color: #056ace;
    text-decoration: none;
}

#endFooter
{
}

