﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-size: 62.5%;
    font-family: Georgia, Arial;
}

.hidden
{
    display: none;
}

div#stage
{

}

div#footer
{
    background: #000 url('/library/images/site-furniture/footer.jpg') no-repeat center;

    margin-top: 250px;
    border-top: 2px solid #000;
    font-family: Arial;
}
div#footer h2
{
    color: #FFF;
    font-family: Cambria, Georgia;
    font-size: 1.5em;
    text-transform: lowercase;
    font-style: italic;
    margin-bottom: 20px;
}
div#footer a
{
    color: #061;   
    text-decoration: none;

}
div#footer a:hover
{   
    color: #0F3;
    text-decoration: underline;
}
div#footer p, 
div#footer div#footerLatestBlogPosts td
{
    font-size: 1.2em;
    padding-right: 10px;
    color: #AAA;
}
div#footer div#footerLatestBlogPosts td.dateTime
{
    color: #FFF;
    font-weight: bold;
}

p#extraPosts
{
    text-align: right;
    margin-top: 20px;
}
div#footerLatestBlogPosts
{
    float: right;
    width: 280px;
}	
div#footerLatestBlogPosts thead
{
    display: none;
}
div#footerLatestBlogPosts tr
{
}
div#footerLatestBlogPosts td
{
    vertical-align: top;
    padding-bottom: 4px;
}
div#footerLatestBlogPosts td.dateTime
{
    white-space: nowrap;
    text-align: right;
}
div#footer p.legal
{
    width: 900px;
    margin: 0px auto;
    padding: 6px 0px;
    background-color: #000;
    text-align: right;
}
div#footerNavigationLegal
{
    _height: 1%;
    overflow: hidden;
}
ul#footerNavigation
{
    width: 900px;
    margin: 0px auto;
    list-style-type: none;
}

ul#footerNavigation li
{
    float: left;
    padding: 6px 5px;
    font-size: 1.2em;
    
}

div#footerContent
{
    _height: 1%;
    overflow: auto;
    width: 900px;
    margin: 0px auto;
}

div#footer div.footerExtraneous
{
    _height: 1%;
    overflow: hidden;
    padding-top: 20px;
}

/* twitter control */
div#footer div#twitterFeed
{
    float: left;
}
div#footer div#ctl00_pnlTweet, div#ctl00_pnlTwitterFail
{
    margin-top: 20px;
    width: 320px;
    
}
div#footer div#ctl00_pnlTweet p.message, div#ctl00_pnlTwitterFail p.message
{
    font-family: Cambria, Georgia;
    font-style: italic;
    font-weight: normal;
    font-size: 2.5em;
    background: transparent url('/library/images/site-furniture/bird-128.png') no-repeat -30px 0px;
    
    padding: 4px;
    border: 1px solid #333;
    padding-left: 100px;
    color: #FFF;
}
div#ctl00_pnlTwitterFail p.message
{
    background: url('/library/images/site-furniture/whale-128.png') no-repeat;
    padding-left: 140px;

}
div#footer div#ctl00_pnlTweet p.messageDetails
{
    font-size: 1em;
    text-align: right;
    margin-top: 10px;
}

div#footer div#footerContactForm
{
    float:right;
    margin-left: 20px;
    width: 270px;
}
div#footerContactForm div.formField 
{
    margin-bottom: 5px;
    _height: 1%;
    overflow: auto;
}
div#footerContactForm div.formField *
{
}
div#footerContactForm div.formField label
{
    color: #AAA;
    display: block;
}
div#footerContactForm div.formField input,
div#footerContactForm div.formField textarea
{
    color: #999;
    padding: 3px 0px 3px 3px;
    margin: 3px 0px;
    background-color: #000;
    border: 1px solid #333;
    width: 180px;
    font-family: Arial;
}
div#footerContactForm div.formField input:focus,
div#footerContactForm div.formField textarea:focus
{
    border: 1px solid #999;
}
div#footerContactForm div.submitForm input
{
}

div#footerContactForm div.formField textarea
{
	overflow: hidden;
    height: 80px;
    width: 250px;
    max-width: 250px;
}


div#contactDetails
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 1em 1em 0em 0em;
}
div#contactDetails ul
{
    list-style-type: none;
    
    /* clearing float */
    _height: 1%;
    overflow: auto;
}
div#contactDetails ul li
{
    float: left;
    margin-right: 10px;
}

div#companyDetails
{
    margin: 20px 0px;
}
div#companyDetails p
{
    font-size: 1em;
}