/* ================================
    Sitewide Stylesheet
   ================================ */

body
{
	background-color: #666;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#shadowContainer
{
	width: 1156px;
	padding: 0px 22px;
	margin: 0px auto;
	background-image: url(../images/main-shadow.gif);
	background-repeat: repeat-y;
}

#mainContainer
{
	background: #fff;
}

#header
{
	background-image: url(../images/header-container.gif);
	border-bottom: 2px solid #C80000;
}

	#header a
	{
		background-image: url(../images/header.jpg);
		width: 760px;
		height: 137px;
		display: block;
	}

#mainContainer
{
	position: relative;
}

	ul.logoSet { list-style: none; padding: 0px; margin: 0px; }
	ul.logoSet li { float: left; padding: 20px; list-style: none; margin: 0px; }
	ul.logoSet li.clearer { float: none; padding: 0px; }

	div.logoSet
	{
		text-align: center;
	}

	div.logoSet img
	{
		padding: 20px;
	}

	#content li
	{
		font-weight: normal;
		color: #000;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 16px;
	}

	li.l1li { padding-bottom: 12px; }

	#content h2.logoH2 { border-top: 4px solid #ccc; padding: 4px 0px; font-size: 14px; line-height: 16px; display: none; }

	#nav
	{
		background-image: url(../images/nav-under.gif);
		width: 190px;
		height:350px;
		padding-top: 23px;
		float: left;
	}

		#nav a
		{
			background-image: url(../images/left-off.gif);
			width: 170px;
			height: 18px;
			background-repeat: no-repeat;
			background-position: top left;
			padding: 4px 20px 7px 0px;
			text-align: right;
			font-size: 15px;
			line-height: 18px;
			color: #fff;
			font-family: Arial, Helvetica, sans-serif;
			display: block;
			text-decoration: none;
		}

	ul.menu
	{
		position: absolute;
		padding: 4px 6px;
		border: 0px;
		margin: 0px;
		left: -3000px;
		background-image: url(../images/dropdown.gif);
		border-top: 2px solid #000;
		width: 131px;
		list-style: none;
	}
	
		ul.menu li
		{
			list-style: none;
			padding: 0px;
			border: 0px;
			margin: 0px;
		}
		
			ul.menu li a
			{
				display: block;
				text-align: right;
				font-size: 11px;
				line-height: 13px;
				padding: 4px 0px;
				text-decoration: none;
				color: #ccc;
				font-weight: bold;
			}
			
				ul.menu li a:hover
				{
					color: #fff;
					text-decoration: underline;
				}

	ul.menu#m0 { top: 23px; }
	
	ul.menu#m1 { top: 52px; }
	
	ul.menu#m2 { top: 81px; }
	
	ul.menu#m3 { top: 110px; }

	#nonExpandingContainer cite
	{
		background-image: url(../images/copyright-divider.gif);
		background-repeat: no-repeat;
		padding: 5px 0px 5px 0px;
	}

	#nonExpandingContainer cite, #footerNav
	{
		color: #000;
		font-size: 10px;
		line-height: 12px;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		display: block;
		text-align: center;
		margin-left: 235px;
	}
	
	#footerNav
	{
		padding-bottom: 10px;
	}

#mainFooter
{
	background-image: url(../images/footer.gif);
	padding: 6px;
}

	#thunder
	{
		
	}
	
	#content a
	{
		color: #c80000;
	}
	
	#shadowBottom
	{
		width: 1200px;
		height: 22px;
		margin: 0px auto;
		background-image: url(../images/shadow-bottom.gif);
	}

	ul#sideNav
	{
		background-color: #fff;
		margin: 0px;
		width: 190px;
		height:350px;
		padding: 23px 0px 0px 0px;
		float: left;
		list-style: none;
	}
	
		ul#sideNav li
		{
			list-style: none;
			margin: 0px 0px 2px 0px;
		}

		ul#sideNav li a
		{
			background-image: url(../images/left-off.gif);
			width: 170px;
			height: 18px;
			background-repeat: no-repeat;
			background-position: top left;
			padding: 4px 20px 5px 0px;
			text-align: right;
			font-size: 15px;
			line-height: 18px;
			color: #fff;
			font-family: Arial, Helvetica, sans-serif;
			display: block;
			text-decoration: none;
			margin: 0px;
		}

		ul#sideNav li.thisSection
		{
			margin: 0px 0px 8px 0px;
		}

		ul#sideNav li.thisSection a
		{
			background-image: url(../images/left-on.gif);
		}

			ul#sideNav li ul
			{
				list-style: none;
				margin: 0px 0px 0px 6px;
				background-color: #666666;
				padding: 16px;
			}
			
				ul#sideNav li ul li
				{
					list-style: none;
					margin: 0px;
					padding: 0px;
				}
				
					ul#sideNav li ul li a.menuItem
					{
						font-weight: bold;
						background: none;
						width: auto;
						height: auto;
						display: block;
						text-align: right;
						color: #ccc;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px;
						line-height: 13px;
						padding: 4px 0px;
						margin: 0px;
					}

					ul#sideNav li ul li a:hover
					{
						color: #fff;
					}

					ul#sideNav li ul li ul.subList
					{
						list-style: none;
						margin: 0px;
						padding: 0px 16px 0px 0px;
					}

						ul#sideNav li ul li ul.subList li a.menuItem
						{
							font-weight: normal;
						}


#header
{
	position: relative;
}

	#secondaryNav
	{
		position: absolute;
		top: 20px;
		right: 32px;
		font-size: 10px;
		line-height: 12px;
		width: 200px;
		text-align: right;
		font-family: Helvetica, Arial, sans-serif;
		color: #fff;
	}

		#secondaryNav a.secondary
		{
			color: #FEFFF1;
			width: auto;
			height: auto;
			background-image: none;
			display: inline;
		}

		#footerNav a
		{
			color: #c80000;
			width: auto;
			height: auto;
			background-image: none;
			display: inline;
		}

		#secondaryNav a.secondary:hover, #footerNav a:hover
		{
			text-decoration: none;
		}
		
		.rtImg
		{
			float: right;
			padding-left: 20px;
		}
		
		.lfImg
		{
			float: left;
			padding-right: 20px;
		}
		
		.dnImg
		{
			position: relative;
			top: 50px;
			right: 50px;
		}
		
		.dnImg2
		{
			position: relative;
			top: 65px;
			right: 40px;
		}
		
		.dnImg3
		{
			position: relative;
			bottom: 15px;
			right: 30px;
		}

		.dnImg4
		{
			position: relative;
			bottom: 15px;
			right: 20px;
		}
		
		.rtImgContainer
		{
			width: 350px;
			position: relative;
		}
		
		.rtImgContainer img
		{
			position: absolute;
			top: auto;
			right: -260px;
		}
		
		.rtImgContainer img.aligned2
		{
			right: -310px;
		}

		.rtImgContainer img.alignedY
		{
			top: -60px;
		}

			#content ul, #content li
			{
				list-style: none;
			}
			
			#content li
			{
				display: block;
				margin: 0px 0px 0px 0px;
				background-repeat: no-repeat;
				background-position: top left;
				padding: 0px 0px 0px 15px;
			}
			
			#content ul
			{
				padding-left: 25px;
				margin-left: 0px;
			}
