/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		margin: 10px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
		margin: 10px 0px;
	}
/* === [ Right Hand Container ] === */
	#cTR .CustomCode {
		height: 190px;
		width: 912px;
		text-align: center;
	}
	#cTR .CustomCode object {
		display: block;
	}

/* === [ Right Hand Container ] === */
	#cT .CustomCode {
		display: block;
		float: right;
		clear: none;
		width: auto;
		vertical-align: middle;
	}

	#cT .CustomCode img {
		vertical-align: middle;
	}
	.HomeV4 #cTN .CustomCode,
	.LandingV4 #cTN .CustomCode {
		text-align: left;
		clear: both;
		float: left;
		width: 481px;
		height: 252px;
		background: url(/Templates/_images/back_cTN.jpg) no-repeat top left;
	}
	.HomeV4 #cTN .CustomCode h1 {
		color: #FFFFFF;
		font-size: 40px;
		line-height: 42px;
		margin: 20px 0 12px 0;
	}
	.LandingV4 #cTN .CustomCode h1 {
		color: #FFFFFF;
		font-size: 36px;
		line-height: 38px;
		margin: 20px 0 10px 0;
	}

	.HomeV4 #cTN .CustomCode h2,
	.LandingV4 #cTN .CustomCode h2 {
		color: #c7e4f9;
		font-size: 22px;
	}
	.HomeV4 #cTN .CustomCode p,
	.LandingV4 #cTN .CustomCode p {
		color: #c7e4f9;
		padding: 0px 0px 0px 10px;
		font-size: 18px;
	}
	.HomeV4 #cTN .CustomCode span,
	.LandingV4 #cTN .CustomCode span {
		color: #FFFFFF;
		font-size: 36px;
		font-weight: bold;
		background: #38b329;
		border: 1px solid #009900;
		padding: 2px 4px;
	}

/* Social media */
	#FollowUs1 .CustomCode {
		margin: 4px 0px 0px 0px;
		clear: both;
		padding: 4px 0px 0px 0px;
	}
		.CustomCode .twtr-widget h4 {
			display: none;
		}
		.CustomCode .twtr-tweet-text p {
			font-size: 12px;
		}
		.CustomCode .twtr-tweet {
			padding: 0px 6px;
			font-family: Arial, Helvetica, sans-serif;
		}
		.CustomCode .twtr-widget .twtr-tweet-wrap {
			overflow: hidden;
			padding: 4px 0px;
		}
		.CustomCode .twtr-hd {
			display: none;
		}
		.CustomCode .twtr-ft {
			display: none;
		}
		.CustomCode .twtr-doc {
			background: url(/Templates/_images/Twitter.gif) no-repeat top left;
			padding: 30px 0px 0px 0px;
		}
		#twtr-widget-1 a.twtr-hashtag {
			display: inline-block !important;
		}
#cSA .CustomCode {
	color: #004474;
	font-family: "News Gothic MT", Arial, sans-serif, "NewsGoth BT";
	font-size: 24px;
	font-weight: bold;
	
	}
	
.CustomCode .GetStarted {
	background: url(/Templates/_images/GetStarted-Back.jpg) no-repeat top left;
	padding: 10px 12px;
	width: 208px;
	
}
.CustomCode .GetStarted h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.CustomCode .GetStarted p {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #CCCCCCC solid;
	font-size: 13px;
}
.CustomCode .GetStarted p a {
	background: url(/Templates/_images/GetStarted-Bullet.jpg) no-repeat top left;
	padding: 4px 12px 4px 30px;
}

