﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body
{
    background      : transparent url(images/bodyBG.jpg) no-repeat center;
    border          : 5px solid #c8d7eb;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color       : #336699;
}

a:visited 
{
    color       : #003366;
}

a:hover 
{
    color       : #999999;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#brandingText
{
    background-color: #e1ebf5;
}


div#nav_main
{
    background-color: #003366;
    color           : White;
}

.home div#content,
.home div#site_info
{
    background      : transparent url(images/mainContentBG.gif) repeat-y;   
}

.base div#branding
{
    background      : transparent url(images/baseBrandingBG.gif) repeat-y top right;   
}

.base div#content,
.base div#site_info
{
    background      : transparent url(images/baseContentBG.gif) repeat-y;   
}


.home div#subBox1,
.home div#subBox2
{
    background-color: #e1ebf5;
}

div#coupon
{
	background-color: white;
}

div#coupon .wrapper
{
	border			: solid 3px #C8D7EA;
	background		: white url(images/couponLogo.jpg) no-repeat 50% top;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
.home div#branding h1
{
    background      : transparent url(images/BioBugLogo_Home.jpg) no-repeat;
}

.base div#branding h1
{
    background      : transparent url(images/baseLogo.gif) no-repeat;
}
/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.home div#subBox1 h3,
.home div#subBox2 h3
{
    border-bottom   : 4px solid white;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

div#nav_main li
{
    border-left     : 2px solid #266bad;
}

div#nav_main li:first-child
{
    border-left     : none;
}

.home div#nav_main li:first-child + li
{
	border-left		: none;	
}


ul#ulSiteInfo li
{
    border-left     : 1px solid black;
}

ul#ulSiteInfo li:first-child
{
    border-left     : none;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulMain a,
ul.ulMain a:hover,
ul.ulMain a:visited
{
    color			: White;   
}

ul#ulSiteInfo a,
ul#ulSiteInfo a:hover,
ul#ulSiteInfo a:visited
{
    color           : Black;
}


/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
