﻿/***** Left Navigation ******************************************************/
#leftNavWrapper 
{
	width: 172px;
	background: url(/App_/ROOT/PageFrame/Standard/Images/LeftColumn_BottomFadeout.gif) bottom right no-repeat;
	padding-bottom: 90px;
	min-height: 500px;
	height: auto !important;
	height: 400px;
}
#leftNav {float:left;background: url(/App_/ROOT/PageFrame/Standard/Images/LeftColumn_Background.gif) top right repeat-y;}
#leftNav ul, #leftNav li { padding:0;margin:0;list-style-type:none;}
#leftNav .nav li a {color:#545454;text-decoration: none; padding: 7px 6px; display:block;}
#leftNav ul.nav {margin-bottom: 10px;}
#leftNav ul.nav li 
{
	background: url(/App_/ROOT/PageFrame/Standard/Images/Subnav_Background.gif) top left repeat-y;
	width:172px;
}
#leftNav ul.nav li.selected { background: #fff; }
#leftNav ul.nav li.selected a { color: #789abd; }
#leftNav ul.nav li.submenuItem { background-image:none; background-color:#fff; padding-left: 3px; }
#leftNav ul.nav li.submenuItem a { color:#6f715b; }
#leftNav .callout { padding: 0; }
#leftNav h3 { margin:0 0 8px 0;padding:0;}
#leftNav .callout .content {padding-right: 10px;}
#leftNav .callout ul li {padding-bottom: 5px;}
#leftNav .callout ul li a {text-decoration: underline;}
/****** Common elements ***************************************************/
.calloutContainer {padding-top: 30px;}

/****** Main Content Area **************************************************/
#body { width: 576px; float:right; }
#body .callout1 {float: left;width: 286px;}
#body .callout2 {float: right;width: 276px;}
#body .calloutContainer .content {padding-top: 10px;}
#body .shareContainer { float: right; }
#body a.printThisPage
{
	display: inline-block;
	background: url(/App_/ROOT/PageFrame/Standard/Images/Icons/Icon_Print.gif) top left no-repeat;
	padding-left: 22px;
	text-decoration: none;
	float: left;
}
#body h2 { margin: 0 0 10px 0; padding: 0; }
#body h1 { color: #789abd; font-size: 1.9em; font-weight: normal; margin:3px 0 8px 0;padding:0; }
#body ol li {padding-bottom: 10px;}
#calloutContentPane { margin-top: 30px;}
div.callout { width: 274px; margin-right: 14px; float:left; }
h4.interior { color:#789abd; font-family:Tahoma, Arial, Verdana; font-size:1.6em; font-weight:normal; line-height:16px; text-transform:none;
              margin:3px 0 8px; } 