﻿/******************** Sub Nav Frame
*/

#subNavFrame
{
	float:left;
	width:200px;
}

#subNavFrame img
{
	padding:0;
	border:none;
}

#subNavFrame ul
{
	padding:0;
	margin:0;
	list-style:none;
}

#subNavFrame li
{
	width:200px;
	padding:0;
	margin:0;
	border-bottom:dashed 1px #c2bfb0;
	vertical-align:bottom;
}

#subNavFrame li a
{
	display:block;
	font-family:Verdana, Geneva, Sans-Serif;
	color:#342a21;
	padding:14px 18px 14px 18px;
}

#subNavFrame li a:hover,
#subNavFrame li.Active a
{
	color:#2092bd;
	text-decoration:none;
}
#subNavFrame li.Active a
{
	font-weight:bold;
}

#subNavFrame li.ParentPage
{
	border:none;
	padding-top:1.8em;
	background-color:#342a21;
}

#subNavFrame li.ParentPage a
{
	text-transform:uppercase;
	color:#d7d3c1;
}
#subNavFrame li.ParentPage a:hover { color:#d7d3c1; }

/******************** Sub Nav - Tier 2
*/

#subNavFrame li ul { display:none; }

#subNavFrame li.Active ul 
{
	display:block;
	margin:-6px 0 1em 0;
}

#subNavFrame li.Active li { border:none; }

#subNavFrame li.Active li a
{
	font-weight:normal;
	color:#342a21;
	border:none;
	padding:4px 20px 4px 33px;
	background:url(Layouts/SubNavItemArrowBg.gif) no-repeat 25px 0.7em;
}

#subNavFrame li.Active li a:hover,
#subNavFrame li.Active li.Active a
{
	color:#2092bd;
}

/******************** General Frame
*/

#generalFrame
{
	width:900px;
	height:auto !important;min-height:350px;height:350px;
	background:url(Layouts/GeneralFrameBg.png) repeat-y left top;
	position:relative;
	overflow:hidden;
}

/******************** General Content Area
*/

#generalFrame .ContentArea
{
	float:left;
	width:640px;
	padding:20px 30px 0.4em 30px;
	background:url(Layouts/ContentAreaBg.gif) repeat-x left top;
	position:relative;
	overflow:hidden;
}

/******************** General Aux Frame
*/

#generalAuxContent
{
	float:left;
	width:451px;
}

/******************** General Aux Related Links Panel
*/

#relatedLinksPanel
{
	float:right;
	width:189px;
	margin-right:-30px;
	background:#d9d7d5 url(Layouts/RelatedLinksBotBg.gif) no-repeat left bottom;
}

#relatedLinksPanel h3
{
	font-size:100%;
	font-weight:normal;
	color:#d7d3c1;
	text-transform:uppercase;
	background:#342a21 url(Layouts/RelatedLinksTopBg.gif) no-repeat left top;
	margin:0;
	padding:10px;
}

#relatedLinksPanel ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#relatedLinksPanel li
{
	padding:11px 14px 11px 22px;
	background:url(Layouts/RelatedLinksListArrowBg.gif) no-repeat 10px 1.5em;
	border-top:solid 1px #c2bfb0;
}

/******************** General Aux Related Links Panel
*/

#fullWidthFrame
{
	width:840px;
	height:auto !important;min-height:340px;height:340px;
	padding:16px 30px 16px 30px;
}

/******************** People Styles
*/

.PeoplePics a
{
	float:left;
	width:64px;
	height:auto !important;min-height:10px;height:10px;
	padding-top:90px;
	margin-right:16px;
	color:#342a21;
	text-align:center;
	background-repeat:no-repeat;
	background-position:left top;
}

.PeoplePics a:hover{background-position:-64px 0;}