.container-outer
{
	position:relative;
	margin:0px auto;
	width:1008px;
	padding-left: 5px;
	background-image:url(/images/hashmarks-bg.jpg);
	background-repeat:no-repeat;
	top:0px;
}

.container-inner
{
	position:relative;
	width:1000px;
	background-image:url(/images/page-drop-shaddow.png);
	background-repeat:repeat-y;
}

.logo
{
	position:absolute;
	height:146px;
	width:227px;
	left: 383px;
	top: 123px;
	z-index:98;
}

.navbar-DS
{
	position:absolute;
	display:block;
	width:982px;
	height:3px;
	z-index:99;
	top: 293px;
	left: 7px;
}

	
	.top-ads
	{
		width:982px;
		height:105px;
		background-image:url(/images/top-ads-bar.jpg);
		
			
	}
	
		.top-ads .top-ad-holder
		{
			
			position:absolute;
			width:727px;
			height:82px;
			top:8px;
			left:17px;
			/*margin:8px 0px 0px 10px;*/
		}
		
		
	.contact-bar
	{
		width:982px;
		height:25px;
		background-image:url(/images/contact-bar-bg.jpg);
		background-repeat:repeat-x;
		
		font-family:Arial, Helvetica, sans-serif;
		color:#1c3767;
		font-size:11px;
	}
	
		.contact-bar p
		{
			width:200px;
			margin:0px 0px 0px 14px;
			padding:2px 0px 0px 0px;
		}
		
		.contact-bar .contact-links
		{
			display:block;
			float:right;
			margin:2px 14px 0px 0px;
			font-size:10px;
			font-weight:bold;
		}
		
			.contact-bar .contact-links .contact-links-divider
			{
				margin:0px 15px;
				
			}
		
			.contact-bar .contact-links a
			{
				color:#1c3767;
				text-decoration:none;
				text-transform:uppercase;
			}
			
			.contact-bar .contact-links a:hover
			{
				color:#c20036;
				text-decoration:none;
				text-transform:uppercase;
			}
			
			

.bottom-logos
{
	display:block;
	float:left;
	width:982px;
	height:77px;
	display:inline;
	overflow:hidden;
	white-space:normal;
}





.footer
{
	display:block;
	float:left;
	width:932px;
	background-color:#FFFFFF;
	background-image:url(/images/footer-bg-tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:10px;
	color:#6d6f72;
	text-align:center;
	line-height:17px;
	padding:18px 25px 30px 25px;
	display:inline;
}
	
	.footer .footer-divider
	{
		margin:0px 8px;
	
	}
	
	.footer a
	{
		color:#6d6f72;
		text-decoration:none;
	}
	
	.footer a:hover
	{
		color:#6d6f72;
		text-decoration:underline;
	}