/*___ extensions.css: Styles that don't validate (new CSS3 styles, extensions, etc)  ___*/

/*___ Section 1: Global Extensions Styles ___*/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Extensions Modules ___*/

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#logo a
{
    display         : block;
    width           : 200px;
    height          : 198px;
    margin          : 5px; 
    float           : left;
    text-indent     : -9999em;
    background      : transparent url("images/logo.png") no-repeat top left;
}

.about,
.about:visited,
.about:hover,
.vend,
.vend:visited,
.vend:hover,
.how,
.how:visited,
.how:hover,
.visit,
.visit:visited,
.visit:hover
{
    display         : block;
    width           : 145px;
    height          : 45px;
    text-indent     : -9999em;
}

.about,
.about:visited,
.about:hover
{
    background      : transparent url(images/imageReplacement/aboutBFM.jpg) no-repeat top left;
}

.about.current
{
    background      : transparent url(images/imageReplacement/aboutBFMCurrent.jpg) no-repeat top left;
}

.vend,
.vend:visited,
.vend:hover
{
    background      : transparent url(images/imageReplacement/meetVendors.jpg) no-repeat top left;
}

.vend.current
{
    background      : transparent url(images/imageReplacement/meetVendorsCurrent.jpg) no-repeat top left;
}

.how,
.how:visited,
.how:hover
{
    background      : transparent url(images/imageReplacement/howToVend.jpg) no-repeat top left;
}

.how.current
{
    background      : transparent url(images/imageReplacement/howToVendCurrent.jpg) no-repeat top left;
}

.visit,
.visit:visited,
.visit:hover
{
    margin-left     : 2px;
    background      : transparent url(images/imageReplacement/visitBoth.jpg) no-repeat top left;
}

.visit.current
{
    background      : transparent url(images/imageReplacement/visitBothCurrent.jpg) no-repeat top left;
}

.volunteer,
.volunteer:visited,
.volunteer:hover
{
    display         : block;
    width           : 97px;
    height          : 30px;
    text-indent     : -9999em;
    background      : transparent url(images/imageReplacement/volunteer.jpg) no-repeat top left;
}

.kids,
.kids:visited,
.kids:hover
{
    display         : block;
    width           : 60px;
    height          : 30px;
    text-indent     : -9999em;
    background      : transparent url(images/imageReplacement/kids.jpg) no-repeat top left;
}

.support,
.support:visited,
.support:hover
{
    display         : block;
    width           : 82px;
    height          : 30px;
    text-indent     : -9999em;
    background      : transparent url(images/imageReplacement/support.jpg) no-repeat top left;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="submit"]
{
    display         : block;
    width           : 68px;
    height          : 30px;
    text-indent     : -9999em;
    border          : none;
    background      : transparent url(images/imageReplacement/submit.jpg) no-repeat top left;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
