a.icon, a.icon:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 5px 0 0;
	background: #fdfdfd url(/images/bg.gif) repeat-x;
	color: #454545;
	font: .7em Tahoma, Arial, sans-serif;
	line-height: 1.7em;
}

a {
	color: #2F637A;
}

a:hover {
	color: gray;
}

a:hover {
	color: gray;
}

a.no-underline, a.btn {
	text-decoration: none;
}

a.neutral {
	text-decoration: none;
	color: #000;
}

hr {
	margin-bottom: 20px;
	height: 0px;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font: bold 1.9em Arial, Sans-Serif;
}

h2 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font: bold 1.8em Arial, Sans-Serif;
}

h1 a, h2 a {
	background: inherit;
	color: #000;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social-media-icons {
	position: absolute;
	top: 0;
	right: 0;
}

#logo {
	margin: 15px 0 10px;
}

#slogan {
	margin: 0 0 10px 2px;
	padding: 0;
	background: #fff;
	color: gray;
	font-size: .9em;
}

#top_info {
	float: right;
	margin: 82px 5px 7px 0;
	height: 18px;
	background: #fff;
	color: gray;
	text-align: right;
	line-height: 27px;
}

#top_info_newsite {
	float: right;
	margin: 25px 5px 7px 0;
	height: 18px;
	background: #fff;
	color: red;
	text-align: right;
	line-height: 27px;
}

/* round blue login button */
#loginbutton a {
	margin: 0 0 0 8px;
	padding: 7px 12px;
	width: 24px;
	height: 28px;
	background: #fff url(/images/lb.gif) no-repeat;
	color: #000;
	text-decoration: none;
}

#loginbutton a:hover {
	background: #fff url(/images/lbhover.gif) no-repeat;
	color: #000;
}

/* main horizontal menu */
#tablist {
	height: 25px;
}

#tablist li {
	display: inline;
	margin: 0;
	list-style: none;
}

#tablist li a {
	margin-right: 2px;
	padding: 4px 22px;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
	background: #9FC7D8;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
}

#tablist li a:hover {
	color: #2F637A;
}

#tablist li a.home {
	padding: 4px 22px;
	background: #9FC7D8;
}

body.home #tablist li a.home {
	padding: 6px 22px 7px;
	color: #2F637A;
}

#tablist li a.study {
	padding: 4px 22px;
	background: #A2D9A0;
	color: #2F637A;
}

body.study #tablist li a.study {
	padding: 6px 22px 7px;
}

#tablist li a.products {
	padding: 4px 22px;
	background: #C4A0D9;
	color: #2F637A;
}

body.products #tablist li a.products {
	padding: 6px 22px 7px;
}

#tablist li a.resources {
	padding: 4px 22px;
	background: #D9C4A0;
	color: #2F637A;
}

body.resources #tablist li a.resources {
	padding: 6px 22px 7px;
}

#tablist li a.blogs {
	padding: 4px 22px;
	background: #BBBDBF;
	color: #2F637A;
}

body.blogs #tablist li a.blogs {
	padding: 6px 22px 7px;
}

#tablist .key {
	text-decoration: underline;
}

#tablist .span4 {
	padding-right: 5px;
	text-align: right;
}

#tablist .span4 img {
	position: relative;
	top: 4px;
}

#tablist .span4 span {
	position: relative;
	top: -6px;
	display: inline-block;
	color: gray;
	font-size: 11px;
}

/* main menu topics */
#topics {
	position: relative;
	height: 75px;
	background: #9fc7d8;
	color: #fff;
	font-size: 11px;
}

html.chrome body.school-search #topics {
	top: -1px;
}

#topics ul, #topics p {
	padding-top: 2px;
	padding-left: 15px;
	color: #2f6380;
}

#topics li a {
	padding: 0 0 0 12px;
	list-style: none;
	background-image: url(/images/bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #2f6380;
}

#topics span {
	font-style: italic;
	font-size: 10px;
}

#social-icons {
	position: relative;
	top: -2px;
	height: 75px;
	background: #71a1b8;
	text-align: center;
}

#social-icons div {
	width: 290px;
	height: 0;
	border-top: 17px solid #fff;
	border-bottom: 58px solid transparent;
	border-left: 18px solid #357994;
}

#social-icons div a {
	position: relative;
	top: 13px;
	left: -10px;
}

