
/* =================== Secondary Nav / Tertiary Nav / Secondary Content Common Properties ==================== */

div#secondary-nav ul li a:link
{
	 color: rgb(68,142,181); /* A medium cyan (this is a dark blue on non-news pages) */
}

/* ========================================= Page Navigation ==================================== /

/* The news section has its own next/previous navigation across the top */

/* Page-nav is a class as it's conceiveable that there could
	more than one page-nav on a page at a time */
div#content ul.page-nav
{
	margin-left: 0em;
	margin-right: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

div#content ul.page-nav li
{
	display: inline;
	list-style-type: none;
}

/* Color properties for the page navigaton */

div#content ul.page-nav li,
	div#content ul.page-nav li a:link
{
	color: rgb(7,33,60); /* A very dark blue */
}

div#content ul.page-nav li a:hover
{
	color: rgb(102,153,204) !important; /* A lighter cyan */
}

ul.page-nav li.previous
{
	background-image: url(../images/page-nav/previous.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px; /* This leaves room for the background image */
}

ul.page-nav li.next
{
	background-image: url(../images/page-nav/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 9px; /* This leaves room for the background image */
}

/* ======================================= Other news bits =================================== */

/* This denotes the owner of the press release */
div#content address
{
	/* This ensures a minimum top margin via margin collapsing */
	margin-top: 1.1em;
}
