

/* for larger screens show a sidebar */
@media screen and (min-width: 769px) {
	#navWrapper, #searchForm {
		left: 0px;
		width: 320px;
		display: block;
		border-right: 1px solid #666;
	}
	header {
		width: 320px;
		border-right: 1px solid #666;
	}
	#tabletNavHeader {
		position: absolute;
		top: 0px;
		left: 321px;
		right: 0px;

		/*
		background: rgb(235,236,237);
		border-bottom: 1px solid #aaa;
		height: 40px;
		border-top: 1px solid white;
		border-bottom: 1px solid #aaa;
		*/
	}
	#tabletContentWrapper {
		top: 38px;
		bottom: 0px;
		left: 321px;
		right: 0px;
	}
	nav {
		width: 316px;
		/*
		right: auto;
		height: 40px;
		*/
	}

	.guide {
		padding: 20px 40px;
	}
	.guide h1 {
		font-size: 1.5em;
	}
	.guide h2 {
		font-size: 1.4em;
	}


/*	
	prev version

	.listItem {
		border-radius: 0;
		margin: 0;
		overflow: hidden;
		border: none;
		padding-top: 5px;
		border-bottom: 1px solid #aaa;
	}
	.objective {
		max-height: 37px;
		overflow: hidden;
	}

	#tabsWrapper {
		left: 0px;
		width: 300px;
		display: block;
		border-right: 1px solid #aaa;
	}
	nav {
		width: 297px;
		right: auto;
		height: 40px;
	}
	nav > * {
		height: 29px;
		padding-top: 11px;
	}
	#main {
		bottom: 44px;
	}
	#tabletContentWrapper {
		display: block;
		left: 300px;
		width: auto;
		right: 0px;
	}
	#currentGuide {
		line-height: 1.5em;
		padding: 50px;
	}
	*/

	#disclaimer {
		padding: 50px 100px;
	}

	/*
	#calcWrapper {
		margin-top: 20px !important;
		margin-bottom: 150px !important;
		min-height: 500px;

	}
	*/
}