/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
	font-family: Arial, Helveica, sans-serif;
	font-size: 12px;
	
}

body#page {
	background-color: #505050;
	overflow: normal;
	padding: 0;
	margin: 0;
}


body#popup {
	background-color: #FFFFFF;
}

body#component {
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited { 
	color: #000000;
	text-decoration: none;
}

a:active { 
	color: #808080;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
	color:#000;
                padding: 3px;
	
}

a.offset:hover {
	text-decoration: underline;
	color:#808080;
                padding: 3px;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
    font-size: 12px;
}

.input_button_highlight {
	color: #fff;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	width: 170px;
	height: 46px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	background-image: url('files/site_images/152290/152290_dotorg-button.png');
	background-repeat: no-repeat;
	margin-bottom:20px;margin-right:5px;
}

.input_button_negative {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 12px;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
	color:#000;
}

span.location {
	color:#000;
}

span.date {
background-color:#FDF8EC#;
}

span.reference-identifier {
}

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

span.completed {
	color: #aaaaaa;
}

span.subscribed {
}

span.opted-in, option.opted-in {
	font-weight: bold;
}

span.opted-out, option.opted-out {
	color: red;
	background-color: inherit;
}

span.error, div.error {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: #FF0000;
}

a.job-link:link, a.job-link:visited, a.job-link:active, a.job-link:hover {
	font-weight:bold;
}
/****************
 * Page headers *
 ****************/

span.page-header {
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
}

span.page-subheader, input.page-subheader {
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

span.page-subsubheader, input.page-subsubheader {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
}

span.text-header {
	font-size: larger;
	font-weight: bold;
}

span.text-subheader {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

/********************************************
 * Content Block, general content container *
 ********************************************/

div.content-block {
	background-color: inherit;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedfe1;
}

div.content-block-first {
	background-color: inherit;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedfe1;
}

div.content-block-last {
	background-color: inherit;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #D49B04;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 16px;
        font-weight: bold;

}

/*********************************************************************
 * Unchangeable Block, used to display standard, unchangable content *
 *********************************************************************/

div.unchangeable-block {
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 100%;
	padding: 3px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #fcf8ec;
	border: 1px solid #faecd2;
	padding: 10px;
}

/**************
 * Info block *
 **************/

div.info-block {
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 5px 10px;
	width: 375px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
	line-height: 18px;
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**************
 * Toggle box *
 **************/

a.toggle-link {
	text-decoration: none;
}

div.toggle-box {
	display: none;
	padding: 5px;
}

div.toggle-box-expanded {
	padding: 5px;
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 100%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

#footer{
    margin-left:0px;
    margin-top:35px;
	width:100%;
	clear:both;
	border-top: 2px solid #0E1C70;
	
}
#botmenu{
	margin-top:35px;
	width:490px;
	clear:both;
	list-style:none;
	float:left;
        font-size: 10px;
}
#botmenu li{
	display:inline;
	padding-left:8px;
	padding-right:2px;
	background: url('files/site_images/152290/152290_botmenu_sep.gif') no-repeat 0px 4px;
}
#botmenu li a{
	color:#0A1E82;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#botmenu li a:hover{
	text-decoration:underline;
}
#botmenu li.first{
	padding-left:0px;
	/* background: none no-repeat 0px 3px; */
}
#adv{
        margin-top:35px;
	float:right;
        font-size: 10px;
        text-align: right;
}
.content5{
	color:#0D1B70;
}
/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width:920px;
	margin-left: auto;
	margin-right: auto;
                background-color: #ffffff;
background:url(files/site_images/152290/152290_diag_stripe.gif);
border-right:5px solid #FFF;
border-left:5px solid #FFF;

} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
	padding:0px;
	padding-bottom: 20px;

	}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
width:940px;
margin:10px 10px 20px 10px;
}

table.interior-table td.interior-table-left {
	}

table.interior-table td.interior-table-center {
	
	padding: 10px;
	vertical-align: top;
	background:#FFF;
	border-top:1px solid #e2e2e2;
	margin:10px;
}

table.interior-table td.interior-table-right {
	width:240px;
	vertical-align: top;
padding-left:10px;
padding-right:0px;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 16px;
	text-decoration: none;
}

div.search-block {
	background-color: #f2f2f2;
	border: 1px solid #dfdfdf;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #000;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 14px;
}

div.search-block span.search-block-field-name-optional {
	color: #000;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 14px;
	font-weight:bold;
	margin-top:10px;
}

