@charset "utf-8";
body {
	margin: 0; padding: 0;
	margin-top: 10px;
	background: #EBEBEB url(../images/bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}
a {
	color: #3366FF;
	text-decoration: none;
	outline: none;
}
a.bodycolor { color: #454545; }
a:hover {
	color: #990000;
}
a.redlink { color: #900; }
a.redlink:hover { color: #f00; }

#header {
	background: #232349 url(../images/h_bg.gif) 0 0 no-repeat;
}

.top_banner {
	border: 1px solid #393977;
	width: 700px;
	height: 90px;
}
.top_banner:hover {
	border: 1px solid #45458F;
}

#c_table {
	background: #FFF;
}
#c_left {
	border-top: 10px solid #fff;
	border-right: 1px dotted #ccc;
	padding: 0 10px;
	color: #777;
}
#c_right {
	border-left: 1px dotted #777;
	padding: 0 5px 0 10px;
}
#footer {
	padding: 20px 5px;
	font-size: 12px;
	color: #636363;
	border-top: 1px solid #FFF;
	background: #ebebeb url(../images/bg_footer.gif) repeat-x;
}
#footer a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #copyright {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.thumb img {
	padding: 1px;
	background-color: #FFF;
	border: 3px solid #ccc;
}
a.thumb:hover img {
	border-color: #999;
}

/* Top Navigation */
ul.tnav {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	list-style-type: none;
}
ul.tnav li {
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}
ul.tnav li.first {
	margin-left: 15px;
}
ul.tnav li a {
	display: block;
	background: #e3e3f4;
	padding: 0 20px;
	color: #686887;
	border-top: 2px solid #cbcbd0;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2px;
}
ul.tnav li a:hover {
	background: #e3f4e3;
	color: #3c9540;
	text-decoration: none;
	border-top: 2px solid #FFF;
}
ul.tnav li.selected a {
	background: url(../images/tnav_sel.gif) left bottom repeat-x;
	border-top: 2px solid #ff8b52;
	color: #FFF;
	line-height: 20px;
	text-transform: uppercase;
}

/* Gray Sponsors */
.sptop_bg {
	background: url(../images/sptop_bg.gif) repeat-x;
	padding-left: 20px;
}
ul.sptop {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	list-style-type: none;
}
ul.sptop li {
	margin: 0;padding: 0;
	height: 36px;
	float: left;
}
ul.sptop li.sep {
	background: url(../images/tsp_sep.gif) 50% 0 no-repeat;
	width: 5px;
	height: 36px;
}

/* LEFT NAV (ul)
-------------------------------------------------------*/
ul#leftnav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
ul#leftnav li {
	border: 1px solid #e2e2e2;
	border-left-color: #FFF;
	border-top: none;
	font-size: 15px;
}
ul#leftnav li.alt {
	border-right-color: #FFF;
	border-left-color: #e2e2e2;
}
ul#leftnav li.first {
	border-top: 1px solid #e2e2e2;
}
ul#leftnav li a {
	display: block;
	padding: 10px 5px;
	color: #3b3b4b;
	font-weight: bold;
}
ul#leftnav li.active a {
	background: #e3ecff;
	border: 1px solid #FFF;
}
ul#leftnav li a:hover {
	color: #fff7d3;
	background: #232349;
}
ul#leftnav li a span {
	color: #ccc;
	font-size: 0.75em;
	font-weight: normal;
}
ul#leftnav li.active a span {
	color: #909cb2;
}
ul#leftnav li a:hover span {
	color: #FFF;
}
ul#leftnav li.header {
	border: none;
	text-align: center;
}


