@charset "UTF-8";
/* CSS Document */

/***** Footer styles *****/
#footer-gap {
	width:940px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 50px 0px 0px 0px; /*top, right, bottom, left*/
	clear:both;
	font-size:11px;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#footer-left {
	width:470px;
	height:30px;
	position: relative;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	float: left;
	text-align:left;
	
}

#footer-right {
	width:470px;
	height:30px;
	position: relative;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	float: left;
	text-align:right;
	
}


#footer-container {
	position: relative;
	display:block;
	width:960px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	clear:both;
	background-image:url(..);     /* 100% page width background footer graphic */
	background-position: top center;
	background-repeat:repeat;
}

	#footer-content {
		position: relative;
		width: 940px;
		height:250px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 10px 0px 10px; /*top, right, bottom, left*/
		background-image:url(..);           /* Content page width background footer graphic. Can be */
		background-position: top center;	/* layered on top of 100% page width background graphic if needed */
		background-repeat:repeat;
	}

		.footer-panel {		/* 4 column width footer content panels*/
			position: relative;
			width: 300px;
			height:180px;
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
			float:left;
		}


		.footer-panel-spacer {		/* Spacer gap between the footer content panels*/
			position: relative;
			width: 20px;
			height:180px;
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
			float:left;
		}

			.footer-panel h1 {
				font-size: 14px;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				color:#666;
				margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
				padding: 15px 0px 10px 0px; /*top, right, bottom, left*/
			}

			.footer-panel p {
				font-size: 11px;
				font-family:Arial, Helvetica, sans-serif;
				color:#666;
				line-height:13px;
				margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
				padding: 0px 0px 10px 0px; /*top, right, bottom, left*/
			}

		.footer-copyright {
			position: relative;
			width: 940px;
			height:20px;
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			padding: 20px 0px 10px 0px; /*top, right, bottom, left*/
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#666;
			line-height:13px;
			float:left;

		}
