body, html {
	margin: 0;
	padding: 0;
	font-family: serif;
	font-size: 100%;
	color: #454545;
	background: #fff url(img/bkgrnd.png) repeat-y top center;
}

body {
	font-size: 100%;
  	/*line-height:1.125em;*/
}

a {
  outline: none;
}

img, img a {
	border: none;
}

#content-wrapper {
	margin: 0;
	padding: 0;
}
 

#content {
	width: 1000px;
	margin: 0 auto 0 auto;
	display: block;
	background-color: #f9f9f9;
}

.columnRow {
	width: 1000px;
	float: none;
	display: block;
	overflow: hidden;
}

.row {
	width: 100%;
	float: none;
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

#nav {
	margin: 0 0 0 0;
	padding: 0;
}

#affiliations {
	text-align:center;
	width: 100%;
	height: 50px;
	padding: 10px;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}

#footer {
	width: 1000px;
	float: none;
	margin-top: 20px;
	padding: 0px 0px 30px 0px;
	font-size: .75em;
	text-align: center;
}

#jdrfront img {
	vertical-align: top;
}

.colLeft, .colRight {
	width: 200px;
	float: left;
}


.colMiddle {
	width: 600px;
	padding-right: 20px;
	float: left;
}

.colMiddle p {
/* 	max-width: 545px; */
}

.bio, .dotSet {
	overflow: hidden;
}

.bioLeft {
	width: 160px;
	padding: 20px 20px 0px 20px;
	float: left;
}

.bioRight {
	width: 400px;
	float: left;
}

.dotLeft {
	float: left;
	width: 50px;
}

.dotRight {
	width: 550px;
	float: left;
	padding-top: 10px;
}

.col5 {
	display: block;
	width: 180px;
	padding: 10px;
	background-color: #dcdcdc;
	float: left;
}


.navSquare {
	width: 200px;
	height: 200px;
	float: left;
	color: #fff;
	font-size: .75em;
	font-family: sans-serif;
}

#nav1 {
	background-color: #07007c;
}

#nav2 {
	background-color: #002492;
}

#nav3 {
	background-color: #3367d2;
}

#nav4 {
	background-color: #009ec9;
}

#nav5 {
	background-color: #79c136;
}

		#navBlocks ul li {
		
			display: block;
			width: 166px;
			height: 101px;
			float: left;
			background-color: #f2f2f2;
			
		}
		
		#navBlocks ul li:last-child {
			width: 169px;
		}
		
		#navBlocks {
			width: 1000px;
			height: 101px;
			float: none;
			margin: 0;
			padding: 0;
		}
		
		#navBlocks ul, #navBlocks ul li {
			list-style: none;
			margin: 0;
			font-family: sans-serif;
		}
	
		 #navBlocks ul li a {
		 	display: block;
		 	width: 100%;
		 	height: 100%;
		 	padding: 40px 0 0 10px;
		 	text-decoration: none;
		 	text-transform: uppercase;
		 	font-size: .8em;
		 	color: #ffffff;
		 }
	
		#navBlocks li.home {
			background-color: #050060;
		}	
		
		#navBlocks li.what {
			background-color: #002492;
		}	
		
		#navBlocks li.how {
			background-color: #3367d2;
		}	
		
		#navBlocks li.why {
			background-color: #009ee9;
		}	
		
		#navBlocks li.who {
			background-color: #00b7f0;
		}	
		
		#navBlocks li.where {
			background-color: #78cffe;
		}	
		
		#navBlocks li.home:hover {
			background-color: #1e1a70;
		}	
		
		#navBlocks li.what:hover {
			background-color: #1a3a9d;
		}	
		
		#navBlocks li.how:hover {
			background-color: #3d76d7;
		}	
		
		#navBlocks li.why:hover {
			background-color: #1aa8eb;
		}	
		
		#navBlocks li.who:hover {
			background-color: #1ac4f2;
		}	
		
		#navBlocks li.where:hover {
			background-color: #88d5fe;
		}
		

		
		.hidden, label.hidden {
			display: none;
		}
		
		.inline {
			float: none;
			clear: none;
		}

