/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2009 - All rights reserved.
 Description: Layout CSS Styles
 Last Revised Date: 07/06/2009
=============================================
*/

/* =================================== LAYOUT DEFINITIONS =================================== */
		
	#DIVhead {
		background: url('/assets/files/template_files/header-bg.gif');
		margin-top: 0px;
		width: 776px;
		height: 100px;
		text-align: right;
	}
		#DIVhead .HeaderTagline {
			width: 776px;
			font-size: 18px;
			font-weight: bold;
			color: #414141;
			margin: 15px 0 0 0;
			float: right;
		}
		#DIVhead .HeaderPhone {
			font-size: 30px;
			font-weight: bold;
			color: #005dab;
			clear: right;
		}
		#DIVhead .HeaderNav {
			font-size: 11px;
			font-weight: normal;
			color: #133f76;
			margin: 7px 0 0 0;
			float: right;
		}
			#DIVhead .HeaderNav a {
				color: #133f76;
			}
	
	#DIVmainNav {
		width: 776px;
		height: 32px;
		text-align: left;
	}
	
	#DIVcontent {
		width: 776px;
		text-align: left;
	}
					
	#DIVsplash {
		width: 776px;
		height: 227px;
	}
		#DIVsplashLeft {
			background: url('/assets/files/template_files/splash2.png');
			width: 566px;
			height: 227px;
			float: left;
		}
	#DIVsubBanner{
		background: url('assets/files/template_files/banner-sub-01.jpg') no-repeat;
		width: 900px;
		height: 200px;
		}
		#bannerPH { color: #FFFFFF; font: bold 2em/2.1em helvetica, arial, sans-serif; margin: 27px 0 0 300px; }

	.MarqueeBar {
		background: url('/assets/files/template_files/marquee-bar.jpg');
		margin-top: 0px;
		width: 776px;
		height: 32px;
		line-height: 30px;
		text-align: center;
	}
		.MarqueeBar h3 {
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
			font-size: 17px;
			color: #FFF;
		}

	#DIVspecialBanner {
		background: url('/assets/files/template_files/banner-bg.jpg');
		width: 690px;
		height: 175px;
		margin: 10px 0 0 0;
		padding: 15px 86px 0 0;
		text-align: center;
		cursor: pointer;
	}
		#DIVspecialBanner h2 {
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
			font-size: 22px;
			line-height: 18px;
			color: #414141;
		}
			#DIVspecialBanner h2 a {
				color: #414141;
				text-decoration: none;
			}
			#DIVspecialBanner h2 a:hover {
				text-decoration: none;
			}
		#DIVspecialBanner .BannerDetails {
			width: 410px;
			margin: 10px 5px 0 0;
			text-align: left;
			float: right;
		}
			#DIVspecialBanner h3 {
				font-family: Arial, Helvetica, sans-serif;
				margin: 0;
				padding: 0;
				line-height: 19px;
				font-size: 21px;
				color: #fd4a03;
			}
			#DIVspecialBanner .hsub {
				font-family: Arial, Helvetica, sans-serif;
				margin: 0;
				padding: 0;
				font-size: 13px;
				color: #414141;
			}
			#DIVspecialBanner .DetailTitle {
				margin: 5px 0 0 0;
				padding: 0;
				font-size: 12px;
				font-weight: bold;
				color: #414141;
			}
			#DIVspecialBanner .DetailArea {
				width: 200px;
				height: 65px;
				font-size: 12px;
				color: #414141;
				float: left;
			}
			#DIVspecialBanner .Terms {
				font-size: 10px;
				color: #FFF;
				margin: 5px 0 0 0;
				float: right;
			}

	#TBLcontentBody { 
		width: 776px;
		height: 250px;
		margin: 0;
	}
		#TDcontentBody {
			padding: 20px 10px;
			vertical-align: top;
		}
		#TDcontentBody p {
			text-align: justify;
		}

	
	#DIVfooter {
		width: 776px;
		margin: 0 auto;
	}
	
	#DIVterms {
		background: #959595;
		width: 756px;
		margin: 1px 0 0 0;
		padding: 10px;
		text-align: left;
		float: left;
	}
		#DIVterms .FooterTermsText {
			background: #ededed;
			width: 495px;
			padding: 10px;
			float: left;
			font-size: 10px;
			color: #414141;
			text-align: justify;
		}
	
	#DIVcredits {
		width: 776px;
		margin: 0;
		padding: 0 0 20px 0;
		text-align: left;
	/*	float: left;  */
	}
		#DIVcredits .FooterNav {
			width: 776px;
			height: 30px;
			margin: 10px 0 0 0;
			border-top: 1px solid #cdcdcd;
			float: left;
		}
			#DIVcredits .Copyright {
				width: 425px;
				color: #959595;
				font-size: 11px;
				margin: 5px 0 0 0;
				float: left;
			}
			#DIVcredits .IAlinks {
				width: 325px;
				color: #959595;
				font-size: 11px;
				margin: 5px 0 0 0;
				text-align: right;
				float: right;
			}
			#DIVcredits a {
				color: #959595;
			}
		#DIVcredits img {
			margin: 5px 0 0 10px;
			float: right;
		}
		#DIVcredits .AboutThisPage {
			width: 565px;
			text-align: justify;
			font-size: 12px;
			color: #959595;
			line-height: 18px;
			margin: 0;
			float: left;
		}