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

/******************************************************************************************************************************
	Styling for the footer and all associated elements are below
*******************************************************************************************************************************/
img{
	border:none;
	outline:none;
}

#footerwrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #111111;
	background-image: url(images/topgradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	position:relative;
	width:912px;
	height:240px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 60px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4BF94;
	line-height: 18px;
}
#footer a {
	color: #C4BF94;
	text-decoration:none;
}
#footer a:hover {
	color: #666;
	text-decoration:underline;
}
#footerRight{
	float:right;
	width: 244px;
	height:138px;
	padding: 20px;
	margin-top: 25px;
	border-left: solid 1px #C4BF94;
	z-index:5;
}

#footerLeft{
	float:left;
	width: 244px;
	height:138px;;
	padding: 20px;
	margin-top: 25px;
	border-left: solid 1px #C4BF94;
	z-index:5;
}

/*Creates the shadow/boder effect that separates bottom of the footer from the background*/
#border{
	position:relative;
	width:952px;
	height:17px;
	background-image:url(images/border.png);
	background-repeat:repeat-x;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

