/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
}

body 
{
    background-color        : #4076bd;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #447cc7;
}

a:visited 
{
    color           : #447cc7;
}

a:hover 
{
    color           : #447cc7;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
    border                  : solid 1px #999b9f;
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/
#header
{
    background              : transparent url(images/header.jpg) no-repeat 0 0;
    border-left             : solid 1px #ffffff;
    border-right            : solid 1px #ffffff;
}

#header span.welcome
{
    background              : transparent url("images/headerWelcome-trans.png") no-repeat 0 0;
}

#header span.branding
{
    background              : transparent url("images/headerBranding-trans.png") no-repeat 0 0;
}

.content
{
    border-left             : solid 1px #ffffff;
    border-right            : solid 1px #ffffff;
    border-bottom           : solid 1px #ffffff;
    background              : #ffffff url(images/contentDocks.jpg) no-repeat left bottom;
}

#footer
{
    color                   : #ffffff;
}
/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/
div.nav
{
    background-color        : #d9e3f4;
    background-color        : rgba(255, 255, 255, .76);
}

.home .main
{
    background              : transparent url(images/main.png) repeat-x 0 0;
}

.special
{
	background-color		: #FFFDCA;
	border					: solid 1px #DFD653;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.highlight 
{
	color					: #66344f;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
ul.secondary
{
    background-color        : #D9E4F4;
    border-top              : solid 1px #6491CC;
    border-bottom           : solid 1px #6491CC;
}
/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.nav a
{
    color                   : #447cc7;
}

#footer a
{
    color                   : #002157;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
.content th
{
    border                  : solid 1px #98B8DF;
}
/*___ TD _________________________________________________________________*/
.content td
{
    border                  : solid 1px #98B8DF;
}
/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/