div.featured-block {
	color: inherit;
	background-color: #FFC64E;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #000066;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 14px;
	font-weight:bold;
        text-transform: uppercase;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
	color:#003399;
	text-decoration:underline;
}
div.featured-block a.job-link:hover {
	font-size: larger;
	font-weight: bold;
	color:#003399;
	text-decoration:none;
}
div.heading-block, div.heading-block table {
	color: #000;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
border-top-width: 3px;
border-top-style: solid;
border-top-color: #e2e2e2;
margin-bottom: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e2e2e2;

}

div.heading-block-alt {
border-top-width: 3px;
border-top-style: solid;
border-top-color: #e2e2e2;
margin-bottom: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
color: #000000;
border-bottom-width: 0px;
border-bottom-style: none;
}

div.subheading-block {
	border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e2e2e2;
padding-bottom:5px;
color:#000;
}

div.heading-block span.heading-block-text {
	color: #000;
	background-color: inherit;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 25px;
	font-weight: bold;
	letter-spacing:-0.05em;

}

div.heading-block-alt span.heading-block-text {
	font-size:25px;
letter-spacing:-0.05em;
font-weight:bold;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}


td.heading-block-right a:link, td.heading-block-right a:visited {
font-size:11px;
font-weight:bold;
text-decoration:none;
}

td.heading-block-right a:active, td.heading-block-right a:hover {
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
	font-size: 10px;
	/*background-color:#FDF8EC;*/
}

table.jobs-list tr td {
/*background-color:#FDF8EC;*/
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #F9EDD2;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #bfd5de;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
	background:url(files/site_images/152290/152290_diag_stripe.gif);
	width:100%;
	}
	
	div.nav-block-body a:link, 	div.nav-block-body a:visited, 	div.nav-block-body a:active, 	div.nav-block-body a:hover {
	font-weight:bold;
	} 

div.nav-block div.nav-block-header {
border-top:1px solid #e2e2e2;
font-size: 12px;
font-weight: bold;
background-color: #303030;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 3px 10px 3px 10px;
}

div.nav-block div.nav-block-body {
	margin-top: 0px;
	background-color:#fff;
padding:10px;
}

div#nav-block-post div.nav-block-body {
	background-color:transparent;
	background-image:none;
}

div#nav-block-post table {
width:100%;
}

div#nav-block-post a.image:link, div#nav-block-post a.image:visited, div#nav-block-post a.image:active, div#nav-block-post a.image:hover {
margin:auto;
width:170px;
display:block;
}


ul.bulleted {
	list-style-type: none;	
	margin-top: 0;
	margin-left: 0;
	
	width:183px;
	padding-bottom:10px;
	padding-top:10px;
        padding-left: 0;
}

ul.bulleted li {
       margin-left: 5px;
       margin-bottom: 3px;
       padding-bottom: 3px;
       border-bottom: 1px solid #fff;
       padding-left: 0;
       font-size: 11px;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f2f2f2;
}

.alternate2 {
	color: inherit;
	background-color: #FFFFFF;
}

div.nav-block table.nav-block-table {
	width: 100%;
}

div.nav-block table.nav-block-table td.nav-block-content {
	padding-left: 10px;
	padding-right: 10px;
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

div#nav-about {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
	padding-bottom: 20px;
}

span.nav-about-header {
	display: block;
	font-family: Arial,"Trebuchet MS",Verdana,Helvetica;
	font-size: 16px;
	margin-bottom: 10px;
}

/***** Other *****/
.logo {
	padding-left: 5px;
	padding-right: 5px;
        text-align: center;
}

.about {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: none;
	padding-bottom:5px
}

.aboutsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: none;
}

a.about:active,
a.about:visited,
a.about:link  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: underline;
}

a.about:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #D49B04;
	text-decoration: underline;
	

}

.subscribe {
	background-color: #dfdfdf;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.subscribetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: none;
	padding:0;
	margin:0;
}

a.subscribe {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #100F5B;
	text-decoration: underline;
}

.button {
	vertical-align: bottom;
}

.rss, a.rss {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #D49B04;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 25px;
}

a.rss:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	font-weight: normal;
	color: #D49B04;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 25px;
}

.advertisement {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #C2C2C2;
	text-decoration: none;
	padding-bottom: 5px;
}

#topleft {
}
#topleft span{
	display:none;
}
#topright{
}
#topright span{
	display:none;
}
#menu{
	list-style:none;
	clear:both;
	background-color:#100F5B;
	width:98%;
	height:36px;
        padding-left: 15px;
        margin-left: 0px;
}

