﻿
	html {
		height: 100%;
	}
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #CFD8DE;
		height: 100%;
	}
	
/*
	------------------------------------------------------------
*/
	p {
		margin: 0 0 12px 0;
		padding: 0;
	}
	p, div, a {
		font-family:Arial,  Verdana, Tahoma, Times New Roman;
		font-size: 12px;
		line-height: 15px;
		color: #3A6D8E;
	}
	.standardUl li {
		margin: 2px 0;
	}

	/* ------------------------------------------------------------ */

	#GlobalContainer {
		height: 100%;
	}

	#SiteHolder {
		width: 960px;
		/*height: 100%;  */
		margin: 0 auto;
		text-align: center;
		background-color: #A0B2BE;
		background-image: url(../../images/back_canvas.jpg);
		background-position: left top;
		background-repeat: repeat-x;
		border-left: solid 1px #80929E;
		border-right: solid 1px #80929E;
		border-bottom: solid 1px #80929E;
	}
	#SiteHolderInner {
		width: 913px;
		margin: 0 auto;
		padding: 5px 0 0 0;
		text-align: left;
	}

	#LeftColumn {
		width: 194px;
		float: left;
		text-align: left;
		/* background-color: #cc0000; Debug */
	}
	
	/* 
		-----------------------------------------
		Left Column Content
		-----------------------------------------
	*/

		#NavPanel {
			width: 194px;
			background-image: url(../../images/back_nav.jpg);
			background-position: center top;
			background-repeat: repeat-y;
		}
		#NavPanelInner1 {
			background-image: url(../../images/back_navTop.jpg);
			background-position: center top;
			background-repeat: no-repeat;
		}
		#NavPanelInner2 {
			text-align: left;
			background-image: url(../../images/back_navBase.jpg);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		
		#LogoHolder {
			padding: 17px 0 0 7px;
		}

		#Nav ul {
			margin: 20px 0 0 18px;
			padding: 0;
			list-style-type: none;
		}
		#Nav ul li {
			margin: 0;
			padding: 0;
			width: 157px;
			float: left; /* IE whitespace fix */
			background-image: url(../../images/back_navItem.jpg);
			background-position: left top;
			background-repeat: repeat-x;
			border-top: solid 1px #ffffff;
			border-right: solid 1px #ffffff;
			border-bottom: solid 1px #DEDEDF;
			border-left: solid 1px #E0DEDF;
		}
		#Nav ul li a,
		#Nav ul li a:link,
		#Nav ul li a:visited,
		#Nav ul li a:hover {
			color: #3A6D8E;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			display: block;
			line-height: 24px;
			padding-left: 5px;
		}
		#Nav ul li a:hover {
			background-image: url(../../images/back_navItemOver.jpg);
		}
		
		#Nav ul.sub {
			margin: 0;
			padding: 0;
		}
		#Nav ul.sub li {
			line-height: 18px;
			background-color: #ffffff;
			background-image: none;
			border: none;
		}
		#Nav ul.sub li a,
		#Nav ul.sub li a:link,
		#Nav ul.sub li a:visited,
		#Nav ul.sub li a:hover {
			color: #666666;
			line-height: 15px;
			padding: 3px 10px;
			border-top: solid 1px #cccccc;
		}
		#Nav ul.sub li a:hover {
			background-image: none;
			background-color: #f8f8f8;
		}
			
		
		#ContactBox {
			background-image: url(../../images/back_contactBox.jpg);
			background-position: center top;
			background-repeat: repeat-y;
		}
		#ContactBoxInner1 {
			background-image: url(../../images/back_contactBoxTop.jpg);
			background-position: center top;
			background-repeat: no-repeat;
		}
		#ContactBoxInner2 {
			background-image: url(../../images/back_contactBoxBase.jpg);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		#ContactBoxContent {
			margin: 0 27px;
			padding: 30px 0;
		}
		#ContactBoxContent p {
			margin: 0;
			font-weight: bold;
		}
		#ContactBoxContent p.tel {
			font-size: 13px;
		}
		#ContactBoxContent p.address {
			font-weight: normal;
			margin-top: 5px;
		}
		
	/* ------------------------------------------------------------ */
	
	#ContentColumn {
		width: 719px;
		float: left;
		/* background-color: #eecc00; Debug */
	}
	
	/* 
		-----------------------------------------
	*/
	
		#PrimaryMediaHolder {
			width: 719px;
			height: 264px;
			background-image: url(../../images/back_primaryMediaTest.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}

		#ContentLeft {
			width: 506px;
			float: left;
			background-image: url(../../images/back_contentLeft.jpg);
			background-position: center top;
			background-repeat: repeat-y;
		}
		#ContentLeftInner1 {
			background-image: url(../../images/back_contentLeftTop.jpg);
			background-position: center top;
			background-repeat: no-repeat;
		}
		#ContentLeftInner2 {
			text-align: left;
			background-image: url(../../images/back_contentLeftBase.jpg);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		
		/* ----- ContentLeft Content ----- */
		
			#Content {
				padding: 25px 27px 0 27px;
			}
			#Content #PageTitle {
				margin: 0 0 12px 0;
				border-bottom: solid 1px #3A6D8E;
			}
			#Content #PageTitle p {
				margin: 0 0 10px 0;
				color: #3A6D8E;
				font-size: 12px;
				font-weight: bold;
			}
			
			#Content p {
				text-align: justify;
			}

			#Base {
				margin-top: 30px;
				padding: 10px 0 20px 0;
			}

			#Base ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#Base ul li {
				margin-right: 2px;
				display: inline;
			}
			#Base ul li.divider {
				color: #3A6E8F;
			}
			#Base ul li a,
			#Base ul li a:link,
			#Base ul li a:visited,
			#Base ul li a:hover {
				font-size: 10px;
				color: #3A6E8F;
				text-decoration: none;
			}
			
		/* --------------------------------- */

		#ContentRight {
			width: 213px;
			float: left;
		}

		#ContentRight1 {
			background-image: url(../../images/back_contentRight.jpg);
			background-position: center top;
			background-repeat: repeat-y;
		}
		#ContentRight1Inner1 {
			background-image: url(../../images/back_contentRightTop1.jpg);
			background-position: center top;
			background-repeat: no-repeat;
		}
		#ContentRight1Inner2 {
			text-align: left;
			background-image: url(../../images/back_contentRightBase.jpg);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		#ContentRight2 {
			background-image: url(../../images/back_contentRight.jpg);
			background-position: center top;
			background-repeat: repeat-y;
		}
		#ContentRight2Inner1 {
			background-image: url(../../images/back_contentRightTop2.jpg);
			background-position: center top;
			background-repeat: no-repeat;
		}
		#ContentRight2Inner2 {
			text-align: left;
			background-image: url(../../images/back_contentRightBase2.jpg);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		
		/* ----- ContentRight Content ----- */
		
			.rightPanelContent {
				padding: 7px;
			}
			.panelItemsHolder {
				padding: 15px 0 0 0;
				text-align: center;
			}
			.panelItem {
				padding: 0 0 15px 0;
				text-align: center;
			}
		
	
	#SiteMap ul {
		margin-left: 10px;
		list-style-type: none;
	}
	#SiteMap ul li ul {
		margin-left: 20px;
	}
	#SiteMap .parent {
		font-weight: bold;
	}
	#SiteMap a,
	#SiteMap a:link,
	#SiteMap a:visited,
	#SiteMap a:hover {
		text-decoration: none;
	}
	
	#BaseSpacer {
		height: 15px;
	}
			


/* 
	---------------------------------------------------------------------------
	HELPERS
	---------------------------------------------------------------------------
*/
	.tight {
		margin: 0;
		padding: 0;
	}
	.tightTop {
		margin-top: 0;
		padding-top: 0;
	}
	.tightBottom {
		margin-top: 0;
		margin-bottom: 0;
	}
	.copyImageTopRight {
		float: right;
		margin: 0 0 12px 10px;
	}
	.breakFloat {
		clear: both;
		visibility: hidden;
		/* visibility: visible;height: 1px; background-color: #cc0000; debug */
	}