@charset "UTF-8";

/*
	defult.css
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
	display: block; 
}
audio, canvas, video { 
	display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]) { 
	display: none;
}
[hidden] { 
	display: none;
}

/* =Reset 
------------------------------------------------------------------------------------------------ */
html, body, div, span, form, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, small, strike, samp, strong, sub, sup, label, caption {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
ul, ul li {
	margin: 0;
}
/* Selection Styles - Change colors to match design */
::-moz-selection { 
	background: #113c5e;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #113c5e;
	color: #fff;
	text-shadow: none; 
}

/* =Accessibility styles 
------------------------------------------------------------------------------------------------ */
.accessTarget, .accessLink { 
	position: absolute; 
	top: -999em;
}
.accessLink:focus { 
	top: 0;
}

/* =Global 
------------------------------------------------------------------------------------------------ */
html { 
	font-size: 62.5%; 
	overflow-y: scroll;
}
body {
	height: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}

/* =Typography 
------------------------------------------------------------------------------------------------ */
@font-face {}

/* Text Styles */
abbr[title] { 
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0; 
}
ins { background: #FF9; color: #000; text-decoration: none; }
mark { background: #FF0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6 { 
	line-height: 1.2em; 
	margin-bottom: .2em; 
}

h1 { font-size: 1.8333em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.1667em; }
h6 { font-size: 1em; }

/* =Common bottom margins */
p ul, ol, dl { 
	margin-bottom: 1.5em; 
}

/* =Links */
a, a:link, a:visited {
	outline: 0 none;
    color: #113c5e;
}
a:focus { 
	
}
a:focus, a:hover {
	
}
a:hover, a:active { 
	outline: 0 none; 
}

/* =Lists */
li { }

ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}
ul li { 
	/* background: url(../img/layout/bullet.gif) 0 0.6em no-repeat; */
}

ol { }
ol li { }

ul ul,
ul ol,
ol ul,
ol ol { 
	margin-bottom: 0; 
}

dl { }
dt { }
dd { }

/* =Images */
img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle; 
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}
abbr.created { /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ 
  border: none;
  cursor: auto;
  white-space: normal;
}
hr {
  height: 1px;
  border: 1px solid #666;
}

/* =Forms 
------------------------------------------------------------------------------------------------ */
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  padding: 0.5em;
}

/* =Header
------------------------------------------------------------------------------------------------ */
#header {
	margin-top: 20px;
}
#nav-map {
	background: url('../images/custom/DrFadHeader_110114-01.png') 0 0 no-repeat;
	height: 308px;
	width: 1024px;
	position: relative;
}
#nav-map a {
	display: block;
	float: left;
	position: absolute;
}
#nav-map .hidden {
	display:none;
}
#nav-map #home {
	left: 40px;
	top: 35px;
	width: 480px;
	height: 225px;
}
#nav-map #about {
	left: 615px;
	top: 55px;
	width: 150px;
	height: 50px;
}
#nav-map #watch {
	left: 629px;
	top: 107px;
	width: 150px;
	height: 50px;
}
#nav-map #inventors-lab {
	left: 560px;
	top: 180px;
	width: 400px;
	height: 85px;
}
#nav-map #facebook {
	left: 785px;
	top: 75px;
	width: 170px;
	height: 65px;
}

/* =Layout & components
------------------------------------------------------------------------------------------------ */
body {
	background: url('../images/custom/tileBlue.png') 0 0 repeat;
	background-attachment: fixed;
	font-family: arial, helvetical, sans-serif;
}
/* Prevent overflowing content */
#header,
#main-content, 
#navigation, 
#footer {
	overflow: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}
#page-wrapper {
	width: 1024px;
	margin: 0 auto;
}
#main-wrapper {
	position: relative;
}
#main {
	background: #c0d34f;
	width: 870px;
	margin: 10px auto 0 auto;
	border-bottom: 20px solid #c0d34f;
}
#main-content {
	background: #E8E580;
	font-size: 1.2em;
	width: 814px;
	margin: 0 20px 0 20px;
	padding: 8px;
	overflow: hidden;
}
#main-content p { 
	margin: 1.2em 0 0 0;
}

