@charset "UTF-8";

/*******************************************/
/**** Header                                /
/**** Primary navigation is in menu.css ****/
/*******************************************/

#logo
{
	width: 260px;
	display: block;
}
#toolsNavContainer
{
	width: 200px;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	color: #000;
}
#toolsNavContainer a
{
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}
#toolsNavContainer a:hover
{
	color: #0977C4;
}

/**********************************************/
/**** Artbar - section label and page name ****/
/**********************************************/

#artBarContainer img
{
	display: block;
}
#sectionLabelContainer
{
	width: 200px;
	position: absolute;
	left: 14px;
	top: 62px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #10A9E8;
}
#pageNameContainer
{
	width: 500px;
	position: absolute;
	left: 14px;
	top: 94px;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	color: #0977C4;
}

/*********************/
/**** Left column ****/
/*********************/

ul#secondaryNav
{
	width: 175px;
	border-bottom: 1px solid #CCC;
}
ul#secondaryNav a
{
	width: 161px;
	display: block;
	padding: 5px 0 4px 14px;
	border-top: 1px solid #CCC;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
}
ul#secondaryNav a:hover, ul#secondaryNav a.highlight
{
	color: #C04F0E;
	background: #EAEAEA none;
}

/***********************/
/**** Center column ****/
/***********************/

#centerColumn h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #6C8242;
	text-transform: uppercase;
}
#centerColumn p
{
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 14px;
}
#centerColumn p.intro, #fullWidthColumn p.intro
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #0977C4;
	margin-bottom: 14px;
}
#centerColumn ul
{
	margin: 0 0 14px 25px;
}
#centerColumn li
{
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(../images/list-bullet.gif) no-repeat 0 7px;
}
#centerColumn ul li ul
{
	margin-bottom: 0;
}
#centerColumn ul li ul li
{
	margin-left: 10px;
}
#centerColumn a
{
	color: #C04F0E;
	text-decoration: underline;
}
#centerColumn a:hover
{
	text-decoration: none;
}

/**********************/
/**** Right column ****/
/**********************/

#rightColumn h1
{
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #7A7E18;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 4px 0 3px 5px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
#rightColumn p
{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin-bottom: 8px;
	padding-left: 5px;
}
#rightColumn a
{
	color: #C04F0E;
	text-decoration: underline;
}
#rightColumn a.readMore
{
	font-size: 10px;
}
#rightColumn a:hover
{
	text-decoration: none;
}

/****************/
/**** Footer ****/
/****************/

#footerContainer p
{
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	margin-left: 15px;
}
#footerContainer a
{
	color: #FFF;
	text-decoration: none;
}
#footerContainer a:hover
{
	text-decoration: underline;
}

/***************************************/
/**** Widely-scoped utility classes ****/
/***************************************/

blockquote
{
	margin: 0 10px;
}
.clearAll
{
	clear: both;
}
.left
{
	float: left;
	margin: 0 8px 8px 0;
}