.pageTitle {
	margin-top: 60px;
}

.more {
	padding: none;
	width: 400px;
}

.more p {
	margin: 0;
	margin-bottom: 16px;
}

.readMore {
	cursor: pointer;
}

.left {
	float: left;
} 

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #009ee9;
	margin-bottom: 10px;
}

h2.page-header, h2.page-header-reduced, h2.section-header {
	font-size: 2.3em;
	color: #002492;
	margin: 100px 0 10px 0;
	font-family: serif;
	letter-spacing: 0;
}

h2.section-header {
	margin-top: 0px;
}

h2.page-header-reduced {
	font-size: 2em;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	line-height: .95em;
	font-weight: normal;
	color: #009ee9;
	margin: 20px 0;
}

h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #0099ff;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	
}

ul, ol {
  margin-left: 40px;
  font-size: .95em;
}

ul.floating-list {
	float: left;
	list-style:none; 
	padding: 0; 
	text-indent: none; 
	list-style-position: outside;
	margin: 0; 
	width: 45; 
	margin-right: 5%;
}

ul.floating-list:last-child {
	margin-right: 0;
}

ul.list-unstyled {
	list-style:none; 
	padding: 0; 
	text-indent: none; 
	list-style-position: outside;
	margin: 0 0 20px 0;
}

ul.floating-list li, ul.list-unstyled li {
	margin-bottom: 2px;
	font-size: .9em;
	font-family: sans-serif;
}

.highlight {
	color: #009ee9;	
}

a, a:link, a:active, a:visited, .readMore {
	color: #3367d2;	
}

a:hover, .hover {
	text-decoration: underline;
	color: #999;
}

a.btn {
	color: #fff;
}

.divider {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #999;
	margin: 20px 0 20px 0;
}

#stripes{
	background-color: #dcdcdc;
	width: 1000px;
	margin-top: 0px;
	font-family: sans-serif;
	font-size: .75em;
	overflow: hidden;
	text-align: center;
}


#signupLink a, #fgLink a, #blogLink a, #careersLink a {
	float: none;
	clear:both;
	overflow: hidden;
	display:block;
	width:1000px;
	height:40px;
	margin-bottom:0;
	padding-top:20px;
	text-align:center;
	background-color:#002492;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

#blogLink a {
	background-color:#009EE9;
}

#fgLink a {
	background-color:#3d76d7;
}

#signupLink a:hover, #fgLink a:hover, #blogLink a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#careersLink a {
	background-color:#000f75;
}

#loginForm {
	height: 40px;
	padding: 15px 0px 0px 0px;
	height: 55px;
	margin: 0px auto 0px auto;
	width: 1000px;
	text-align: center;
}

#galleryLink a {
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0;
}

#galleryLink a:hover {
	color: #999999;
}

/* form styling */


fieldset {
	border: none;
	float: none;
}

label, #galleryLink a {
	float: left;
	margin: 10px 10px 10px 0;
	font-family: sans-serif;
	color: #002492;
}

#status p {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	color: #002492;
}

input {
	margin: 10px 10px 10px 0;
	width: 160px;
	float: left;
}

.submit, .reset {
	width: auto;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}


#titles {
	width: 600px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #f9f9f9;
}

#homeTitle1, #homeTitle2 {
	width: 600px;
	height: 100px;
	position: absolute;
	top: 100px;
	opacity: 0;
	background-color: transparent;
}

#groupFade {
	opacity: 0;
}



/* splash styling */

.highlight {
	color: #050060;
}

p#splashText {
	text-align: center;
	font-size: 1.3em;
	padding: 0 30px 0 30px;
	line-height: 1.1em;
}


