/*___ extensions.css: Styles that don't validate (new CSS3 styles, extensions, etc)  ___*/

/*___ Section 1: Global Extensions Styles ___*/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Extensions Modules ___*/

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/

#content
{
	-moz-border-radius-bottomleft	  : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright	  : 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#whatsNew
{
	-moz-border-radius-bottomleft	  : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright	  : 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#schedule
{
	-moz-border-radius-bottomleft	  : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright	  : 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#header .about
{
	background		: transparent url(images/aboutheader.png) no-repeat left top;	
}

#header .work
{
	background		: transparent url(images/workheader.png) no-repeat left top;	
}

#header .groups
{
	background		: transparent url(images/headerInternalBG.jpg) no-repeat left top;	
}

#header .documents
{
	background		: transparent url(images/documentsheader.png) no-repeat left top;	
}

#header .calendar
{
	background		: transparent url(images/calendarheader.png) no-repeat left top;	
}

#header .links
{
	background		: transparent url(images/linksheader.png) no-repeat left top;	
}

#header .contact
{
	background		: transparent url(images/contactheader.png) no-repeat left top;	
}

.home #header .wrapper
{
	background		: transparent url(images/homeheader.png) no-repeat left top;	
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

#briefs .tabbed li
{
	-moz-border-radius-topleft	    : 10px;
	-webkit-border-top-left-radius  : 10px;
	-moz-border-radius-topright	    : 10px;
	-webkit-border-top-right-radius : 10px;
}

#briefs .tabbed li.tab.one
{
	-moz-box-shadow                 : 0px 15px 30px #000;
	-webkit-box-shadow              : 0px 15px 30px #000;
}

#briefs .tabbed li.tab.two
{

	-moz-box-shadow                 : 0px 15px 30px #000;
	-webkit-box-shadow              : 0px 15px 30px #000;
}
/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
