@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	background-image:url(images/bkrd_color.jpg);
	background-repeat:repeat;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:14px;
}

.heading1 
{
	font-size:16px;
	font-style: italic;
	font-weight: bold;	
	line-height:18px;
}

.heading2 
{
	font-size:18px;
	font-style: italic;
	font-weight: bold;
	line-height:18px;
}

p
{
	margin:0px;
}

td a
{
	text-decoration:underline;
}

td li
{
	list-style-position: inside;
	
	
}

li
{
	padding-bottom: 12px;
	list-style-position: outside;
	
}

li ul li
{
	padding-bottom: 12px;
	list-style-position: outside;
	list-style-image: url(images/bullet2.png);
}

a
{
	text-decoration:underline;
	color:#ffffff;
}

a:hover
{
	text-decoration:none;
	color:#ffffff;
}

#main
{
	margin:0px;
	width:100%;
	height:741px;
	background-image:url(images/bkgrd_gradient.jpg);
	background-repeat:repeat-x;
	background-position: center top;
}

#container
{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#homeContentContainer
{
	width:1024px;
	height:188px;
	padding-top:169px;
	position:absolute;
	z-index:1;
}

#subContentContainer
{
	width:1024px;
	height:300px;
	padding-top:205px;
	position:absolute;
	z-index:1;
}

#noFlashContentContainer
{
	width:1024px;
	height:465px;
	padding-top:40px;
	position:absolute;
	z-index:2;
}

#aboutLogoContainer
{
	width:1024px;
	height:465px;
	position:absolute;
	z-index:1;
}

#homeLogo
{
	width:305px;
	height:73px;
	padding-left:26px;
	float:left;
	padding-top:115px;	
}

#subLogo
{
	width:305px;
	height:73px;
	padding-left:26px;
	float:left;
	padding-top:256px;	
}

#noFlashLogo
{
	width:305px;
	height:73px;
	padding-left:26px;
	float:left;
	padding-top:421px;	
}


#staticFlashArea, #flashWrapper
{
	width:667px;
	height:188px;	
	float:right;
	
}

#navContainer
{
	width:100%;
	height:79px;
	background-image: url(images/navBar.jpg);
	background-repeat: repeat;
	float:left;
	position:absolute;
	top: 348px;
	z-index:0;
}

#subNavContainer
{
	width:100%;
	height:79px;
	background-image: url(images/subNavBar.jpg);
	background-repeat: repeat;
	float:left;
	position:absolute;
	top: 525px;
	z-index:0;
}


#navButtons
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:988px;
	height:auto;
}

#copyContainer
{	
	width:668px;
	height:100%;	
	float:right;
	overflow:hidden;
}

#aboutCopyContainer
{	
	width:668px;
	height:180px;	
	float:right;
	overflow:hidden;
}

#scrollbar
{
	width:630px;
	height:100%;
	overflow:auto;
}

#copy
{
	margin-top:0px;
	margin-left:50px;
	width:540px;
	height:298px;	
}

#aboutCopy
{
	margin-top:0px;
	margin-left:50px;
	width:540px;
	height:180px;	
}

#logoContainer
{	
	width:668px;
	height:auto;	
	float:right;
}

#aboutLogo
{
	margin-top:240px;
	margin-left:50px;
	width:540px;
	height:260px;

}

#aboutFlashWrapper
{

	width:540px;
	height:260px;

}

.spacer
{
	margin-top:0px;
	margin-bottom:6px;
	margin-right:2px;
}

#footerContainer
{
	padding-top:485px;
	width:1024px;
	height:70px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#noFlashFooterContainer
{
	padding-top:673px;
	width:1024px;
	height:70px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#footerLeft
{
	padding-left:20px;
	width:300px;
	height:66px;
	float:left;
}

#footerRight
{
	padding-right:30px;
	padding-top:50px;
	width:auto;
	float:right;
}