@charset "utf-8";

.announce-bg-sml {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c66b12;
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #302a1e;
	text-decoration: none;
	font-size: 101%;
	clear: both;
}

/*------------begin layout styles------------------------*/
#container {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #5482C4;
}
#header {
	background-color: #30629d;
	width:100%;
	height: 200px;
	background-image: url(images/TEDBanner.jpg);
	img width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	display: none;
}
#navbar {
	background: #000071;
	padding-left: 10%;
	color: #000071;
}
#container-inner {
	background: #ffffff;
	position: relative;
	border: 4px solid #5482C4;
	padding-left:20px;
	padding-right:40px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 10%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	line-height: 1.25em;
	color: #C66B12;
	font-size: 0.9em;
	text-decoration: none;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 15%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#sidebar2 a {
	font-weight: bold;
	font-variant: small-caps;
	color: #C66B18;
	text-decoration: none;
}
#sidebar2 a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #000071;
	text-decoration: none;
}
#sidebar2 #newbox1 {
	background-color: #FFFFFF;
	width: 90%;
	background-position: center center;
	font-weight: bold;
	font-size: 0.95em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#mainContent {
	background: #ffffff;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
ol {
	font-size: 0.85em;
	line-height: 1.25em;
	color: #302a1e;
	text-decoration: none;
}
#image-pair {
	text-align: center;
	vertical-align: top;
	top: 0px;
}
#coreOffering {
	border: medium solid #5482C4;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5482C4;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clrflt  {
	clear:both;
}

/*------------------font design styles-------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	font-variant: small-caps;
	color: #C66B12;
	text-align: center;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	font-variant: small-caps;
	color: #000071;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.25em;
	font-variant: small-caps;
	color: #C66B12;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.25em;
	font-variant: small-caps;
	color: #000071;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.25em;
	color: #C66B12;
	}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.25em;
	color: #000071;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.25em;
	vertical-align: top;
	text-align: center;
	color: #e96738;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #C66B12;
	padding-right: 2px;
	padding-left: 2px;
}

.body-copy-left-margin {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	text-indent: 0px;
	background-position: center;
}
.Orange-big-bold {
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 1em;
	font-weight: bold;
	color: #E56738;
	text-align: center;
}
.orange-bold {
	color: #c66b12;
	font-size: 1.1em;
	font-style: normal;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	line-height: 1.5em;
	color: #302A1E;
	text-decoration: none;
	font-size: 0.95em;
	text-align: left;
	font-weight: normal;
	margin: 0;
}
.bigbrown {
	font-color: #302a1e;
	font-weight:bold;
	font-size:1em;
}
.small {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
.title {
	font-style: italic;
	color: #302A1E;
}
.bold-brown {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-size: 0.85em;
	font-weight: bold;
	color: #302A1E;
	text-decoration: none;
}
.subhead {
	font-weight: bold;
	color: #1D5BB0;
	font-style: italic;
}
#a {
	font-weight: bold;
	font-variant: small-caps;
	color: #C66B18;
	text-decoration: none;
}
#a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #000071;
	text-decoration: none;
}
#mainContent a {
	font-weight: bold;
	font-variant: small-caps;
	color: #C66B18;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #000071;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: bold;
	font-variant: small-caps;
	color: #C66B18;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #000071;
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	font-variant: small-caps;
	color: #000071;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #C66B12;
	text-decoration: none;
}

.bold-small-blue {
	font-size: 0.8em;
	font-weight: bold;
	color: #1D5BB0;
	line-height: 1.5em;
}
.bold-brown-italic {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #302a1e;
}
.bold-green {
	font-weight: bold;
	color: #3D7900;
	font-size: 0.85em;
}
.small-green {
	font-size: 0.7em;
	font-weight: bold;
	color: #3D7900;
}
.italic {
	font-style: italic;
}
#container #container-inner #mainContent #newbox {
	background-color: #FFFFFF;
	width: 70%;
	border: 8px double #30629D;
	background-position: center center;
	line-height: 1.2em;
	color: #1074BE;
	font-weight: bold;
	margin-right: 10%;
	margin-left: 10%;
	padding: 10px;
	font-size: 0.95em;
}
.announce {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #1D5BBA;
	text-align: center;
}
.announce-bg {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c66b12;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100%;
}
.announce-bg a:hover {
	color: #1D5BBA;
	text-decoration:none;
}
.announce-sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c66b12;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 90%;
	vertical-align:center
}
.small-announce {
	color: #c66b12;
	font-size: 0.75em;
	font-weight: bold;
	padding-bottom: 10px;
}
.small-announce a:hover {
	color: #5482C4;
	text-decoration:none;
}
.small-announce a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.bold-orange-small {
	color: #E96738;
	font-weight: bold;
	font-size: 1.2em;
}
ul {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
}
#orangebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5ems;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c66b12;
	margin: 0px;
	padding: 5px;
}
.BigBoldOrangeAnnounce {
	font-size: 1.75em;
	font-weight: bold;
	font-variant: small-caps;
	color: #E66637;
	line-height: 1.5em;
}
#container #container-inner #mainContent table tr .style15.style20 strong {
	color: #E66637;
}
#container #container-inner #mainContent table tr .style15.style20 {
	color: #E66637;
}
#container #container-inner #mainContent table tr .small div {
	color: #E66637;
}
#container #container-inner #mainContent table tr td {
	color: #302a1e;
	font-weight: bold;
	text-align: center;
}
#container #container-inner #mainContent table {
	color: #302a1e;
	text-align: left;
}
#table-state {
	font-family: Arial, Helvetica, sans-serif;
	color: #E66637;
}
#container #container-inner #mainContent .small {
	text-align: left;
}

#container #container-inner #mainContent {
	font-weight: bold;
}
#special {
	color: #302a1e;
	background-color: #FC9;
	height: 120px;
}
#product1 {
	float: left;
	width: 125px;
}
#product2 {
	float: left;
	width: 125px;
}
#promo {
	float: left;
	width: 48%;
}
#blurb {
	width: 50%;
	float: left;
	padding-left: 5px;
}
#quotes {
	width: 342px;
	margin: 0;
}
#featured {
	width: 50%;
	vertical-align: top;
	padding-right: 2%;
	margin: 0;
}