body.home #topics {
	background: -moz-linear-gradient(top, #9fc7d8 0%, #b0d2df 34%, #b1cfdb 59%, #b9d2dc 93%, #99bbd0 99%, #6399af 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fc7d8), color-stop(34%, #b0d2df), color-stop(59%, #b1cfdb), color-stop(93%, #b9d2dc), color-stop(99%, #99bbd0), color-stop(100%, #6399af));
	background: -webkit-linear-gradient(top, #9fc7d8 0%, #b0d2df 34%, #b1cfdb 59%, #b9d2dc 93%, #99bbd0 99%, #6399af 100%);
	background: -o-linear-gradient(top, #9fc7d8 0%, #b0d2df 34%, #b1cfdb 59%, #b9d2dc 93%, #99bbd0 99%, #6399af 100%);
	background: -ms-linear-gradient(top, #9fc7d8 0%, #b0d2df 34%, #b1cfdb 59%, #b9d2dc 93%, #99bbd0 99%, #6399af 100%);
	background: linear-gradient(to bottom, #9fc7d8 0%, #b0d2df 34%, #b1cfdb 59%, #b9d2dc 93%, #99bbd0 99%, #6399af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc7d8', endColorstr='#6399af', GradientType=0);
}

body.home #social-icons {
	background: -moz-linear-gradient(top, #71a1b8 0%, #78a6bb 20%, #79a3b7 56%, #80a6b8 92%, #6190ac 98%, #336e8b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71a1b8), color-stop(20%, #78a6bb), color-stop(56%, #79a3b7), color-stop(92%, #80a6b8), color-stop(98%, #6190ac), color-stop(100%, #336e8b));
	background: -webkit-linear-gradient(top, #71a1b8 0%, #78a6bb 20%, #79a3b7 56%, #80a6b8 92%, #6190ac 98%, #336e8b 100%);
	background: -o-linear-gradient(top, #71a1b8 0%, #78a6bb 20%, #79a3b7 56%, #80a6b8 92%, #6190ac 98%, #336e8b 100%);
	background: -ms-linear-gradient(top, #71a1b8 0%, #78a6bb 20%, #79a3b7 56%, #80a6b8 92%, #6190ac 98%, #336e8b 100%);
	background: linear-gradient(to bottom, #71a1b8 0%, #78a6bb 20%, #79a3b7 56%, #80a6b8 92%, #6190ac 98%, #336e8b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71a1b8', endColorstr='#336e8b', GradientType=0);
}

body.home #social-icons div {
	border-left: 18px solid #357994;
}

body.study #topics {
	background: #a2d9a0;
}

body.study #social-icons {
	background: #8dd78c;
}

body.study #social-icons div {
	border-left: 18px solid #6cc76a;
}

body.products #topics {
	background: #c4a1db;
}

body.products #social-icons {
	background: #af81c9;
}

body.products #social-icons div {
	border-left: 18px solid #905fb0;
}

body.resources #topics {
	background: #d9c5a0;
}

body.resources #social-icons {
	background: #cab693;
}

body.resources #social-icons div {
	border-left: 18px solid #ac9a76;
}

body.blogs #topics {
	background: #bcbdc1;
}

body.blogs #social-icons {
	background: #b5b5b7;
}

body.blogs #social-icons div {
	border-left: 18px solid #99999b;
}

.box {
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 1px;
	font: 11px Tahoma, Arial, sans-serif;
}

.openX .right_articles {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background: #eee;
	font: 11px Tahoma, Arial, sans-serif;
}

.openX .right_articles img {
	position: relative;
	top: -5px;
	margin-right: 8px;
}

.box .main-sub-menu {
	margin-top: 3px;
}

.box .main-sub-menu li {
	margin: 3px 0 5px;
}

.box .study-guide-sub span {
	font-weight: 700;
}

.box.gradient {
	background: url(/images/bgshade.gif) repeat-x;
	color: #000;
}

