
/* ======================================= Page =========================================== */

div#page
{
	width: auto;
}

/* ===================================== Content-Container / Content ========================================= */

/* This holds the actual content within the page */
div#page div#content-container div#content
{
	padding-bottom: 0em;
	margin-bottom: 0em;

	background-image: none; /* No bottom horizontal rule on this guy */
}

/* ======================================= Secondary Nav =========================================== */

/* ================= Secondary nav inside #content ========================
	(as opposed to being a child of #contentcontainer ) */

/* List of links */
div#content div#secondary-nav ul
{
	margin-top: 0em;
}

div#content div#secondary-nav ul li
{
	list-style-type: disc;
}

/* ============== (What would be) Image Rollover bits for the secondary nav ============= */

div#content div#secondary-nav ul li
{
	height: auto !important;
	width: auto !important;

	margin-bottom: 0.2em;
}

/* This hides the text via the Phark text-hiding method:
	http://www.mezzoblue.com/tests/revised-image-replacement/#phark2 */
div#content div#secondary-nav ul li a span
{
	display: inline;
	text-indent: 0px !important;
}

/* Kill off any image replacement */
div#content div#secondary-nav ul li,
	div#content div#secondary-nav ul li a
{
	background-image: none !important;
}


/* =============================== Headers: General Image Replacement =============================== */

/* Neuters image replacement */

div#content h1,
	div#content h1 span,
	div#content h2,
	div#content h2 span,
	div#content h3,
	div#content h3 span,
	div#content h4,
	div#content h4 span,
	div#page div#secondary-nav h5,
	div#page div#secondary-nav h5 span,
	div#page ul#primary-nav h6,
	div#page ul#primary-nav h6 span
{
	width: auto !important;
	height: auto !important;

	background-image: none !important;
}

div#content h1 span,
	div#content h2 span,
	div#content h3 span,
	div#content h4 span,
	div#content h5 span,
	div#content h6 span
{
	display: none !important;
}

div#content-container div#secondary-nav h5
{
	border-right-width: 0px;
}

/* ======================================= Page: Header =========================================== */

/* The header (currently) runs across the top of the page and holds a Flash movie */
div#content-container div#header
{
	width: auto;
	max-width: 100%;
}

div#content-container div#header param
{
	display: none;
}