﻿/* This is the style sheet for the footers, not a lot here */
body {
}
#pBody {
    min-height:920px;
}
#grad, #gradWhite {
    width:992px;
    height:494px;
    position:absolute;
}
#grad 
{
	background: transparent url(../images/interiorHeaderWhite.png) no-repeat;
}
#gradWhite 
{
	background: transparent url(../images/interiorHeader3.png) no-repeat;
}
#footCont {
    background-image:url(../images/footer_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 252px;
	padding: 15px 30px 25px 0;
}
#footCont a {
		color: #FFF;
		
	}
	#footcont a:link, #footer a:visited {
		text-decoration: none;
	}
	#footCont a:hover, #footer a:active {
		text-decoration: underline;
	}
	#footCont p {
		line-height: 2em;
		margin-left: 30px;
	}
	#footCont h2{
		font-weight:bold;
		font-size:26px;

	}
	#footCont ul {   
		margin: 5px 0 10px 22px;
	}
	#footCont ul li {
		display: inline;
	}
	#footCont ul li a {
		margin: 0 8px;
	}
#contactInfo {
    width:360px;
    float:left;
}
#recentStuff {
    max-width:400px;
    margin:5px 30px 5px 420px;
}
#recentStuff a 
{
	line-height:14px;
	font-size:13px;
}
.recentItem 
{
	margin:5px 10px 0 10px;
	width:151px;
}