@charset "utf-8";
/* Footer styles */


#footer2 {
	margin: 0;
	background:#cdcac0;
	padding:0px 0 30px 0;
	border-top: 1px solid #a6a396;
	box-shadow: inset 0 2px 2px #cac7bd, 0 2px 2px #4c4937;
}

.footertext {
	border-bottom: 1px solid #a6a396;
	margin-top:-1px;
	padding: 20px 0 10px 0;
		background:#b3afa2;
	border-top: 1px solid #a09b8d;
	border-bottom: 1px solid #a09b8d;
	box-shadow:  inset 0 2px 2px #aca798, 0 2px 2px #bdbaaf;
}
	
	.footertext a,
	.footertext a:link,
	.footertext a:visited {
		color:#4e4537;
	}
	
	
	.footertext a:hover {
		color:#000;
		text-decoration: underline;
	}
	

.footer_uc {
	/*background-image: url(../../images/ucanr.png);
	background-repeat:no-repeat;
	background-size: 350px auto;
	background-position:bottom left;
	height:80px;
	width:350px;
	*/padding-top: 30px;
	float:left;
	width: 38%;
}

.footer_uc.noanr {
	width: 15%
}

.footer_ucop, .footer_ucanr {
	font-size: 1.6em;
	line-height: 1.1em;
	letter-spacing:.05em;
	color: #615c4b;
	}

.footer_ucop {
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	text-shadow: 0 1px 0 #e3e0d5;
}

.footer_ucanr {
	color: #39331e;
	float:right;
		letter-spacing: normal;
		font-size:1.35em;
		line-height:1.3em;

}

.footerlinks {
	padding-top: 20px;
	width:50%;
	font-size:90%;
	float:right;
}

.footerlinks.noanr {
	width: 80%;
}

.footerlinks-left {
	float:left
}

.footerlinks-right {
	float:right;
}

/*.footerlinks a,
.footerlinks a:link,
.footerlinks a:visited {
		font-size: 90%;
		color:#736a5b;
		text-decoration:none;
		padding-right:5px;
		margin-left: 2px;
		border-right: 1px solid #aaa192;
	}
	
	.footerlinks-bold {
		font-weight: bold;
	}
	
.footerlinks a:hover {
		color: black;
		text-decoration: underline;
	}

*/
	.footerlinks-bold {
		font-weight: bold;
	}
.footerlinks a,
.footerlinks a:link,
.footerlinks a:visited {
		display:block !important;
		border-right:0 !important;
		border-bottom: 1px solid #bcb9af !important;
		padding:4px 6px;
		color: #585240;
	}
	
	.footerlinks a:hover {
		text-decoration:none;
		background:#bcb9af;
	}
	
	
	/* tablet */
	@media (min-width: 768px) and (max-width: 979px) {
		.footerlinks-left {
			float:none
		}
		
		.footerlinks-right {
			float:none;
		}
		
		.footerlinks {
			width:40%;
		}
		.footer_uc {
			width: 50%;
		}
		
		.footer_uc.noanr, .footerlinks.noanr {
			width:40%;			
		}
		
	}
	@media (min-width: 400px) and (max-width: 767px) {
		.footerlinks-left {
			float:none
		}
		
		.footerlinks-right {
			float:none;
		}
		
		.footerlinks {
			float:none;
			width: 94%;
			margin:0 auto;	
			}
		.footer_uc {
			font-size: 80%;
			float:none;
			width: 300px;
			margin-left: 3%;
			}	
			
		.footer_uc.noanr, .footerlinks.noanr {
			float:left;
			width:30%;
		}
		
		 .footerlinks.noanr {
			 float:right;
			 width:60%;

		 }
	}
	/* mobile */
	@media (max-width: 399px) {
		.footerlinks-left {
			float:none
		}
		
		.footerlinks-right {
			float:none;
		}
		
		.footerlinks {
			float:none;
			width: 94%;
			margin:0 auto;	
			text-align:center;	
			}
		.footer_uc {
			font-size: 80%;
			float:none	;
			width: 94%;
			margin:0 auto;	
			}
			
		.footer_uc.noanr, .footerlinks.noanr {
			float:left;
			width:45%;
		}
		
		 .footerlinks.noanr {
			 float:right;
		 }
	}