@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}

#container {
	margin: 10px auto 0px;
	width: 1024px;
	text-align: left;
}

/* ------------------------------------------------------------------ */
/* ------- News Category Master Display Option ---------------------- */
/* ------------------------------------------------------------------ */

.news-list-category {
	display: none;
}

.news-latest-category {
	display: none;
}

.news-single-category {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	float: left;
	width: 1004px;
	background-color: #132359;
	background-image: url(../images/top_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#logo {
	height: 105px;
	float: left;
	margin-left: 10px;
}

#navbar {
	width: 1004px;
	height: 20px;
	float: left;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#search {
	float: right;
	margin: 62px 5px 5px 0px;
	width: 304px;
	height: 38;
}

#srchbtn {
	float: left;
	width: auto;
	height: auto;
	margin-left: 1px;
}

#advsearch {
	float: right;
	font-size: 12px;
}

#advsearch a {
	text-decoration: none;
	color: #fff;
}

#advsearch a:hover {
	text-decoration: underline;
}

#searchbar {
	border: 1px solid #696969;
	height: 22px;
	width: 234px;
	overflow: hidden;
	background-color: #fff;
	float: left;
}

.searchbar {
	border: 0px none;
	margin-left: 1px;
}

.menu {
	width:800px;
	height:20px;
	float: left;
	position:relative;
	z-index:100;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #132359;
}

.menu ul {
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li a {
	color: #132359;
	display: block;
	height: auto;
	padding: 2px 20px;
	text-decoration: none;
	position: relative;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.menu ul li a:hover {
	color: #132359;
	background-color: #e3e9fe;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: underline;
}

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li.over ul {
	display: block;
	visibility: visible;
}
	
.menu ul li ul {
	border-top: 1px solid #132359;
	height: 0pt;
	left: 0pt;
	position: absolute;
	top: 20px;
	visibility: hidden;
	width: 160px;
}

.menu ul li ul li {
	font-size: 12px;
	font-weight: normal;
	background-color: #e3e9fe;
	background-image: none;
	border-bottom: 1px solid #132359;
	border-left: 1px solid #132359;
	border-right: 1px solid #132359;
	width: 158px;
	height: auto;
}

.menu ul li ul li a {
	padding: 5px;
	background-image: none;
	background-color: #e3e9fe;
}

.menu ul li ul li a:hover {
	background-color: #dddddd;
	background-image: none;
}

#date {
	float: right;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #132359;
	padding: 2px 5px 0px 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	width: 1004px;
	height: auto;
	float: left;
	margin-top: 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	background-image: url(../images/threecol_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 1004px;
	height: auto;
}

.threecol .news-list-item {
	float: left;
	margin: 0px 0px 10px 0px;
	background-color: transparent;
	border: none;
	padding: 0px;
}

.threecol .news-list-item h3 {
	margin: 0px 0px 5px 0px;
	background-color: transparent;
	border: none;
	padding: 0px;
}

.threecol .news-latest-container {
	background-color: transparent;
	border: none;
	float: left;
}

.threecol .news-list-container {
	background-color: transparent;
	border: none;
	float: left;
}

.threecol .news-latest-container h3 {
	display: none;
}

.threecol .news-latest-item {
	background-color: transparent;
	border: none;
}

.threecol hr.clearer {
	display: none;
}	

.threecol .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.threecol .morelink a:hover {
	text-decoration: underline;
}

.threecol p.morelink {
	margin: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column - Left Columm Styling ----------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol {
	float: left;
	width: 282px;
	height: auto;
	margin-left: 1px;
}

.threecol .leftcol h2 {
	width: 256px;
	height: 23px;
	margin: 0px 0px 5px 0px;
	padding-left: 4px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: #132359;
}

.threecol .leftcol a {
	text-decoration: none;
	color: #132359;
}

.threecol .leftcol a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Publications Box Styling ------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #pubsbox {
	float: left;
	width: 262px;
	height: auto;
	background-image: url(../images/pub_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 10px 10px;
}

.threecol .leftcol #pubsbox p {
	margin: 2px 0px 2px 0px;
	color: #132359;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.threecol .leftcol #pubsbox h2 {
	width: 256px;
	height: 23px;
	margin: 0px;
	padding-left: 4px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: #132359;
}

.threecol .leftcol #pubsbox .rtf {
	margin-top: 15px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Donate Box Styling ------------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #donatebox {
	float: left;
	width: 226px;
	height: auto;
	margin: 0px 10px 10px 10px;
	padding: 27px 18px;
}

.threecol .leftcol #donatebox h3 {
	font-size: 18px;
	font-family: Verdana;
	text-align: center;
	color: #132359;
	margin: 0px;
}

