

/* ------------------------------*/
/* INNER LAYOUT STYLES -----------------------*/
#header-wrapper {
	background:url('/images/system/int-header-bg-tile.gif') repeat-x 0 0;
	height:108px;
}
#main-content-wrapper {
	clear:both;
	width:100%;
	background:#fff url('/images/system/int-content-scale-bg-tile.gif') repeat-x 0 0;
}
table.ContentBoundingBox {
	width:971px;
}
#header-content {
	width:971px; 
	clear:both;
	float:left;
	position:relative;
}
td.LSB {}
td.MainContent { /* wrapper, has page title inside it */
    background: url('/images/system/2-column-mc-bg-new.png') no-repeat 0 0;
}
	/* --- PAGE TITLE ---- */
	h1#page-title {
		color:#fff;
		margin:25px 0 0 24px;
		padding:0 15px 10px 15px;
		width:693px;
		line-height:1.1em;
		background:#576f2f;
		font-weight:normal;
	}
		#title-bottom {
			background:url('/images/system/page-heading-bottom.png') repeat-x 0 0;
			height:20px;
			width:722px;
			margin:6px 0 15px 25px;
		}
#padded-content { /* contains actual content of page */
	 padding:0 0 25px 0;
     width:688px;
	 margin:0 auto;
	 overflow:hidden; /* hide overflow of larger tables-old ektron site does same */
}
#footer-wrapper {
	clear:both;
	background:url('/images/system/inner-footer-bg-tile.gif') repeat-x 0 0;
}

/* ------------------------------*/
/* GENERAL INNER STYLES -----------------------*/
td.MainContent p {
	font-size:8pt;
	line-height:1.4em;
	margin:0 0 10px 0;
}
td.MainContent ul,
td.MainContent ol {
	font-size:8pt;
	list-style-position:outside;
	color:#000;
	margin:0 0 10px 30px;
}
td.MainContent ul {
	list-style-type:disc;
}
td.MainContent li {
	padding:0 0 2px 0;
	margin-top:4px;
}
td.MainContent a {
	color:#506927;
	text-decoration:underline;
}
td.MainContent a:hover {
	color:#D29B1B;
}
td.MainContent img {padding:5px;}
td.MainContent hr{background-color:#000; color:#000; height:1px; font-size:0; border:0;}
td.MainContent h2, td.MainContent h3, td.MainContent h4, td.MainContent h5, td.MainContent h6   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#000;
	margin:0 0 5px 0;
	padding:0;
	text-decoration:none;
	font-weight:bold;
 }
td.MainContent h3 {font-size:13pt}
td.MainContent h4 {font-size:12pt}
td.MainContent h5 {font-size:11pt}
td.MainContent h6 {font-size:10pt}

/* ------------------------------*/
/* HEADER -----------------------*/
#int-logo {
	float:left;
	width:214px;
	height:82px;
	margin-left:25px;
}
/* ---- TOP NAV LINKS ----- */
ul#int-top-nav {	
	position:absolute;
	top:50px;
	right:10px;
}
ul#int-top-nav li {
	display:inline;
}
ul#int-top-nav a {
	font-size:8pt;
	color:#fff;
	padding:0 5px 0 5px;
    text-transform:uppercase;
}
/* --- SEARCH AREA --- */
#int-search-area {
	position:absolute;
	right:10px;
	top:5px;
}
/* --- CRUMBS ---- */
#crumbs {
	position:absolute;
	top:88px;
	left:15px;
	font-size:8pt;
	color:#fff;
}
#crumbs a {font-size:8pt;padding-right:3px;}
#crumbs a:hover {text-decoration:underline;}

/* ---- LSB STYLES ----- */
td.LSB {padding:51px 0;}

