/* CSS Document */

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

/* reset inconsistent browser styles */
@import url(reset.css);
@import url(base.css);

html, body {
	height: 100%;	
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/home-bg.jpg) top center no-repeat;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7D7772;
}

#Content p {
	position: relative;
	width: 670px;
	margin: 0 auto;
	padding-top: 670px;
	padding-right: 160px;
	padding-left: 20px;	
	padding-bottom: 20px;
}
#Content a {
	text-indent: -1000px;
	overflow:hidden;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 120px;
}


#FooterWrap {
	padding-top: 30px;
	width: 794px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
	
	position: relative;
}

#Footer {
	border-top: 1px solid #BDB4AB;
	margin: 0 6px;
	padding-top: 14px;
	font-size: 10px;
}
.footerItem {
	height: 30px;
	border-right: 1px solid #BDB4AB;
	float: right;
	padding: 0 12px 0 12px;
}
.footerItem a {
	font-weight: bold;	
	color: #7D7772;	
	text-decoration: none;
}
.copyright {
	text-align: right;
	color: #7D7772;	
}
.copyright strong {
	color: #7D7772;
}
.last {
	border-right-width: 0;	
}
.social {
	border-right-width: 0;	
}
.social a img {
	vertical-align: bottom;
	margin: 0 3px 0 0;
	padding: 0;
	
}
.topLink {
	border-right-width: 0;
	padding-right: 0;
	width: 80px;
	text-align: right;
}
#Intuit {
	position: absolute;
	bottom: -29px;
	right: 0;
}

.clear {
	clear: both;	
}