/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */

html, body {
  height: 100%;
  margin: 0;
}
.clear {
	width: 100%;
	height: 0;
	clear: both;
}
.content {
  min-height: 100%;
  background: url("flax_tile.jpg") left top repeat #fff;
}
.content-inside {
  padding: 0;
  padding-bottom: 92px;
}
.footer {
  height: 91px;
  margin-top: -92px;
  border-top: 1px solid #ccc;
}
#page-header {
	height: 70px;
	background-color: #016b94;
}
#page-header h2 {
	float: right;
	width: 460px;
	height: 50px;
	padding: 10px 10px 10px 120px;
	color: #016b94;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	background: url("header_curve.png") left top no-repeat #fff;
}
#page-header h2 .highlight {
	color: #27bdc5;
}		
#main-header {
	text-align: center;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 50px 30px 30px;
}		
#main-header h1 {	
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
}		
#main-header h2 {	
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}		
#toc {
	width: 80%;
	max-width: 900px;
	margin: 24px auto;
	clear: both;
}		
#col1 {
	width: 50%;
	min-width: 300px;
	float: left;
}		
#col2 {
	width: 50%;
	min-width: 300px;
	float: left;
}		
#toc .toc-container {
	width: 85%;
	height: 42px;
	margin: 16px auto;
	padding: 10px 16px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#toc .toc-container.inactive {
	background-color: #eee;
}
#toc .toc-container h3 {
	float: left;
	min-width: 60%;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #215968;
}
#toc .toc-container.inactive h3 {
	color: #999;
}
#toc .toc-container h4 {
	float: left;
	min-width: 60%;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
#toc .toc-container.inactive h4 {
	color: #aaa;
}
.launch-button {
	float: left;
	width: 22px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 4px 10px 0 0;
	color: #215968 !important;
	font-size: 1.2em;
	padding: 2px 2px 2px 6px;
	border: 3px solid #215968 !important;
	border-radius: 6px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.launch-button:hover {
	color: #27bdc5 !important;
	border-radius: 50px;
	border-color: #27bdc5 !important;
	transition: all 0.3s ease 0s;
}
.inactive .launch-button, .inactive .launch-button:hover {
	color: #ccc !important;
	border-color: #ccc !important;
	border-radius: 6px;
	cursor: default;
}
footer {
	background-color: #fff;
}		
#partner-logos {
	max-width: 1200px;
	margin: 12px auto;
}		
#partner-logos td {
	padding: 0 40px;
	vertical-align: middle;
}
#partner-logos img {
	height: 70px;
}