@import 'reset.css';
@import 'typography.css';


/* hide non-printing items
------------------------------------*/
#skip,
#tools,
#bannercol {
	display: none;
	}

	
/* logo
------------------------------------*/
h1.logo a {
	width: 245px;
	height: 58px;
	border: none;
	display: block;
	background: transparent url('../i/logo.gif') left top no-repeat;
	text-indent: -999em;
	margin-bottom: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	}
	

/* top menu
----------------------------------------- */
#nav {
	float: left;
	border-bottom: solid 1px #dddddd;
	}
#nav li {
	float: left;
	display: inline;
	border-left: solid 1px #dddddd;
	padding: 0px 8px;
	}
	
	
/* sub menu
----------------------------------------- */
#secondnav {
	margin: 10px 0px;
	}
#secondnav li {
	float: left;
	display: inline;
	margin-right: 16px;
	margin-bottom: 20px;
	}
#secondnav .subseparator { /* the slash between level 2 and level 3 menu items */
	margin: 0px 2px;
	font-weight: bold;
	}
	

/* main image
------------------------------------*/
.imageholder { /* large image on top of pages */
	width: 600px;
	}
p.imagedescription {
	margin: 0em;
	}
	
/* ingress
------------------------------------*/
p.ingress {
	width: 100%;
	}
	
/* footer
----------------------------------------- */
#footer {
	border-top: solid 1px #d7d7d7;
	margin-top: 16px;
	padding-top: 12px;
	}
#footer ul {
	float: left;
	margin-right: 32px;
	margin-bottom: 55px;
	}


/* misc
----------------------------------------- */
.clear {
	clear: both;
	}
