﻿.innerContent
{
	min-height: 410px;
	height: auto !important;
	height: 410px;
	background-image: url(../images/InnerPageBG.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 35px 0px;
}

.innerHeader
{
	width: 450px;
	padding: 25px 0px 0px 32px;
	color: #ff7900;
	font-weight: bold;
	font-size: 1em;
}

.innerSubHeader
{
	width: 450px;
	padding: 15px 0px 0px 32px;
	color: #ff7900;
	font-weight: bold;
	font-size: 0.75em;
}

.innerSubHeader a
{
	cursor: pointer;
}

.innerSubHeader a:hover
{
	text-decoration: underline;
}

.innerText, .innerTextExtended
{
	width: 450px;
	padding: 10px 0px 0px 32px;
	color: #676767;
	font-size: 0.75em;
	line-height: 1.7em;
}

.innerText ul li 
{
    margin-bottom: 12px;
}

.innerTextExtended
{
	width: 700px;
}

.sideBarGraphics
{
	float: right;
	width: 190px;
	margin-top: 55px;
}

.sideBarGraphics img
{
	padding-bottom: 15px;
}

/* Second (Inner) Site Navigation */
/* ===================================================== */
.secondaryNav
{
	padding: 0px 0px 15px 0px;
}

.secondaryNav, .secondaryNav a, .secondaryNav a:visited
{
	color: #676767;
}

.secondaryNav a:hover
{
	color: #ff7900;
}

.secondaryNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0px 22px;
}

.secondaryNav ul li
{
	display: inline;
	float: left;
}

.secondaryNav ul li span
{
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 9px 0 9px;
}

.secondaryNav ul li a
{
	text-decoration: none;
	font-variant: small-caps;
	font-size: 0.85em;
}

/* End Second (Inner) Site Navigation */
/* ===================================================== */