.threecol .leftcol #donatebox p {
	font-size: 12px;
	font-family: Verdana;
	color: #132359;
	margin: 0px;
	text-align: center;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Subscribe Box Styling ---------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #subscribebox {
	float: left;
	width: 250px;
	height: auto;
	background-color: #fef4e3;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

.threecol .leftcol #subscribebox .textbox {
	float: left;
	width: 124px;
	height: auto;
	margin-top: 5px;
}

.threecol .leftcol #subscribebox .textbox p {
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

.threecol .leftcol #subscribebox .vertline {
	float: left;
	border-left: 1px solid #ccc;
	width: 1px;
	height: 26px;
	margin-top: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Book Box Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol #bookbox {
	float: left;
	width: 260px;
	height: auto;
	background-color: #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 10px 10px 10px;
}

.threecol .leftcol #booklist {
	float: left;
	height: auto;
	margin: 0px 5px 5px;
}

.threecol .leftcol #booklist .news-latest-container {
	float: left;
	padding: 0px;
}

.threecol .leftcol #booklist .news-latest-item {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.threecol .leftcol #booklist .news-latest-item h4 {
	margin: 0px 0px 5px 0px;
	float: right;
	width: 134px;
	font-size: 11px;
}

.threecol .leftcol #booklist .news-latest-date, .leftcol #booklist .news-latest-author, .leftcol #booklist .news-latest-gotoarchive, .leftcol #booklist .news-latest-morelink  {
	display: none;
}

.threecol .leftcol #booklist .news-latest-item p {
	margin: 0px 0px 5px;
}

.threecol .leftcol #booklist .news-latest-item img {
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Most Popular Box Styling ------------------- */
/* ------------------------------------------------------------------ */

.threecol .leftcol .listbox {
	float: left;
	width: 250px;
	height: auto;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
}

.threecol .leftcol #popular .news-list-item {
}

.threecol .leftcol #popular .news-list-item img {
	display: none;
}

.threecol .leftcol #popular .news-list-item h3 {
	float: left;
	margin: 0px;
}

.threecol .leftcol #popular .news-list-item h3 a {
	float: left;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.threecol .leftcol #popular .news-list-item p {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}

.threecol .leftcol #popular .news-list-item h3:hover {
	text-decoration: underline;
}

.threecol .leftcol #popular .news-list-date {
	background-color: transparent;
	float: left;
	font-size: 10px;
	font-weight: normal;
	height: auto;
	margin: 0px;
	width: 250px;
	text-align: left;
}

.threecol .leftcol #popular .news-list-morelink {
	display: none;
}

.threecol .leftcol #popular h3 a {
	color: #333;
}

.threecol .leftcol #popular {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 10px;
	background-color: #e3e9fe;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.threecol .leftcol #popular .news-list-item p {
	display: none;
}

.threecol .leftcol #popular .news-list-date {
	color: #333;
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - General Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
	float: left;
	width: 430px;
	height: auto;
	margin-left: 1px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Featured Article Styling ----------------- */
/* ------------------------------------------------------------------ */

.threecol #feat_article {
	float: left;
	width: 410px;
	height: auto;
	margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.threecol #feat_article .news-list-item img {
	border: 5px solid #132359;
	float: none;
	margin: 0px 0px 5px 0px;
}

.threecol #feat_article .news-list-container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.threecol #feat_article .news-list-item a {
	color: #132359;
	text-decoration: none;
}

.threecol #feat_article .news-list-item a:hover {
	text-decoration: underline;
}

.threecol #feat_article p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Article List Styling --------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol #article_list {
	float: left;
	width: 398px;
	height: auto;
	border: 1px solid #ccc;
	background-color: #e3e9fe;
	color: #132359;
	padding: 10px 5px 5px;
	margin: 0px 10px;
}
 
.threecol .centercol #article_list .news-list-item {
	width: 398px;
}

.threecol .centercol #article_list .news-list-item h3 {
	width: 262px;
	float: right;
	font-size: 12px;
}

.threecol .centercol #article_list .news-list-item h3 a {
	text-decoration: none;
	color: #132359;
	padding: 0px;
}

.threecol .centercol #article_list .news-list-item h3 a:hover {
	text-decoration: underline;
}

.threecol .centercol #article_list .news-list-date {
	display: none;
}

.threecol .centercol #article_list .news-list-item p {
	padding: 0px;
	color: #132359;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
}

.threecol .centercol #article_list .news-list-container img {
	float: left;
	border: 3px solid #132359;
	margin: 0px 10px 0px 0px;
}

.threecol .centercol #article_list .news-list-morelink {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	font-family: Verdana;
	float: right;
}

.threecol .centercol #article_list .news-list-morelink a {
	text-decoration: none;
	font-weight: bold;
	color: #132359;
}

