body
{
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 3em auto;
	color: #333333;
	max-width: 42em;
	padding: 0em 1em;
}

em
{
	color: #D26E1A; /*#F58220;*/
	font-style: normal;
	font-weight: 300;
}

p, ul, table
{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.25em;
	margin: 0px 0px 1em 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 2em;
	font-weight: bold;
}

h3
{
	font-size: 1.75em;
	font-weight: normal;
	border-bottom: 1px solid #eee;
}

h4
{
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

h5
{
	font-size: 1.125em;
	font-style: normal;
	font-weight: normal;
}

h6
{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

h1 img
{
	max-width: 100%;
	max-height: auto;
	margin: 10px auto;
}

table
{
	margin: 0px 0px 0.75em 0px;
}

#banner
{
	text-align: center;
	margin-bottom: 0px;
}

a:link, a:visited, a:active, a:hover, .peopleReadmoreLink, .prioritiesReadmoreLink
{
	text-decoration: none;
	border: none;
	color: #006A9B;
	cursor: pointer;
}

.content a:hover
{
	background-color: #EFE2DF;
}

.section h2 a:link, .section h2 a:visited, .section h2 a:active, .section h2 a:hover
{
	color: white;
	background-color: none;
}

#contactEmail a:link, #contactEmail a:visited, #contactEmail a:active, #contactEmail a:hover
{
	color: white;
}

div.section
{
	margin: 0px 0px 0px 0px;
	position: relative;
}

div.section h2
{
	text-align: left;
	clear: both;
	background-color: rgb(239, 78, 34);
	color: white;
	border: none;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.2em 5% 0.2em 5%;
}

.content
{
	position: relative;
	padding-bottom: 1em;
	padding-top: 0em;
	padding-left: 5%;
	padding-right: 5%;
}

#footer
{
	border-top: 1px solid #aaa;
	padding: 1em 0px;
	margin: 1em 5% 1em 5%;
}

#footer p
{
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px 0px 6px 0px;
}

div.section h2.nextSectionHeader
{
	text-align: right;
	cursor: pointer;
}

th
{
	font-weight: 300;
}

#contactTable table
{
	display: block;
}
#contactTable th, #contactTable td
{
	display: block;
	text-align: left;
}
#contactTable tr
{
	display: block;
	margin: 0px 0px 1em 0px;
}

#winatablet
{
	float: none;
	clear: both;
	text-align: center;
}

#winatabletimg
{
	max-width: 300px;
	width: 100%;
}

#registrationOpens .content table
{
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px)
{
	h1
	{
		font-size: 3em;
	}
	
	h2
	{
		font-size: 2em;
	}
	
	h3
	{
		font-size: 1.75em;
	}
	
	h4
	{
		font-size: 1.2em;
	}

	h5
	{
		font-size: 1.125em;
	}
	
	h6
	{
		font-size: 1em;
	}

	#contactEmailContainer
	{
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 212px;
		height: 212px;
		z-index: 1;
	}
	
	#contactEmailContainer a img
	{
		border: none;
	}
	
	#contactTable table
	{
		display: table;
	}
	
	#contactTable tr
	{
		display: table-row;
		margin: 0px 0px 1em 0px;
	}
	
	#contactTable td
	{
		text-align: left;
	}
	
	#contactTable th
	{
		text-align: right;
	}
	
	#contactTable th, #contactTable td
	{
		display: table-cell;
		padding: 0px 1em 0.5em 0px;
	}
	
	#contactTable td.emailLink
	{
		text-align: right;
	}
	
	#winatablet
	{
		float: right;
	}
	#winatabletimg
	{
		max-width: 300px;
		width: 100%;
	}
}
