/* HEADER/FOOTER CONSTANTS */
/* CHANGE VARIABLES INDIV'LY */

/* =================================================== */

#header {
padding:1px 0 0 0;
border-bottom:1px gray solid;
}

#breadcrumb {
float: left;
display: inline;
font-weight:bold;
}

#transbox {									
float: right;
width: 250px;
text-align:right;
}

#searchbox {								
float: right;
width: 230px;
text-align:right;
}

#footer {
border-top:gray 1px solid;
text-align:center;
}

.padding8{padding:8px;}

/* =================================================== */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#footer {position: relative;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =================================================== */

img{border:0;}