@charset "UTF-8";
/* CSS Document */

.hiddenStructure {
	display:none;
}

:focus { -moz-outline-style: none !important; }

#container .content {
	width:960px;
	min-height:300px;
}

#container.has-subnav .content {
	width:790px;
}

#content-home {
	margin-top:0;
}

#content-home h2 {
	display:none;
}

.content {
	position:relative;
}

.container .subnav {
/*
	position:absolute;
	top:0;
*/
	margin-left:-170px;
	margin-top:-41px;
}

.container .subnav ul {
	margin-top:0;
}


#navigation a {
	height:29px;
}

h1#logo {
	float:left;
	width:230px;
	height:131px;
	margin:0;
	margin-bottom:-131px;
	margin-left:10px;
}
h1#logo a {
	display:block;
	overflow:hidden;
	width:230px;
	height:131px;
	border:none;
}
h1#logo img {
	border:none;
}

h2#tagline {
	float:right;
	width:487px;
	height:73px;
	margin:0;
	margin-left:-487px;
	margin-bottom:-73px;
}

