/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
	 line-height		: 140%;	
}

h1 
{
	margin-bottom		: 10px;
}

h2 
{
	margin-bottom		: 10px;
}

h3 
{
	margin-bottom		: 5px;
}

h4 
{
	margin-bottom		: 5px;
}

h5 
{
	margin-bottom		: 5px;	
}

h6 
{
	margin-bottom		: 5px;
}

p 
{
	margin-bottom	: 10px;
}

ul 
{
}

ol 
{
	margin			: 0.5em 0 0.5em 20px;
	list-style-type	: decimal;
}

li 
{	margin			: .5em 0 0 0;
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/

/*___ DIV _________________________________________________________________*/

#header
{
	position		: relative;
	height			: 202px;
	padding-top		: 48px;	
}

#header .wrapper
{
	position		: relative;
	width			: 1020px;
	height			: 202px;
	margin			: 0 auto;
}

#content
{
	position		: relative;
	padding			: 10px 20px 15px 10px;
	width			: 990px;
	margin			: 0 auto;
	word-spacing	: -1em;
	letter-spacing	: -1em;
	overflow		: hidden;
}

#content .section
{
	position		: relative;
	display			: inline-block;
	word-spacing	: normal;
	letter-spacing	: normal;
	vertical-align	: top;	
}

.section.primary
{
	width			: 570px;
	margin			: 0 15px;	
}


.section.secondary
{
	width			: 200px;
	float			: left;	
}


.section.tertiary
{
	width			: 170px;
	float			: right;	
}

#header .search
{
	position		: absolute;
	top				: -30px;
	right			: 134px;	
}

#whatsNew
{
	position		: relative;
	padding			: 0 5px 15px;	
}

#whatsNew .icon
{
	position		: absolute;
	left			: 0;
	top				: -2px;
	width			: 59px;
	height			: 61px;
	text-indent		: -9999em;	
}

#briefs .tabbedContent
{
	position		: relative;
	padding			: 15px 5px 5px;
	display			: none;
}

#briefs .tabbedContent.show
{
	display			: block;	
}

#schedule
{
	position		: relative;
	padding			: 15px 5px 20px;
	margin-top		: 5px;
}

.nav.submenu
{
	margin			: -10px 0 0 -10px;
	width			: 210px;
}

#cse-search-results iframe
{
	width			: 570px !important;	
}

/*___ SPAN _________________________________________________________________*/

.fieldName
{
	display			: block;
	width			: 150px;
	float			: left;	
}

/*___ H1 _________________________________________________________________*/
#header h1
{
	margin-bottom		: 0;
}


/*___ H2 _________________________________________________________________*/

#whatsNew h2
{
	padding			: 10px 0 10px 60px;
	margin			: -2px -7px 35px;
}

/*___ H3 _________________________________________________________________*/

#briefs .tabbedContent h3,
#schedule h3
{
	margin-bottom	: 1em;	
}

.nav.submenu h3
{
	padding			: 10px 0 10px 15px;	
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

#header .menu,
#footer .menu
{
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	word-spacing	: -1em;
	letter-spacing  : -1em;
}

#header .menu
{
	padding			: 8px 0 8px 142px;	
}

.primary ul
{
	list-style-type		: disc;
	margin			: 10px 0px 10px 15px;
}

#footer .menu
{
	padding			: 1em 0;
	text-align		: center;
}

#briefs .tabbed
{
	padding			: 0;
	margin			: 0;
	list-style-type	: none;	
	overflow		: hidden;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#header .menu li,
#footer .menu li
{
	position		: relative;
	display			: inline-block;
	padding			: 0 10px;
	word-spacing	: normal;
	letter-spacing	: normal;
}

#briefs .tabbed li
{
	position		: relative;
	padding			: 5px;
	width			: 95px;
	text-align		: center;
	float			: left;
	z-index			: 1;
	cursor			: pointer;
}

#briefs .tabbed li.active
{
	z-index			: 2;	
}

#briefs .tabbed li+li
{
	margin-left		: -10px;	
}

.nav.submenu li
{
	padding-left: 10px;
	padding-bottom	: 0em;
	padding-right	: 0px;	
}

#briefs .tabbed li.two /* add so the words wouldn't be overlapped */
{
    padding-right   : 0px;
    width           : 100px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header h1 a
{
	position		: absolute;
	display			: block;
	width			: 297px;
	height			: 119px;
	left			: 10px;
	top				: 40px;
	text-indent		: -9999em;	
}

#header h1 a:hover
{
	top				: 40px;	
}

#contact
{
	position		: absolute;
	display			: block;
	padding			: 8px 10px 8px 38px;
	top				: 0;
	right			: 0;
}

/*___ TABLE _________________________________________________________________*/

.primary table
{
	width		: 100%;
	margin		: 20px 0;
}


/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

.primary th
{
	padding		: 5px;
	vertical-align	: top;
}

/*___ TD _________________________________________________________________*/

.primary td
{
	padding		: 5px;
	vertical-align	: top;
}

/*___ IMG _________________________________________________________________*/

#briefs img
{
	display			: block;
	margin			: 0 auto 1em;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

#header .search input[type="submit"]
{
	display			: inline-block;
	width			: 25px;
	height			: 25px;
	text-indent		: -9999em;
	cursor			: pointer;
}

#registrationForm input[type="submit"]
{
	margin-left		: 150px;	
}

/*___ LABEL _________________________________________________________________*/

#registrationForm label
{
	position		: relative;
	display			: block;
	margin			: 0 0 1em;
	overflow		: hidden;	
}

/*___Group/Section/Class_________________________________________________________________*/
