/*---- footer styles ----*/
	div#footerCon {
		position:			relative;
		width:				924px; /* 966 - 0 - 42 */
		height:				555px; /* 557 - 2 - 0*/
		margin:				0 0 0 30px;
		padding:			2px 0 0 42px;
		zoom:				1;
		background-image:	url('/images/backgrounds/footer_outer_frame.png');
		background-repeat:	no-repeat;
		font-size:			9px;
		z-index:			5;
	}
	
	div#footerCon div#copyright {
		width:				400px; 
		height:				25px; /* 60 - 25 - 0 */
		padding:			22px 25px 15px 175px;
	}
	
	div#footerCon div#footerInnerCon {
		display:			block;
		width:				468px; /* 613 - 0 - 145 */
		height:				337px; /* 360 - 23 - 0 */
		padding:			23px 0 0 145px;
		background-image:	url('/images/backgrounds/footer_inner_frame.png');
		background-repeat:	no-repeat;
	}
	
	div#footerInnerCon ul,
	div#footerInnerCon ul li {
		float:				left;
		list-style:			none;
		list-style-position:outside;
		margin:				0;
		padding:			0;
		color:				#928b85;
		font-weight:		bold;
	}
	
	div#footerInnerCon ul li {
		margin-left:		20px;
        margin-bottom:      10px;
        width:              115px;
	}
		
	div#footerInnerCon ul li ul {
		margin-top:			6px;
	}
	
	div#footerInnerCon ul li ul li {
		float:				none;
		margin-left:		0px;
        margin-bottom:      0px;
		line-height:		2em;
	}
	
	div#footerInnerCon ul li ul li a {
		/*position:			relative;*/
		padding:			0 0 0 18px; 
		color:				#928b85;
		text-decoration:	none;
		font-weight:		normal;
		background:			url('/images/link_arrow.gif') left 3px no-repeat;
	}
	
	div#footerInnerCon ul li ul li a:hover {
		text-decoration:	underline;
		background:			url('/images/link_arrow_over.gif') left 3px no-repeat;
	}


    div#footerInnerCon ul li p {
        font-weight:        normal;
        padding-right:      4px;
    }