﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{

}

body 
{
    background-color: #a1b5da;
}

h1 
{
}

h2 
{
}

h3 
{
    
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #4d6289;
}

a:visited 
{
    color           : #4d6289;
}

a:hover 
{
    color           : #4d6289;
}

table 
{
	border			: 1px solid black;
}

tr 
{
}

th 
{
    border          : 1px solid black;
}

td 
{
    border          : 1px solid black;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

#header
{
    background      : transparent url(images/headerBg.jpg) no-repeat top left;
    border          : 1px solid #ffffff;
}

#header .vcard
{
    background      : transparent url(images/headerPhone.png) no-repeat top right;
}

.content
{
    background		: #ffffff url(images/underMenu.jpg) repeat-y 1px top;
}

.leftColumn
{
    border-right    : 1px solid #c2c9d7;
}

.nav.menu
{
    background      : transparent url(images/navMenuBg.jpg) repeat-x top left;
    border-left     : 1px solid #ffffff;
    border-top      : 1px solid #ffffff;
}

.footer
{
    background      : transparent url(images/footerBg.png) repeat-y 1px top;
}


.section.description 
{
	border-bottom	: solid 1px #ccc;
}

.video
{
    border          : 1px solid #595C5B;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

#header h1
{
    background      : transparent url("images/headerLogo.png") no-repeat top left;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

.list.links 
{
    border          : solid 1px #ccc;      
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

.nav.menu li
{
    border-bottom   : 1px solid #ffffff;
}

.ulListing li,
.ulStaffListing li
{
    border-top	   : 1px solid #FFD964;
}

.ulListing li:first-child,
.ulStaffListing li:first-child,
.ulListing li li,
.ulStaffListing li li
{
    border-top   : 0;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.nav.menu a:hover,
.nav.menu .current
{
    background-color: #ffffff;
}

a.hiddenLink 
{
	color		: #000;
	cursor		: inherit;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

.imageBox img,
.leftColumn img,
.rightColumn img,
.ulListing img,
.ulStaffListing img,
.description img

{
    border      : 1px solid #595c5b;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ BUTTON _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/