/* custom tier */
#rootLink,
.navlist2 {
	background:#be8a14;
	padding:2px 0 2px 0;
}
#rootLink a,
.navlist2 li a {
	display:block;
	background:url('/images/system/lsb-root-plus.gif') no-repeat 5px 8px;
	padding:3px 10px 3px 18px;
	width:159px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
}
#rootLink a {background:url('/images/system/lsb-root-minus.gif') no-repeat 5px 8px;}
#rootLink a:hover,
.navlist2 li a:hover {
	text-decoration:none;
	color:#000;
}
/* ----- light tan/green bg with + and dotted border -----*/
/* ------------- 1st tier  ----*/
ul.navlist {
	background:#e0e0c3;
	padding:0;
	margin:0;
    width:197px; 
	overflow:hidden;
}
ul.navlist li {
	border-bottom:1px dashed #000;
	padding:0;
}
ul.navlist li a {
	background:url('/images/system/lsb-second-plus.gif') no-repeat 5px 9px;
	color:#000;
	width:170px; /* 197 minus li and a padding */
	padding:6px 10px 6px 15px;
	text-transform:none;
	font-size:8pt;        
	display:block;
	line-height:1em;
}
ul.navlist li a:hover {text-decoration:underline;background:url('/images/system/lsb-second-minus.gif') no-repeat 5px 9px;}
ul.navlist li.Active a{font-weight:bold;text-decoration:none;background:url('/images/system/lsb-second-minus.gif') no-repeat 5px 9px;}

/* ----- brown bg with carat ----- */
/* -------- second tier ---*/
ul.navlist ul {background:#d0b469;}
ul.navlist ul li {border:none;}
ul.navlist li.Active li a {
    width:170px;
	font-weight:normal;
	color:#000;
	padding:4px 10px 4px 15px;
	background:url('/images/system/carat.png') no-repeat 5px 6px;   
}
ul.navlist ul li a:hover {text-decoration:underline;}
ul.navlist ul li.Active a {font-weight:bold;}

/* lighter brown color with carats */
/* ---- third tier ----- */
ul.navlist ul ul {background:#DCD3A5;}
ul.navlist li.Active li.Active li a{
	color:#000;
	font-weight:normal;
	padding:4px 10px 4px 20px;
	width:167px;
	background-position:10px 6px;
}
ul.navlist li.Active li.Active li a:hover{text-decoration:underline;}
ul.navlist li.Active li.Active li.Active a {font-weight:bold;}

/* lighter brown color with carats */
/* ---- fourth tier ----- */
ul.navlist ul ul ul {padding:0;margin:0;}
ul.navlist li.Active li.Active li.Active li a {
	padding:4px 10px 4px 30px;
	font-weight:normal;
	color:#000;
	width:157px;
	background-position:20px 6px;
} 
ul.navlist li.Active li.Active li.Active li a:hover{text-decoration:underline;}
ul.navlist li.Active li.Active li.Active li.Active a {font-weight:bold;}
/* lighter brown color with carats */
/* ---- fifth tier ----- */
ul.navlist ul ul ul ul{padding:0;margin:0;}
ul.navlist li.Active li.Active li.Active li.Active li a {
	padding:4px 10px 4px 40px;
	font-weight:normal;
	color:#000;
	width:147px;
	background-position:30px 6px;
}
ul.navlist li.Active li.Active li.Active li.Active li a:hover{text-decoration:underline;}
ul.navlist li.Active li.Active li.Active li.Active li.Active a {font-weight:bold;}

/* lighter brown color with carats */
/* ---- sixth tier ----- */
ul.navlist ul ul ul ul ul{padding:0;margin:0;}
ul.navlist li.Active li.Active li.Active li.Active li.Active li a {
	padding:4px 10px 4px 50px;
	font-weight:normal;
	color:#000;
	width:137px;
	background-position:40px 6px;
}
ul.navlist li.Active li.Active li.Active li.Active li.Active li a:hover{text-decoration:underline;}
ul.navlist li.Active li.Active li.Active li.Active li.Active li.Active a {font-weight:bold;}


/* --- LSB BOTTOM STYLES WITH 4 LINKS ---- */
#lsb-bottom-nav {
    padding:15px 0 30px 15px;
}
#lsb-bottom-nav li {}
#lsb-bottom-nav a {
	color:#1d3417;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
	padding:1px 0;
	display:block;
        border-bottom:1px solid #fff;
}

/* ---- FOOTER ----*/
#footer-wrapper {
	background:url('/images/system/inner-footer-bg-tile.gif') repeat-x 0 0;
	overflow:hidden;
}
#footer-content {
	width:971px;
}
#footer-content {
	padding:69px 0;
}
p#footer-text{	
	padding:15px 0 0 15px;
}
ul#footer-nav {		
	padding:3px 0 3px 0;        
}
ul#footer-nav2 {
	margin-left:15px;
}


