@import url('../Default/global/global.css');

/* ####################################
   Page Layout
   ################################## */

		#Content {
			/* min-width: 440px;		Centre column (Minimum full width - full padding) */

			/* padding-left: 0px; 		LC width */
			/* padding-right: 220px; 		RC width */

		}

			#Primary {
				/*position: relative;*/
				float: left;
				/*overflow: hidden;*/
				width: 700px;				
			}
			
			    #Primary-Inner {
			        padding-left: 12px;
			    }

			#Secondary {
				/*position: relative;*/
				float: left;
				/*overflow: hidden;*/
				width: 220px;				/* RC width - padding */
				/* margin-right: -220px;			RC width */
			}

				#Secondary #Secondary-Inner {
					margin: 0px 0px 0px 10px;
					padding: 0px 0px 0px 10px;
					
					border-left: #cccccc 1px solid;
				}

			#Tertiary {
			    clear: left;
				display: none;
			}

/* ####################################
   Custom Element Styles
   ################################## */

.SubContainerText h2 a {
	color: #000;
	text-decoration: none;
}

	.SubContainerText h2 a:link {
		color: #000;
		text-decoration: none;
	}

	.SubContainerText h2 a:visited {
		color: #000;
		text-decoration: none;
	}

	.SubContainerText h2 a:hover {
		color: #000;
		text-decoration: underline;
	}

	.SubContainerText h2 a:active {
		color: #000;
		text-decoration: underline;
	}



#Primary h3 a {
	color: #cf6703;
	text-decoration: underline;
}

	#Primary h3 a:link {
		color: #cf6703;
		text-decoration: underline;
	}

	#Primary h3 a:visited {
		color: #cf6703;
		text-decoration: underline;
	}

	#Primary h3 a:hover {
		color: #cf6703;
		text-decoration: none;
	}

	#Primary h3 a:active {
		color: #cf6703;
		text-decoration: none;
	}
	
	
.SubContainerText a {
	font-size: 95%;
	color: #cf6703;
	text-decoration: underline;
}

	.SubContainerText a:link {
		color: #cf6703;
		text-decoration: underline;
	}

	.SubContainerText a:visited {
		color: #cf6703;
		text-decoration: underline;
	}

	.SubContainerText a:hover {
		color: #cf6703;
		text-decoration: none;
	}

	.SubContainerText a:active {
		color: #cf6703;
		text-decoration: none;
	}