/* Side modules - contained
-------------------------------------------------------*/
.mod_table {
	margin: 20px 0;
}
.mod_title {
	background: #6b6b7f url(../images/module-title-bg.gif) top repeat-x;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
.mod_body {
	background-color: #f3f3f3;
	padding: 10px 5px;
	line-height: 130%;
}
.mod_bottom {
	background: #f3f3f3 url(../images/module-btm-r.gif) right no-repeat;

}

/* Domain list (side module)
-------------------------------------------------------*/
ul.domain_list { margin: 0;padding: 0;margin-left: 12px; }
ul.domain_list li { line-height: 18px; }
ul.domain_list a:link, ul.domain_list a:visited, ul.domain_list a:active { display: block;color: #005300; }
ul.domain_list a:hover { background-color: #e9e9e9;color: #990000; }
.domain_txt { font-size: 0.89em;margin-bottom: 10px; }


/* Content blocks (promo, press releases)
-------------------------------------------------------*/
.article {
	margin-bottom: 30px;
	font-size: 16px;
}
.article .title {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/green_arrow.gif) 5px 8px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #002d9f;
}
.article .press_title {
	color: #660000;
}
.article .news_title { color: #336633; }
.article .info_container {
	border-bottom: 1px solid #FFF;
	font-size: .8em;
	position: relative;
	background: #EBEBEB url(../images/bg_grad1.gif) repeat-x;
}
.article .info_left {
	text-align: left;
	padding-left: 5px;
}
.article .info_center {
	text-align: center;
}
.article .info_right {
	text-align: right;
	padding-right: 5px;
}
.article .info_right em {
	font-style: normal;
	color: #008000;
}
.article .promo_date {
	clear: both;
	padding: 8px 0;
	border-bottom: 1px solid #FFF;
	background-color: #E4E4E9;
	color: black;
	text-align: center;
	font-size: 0.8em;
}
.article .details_container {
	background-color: #EDEDED;
	padding: 5px;
}
.article .details_promo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #FFF;
	background-color: #F7F7F7;
	padding: 0 10px;
	line-height: 1.5em;
	font-size: 0.8em;
}
.article .more_button {
	background: url(../images/block_more.gif) right no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	padding-right: 30px;
	padding-bottom: 7px;
	text-align: right;
}
.article .more_button a {
	line-height: 25px;
	color: #636363;
}
.article .more_button a:hover {
	color: #900;
}

/* Interview Page */
.int_profile_box {
	background-color: #FDF1C8;
	border: 3px solid #E6CB93;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.int_profile_box table.info tr td {
	border-bottom: 1px solid #fffcf1;
}
.interview_item {
	margin-bottom: 40px;
	font-size: 16px;
}
.interview_item .question {
	font-family: "Trebuchet MS",Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	color: #5c5c78;
}
.interview_item .answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 165%;
	padding: 0 10px 4px 10px;
	font-size: .8em;
	border-left: 5px solid #ebebf3;
	border-bottom: 1px solid #ebebf3;
	background-color: #f7f7f7;
}

.interview_avatar {
	padding: 1px;
	background-color: #FFF;
	border: 3px solid #E6CB93;
	margin-left: 5px;
}
.interview-threads { background-color: #e8e8f6; border: 2px solid #b8b8d0; padding: 15px;font-size: 18px; }

/* MISC */
.resource-button { float: left; margin: 10px; }

/* PAGINATION
------------------*/
div.pagination-container {
	background-color: #F9F9F9;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 5px 0;
	margin: 10px 0;
	margin-right: 5px;
}
ul.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

ul.pagination li {
	display: inline;
	margin: 0;
}

.pagination-info, .pagination-cellsel, .pagination-inactive {
	color: #999;
	text-align: center;
	clear: both;
	padding:0 3px;
}
.pagination-info {
	font-weight: bold;
	color: #300;
}
.pagination-inactive {
	color: #CCCCCC;
}
.pagination-cellsel {
	color: #630;
	font-weight: bold;
	font-size: 1.3em;
}

ul.pagination li a:active, ul.pagination li a:visited, ul.pagination li a:link {
	color: #c00;
	text-decoration: none;
	padding:2px;
}

ul.pagination li a:hover {
	color: #00F;
}
ul.pagination li.pipe {
	padding: 0;
	font-weight: normal;
}

/* Footer 120x60 button sponsors */
ul.f_button {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	list-style-type: none;
}
ul.f_button li {
	float: left;
	text-align: center;
	width: 196px;
	height: 60px;
	text-align: center;
}
ul.f_button li a img {
	border: 1px solid #ebebeb;
}
ul.f_button li a:hover img {
	border: 1px solid #000;
}
