/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
}

body
{
	color			: #666666;
	background		: #34342D url(images/tileBG.jpg) repeat-x left 48px;	
}

.home body 
{
	color			: #4E472C;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color			: #005957;
}

a:visited 
{
	color			: #5B4900;
}

a:hover 
{
	color			: #666666;

}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/

#header
{
	color			: White;	
}

#footer
{
	color			: White;
}

#content
{
	background-color: white;	
}

#whatsNew
{
	border			: dotted 2px #676762;	
}

#whatsNew .icon
{
	background		: transparent url("images/whatsNewBG-trans.png") no-repeat left top;	
}

#briefs
{
	color			: White;	
}

#briefs .one
{
	background-color: #005958;	
}

#briefs .two
{
	background-color: #5B4900;	
}

#schedule
{
	background-color: #A78600;
	color			: White;	
}

.nav.submenu
{
	color			: #005957;
	border-bottom	: dotted 2px #6D9C94;
	padding-bottom	: 10px;	
}

.nav.submenu ul li
{
}

.nav.submenu ul li a
{
	color			: #005957;
	background-color: #ffffff;
	background		: transparent url(images/leftnavbullets.png) no-repeat 5px -25px;	
	padding: 10px 0px 0px 20px;
	display: block;
	
	
}

.nav.submenu ul li a:hover
{
	color			: #6D9C94;
	background		: transparent url(images/leftnavbullets.png) no-repeat 5px 13px;	
	text-decoration: none;

}
/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

#whatsNew h2
{
	color			: White;
	background-color: #5B4900;	
}

/*___ H3 _________________________________________________________________*/

.nav.submenu h3
{
	color			: #005957;	
	border-bottom	: dotted 2px #6D9C94;	

}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

#whatsNew .desc
{
	color			: #4A4F5B;	
}

/*___ UL _________________________________________________________________*/

#header .menu
{
	background-color: #005957;
	background-color: rgba(0,89,87,0.75);	
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#header .menu li,
#footer .menu li
{
	border-left		: solid 2px white;	
}

#header .menu li:first-child,
#footer .menu li:first-child
{
	border-left		: none;	
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header .menu a,
#footer .menu a
{
	color			: White;
	background      : none;
}

#header h1 a
{
	background		: transparent url("images/logo-trans.png") no-repeat left top;	
}

#contact,
#contact:hover,
#contact:visited
{
	background      : #BF7C06 url(images/contactarrow-trans.png) no-repeat 12px center;
	color			: White;	
}

#briefs a
{
	color		: #ffffff;
}

#briefs a:hover
{
	color			: #666666;
}




/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

.primary th
{
/*	border-top		: 1px solid #34342D;
	border-bottom		: 1px solid #34342D;*/
	background-color	: rgba(0,89,87,0.2)
}

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

#briefs img
{
	border			: solid 5px white;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

#header .search input[type="submit"]
{
	border			: none;
	background		: transparent url(images/btnGo.jpg) no-repeat left top;	
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/