.box.gray {
	border: 1px solid #ccc;
	background-color: #eee;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

.box.no-border {
	border: none;
}

.box.dotted {
	border: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.box ul, .box ol {
	margin-bottom: 10px;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 1.7em;
}

.span8 .box ul, .span8 .box ol, .span12 .box ul, .span12 .box ol {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 40px;
	padding-left: 40px;
}

.span8 .box .reset ul, .span8 .box .reset ol, .span12 .box .reset ul, .span12 .box .reset ol {
	-webkit-padding-start: 0px;
}

.span8 .box ol, .span12 .box ol {
	list-style: decimal;
}

.feedburnerFeedBlock ul li {
	-webkit-padding-start: 0;
	padding-left: 0px;
}

.reset ul, .reset ol {
	-webkit-padding-start: 0;
	padding-left: 0px;
}

.box ul.reset, .box ol.reset {
	-webkit-padding-start: 0;
	padding-left: 0px;
}

.box ul.reset.disc {
	-webkit-padding-start: 0;
	padding-left: 0px;
	margin-left: 15px;
}

.box ul.disc, .box .disc ul {
	list-style: disc;
}

.span8 .box li {
	margin-bottom: 6px;
}

.box li {
	margin-bottom: 6px;
}

.box ul.no-bullet li {
	list-style: none;
}

.box ul.narrow li, .box ol.narrow li {
	margin-bottom: 0px;
}

.box ul.wide li {
	margin-bottom: 8px;
}

.box ul.wider li {
	margin-bottom: 12px;
}

.box table {
	margin-bottom: 25px;
}

.box table.table-striped {
	border-bottom: 1px solid #ddd;
}

.box h1 {
	margin-bottom: 3px;
}

.box h1 a {
	color: #000;
	text-decoration: none;
}

.date {
	padding: 0 0 0 12px;
	background: url(/images/news.gif) no-repeat center left;
	color: gray;
	font-size: .9em;
}

#content-wrap {
	padding-top: 5px;
}

#content-wrap .span4 .box {
	padding-top: 20px;
}

/* footer */
#footer.container {
	clear: both;
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	background: #FFF;
	color: gray;
	font-size: 11px;
}

#footer h5 {
	font-size: 11px;
}

#footer .span4 {
	text-align: right;
}

.reset {
	margin: 0;
	padding: 0;
}

p.reset {
	margin: 0;
	padding: 0;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.fl-c {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.txt-bold {
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.txt-justify {
	text-align: justify;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.img-left, img.image {
	float: left;
	margin: 2px 7px 0 0;
}

.img-right {
	float: right;
	margin: 2px 0 0 7px;
}

img.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.img-style {
	border: 5px solid #eee;
}

.text-image {
	float: right;
	clear: left;
	margin: 0 0 10px 15px;
	border: 3px solid #ccc;
	background: #eee;
	color: #000;
}

img.float-right {
	float: right;
	clear: left;
	margin: 3px 0 10px 15px;
	color: #000;
}

p strong {
	font-size: 12px;
}

p strong a {
	font-weight: 700;
}

.fb-like-box {
	margin-bottom: 15px;
}

#twitter_div h6 {
	margin-bottom: 3px;
}

#twitter_div ul {
	margin: 10px;
	padding-left: 5px;
	list-style: circle;
}

#twitter_div ul li {
	padding: 1em 0;
	border-top: 1px solid #f8fafd;
	border-bottom: 1px solid #d7d8db;
	font-size: 10px;
	line-height: 1.5em;
}

#twitter_div ul li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

#twitter_div ul li:first-of-type {
	border-top: none;
}

.box label {
	padding-bottom: 5px;
}

/*
.box select {

    padding:0 0 0 5px;
    height:20px;
    font-size:11px;
    line-height:20px;
}
*/

form.jump-menu select {

	font-size: 11px;
}

body.resources .span8 h6#hdr-newsletter-signup {
	display: none;
}

form#newsletter-widget input {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 5px;
	height: 10px;
	min-height: 30px;
	font-size: 11px;
}

form#newsletter-widget select {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px;
	height: 10px;
	font-size: 11px;
	min-height: 30px
}

form#newsletter-widget input.btn {
	position: relative;
	top: 0px;
	display: block;
	float: left;
	height: inherit;
	text-align: center;
	font-weight: 700;
	font-size: 11px;
	min-height: 30px
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.btn-toggle {
	cursor: pointer;
	font-size: 12px;
	padding: 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
}

.btn-toggle i {
	position: relative;
	margin-right: 5px;
	top: -2px;
}

.btn-toggle:hover i {
	background-image: url("images/glyphicons-halflings-white.png");
}

.btn-toggle:hover {
	background: #565656;
	color: #fff;
}

.toggle-active {
	background: #565656;
	color: #fff;

}

.toggle-active i {
	background-position: -313px -119px;
	background-image: url("images/glyphicons-halflings-white.png");
}

.content-toggle {
	display: none;
	padding: 10px 20px 10px 30px;
	font-style: italic;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-size: 12px;
}

dd {
	margin-left: 0;
}

dl.box.gray {
	padding: 0;
}

dt.btn-toggle {
	margin-bottom: 0px;
}

dd.content-toggle {
	margin: 0px;
}

table.vtop td {
	vertical-align: top;
}

table td.vtop {
	vertical-align: top;
}

table.vmid td {
	vertical-align: middle;
}

table td.vmid {
	vertical-align: middle;
}

table.vbot td {
	vertical-align: bottom;
}

table td.vbot {
	vertical-align: bottom;
}