/*//////////////////////////////////////////////////////////////////
	Sub Content - Left & Right
//////////////////////////////////////////////////////////////////*/

	/*
		bg and sizing
	*/

	#conWrapper {
		background:url(../../../images/misc/sub-body-grow.gif) repeat-y;
		display:inline; float:left;
	}
	#conL, #conR {
		display:inline; float:left;
	}
	#conL {
		width:183px;
		margin:0 5px 0 0;
	}
	#conR {
		color:#818181;
		width:557px;
		padding:0 0 25px 0;
	}
	#conR h4 {
		font-size:1.1em;
		margin:0 25px 10px 25px;
	}
	#conR a:hover {
		text-decoration:underline;
	}
	#conR p {
		line-height:1.6em;
		margin:0 25px 10px 25px;
	}
	#conR a {
		color:#4E4C44;
	}
	#conR table {
		border:0;
		margin:0 25px 10px 25px;
	}
	#conR ul, #conR ol {
		line-height:1.6em;
		margin:0 25px 10px 25px;
	}
	#conR li {
		margin:0 0 0 25px;
	}
	#conR ul ul, #conR ol ol {
		margin:10px 25px 10px 25px;
	}
	
	/* text spacing for dynamic stuff */

	div.introCopy {
		border-bottom: 1px solid #8DC63F;
		padding: 0 0 10px 0;
		margin: 0  0 20px 0;
	}
	
	/*
		left & right headings
	*/
	
	#conL h2, #conR h3 {
		height:30px;
		background-repeat:no-repeat;
		text-indent:-9999px; line-height:0.01em; font-size: 0;
	}
	#conL h2 {
		margin:0;
	}
	#conR h3 {
		margin:0 0 17px 0;
	}
	
/*//////////////////////////////////////////////////////////////////
	Left Nav
//////////////////////////////////////////////////////////////////*/

	#leftNav {
		width:153px;
		background-color:#8E8E8E;
		list-style-type:none;
		border-bottom:5px solid #fff;
		margin:0 0 0 0; padding:25px 15px 74px 15px;
	}
	#leftNav li, #leftNav li a {
		height:16px; width:153px;
		background-repeat:no-repeat;
	}
	#leftNav li {
		text-indent:-9999px; line-height:0.01em; font-size: 0;
		margin:0 0 9px 0; padding:0;
	}
	#leftNav li a{
		display:block;
	}
	#leftNav li a:hover{
		background-image:none !important;
	}
	