.siteFooter
{
color:#000;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); */
    
		
	/*font-family: RSU_Regular; src: url(../_font/RSU_Regular.tff );*/
	font-family: 'Prompt', sans-serif;
	font-size: 13px;
	/*background-image:url(../images/bg.jpg);*/
	/*background-color: #D6D6D6;*/
	background-image: linear-gradient(#D6D6D6, #f2f2f2);
	/*background-color: #eee;*/	
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
		
}

.siteFooter .center
{
	padding-bottom: 30px;
}

.siteFooter .column .columnNavigation
{
	padding-top: 6px;
	border: 0;
}

.siteFooter .column .columnNavigation li a
{
	padding: 4px 0;
	padding-left: 6px;
	margin-left: -12px;
	/*color: #C0D344;*/
	color:#000;
	font-weight: 100;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	text-decoration: none;
}

.h5tion
{
	/*color: #C0D344;*/
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 18px;
	font-weight: 400px;
	color:#7A7272;
}
.h5tion2
{
	/*color: #C0D344;*/
	font-size: 14px;
	font-weight: 100px;
	color:#333;
	border-bottom: outset #8E7777;
	text-decoration: none;
}


.siteFooter .column .columnNavigation li a:hover
{
	/*background-color: #A0AE45;*/
	color:#e81921;

}

.siteFooter p
{
	color: #fff;
}

.siteFooterBar
{
	padding: 10px 0;
	color: #fff;
	background: #555555;
	border-top: 1px solid #222;
}

.siteFooterBar p
{
	padding-left: 54px;
	background: transparent url(../images/logo-foot.png) left center no-repeat;
}

.siteFooterBar a.backToTop
{
	float: right;
	line-height: 22px;
	padding-right: 12px;
	background: transparent url(../img/icons/iconSmallTop.png) right center no-repeat;
}

.siteColumnLeft .column.tiny
{
	color: #fff;
	width: 230px;
}

div.center
{
		width:960px;
	margin: 0 auto;
}

.clearfix2:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


*:first-child+html .clearfix2
{
	display: block;
}

/*
	Column Layout
*/
.column.tiny
{
	float: left;
	padding-top:7px;
}


.column.tiny
{
	width: 230px;
	margin: 0 3px 0 0;
}

.column.last
{
	margin-right: 0 !important;
}

.column .columnNavigation
{
	padding-top: 14px;
	border-bottom: 1px solid #ddd;
}

.column .columnNavigation li
{
  list-style: none;
}

.column .columnNavigation li a
{
	display: block;
	color: #fff;
	font-size:12px;
	padding: 9px 12px;
	border-top: 1px solid #ddd;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}


.column .columnNavigation li a:hover
{
	text-decoration: none;
	background-color: #f3f3f3;
}
