/* This CSS document is made for footer content. This is general universal content across the site as well as unique content on certain pages. */

/* footer on homepage *******************************************************************/
table.home_footer {
}
td.home_vd, td.home_die, td.home_ftp {
border:1px #797979 solid;
text-align: left;
padding: .5em;
background-color: #484848;
vertical-align: top;
}


/* variable data box on homepage *******************************************************************/
div#makeMine {
	border:1px #797979 solid;
	float:left;
/*	width:33%; */
width: 98%;
	height: 100%;
	padding-bottom: .5em;
}
div#makeMine h2 {
	padding-bottom:.5em;
}
div#makeMine div{
	background: none;
	width: 100%;
}


/* ftp login at bottom of homepage  ***********************************************************/
div#ftp {
	border:1px #797979 solid;
	font-size:1em;
	float:right;
	height:100%;
 /* joe 2008.11.12 	width: 33%; */
 width: 98%;
	margin:0;
	padding:0;
}
div#ftp div {
	background: none;
	width: 100%;
}
div#ftp h2 {
	padding-bottom:.5em;
}


/* diecut box at bottom of homepage  ***********************************************************/
div#diecut {
	border:1px #797979 solid;
	font-size:1em;
	float:none;
	height:100%;
 /* joe 2008.11.12 	width: 33%; */
 width: 90%;
	margin:0;
	padding:0;
}
div#diecut div {
	background: none;
	width: 100%;
}


/* general forms  ********************************************************************************/
div#hpForms {
    clear:both;
    margin-top:1em;
    text-align:center;
}
div#hpForms div {
    text-align:left;
    padding:.5em .5em;
    height:100%;
    background:url(../images/ui/darkgreyboxbg.jpg);
}


/* footers at bottom *******************************************************************/

div#footer {
	text-align:left;
	width:955px;
	clear:both;
	margin: 0 auto;
	position: relative;
	height:60px;
}
div#footer span.copy {
	clear:both;
}
div#botbar {
	background:url(../images/ui/bottombg.jpg) repeat-x top;
	height:29px;
	width:100%;
	font-size: .8em;
	color: #fff;
	padding:0;
	border:1px solid #d2d3d2;
}
div#botbar span {
	padding:0 2em;
	padding-left: 0;
	margin-left: 4px;
	line-height:29px;
}
