/*/////////////////////////////////////////////////////////////////////
	Sub Page Styles
/////////////////////////////////////////////////////////////////////*/

	
	/* shell */
	
	#content {
		min-height:400px;
		height:auto !important;
		height:400px;
	}

	#sub {
		padding:10px 10px 25px 10px;
	}
	
	#sub em.quoteFix {
		width:99%;
		display:block;
		margin:10px 0 0 0;
	}
	
	div.dots {
		height:1px;
		background:url(../../images/misc/dot-grey.gif) repeat-x;
	}
	
	/* nav */
	
	#btnBackT, #btnBackB {
		background-image:url(../../images/misc/arrow-bullet.gif);
		background-repeat:no-repeat;
	}
	#btnBackT a, #btnBackB a {
		margin:0 0 0 20px;
	}
	#btnBackT {
		background-position:10px 0.4em;
	}
	#btnBackB {
		background-position:10px 1.4em;
	}
	#btnBackT div.dots {
		margin:10px 0 0 0;
	}
	#btnBackB div.dots {
		margin:0 0 10px 0;
	}
		
	/* fontage */
	
	.normal {
		font-weight:normal;
	}
	
	#sub h3 {
		margin:0 0 10px 0;
	}
	
	#sub h4 {
		font-size:1.1em; line-height:1.6em;
		margin:10px 0 5px 0;
	}
	
	#sub h5 {
		font-size:1em; line-height:1.6em;
		margin:10px 0 5px 0;
	}
	
	#sub p {
		margin:0 0 10px 0;
	}
	
	#sub a {
		color:#5F5F5F;
	}
	
	#sub div.headline a {
		color:#ffffff;
	}
	#sub a:hover {
		text-decoration:underline;
	}
	
	#sub a img{
		border:0;
	}
	
	/* lists */

	#sub ul, #sub ol {
		margin:0 0 10px 20px;
	}
	#sub ul {
		list-style-type:none;
	}
	#sub ul li, #sub ol li {
		line-height:1.6em;
	}
	#sub ul li {
		background-image:url(../../images/misc/arrow-bullet.gif);
		background-position:0 0.55em;
		background-repeat:no-repeat;
		padding:0 0 0 14px;
	}
	#sub ul li ul li ul {
		margin-top:5px;
		margin-bottom:5px;
	}
	#sub ul li ul li {
		background-image:url(../../images/misc/arrow-bullet-sub.gif);
	}
	#sub ol li {
		margin:0 0 10px 0;
	}
	
	/* specific list for no margin */
	
	#sub ul.noMargin {
		margin:0;
	}

	
	/* sub navs images */
	
	div.pageNav {
		background:url(../../images/layout/sub-navs/sub-grow.gif) left top repeat-y;
	}
	div.pageNavTop {
		height:8px;
		background:url(../../images/layout/sub-navs/sub-curve-top.gif) no-repeat;
	}
	div.pageNavBot {
		height:8px;
		background:url(../../images/layout/sub-navs/sub-curve-bot.gif) no-repeat;
	}
	
	/* sub nav links */
	
	div.pageNav ul {
			height:auto !important;
			height:0;
			list-style-type:none;
			margin:0; padding:0 0 0 10px;
	}
	div.pageNav ul li {
		width:168px;
		line-height:1.3em;
		background:url(../../images/layout/sub-navs/arrowGrey.gif) 0 0.45em no-repeat;
		display:inline; float:left;
		padding:0 0 3px 14px; margin:0 0 0 16px;
	} 
	div.pageNav ul li a:hover {
		text-decoration:underline;
	}
	div.pageNav ul li.clr {
		width:160px;
		clear:both;
		margin:0;
	} 
	
	#navDot {
		margin:10px 0 0 0;
	}
	
	/* tables */
	
	#sub table {
		border:0; margin:0 0 10px 0;
	}
	#sub table caption {
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#01259F;
		padding:0 0 10px 0;
	}
	#sub table td, #sub table th {
		line-height:1.6em;
		padding:5px;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	#sub table td {
		text-align:left; vertical-align:top;
	}

	/* table custom classes */
	
	#sub table .noBorderR {
		border-right:0;
	}	
	#sub .alignL {
		text-align:left;
	}	
	#sub .alignR {
		text-align:right;
	}	
	#sub .alignC {
		text-align:center;
	}	
	
	#sub table .noStyle {
		background-color:#fff;
		border:0;
	}	
	
	/* when references are used in copy - use this! */
	
	#sub ul.notes {
		font-size:0.9em;
		margin:20px 0 0 0;
	}
	#sub ul.notes li {
		background-image:none;
		margin:0 0 5px 0; padding:0;
	}
	
	/* text custom classes */
			
	.darken, .darken a {
		font-weight:bold;
		color:#5F5F5F !important;
	}
	
	.sub-heading {
		font-size:1.1em; 
		line-height:0.7em;
		font-weight:normal;
	}