.threecol .centercol #article_list .news-list-morelink a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol {
	float: left;
	width: 289px;
	height: auto;
	margin-left: 1px;
}

.threecol .rightcol .listbox {
	float: left;
	width: 256px;
	height: auto;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
}

.threecol .rightcol h2 {
	width: 262px;
	height: 23px;
	margin: 0px 0px 5px 0px;
	padding-left: 4px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: #132359;
}

.threecol .rightcol #reports, .threecol .rightcol #events {
	float: left;
	width: 266px;
	height: auto;
	margin: 0px 10px 10px 10px;
	background-color: #e3e9fe;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.threecol .rightcol .news-list-item {
	width: 256px;
}

.threecol .rightcol .news-list-item img {
	display: none;
}

.threecol .rightcol .news-list-item h3 {
	width: 256px;
	float: left;
	margin: 0px;
}

.threecol .rightcol .news-list-item h3 a {
	float: left;
	width: 256px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.threecol .rightcol .news-list-item p {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}

.threecol .rightcol .news-list-item h3:hover {
	text-decoration: underline;
}

.threecol .rightcol .news-list-date {
	background-color: transparent;
	float: left;
	font-size: 10px;
	font-weight: normal;
	height: auto;
	margin: 0px;
	width: 256px;
	text-align: left;
}

.threecol .rightcol .news-list-morelink {
	display: none;
}

.threecol .rightcol #reports h3 a, .threecol .rightcol #pressreleases h3 a {
	color: #333;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Reports Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol #reports .news-list-item p {
	display: none;
}

.threecol .rightcol #reports .news-list-date, .threecol .rightcol #pressreleases .news-list-date {
	color: #333;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Hot Issues Styling ------------------------ */
/* ------------------------------------------------------------------ */

.threecol .rightcol #hotissues {
	float: left;
	width: 266px;
	height: auto;
	margin: 0px 10px 10px 10px;
	background-color: #fef4e3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.threecol .rightcol #hotissues .csc-textpic {
	float: left;
	width: 100%;
	height: auto;
}

.threecol .rightcol #hotissues .csc-textpic-imagewrap {
	margin-right: 5px !important;
}

.threecol .rightcol #hotissues .csc-textpic-text a {
	color: #132359;
	text-decoration: none;
}

.threecol .rightcol #hotissues .csc-textpic-text a:hover {
	text-decoration: underline;
}

.threecol .rightcol #hotissues .csc-textpic-text h2 {
	background-image: none;
	font-size: 11px;
	font-family: Arial;
	height: auto;
	float: left;
	padding: 0px;
	width: 147px;
}

.threecol .rightcol #hotissues .csc-textpic-text p {
	margin: 0px 0px 5px;
}

.threecol .rightcol #hotissues .csc-textpic-image {
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Events Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol #events #eventscontainer {
	float: left;
	margin: 0px 5px 5px;
	width: 256px;
	height: auto;
}

.threecol .rightcol #events .news-latest-container {
	float: left;
}

.threecol .rightcol #events .news-latest-item {
	float: left;
	margin: 0px;
	padding: 0px;
}

.threecol .rightcol #events .news-latest-item h4 {
	margin: 0px;
	font-size: 11px;
}

.threecol .rightcol #events .news-latest-item a {
	color: #333;
	text-decoration: none;
}

.threecol .rightcol #events .news-latest-item a:hover {
	text-decoration: underline;
}

.threecol .rightcol #events .news-latest-item img {
	margin-right: 0px;
}

.threecol .rightcol #events .news-latest-author, .rightcol #events .news-latest-gotoarchive, .rightcol #events .news-latest-morelink, .rightcol #events .news-latest-item p {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Media Appearances Styling ----------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol #media {
	float: left;
	width: 266px;
	height: auto;
	margin: 0px 10px 10px 10px;
	background-color: #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.threecol .rightcol #media h3 a {
	color: #132359;
}

.threecol .rightcol #media .news-list-date {
	color: #132359;
}

/* ------------------------------------------------------------------ */
/* ------- Press Releases Box Styling ------------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol #pressreleases {
	float: left;
	width: 266px;
	height: auto;
	margin: 0px 10px 0px 10px;
	background-color: #e3e9fe;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	float: left;
	width: 1004px;
	height: 115px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	background-color: #132359;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_nav {
	float: left;
	width: 1004px;
	height: auto;
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li a {
	padding: 2px 5px;
}

#footer_info {
	font-size: 12px;
	margin-top: 13px;
	width: 1004px;
	text-align: center;
	float: left;
}

#footer_copy {
	font-size: 10px;
	float: left;
	margin-top: 10px;
	width: 1004px;
}
	