/*
-----------------------------------------------
Author:   http://theMechanism.com/
Version:  20 June 2008
-----------------------------------------------
*/

@import url("/_css/layout.css");
@import url("/_css/typography.css");
@import url("/_css/tables.css");
@import url("/_css/links.css");
@import url("/_css/forms.css");

@import url("/_css/_components/navigation.css");

/* General
----------------------------------------------- */
a, a:visited, li, div, span {
	background-repeat: no-repeat;
}
abbr {
	border: none;
}
a:link abbr:hover, a:visited abbr:hover, a:hover abbr:hover, a:active abbr:hover {
	cursor: pointer;
}
	a:focus, object {
		outline: none; /* Just for Firefox */
	}
.outside {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
.hide-from-sighted-users, #preloader {
	position: absolute !important;    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
	thead.hide-from-sighted-users {
		display: none;
	}
	
img {
	border: 0;
	display: block;
}

.clearfix:after {
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
	
.printMessage {
	display: none;
}

/* ----------------------------------------------- */
#banner, #banner img {
	height: 60px;
	width: 468px;
}
	#banner {
		left: 5px;
		position: absolute;
		top: 5px;
	}
	
/* ----------------------------------------------- */
#masthead {
	padding: 2em 0 1em 0;
}


