	body {
		font-family: Verdana;
		font-size: 12px;
		color: #333333;
		background: #343434;
		background-image: url(../images/bgtop.jpg);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#pageHead {
		margin-bottom: 5px;
	}

	#pod_subHead {
		margin-left: 6px;
		display: block;
		color: #929FB0;
		font-weight: bold;
		font-size: 10px;
	}

	.pod_subHeadLogos {
		display: block;
		position: absolute;
		top: -100px;
		right: 15px;
	}

	.pod_subHeadLogos img {
		display: block;
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
	}
	
	@media (min-width: 992px) {
	  #pod_subHead {
	  	color: #FCA400;
	    /* margin-top: 103px; */
		display: block;
		text-align: right;
		font-size: 12px;
	  }

	  .pod_subHeadLogos {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		text-align: right;
		margin-top: 20px;
		margin-bottom: 3px;
	  }

	  .pod_subHeadLogos img {
		display: inline-block;
		margin-left: 10px;
		width: 80px;
		height: 80px;
	  }
	}

	.navbar {
		margin-bottom: 0;
	}

	.pod_widget {
		background-color: #FFFFFF;
		margin-bottom:	20px;

		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border: 0px solid #000000;
	}

	@media (min-width: 992px) {
	  .pod_widget {
	  	min-height: 145px
	  }
	}
	.pod_widget_head {
		padding: 8px;
		background-color: #D5D5D5;
		font-weight: bold;

		border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		border: 0px solid #000000;
		border-bottom: 1px solid #BBB8B8;
	}

	.pod_widget_content {
		padding: 15px;
	}

	.pod_widget_pagehead {
		padding: 15px 5px;
		margin: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #A3B0BB;

		-webkit-box-shadow: 0px 3px 3px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 3px -4px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 3px -4px rgba(0,0,0,0.75);
	}

	.pod_widget_pagehead h3 {
		margin: 0;
		margin-top: 10px;
		padding: 10px 0;
		color: #EE9601;

		font-size: 30px;
		font-family: 'Soho Gothic W01 Light', Verdana;
		font-weight: normal;
		line-height: 1.2em;
	}

	.pod_widget_content h3 {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.pod_widget_content h4 {
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		padding-bottom: 2px;
		border-bottom: 1px solid #D7D6D5;
	}

	.pod_widget_content h4 span {
		display: block;
		margin-top: 4px;
		color: rgb(148, 148, 148);
		font-size: 11px;
	}

	.pod_widget_content p {
		margin-left: 10px;
		margin-right: 10px;
	}

	.pod_widget_content hr {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.pod_widget_content strong {
		font-weight: bold;
	}

	.pod_widget_content strong span {
		color: #FF9E1D;
	}

	.pod_widget_content a:link,
	.pod_widget_content a:visited {
		color: #FF9E1D;
		font-weight: bold;
		text-decoration: none;
	}

	.pod_widget_content a:hover {
		text-decoration: underline;
	}

	.pod_widget_content form label span {
		color: #D04A4A;
	}

	.pod_widget_content iframe {
		border: 1px solid #CCC;
		margin-top: 5px;
	}

	.pod_widget_content ul li a img {
		margin-bottom: 10px;
		width: 100%;
		max-width: 400px;
	}

	#formSuccess {
		padding: 2px 10px;
		border: 1px solid #C1F2B0;
		background-color: #F7FDF5;
		margin-bottom: 15px;
	}

	#formSuccess h4 {
		color: #67D04A;
		font-weight: bold;
	}

	#formErrors {
		padding: 2px 10px;
		border: 1px solid #F2B0B0;
		background-color: #FDF5F5;
		margin-bottom: 15px;
	}

	#formErrors h4 {
		color: #D04A4A;
		font-weight: bold;
	}

	/* // Carousel Mobile Amendments */
	.carousel-caption {
		display: none;
	}
	.carousel-caption h4 {
		color: #C6CBDF;
	}
	.carousel-indicators {
		display: none;
	}
	@media screen and (min-width: 768px) {
		.carousel-caption {
				display: block;
				border: 1px solid;
				background-color: rgba(0, 0, 0, 0.5);
				border-color: rgba(0, 0, 0, 0.2);
		}
		.carousel-indicators {
			display: block;
		}
	}

	/* Image Effects */
	img.shaderEffects {
		-webkit-box-shadow: 0px 4px 12px 0px rgba(122,122,122,1);
		-moz-box-shadow: 0px 4px 12px 0px rgba(122,122,122,1);
		box-shadow: 0px 4px 12px 0px rgba(122,122,122,1);
	}

	.lnklist {
		margin-top: 10px;
	}
