﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
    background      : white url(images/bgMain.gif) left top no-repeat;
}

body 
{
    background      : transparent url("images/bgVertStripe.gif") left top repeat-y;
}

h1 
{
}

h2 
{
	color           : #00467f;
}

h3 
{
	color           : #00467f;
}

h4 
{
	color           : #00467f;
}

h5 
{
	color           : #00467f;
}

h6 
{
	color           : #00467f;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #CC6633;
}

a:visited 
{
    color           : #CC6633;
}

a:hover 
{
    color           : #CC6633;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*{
    background      : transparent url(images/logoBrandingSmall-trans.png) no-repeat left 10px;
}*/

.home div#branding h1,
.base div#branding h1,
.center div#branding h1
{
    background      : transparent url("images/logoBranding.png") no-repeat left top;
}

/*___ H2 _________________________________________________________________*/
div#content_main h2 span
{
    border-top      : solid 1px #00467f;
}

div.vcard
{
    background      : transparent url("images/nwecContactInfo-trans.png") no-repeat top left;
}

.home h2.homeTag
{
    color           : #606060;
}
/*___ H3 _________________________________________________________________*/
h3.quote
{
    color           : #606060;
}
/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.ulMain ul
{
    border-right        : solid 1px #CC6633;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulMain a,
ul.ulMain a:visited
{
    color           : #00467F;
}

ul.ulMain a:hover
{
    color           : #B3CC95;
}

ul.ulMain ul a,
ul.ulMain ul a:visited
{
    color           : #CC6633;
}

ul.ulMain ul a:hover
{
    color           : #CC6633;
}

ul.ulMain ul a.current,
ul.ulMain ul a.current:hover,
ul.ulMain ul a.current:visited
{
    color           : #CC6633;
}

li.liPage2 a,
li.liPage2 a:visited
{
    background      : transparent url(images/btnHome.jpg) no-repeat top left;
}

li.liPage2 a:hover
{
    background      : transparent url(images/btnHomeHover.jpg) no-repeat top left;
}

li.liPage4 a,
li.liPage4 a:visited
{
    background      : transparent url(images/btnPhysicians.jpg) no-repeat top left;
}

li.liPage4 a:hover
{
    background      : transparent url(images/btnPhysiciansHover.jpg) no-repeat top left;
}

li.liPage5 a,
li.liPage5 a:visited
{
    background      : transparent url(images/btnConditions.jpg) no-repeat top left;
}

li.liPage5 a:hover
{
    background      : transparent url(images/btnConditionsHover.jpg) no-repeat top left;
}

li.liPage6 a,
li.liPage6 a:visited
{
    background      : transparent url(images/btnAppointments.jpg) no-repeat top left;
}

li.liPage6 a:hover
{
    background      : transparent url(images/btnAppointmentsHover.jpg) no-repeat top left;
}

li.liPage7 a,
li.liPage7 a:visited
{
    background      : transparent url(images/btnShop.jpg) no-repeat top left;
}

li.liPage7 a:hover
{
    background      : transparent url(images/btnShopHover.jpg) no-repeat top left;
}

li.liPage9 a,
li.liPage9 a:visited
{
    background      : transparent url(images/btnContact.jpg) no-repeat top left;
}

li.liPage9 a:hover
{
    background      : transparent url(images/btnContactHover.jpg) no-repeat top left;
}


li.liPage4 ul a,
li.liPage4 ul a:visited,
li.liPage4 ul a:hover,
li.liPage5 ul a,
li.liPage5 ul a:visited,
li.liPage5 ul a:hover,
li.liPage6 ul a,
li.liPage6 ul a:visited,
li.liPage6 ul a:hover
{
    background-image: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/
.home div#content_main blockquote 
{
    color           : #00467f;
}

.base div#content_main blockquote
{
    color           : #606060;
}

/*___ CITE _________________________________________________________________*/
div#site_info cite
{
    color           : #00467f;
}

/*___Group/Section/Class_________________________________________________________________*/