/* Sections */
body.section-inventors-lab #main {
	background: #8ec0d5;
	border-bottom: 20px solid #8ec0d5;
}
body.section-inventors-lab #main-content {
	background: #afced7;
}
body.section-inventors-lab {
	background: url('../images/custom/tilePurple.png') 0 0 repeat;
	background-attachment: fixed;
}
#main-content .notebook {
	background: url('../images/custom/paperBinderTop_Artboard 1.png') 0 0 no-repeat;
	width: 734px;
	padding-top: 77px;
	margin-left: auto;
	margin-right: auto;
}
#main-content .notebook .inner {
	background: #fff;
	padding: 15px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#main-content .notebook {
    margin-left: auto;
    margin-right: auto;
    padding-top: 77px;
    width: 734px;
}
#main-content .notebook .inner {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 15px 30px;
}

/* Breadcrumb */
.breadcrumb {
	padding: 10px 0 10px 20px;
}

/* Homepage */
body.front #main {
	background: url('../images/custom/HomePage-Xport-01.png') 0 0 no-repeat;
	width: 1030px;
	height: 690px;
	margin: 0 auto;
	border-bottom: 0;
}
body.front #main-content {
	background: none;
	width: 1000px;
	height: 600px;
}
#home-map {
	position: relative;
}
#home-map a {
	display: block;
	float: left;
	position: absolute;
}
#home-map .hidden {
	display: none;
}
#home-map #watch {
	height: 30px;
	left: 30px;
	top: 245px;
	width: 70px;
}
#home-map #inventors-lab {
    height: 40px;
    left: 40px;
    top: 290px;
    width: 190px;
}
#home-map #facebook {
	height: 40px;
	left: 300px;
	top: 335px;
	width: 80px;
}
#home-map #video-player {
    float: left;
	width: 480px;
    height: 410px;
	position: absolute;
	left: 428px;
    top: 85px;
	z-index: 9999;
}

/* =Footer 
------------------------------------------------------------------------------------------------ */
#footer{ 
	background: url('../images/custom/bg-white-trans-20pct.png') 0 0 repeat;
	width: 740px;
	margin: 20px auto 30px auto;
	padding: 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
}
#footer ul {
	overflow: hidden;
}
#footer ul a {
	color: #fff;
	text-decoration: none;
}
#footer ul.menu {
	margin-top: 20px;
}
#footer ul a:hover, #footer ul.menu a:focus {
	text-decoration: underline;
}
#footer ul li {
	float: left;
	margin-right: 30px;
	list-style-image: none;
	list-style-type: none;
}
#footer ul li ul li {
	float: left;
	margin-left: 15px;
}
#footer ul li ul li ul li {
	float: none;
	font-size: 0.9em;
}

/* =Standard classes
------------------------------------------------------------------------------------------------*/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; } 
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 0;
	height: 0;
}
html>body .clearfix {
	height: auto;
}
.clear {
	clear: both; 
	line-height: 1px; 
	height: 1px; 
	font-size: 1px; /* IE6 */
}
.print-only { display: none; }

/* =Responsive Layouts Adjust Widths to Required
------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 995px) {
	#wrapper div.wrap {
		width: 95%;
		min-width: 0;
	}
	div.header {
		width: 95%;
		min-width: 0;
	}
	div.content {
		width: 60%;
	}
	div.aside {
		width: 30%;
	}
	div.footer div.footerInner {
		width: 95%;
		min-width: 0;
	}
}
@media only screen and (max-width: 480px) {

	}
}

/* =Print layouts
------------------------------------------------------------------------------------------------ */
@media print {
	* { 
 background: transparent !important;
 color: black !important;
 text-shadow: none !important;
 filter:none !important;
 -ms-filter: none !important;
	}
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}