@charset "utf-8";
body {
	background-color: #169ff6;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 1012px;
}
.hcenter {
	text-align: left;
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}
.top-left, .top-right {
	background-color: #2d2d2d;
	background-repeat: repeat-y;
	background-position: left top;
	width:6px;
	vertical-align:top;
}
#top {
	background-image:url(../images/bkgnd.gif);
	width:100%;
	height:auto;
	background-color: #2d2d2d;
	background-position: center top;
}
#bottom {
	background-image:url(../images/bkgnd-bottom.gif);
	width:100%;
	background-color: #169ff6;
	background-repeat: repeat-x;
	background-position: top;
	height:auto;
}
.top-left {
	background-image: url(../images/bkgnd-left.gif);
}
.top-right {
	background-image: url(../images/bkgnd-right.gif);
}
#footer-gradient {
	background-image:url(../images/footer-grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 17px;
	position: relative;
}
#header {
	position:relative;
	left:24px;
	width:952px;
}
#myaccount, #myaccount-sub {
	position:relative;
	z-index:2;
	width:auto;
	margin-right:24px;
	float: right;
}
#myaccount {
	background-image: url(../images/bkgnd-myaccount.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table.myaccount {
	background-image: url(../images/dropline-short.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	float:right;
}
table.myaccount-sub {
	background-image: url(../images/topline-long.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	float:right;
}
#logo-bar {
	position:relative;
	left:10px;
}
.dropline-long {
	background-image: url(../images/dropline-long.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#left-nav {
	position:relative;
	width:123px;
	height:inherit;
	background-image: url(../images/bkgnd-leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -3px;
	float:left;
}
.nav-line {
	background-image: url(../images/nav-line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.nav-div {
	width:122px;
	height:1px;
	background-image:url(../images/nav-div.gif);
	background-repeat:no-repeat;
}
#main {
	position:relative;
	float:right;
	margin-right:24px;
	z-index:1;
}
#dashboard {
	position:relative;
	left:6px;
	top:-51px;
}
.dashboard-content {
	position:relative;
	left:12px;
	width:247px;
}
.dashboard-subhead {
	position:relative;
	left:-3px;
	top:4px;
}
.dashboard-link {
	padding:8px;
}
.dashboard-link a {
	color:#FFF;
	text-decoration:underline;
}
.dashboard-link a:hover {
	color:#252525;
}
.light-row {
	background-color:#169ff6;
}
.dark-row {
	background-color:#098adc;
}
.subhead-graphic {
	width:833px;
	height:96px;
	background-position:left top;
	background-repeat:no-repeat;
}
.sub-menu {
	padding-left:7px;
	padding-right:12px;
	font-weight:bold;
	line-height:24px;
}
.sub-item {
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 4px;
	font-weight: bold;
}
.sub-item-info {
	padding-left:9px;
	padding-right:9px;
}
.sub-item-info p {
	margin-bottom:12px;
}
hr.sub-div {
	color:#d7d7d7;
	background-color:#d7d7d7;
	height:1px;
	border:none;
	margin-left:7px;
	margin-right:7px;
	margin-top:0;
	margin-bottom:0;
}
hr.sub-end {
	color:#FFFFFF;
	background-color:#FFFFFF;
	height:1px;
	border:none;
	margin-left:7px;
	margin-right:7px;
	margin-top:0;
	margin-bottom:20px;
}
#toc, #sub-content {
	position:relative;
	float:right;
	margin-right:24px;
	width:833px;
	overflow:hidden;
}

#sub-content-full {
	position:relative;
	margin-left:24px;
	width:952px;
	overflow:hidden;
}
.toc-topic, .subhead, .subhead-full {
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-left:15px;
	padding-top:19px;
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	color: #169ff6;
}
.toc-topic, .subhead {
	background-image: url(../images/bkgnd-toc-topic.gif);
	width: 833px;
}
.subhead-full {
	background-image: url(../images/bkgnd-full-topic.gif);
	width: 952px;
}
.toc-topic {
	margin-top:8px;
}
.toc-topic img {
	margin-left:8px;
}
.subhead img, .subhead-full img {
	margin-left:6px;
}
.toc-content {
	background-color:#f1d4bf;
	text-align: left;
}
.cat-content {
	background-color:#7b3a1b;
	text-align: left;
}
.toc-category {
	margin-left:6px;
	color:#d6874f;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.toc-category img {
	margin-top:6px;
	margin-left:4px;
}
.toc-category-exp, .toc-category-col {
	background-color:#7b3a1b;
	text-align: left;
	vertical-align: top;
	min-height:22px;
}
.toc-category-exp {
	/*EXPANDED*/
	padding-bottom:1px;
	background-image: url(../images/line-dash-white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.toc-item {
	margin:9px;
}
.cat-item {
	margin:3px;
}
.toc-item-info {
	padding-left:9px;
}
.cat-item-info {
	padding-left:9px;
}
.cat-item-info a {
	color:#d6874f;
	font-size:18px;
	font-weight:bold;
}
.cat-item-info a:hover {
	color:#FFF;
}
.toc-item-info a:hover {
	color:#FFF;
}
.toc-button {
	margin-top:16px;
	margin-right:10px;
}
div.answer {
	position:relative;
	margin-top:2px;
	margin-left:16px;
	margin-right:16px;
	padding:10px;
	/*height:80px;*/
	min-height:80px;
	height:auto;
	border:#b7b7b7;
	border-style:solid;
	border-width:1px;
	background-color:#fffa85;
	font-size:12px;
	line-height:14px;
}
hr.toc-div {
	color:#d3ad96;
	background-color:#d3ad96;
	height:1px;
	border:none;
	margin-left:12px;
	margin-right:12px;
	margin-top:0;
	margin-bottom:0;
}
hr.toc-end {
	color:#f1d4bf;
	background-color:#f1d4bf;
	height:1px;
	border:none;
	margin-left:12px;
	margin-right:12px;
	margin-top:0;
	margin-bottom:0;
}
.inset-links {
	margin-left:7px;
	margin-right:7px;
	padding-bottom:7px;
}
.inset-links a {
	color:#252525;
}
.inset-links a:hover {
	color:#7b3a1b;
}
div.sponsor-banner {
	margin-right:6px;
	margin-top:21px;
	margin-bottom:21px;
}
div.endorser-logo {
	margin-top:17px;
	margin-bottom:17px;
}
hr.endorser-div {
	color:#d7d7d7;
	background-color:#d7d7d7;
	width:130px;
	height:1px;
	border:none;
	margin:0;
}
#footer-links {
	margin:8px;
	background-color:#7b3a1b;
	text-align: center;
	color:#d6874f;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:8px;
}
#footer-links a {
	text-decoration:none;
	color:#f1d4bf;
}
#footer-links a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#copyright {
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	text-align: left;
	margin-left: 12px;
	margin-top:9px;
}
div.y-30 {
	position:relative;
	top:-30px;
}
div.y-51 {
	/*21-PIXEL BOTTOM GRADIENT OVERLAY*/
	position:relative;
	top:-51px;
}
div.y-66 {
	/*WITH SINGLE-LINE MY ACCOUNT*/
	position:relative;
	top:-66px;
}
div.y-87 {
	/*WITH SINGLE-LINE MY ACCOUNT*/
	/*21-PIXEL BOTTOM GRADIENT OVERLAY*/
	position:relative;
	top:-87px;
}
div.y-79 {
	/*WITH TWO-LINE MY ACCOUNT*/
	position:relative;
	top:-79px;
}
div.y-100 {
	/*WITH TWO-LINE MY ACCOUNT*/
	/*21-PIXEL BOTTOM GRADIENT OVERLAY*/
	position:relative;
	top:-100px;
}
/*FONT & TYPE*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #252525;
}
p {
	margin: 0px;
	padding: 0px;
}
.font-11on16 {
	font-size: 11px;
	line-height: 16px;
}
.font-12on14 {
	font-size: 12px;
	line-height: 14px;
}
.font-12on18 {
	font-size: 12px;
	line-height: 18px;
}
.font-14on18 {
	font-size: 14px;
	line-height: 18px;
}
.font-14on22 {
	font-size: 14px;
	line-height: 22px;
}
.font-18on22 {
	font-size: 18px;
	line-height: 22px;
}
.blue {
	color:#169ff6;
}
.brown {
	color:#7b3a1b;
}
.white {
	color:#FFF;
}
.red {
	color:#e1142d;
}
.orange {
	color:#eb7f1e;
}
.correctanswer {
	background-color:#e1142d;
	color:#fff;
	font-weight:bold;
	padding-left:8px;
}
.disabled {
	color:#b4b4b4;
}
a {
	color:#169ff6;
	text-decoration:underline;
}
/*FORM ELEMENTS*/
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959595;
	outline:none;
}
input.text, textarea.text {
	border-style:none;
	background: transparent;
	padding-left:4px;
}
textarea.text {
	overflow:hidden;
	overflow-y: hidden;
	overflow-x: hidden; 
}
div.inputtext {
	border-style:solid;
	border-color:#b7b7b7;
	border-width:1px;
	height:20px;
	overflow:hidden;
	background-image: url(../images/bkgnd-txtinput.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.focusField {
	color:#7b3a1b;
}
.idleField {
	color:#959595;
}
/*BORDERS*/
.border-blue-top {
	background-image: url(../images/bs-blue-t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border-blue-bottom {
	background-image: url(../images/bs-blue-b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border-blue-left {
	background-image: url(../images/bs-blue-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border-blue-right {
	background-image: url(../images/bs-blue-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border-tan-top {
	background-image: url(../images/bs-tan-t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border-tan-bottom {
	background-image: url(../images/bs-tan-b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border-tan-left {
	background-image: url(../images/bs-tan-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border-tan-right {
	background-image: url(../images/bs-tan-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.border-brown-top {
	background-image: url(../images/bs-brown-t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border-brown-bottom {
	background-image: url(../images/bs-brown-b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border-brown-left {
	background-image: url(../images/bs-brown-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border-brown-right {
	background-image: url(../images/bs-brown-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.border-white-top {
	background-image: url(../images/bs-white-t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border-white-bottom {
	background-image: url(../images/bs-white-b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border-white-left {
	background-image: url(../images/bs-white-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border-white-right {
	background-image: url(../images/bs-white-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*DROP DOWN MENU*/
#ddmenu {
	margin: 0;
	padding: 0;
}
#ddmenu li {
	float: left;
	list-style: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#ddmenu li a {
	display: block;
	padding: 0;
	margin:0;
	white-space: nowrap;
	text-align:center;
}
#ddmenu li ul {
	margin: 0;
	padding-left: 3px;
	padding-right:3px;
	position: absolute;
	top:67px;
	visibility: hidden;
	background-color: #FFF;
	/*WIDTH HERE IS A IE6 HACK*/
	/*width:300px;*/
}
#ddmenu li ul li {
	display:inline;
	padding-top:4px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(../images/nav-ddmenu-div.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
}
#ddmenu li ul li.end {
	display:inline;
	padding-top:4px;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: none;
	background-color: #FFF;
}
#ddmenu li ul li a {
	width: auto;
	display: inline;
	color: #169ff6;
	text-decoration:none;
}
#ddmenu li ul li a:hover {
	text-decoration:underline;
}