/* gallery styling */
	#colGallery {
	width: 1000px;
	position: relative;
	margin: 0px;
}

   
   
   ul#roundabout {
				list-style: none;
				padding: 0;
				height: 400px;
				width: 1000px;
				margin: 0 auto 0 auto;
			}
			ul#roundabout li {
				text-align: center;
				cursor: pointer;
				-webkit-backface-visibility: hidden;
				margin: 0;
				padding: 0;
			}


	.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
   }
   
   .roundabout-moveable-item {
      cursor: pointer;
   	margin: 0;
   	padding: 0;
      width: 480px;
      height: 320px;

   }
   
   .roundabout-in-focus  {
      cursor: auto;
      width: 480px;
      height: 320px;
   }
   
   #roundabout li div {
		display: none;
   }


/* how-we-do-it special styling */
 
 	#photo-gallery {

		width: 700px;
		height: 400px;
		display: none;
	
 	}
 
 .galleria{ width: 700px; height: 400px; background: #000 }
 
	#eventHeader {
		width: 940px;
		height: 376px;
		margin: 30px auto 20px auto;
		padding: 0px;
		border-bottom: 1px dotted #999;
		position: relative;
	}
	
	#bannerHeader {
		position: absolute;
	 	z-index: 99;
	 	top: 0;
		left: 0;
	}

	#eventHeader > a.video-trigger {
		text-decoration: none;
	}

	#eventHeader > a.video-trigger:hover {
		opacity: .7;
	}
	
	#eventHeader .video-teaser {
		padding: 15px;
		background: #3367D2 url(/img/teaser-arrow.jpg) no-repeat right center;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		width: default;
		font-style: italic;
		font-family: sans-serif;
		color: #fff;
		max-width: 330px;
	}

	#eventHeader.vloaded {
		width: 940px;
		height: 529px;
	}
	
	#video-playlist {
		width: 940px;
		padding: 30px;
		background-color: #333;
		margin-bottom: 30px;
		display: none;
	}
	
	#video-playlist h4 {
		margin-bottom: 10px;
	}
	
	a.video-link {
		width: 100px;
		display: block;
		overflow: hidden;
		text-decoration: none;
		color: #f2f2f2;
		float: left;
		margin-right: 14px;
		padding: 10px;
	}
	
	a.video-link img {
		height: 55px;
		width: 98px;
		display: block;
		border: 2px solid #f2f2f2;
		margin-bottom: 5px;
	}
	
	a.video-link:hover img {
		border-color: #00B7F0;
	}
	
	a.video-link.active img {
		border-color: #3367D2;
	}
	
	
	a.video-link p.video-title {
		font-family: sans-serif;
		font-size: 9px;
	}
	
	p#current-video {
		font-style: italic;
		margin-bottom: 10px;
		color: #f2f2f2;
	}
	
	#eventFooter {
		width: 1000px;
		overflow: hidden;
		border-top: 1px dotted #dcdcdc;
		padding-top: 20px;
	}
	
	.colLeft {
		width: 303px;
		margin-right: 10px;
		margin-left: 30px;
	}

	
	#materialsTeaser {
		margin: 20px 0 40px 0;
		width: 240px;
		-webkit-box-shadow: 0px 0px 7px 7px #eaeaea;
		box-shadow: 0px 0px 7px 7px #eaeaea;
		padding: 200px 20px 40px 20px;
	}
	
	#link-sidebar {
		margin: 20px 0 40px 0;
		width: 220px;
		
		/*
		-webkit-box-shadow: 0px 0px 7px 7px #f6f6f6;
		box-shadow: 0px 0px 7px 7px #f6f6f6;
		*/
		
		border-right: 1px solid #f2f2f2;
		
		background-color: transparent;
		padding: 20px 30px 40px 20px;
	}
	
	.leftInset {
		padding: 0 20px 20px 20px;
		width: 240px;
	}
	
	ul.fancybullets, ul.linebullets {
		margin: 0 0 20px 0;
		padding: 0;
		text-indent: 0;

	}
	
	ul.fancybullets li {
		display: block;
		background: transparent url('../img/fancybullet.png') left center no-repeat;
		border-bottom: 1px dotted #dcdcdc;
		padding: 10px 0 10px 20px;
		margin: 0;
		vertical-align: middle;
	}

	ul.linebullets li {
		display: block;
		border-bottom: 1px dotted #dcdcdc;
		padding: 10px 0 10px 0px;
		margin: 0;
		vertical-align: middle;
	}
	
	ul.no-list {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-indent: none;
		font-family: sans-serif;
	}

	blockquote{
    	background:#f9f9f9;
    	border-left:5px solid #002492;
    	margin:1.5em 10px;
    	padding:.5em 10px;
    	quotes: "\201C""\201D";
    }
	
	blockquote:before {
		color:#ccc;
		content:open-quote;
		font-size:4em;
		line-height:.1em;
		margin-right:.25em;
		vertical-align:-.4em;
		color: #002492;
	}
	
	blockquote p {
		display:inline;
	}
	
	.bld {
		font-weight: bold;
	}
	
	p.introtext {
		font-size: 1.7em;
		line-height: 1em;
		color: #454545;
	}
	
	p.subheader, #fairground p.subheader, p.list-header {
		letter-spacing: 1px;
		color: #999999;
		text-transform: uppercase;
		font-family: sans-serif;
		font-size: .8em;
		font-weight: bold;
	}
	
	p.list-header {
		color: #222;
		text-transform: none;
		font-family: sans-serif;
		font-size: .8em;
		font-weight: bold;
		border-bottom: 1px dotted #999;
		padding-bottom: 10px;
		margin: 20px 0 10px 0;
		letter-spacing: 0;
		line-height: 1.1em;
	}	
	
	.blk {
		color: #333333;
	}
	
	.sidebar p {
		font-family: sans-serif;
		font-size: .9em;
	}
	
	p.caption {
		font-size: .8em;
		font-family: sans-serif;
	}
	
	h2.bannerHeader {
		font-size: 3em;
		line-height: 1em;
		color: #1a3a9d;
	}
	
	p.topicHeader {
		padding: 4px;
		border-bottom: 1px solid #dcdcdc;
		color: #333333;
		margin-top: 20px;
		display: inline-table;
		font-style: italic;
	}
	
	sup {
		font-size: .6em;		
	}
	
	.btn {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		background-color: #78CFFE;
		color: #fff;
		font-family: sans-serif;
	}
	
	
	/* FairGround */
	
	#fairground {

	}
	
	#fairground li{
		font-size: 16px;
   		font-family: serif;
   		padding-bottom: 10px;
	}
	
	#fairground h2 {
		color:#003399;
		font-weight:normal;
		font-size: 1.4em;
		margin: 0px 0 10px 0;
		padding: 0;
		width: 550px;
		line-height: 1em;
	}
	
	#fairground h4 {
		color:#777777;
		font-weight:bold;
		text-transform: uppercase;
		font-size: .9em;
		font-family: sans-serif;
		letter-spacing: 2px;
		margin: 0px 0px 20px 0px;
		padding: 0;
	}
	
	#fairground p {
		font-size: 1.2em;
		line-height: 1.3em;
		color: #333333;
	}
	
	#fairground .aboutIntro p {
		font-size: 1.3em;
		line-height: normal;
		color: #000033;
	}
	
	#fairground .aboutIntro .context {
		color: #666666;
	}
	
	#fairground .aboutIntro, #fairground .questionBlock{
		border-bottom: 1px dotted #999999;
		margin: 0px 0px 40px 0px;
		padding-bottom: 40px;
	}
	
	#fairground p#tagline {
		font-style: italic;
		font-family: serif;
		margin-bottom: 10px;
		color: #454545;
		font-size: 1.2em;
	}
	
	#fairground p#qaHeader {
		font-family: sans-serif;
		margin-bottom: 10px;
		color: #003399;
		font-size: 1.4em;
		margin-bottom: 20px;
	}