#menu li{
	float:left;
}
#menu li a{
	float:left;
	display:block;
	height:36px;
}
#menu li a span{
	display:none;
}
#menu li.articles a{
	background: #100F5B url('files/site_images/152290/152290_menu_articles.gif') no-repeat;
	width:80px;
}
#menu li.flip a{
	background: url('files/site_images/152290/152290_menu_flip.gif') no-repeat;
	width:46px;
}
#menu li.online a{
	background: url('files/site_images/152290/152290_menu_online.gif') no-repeat;
	width:69px;
}
#menu li.jobs a{
	background: url('files/site_images/152290/152290_menu_jobs.gif') no-repeat;
	width:122px;

}
#menu li.buzz a{
	background: url('files/site_images/152290/152290_menu_buzz.gif') no-repeat;
	width:51px;

}
#menu li.books a{
	background: url('files/site_images/152290/152290_menu_books.gif') no-repeat;
	width:66px;

}
#menu li.resource a{
	background: url('files/site_images/152290/152290_menu_resource.gif') no-repeat;
	width:156px;
}
#menu li.sponsors a{
	background: url('files/site_images/152290/152290_menu_sponsors.gif') no-repeat;
	width:102px;
}
#menu li.articles a:hover{
	background: #100F5B url('files/site_images/152290/152290_menu_articles-over.gif') no-repeat;
}
#menu li.flip a:hover{
	background: url('files/site_images/152290/152290_menu_flip-over.gif') no-repeat;
	width:46px;
}
#menu li.online a:hover{
	background: url('files/site_images/152290/152290_menu_online-over.gif') no-repeat;
	width:69px;
}
#menu li.jobs a:hover{
	background: url('files/site_images/152290/152290_menu_jobs-over.gif') no-repeat;
	width:122px;

}
#menu li.buzz a:hover{
	background: url('files/site_images/152290/152290_menu_buzz-over.gif') no-repeat;
	width:51px;

}
#menu li.books a:hover{
	background: url('files/site_images/152290/152290_menu_books-over.gif') no-repeat;
	width:66px;

}
#menu li.resource a:hover{
	background: url('files/site_images/152290/152290_menu_resource-over.gif') no-repeat;
	width:156px;
}
#menu li.sponsors a:hover{
	background: url('files/site_images/152290/152290_menu_sponsors-over.gif') no-repeat;
	width:102px;
}
#menu_form{
	float:left;
	height:34px;
	width:26%;
	background:#0D1B6F  url('files/site_images/152290/152290_menu_sep.gif') no-repeat 0px 6px;
}
#menu_form input{
	margin-top:5px;
	display:block;
	float:left;
	}
#menu_form input.search1{
	margin-left:30px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#424242;
 	height: auto;
	width: 130px;
	margin-right:5px;
}
/*
body,h1,h2,h3,ul,li,p,form{
	margin:0px;
	padding:0px;
}
*/

.leftnavarticles {
	padding-top: 5px;
	padding-bottom: 10px;
}

.leftnavheads {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	font-weight: bold;
	color: #100F5B;
	text-decoration: none;
}

a.articlelink:link,
a.articlelink:active,
a.articlelink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	padding-bottom: 5px;
}


a.articlelink:hover {
	text-decoration: underline;
}

.sponsorline {
        background-color: #100F5B;
        width: 946px;
        padding-left: 20px;
        padding-right: 20px;
}

.sponsors {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 120%;
        font-weight: bold;
        color: #100F5B;
        text-decoration: none;
        padding-top: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
}

.doj-footer {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 120%;
        font-weight: normal;
        color: #100F5B;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px;

}      

a.doj-footer:active,
a.doj-footer:link,
a.doj-footer:visited {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 120%;
        font-weight: normal;
        color: #100F5B;
        text-decoration: none;
        padding-top: 10px;

}

a.doj-footer:hover
{       
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 120%;
        font-weight: normal;
        color: #D49B04;
        text-decoration: underline;
        padding-top: 10px;

}


.header {
	background-color: #D49B04;
	padding-left: 5px;
}

.headertext {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	color: #ffffff;
	vertical-align: middle;
}

.advertisement {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #C2C2C2;
	text-decoration: none;
	padding-bottom: 5px;
}







/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(files/site_images/152290/152290_navbar-950.png) no-repeat;
	width:935px;
	font-size:10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	z-index: 9999;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(files/site_images/152290/152290_dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	z-index: 9999;
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	z-index: 9999;
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	z-index: 9999;
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	z-index: 9999;
	left: auto;
	}


#madmenu { 
	float:left; 
	padding: 0;
	margin: 0;
	clear:both;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	}

#madmenu ul {
	float:left; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#madmenu li { 
	float: left;
	margin: 0;
	padding:0;
	border-right:1px solid #303030;
	}

#madmenu li:hover {
	background: #5b5b5b;
	}

#madmenu li a, #madmenu li a:visited { 
	margin:0;
	padding:7px 14px;
	color:#eeeeee;
	display:block;
	}

