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


#footer{
	-moz-box-shadow: 3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px 3px #ccc;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EAD4A6;
	clear: both;
	}


.footerbox{
	width: 960px;
	height: 340px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	}

.footersubbox{
	width:190px;
	float:left;
	margin-top: 15px;
	margin-right: 40px;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.footersubboxend{
	width:190px;
	float:left;
	margin-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}



.footerreadmore{
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 21px;
	background-image: url(../images/bkgrd-button.png);
	height: 25px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 21px;
	margin-right: 106px;
}

.footerreadmore a{
	color:#fff;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.footerreadmore a:hover{
	color:#C96;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



.subfooter{
	height:auto;
	padding:14px 0 14px 0;
	background-color:#EAD4A6;
	color:#333;
	text-align:center;
}



.clearfooter{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 100%;
	clear: both;
	margin-top: 14px;
}
