#banner
{
	height 	: 370px;
	width 	: 960px;
}

#content #noFlashImage
{
	border: none;	
	padding-top: 0;
}

ul#linksList
{
	padding : 0 0 0 0;
	margin	: 0;
	line-height: 0;	
	
}
/* turn off headings */
#linksList li em
{
	display : none;	
	visibility: collapse;
}

#linksList > li 
{
	list-style : none;	
}

#linksList li ul
{	
	float	: left;
	padding : 6px 0 6px 0;
	margin 	: -4px 0 0 0;
	width	: 191px;
	height	: 135px;
	border-left : 1px solid #ccc;
}

#linksList li:first-child ul
{	
	width	: 191px;	
}

#linksList li:last-child ul
{	
	width		: 190px;	
	border-right: thin solid #ccc;
}

#linksList li ul li
{
	margin : 0 0 0 5px;
	/*list-style-image: url("../images/layout/bullets/bullets444.png");*/
}

#linksList a
{
	text-decoration : none;
	color			: #666;
}

#linksList a:hover
{	
	color			: #555;
	text-decoration: underline;
}

/*  non-footer-sticky page layout    */

#content
{
	height	: auto;
	width	: 960px;
	background : #fff;
}

html
{
	height : auto;	
}

body
{
	background : #10161e;	
}

#contentWrapper
{
	width : 100%;	
	background : #eee;
}

#footer
{
	/*margin-left	: 0px;	*/
}

#vertDividers
{
	background : none;	
}