#madmenu li li { 
	float: none;
	margin: 0;
	padding:0;
	border-right:0px solid #303030;
	}

#madmenu li ul {
	display:none;
	position: absolute;
	width: 154px;
	left: -999em;
	padding:0;
	text-transform: none;

	}

#madmenu li ul ul { 
	margin: -22px 0 0 154px;
	}

#madmenu li:hover ul ul, #madmenu li:hover ul ul ul, #madmenu li.sfhover ul ul, #madmenu li.sfhover ul ul ul {
	left: -999em;
	}

#madmenu li:hover ul, #madmenu li li:hover ul, #madmenu li li li:hover ul, #madmenu li.sfhover ul, #madmenu li li.sfhover ul, #madmenu li li li.sfhover ul { 
	display:block;
	left: auto;
	}

#madmenu a, #madmenu a:visited, #madmenu a:link {
	display: block;
	text-decoration:none;
    	padding:7px 14px;
    	margin:0;
	color: #ffffff;
	}

#madmenu a:hover, #madmenu a:active {
    	background: #5b5b5b;
	color:#fff;
	}

#madmenu li li a, #madmenu li li a:link, #madmenu li li a:visited {
	color:#fff;
	background: #5b5b5b url(files/site_images/152290/152290_dots_nav.gif) repeat-x top;
	padding:5px 14px;
	float: none;
	margin: 0;
	}

#madmenu li li a:hover, #madmenu li li a:active {
	background: #909090;
	color:#fff;
	}

#madmenu li li li a {
	padding:5px 14px;
	background: #909090;
	}

#madmenu li li li a:hover {
	color: #fff;
	}

#madmenu li li li a:active {
	color: #fff;
	background: #909090;
	}
	
	.clearfloat {

display: inline-block;

}


.category 

{

text-align: center;

width: 117px;

float: left;

border-top-width: 2px;

border-right-width-value: 2px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 2px;

border-left-width-value: 2px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #f7f7f7;

border-right-color-value: #cccccc;

border-bottom-color: #cccccc;

border-left-color-value: #f7f7f7;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

background-color: #ffffff;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

cursor: pointer;

white-space: nowrap;

}

#cat-15 

{

width: 112px;

}
null

#cat-15 

{

color: #b55b00;

}




#cat-15:hover

{

background-color: #0b0b3b;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: #ffffff;

}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 
{

text-transform: lowercase;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

font-weight: bold;

font-size: 16px;

letter-spacing: -0.05em;

}

/* category bar */
    #cat-88 { color:#B55B00; }
    #cat-88:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-88  {background:#0B0B3B; color:; }
    #sidebar h3.catt-88 a { color:; }
    /* category bar */
    #cat-86 { color:#B55B00; }
    #cat-86:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-86  {background:#0B0B3B; color:; }
    #sidebar h3.catt-86 a { color:; }
    /* category bar */
    #cat-87 { color:#B55B00; }
    #cat-87:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-87  {background:#0B0B3B; color:; }
    #sidebar h3.catt-87 a { color:; }
    /* category bar */
    #cat-152 { color:#B55B00; }
    #cat-152:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-152  {background:#0B0B3B; color:; }
    #sidebar h3.catt-152 a { color:; }
    /* category bar */
    #cat-90 { color:#B55B00; }
    #cat-90:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-90  {background:#0B0B3B; color:; }
    #sidebar h3.catt-90 a { color:; }
    /* category bar */
    #cat-89 { color:#B55B00; }
    #cat-89:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-89  {background:#0B0B3B; color:; }
    #sidebar h3.catt-89 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }
    /* category bar */
    #cat-15 { color:#B55B00; }
    #cat-15:hover { background:#0B0B3B; color:#FFFFFF; }
    /* sidebar */
    #sidebar h3.catt-15  {background:#0B0B3B; color:; }
    #sidebar h3.catt-15 a { color:; }

.category {
	text-align: center;
	width:117px;
	float:left;
	border:2px solid;
	border-color: #f7f7f7 #cccccc #cccccc #f7f7f7;
	margin:0px;
	padding:5px 5px 5px 5px;
	background:#fff;
        cursor:pointer;
        white-space: nowrap;
	}

#cat-15 { width:112px; }  /* books */
#cat-86 { width:117px; }  /* foundations */
#cat-87 { width:117px; }  /* gifts & giving */
#cat-88 { width:115px; }  /* nonprofits */
#cat-89 { width:128px; }  /* public commons */
#cat-90 { width:118px; }  /* social ventures */
#cat-152 { width:112px; } /* online */

.category p {
	text-align: center;
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}
	
	
	div.breadcrumbs {
	font-size:11px;
	}

h1 {
     display: none;
}

div.links b {
     display: none;
}