/* [Main images and tables] */
body {
	background-image: url(img/background_gradient.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
}
p {
}
#header {
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#header-action-center {
	font-size: large;
	padding-left: 20px;
	padding-right: 40px;
}
#header-action-center a {
	padding-left: 20px;
	padding-right: 20px;
}
#bar_topnav {
	margin: 0 auto;
	padding: 0px;
	width: 920px;
}
#bar_topnav ul {
	background: #bbe0e3;
}
#bar_topnav li {
	background-image: none;
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 30px;
	margin-top: -10px;
	padding-top: 0px;
	text-align: center;
}
#bar_topnav li a {
	display: block;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 24px;
}

/* Navigation Menu --------------------------------- */

#nav {
	background: url('img/bg.gif');
	font-size: 13px;
	height: 38px;
	margin: 0 auto;
	padding: 0px;
/*	width: 950px;*/
}
#nav-inner {
	margin: 0 auto;
	width: 950px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li, #nav ul li.expanded, #nav ul li.collapsed, #nav ul li.leaf {
	clear: none;
	display: block;
	float: left;
	z-index: 20;	
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#nav ul a {
	line-height: 38px;
	display: block;
	margin: 0;
	float: left;
	padding: 0 11px 0 11px;
	color: #d2e7ff;
	text-decoration: none;
	text-shadow: 2px 2px 1px #336;
	font-weight: bold;
}
#sfearch { 
	float: right;
	line-height: 38px;
}	
#search {
	padding: 4px 0px 0px 0px;
	text-align: center;
}
#search_button {
	vertical-align: middle;
	margin-top: 4px;
}
#search a {
	margin: 0;
   	float: left;
	display: block;
	padding: 11px 0 0 15px;
        background: none;
	font-weight: bold;
        color: #d2e7ff;
        text-decoration: none;
	position: relative;
	text-shadow: 2px 2px 1px #336;
}
#searchfield {
	width: 100px;
	margin: 0px 0 0 5px;
	border: 1px solid #1A4692;
	padding: 2px;
}
#search img {
	float: left;
}
#nav ul li ul {
	display: none;
	position: absolute;
	z-index: 20;
	margin: 38px 0 0 -1px;
	top: 0;
	left: 0;
	background: #2050A5;
	border: solid #112D7E;
	border-width: 0 1px 0px 1px;

}
* html #nav ul li ul {
	top: 0;
	left: 0;
}
#nav ul li:hover ul, #nav ul li.dropdown ul {
	display: block;
}
#nav ul li ul li {
	z-index: 20;
	float: none !important;
	font-size: 12px;
	width: 228px;
	padding: 0;
	margin: 0;
	line-height: normal;
	border: solid;
	border-width: 1px 0;
	border-color: #6385C2 #000 #112D7E;
}
#nav ul li ul li a {
	line-height: normal;
	float: none !important;
	padding: 8px;
	color: #d2e7ff;
	width: 212px;
	text-shadow: none;
	background: none;
}
#nav ul li ul li a:hover {
	background: #255DB3;
	color: white;
}
#nav ul li a:hover {
	color: #FFF;
}

.checklist {
	margin-right: 14px;
	margin-left: 15px;
}
.checklist li {
	list-style-image: url(http://www.nrtw.org/themes/nrtw-demo/img/checkmark.jpg);
}
#nrtw-title a {
	color: black;
	text-decoration: underline;
}
#nrtw-title a:hover {
	font-weight: bold;
}
#bar_bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	padding-top: 8px;
	text-align: center;
	vertical-align: text-bottom;
	width: 800px;
/*	z-index: 99;*/
}
#bar_bottomnav li {
	background-image: none;
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	margin-left: 23px;
	margin-right: 23px;
	margin-top: -10px;
	padding-top: 0px;
	text-align: center;
}
#bar_bottomnav li a {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
#bar_bottomnav a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bar_bottomnav a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bar_bottomnav a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bar_bottomnav a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
.primary-container {
	/* This is to make sure that all the primary content fits
	properly in the whitespace. Sorry for all the code, but IE
	is a PITA compared to Firefox and other browsers */
	margin: 0; width: 480px; padding: 10px 20px 20px 40px;
}
.container-inline {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header_img {
	background-repeat: no-repeat;
	height: 115px;
	width: 1024px;
	padding: 0;
	margin: 0;
}

.navbar {
	background-image: url(img/nav-bar.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 1024px;
	padding: 0;
	margin: 0;
}
.more-link {
	margin-right: 20px;
}
.breadcrumb, .print {
	margin-left: 10px;
}

/* [Blocks] */

/* The header */
.faq_header {
	background-image: url(img/block-header-faq.jpg);
	background-repeat: no-repeat;
	margin:0pt 10px 0pt 0pt;
	padding: 15px 0 0 0;
	width: 411px;
	color: #233658;
	border-style:inset;
	border-width:1px;
}

.spotlight_header {
	background-image: url(img/block-header-spotlight.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0 0 0;
	width: 412px;
	border-style:inset;
	border-width:1px;
}

.bloghome_header {
	background-image: url(img/block-header-blog.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0 0 0;
	width: 412px;
	border-style:inset;
	border-width:1px;
}

.bloginside_header {
	margin: 0;
	padding: 15px 0 0 0;
	height: 45px;
	width: 296px;
}

.actioncenter_header {
	margin: 0;
	padding: 12px 0 0 0;
	height: 51px;
	width: 296px;
}

.knowrights_header {
	margin: 0;
	padding: 15px 0 0 0;
	height: 48px;
	width: 296px;	
}

.relatedsites_header {
	margin: 0;
	padding: 15px 0 0 0;
	height: 37px;
	width: 296px;
}

.right_header {
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0 0 0;
	height: 22px;
	width: 296px;
}

#inside_header {
	background-image: url(img/nrtw_inside_header.jpg);
	background-repeat: no-repeat;
	border-style: inset;
	border-width: 1px;
	margin: 0;
	padding: 15px 0 0 0;
	width: 600px;
}
.insidemiddle_background {
	background-image: url(img/insidemiddle_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#myContent p, ul, li, a {
}

.insidemiddle_footer {
	background-image: url(img/insidemiddle_footer.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 525px;
	margin: 0px;
	padding: 0px;
}
#disclaimer {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: smaller;
}
#navbar ul {
  margin:0px;
  padding:0px;
  text-align: center;
}
#navbar li {
	border-right:0px solid #000000;
	float:left;
	list-style-type:none;
	margin:-13px 32px 0px 13px;
}
#navbar li a {	
	padding:0.0em 2em 0em 2em;
	font-size:1.3em;
	font-weight: bold;
	color:#fff;
}
#primary li {
	border:0px none;
	font-size:1em;
	font-weight:bold;
}
#primary li a {
	color: gray;
}

*html #navbar a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

ul.navbar li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.navbar li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
  text-decoration: underline;
}
li.leaf {
	list-style-image: none;
	margin-top:-15px;
	padding-top: 0px;
}
ul.menu {
	margin-left: 15px;
}

/* Background for the content inside each block */
.homemiddle_background {
	background-image: url(img/homemiddle_background.jpg);
	background-repeat: repeat-y;
	border-style:inset;
	border-width:1px;
	margin: 0px;
	margin-top:-2px;
	padding: 0px;
	width: 411px;
}

.rightblock_background {
	background-image: url(img/rightblock_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	width: 330px;
	text-align: center;
}
.rightblock_background2 {
	background-image: url(img/rightblock_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	width: 330px;
	text-align: left;
	border-style:inset;
	border-width:1px;
}
/* Footer */
.rightblock_footer {
	background-image: url(img/rightblock_footer.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 351px;
	margin: 0px;
	padding: 0px;
}
#blockHeader {
	color: #3e537e;
	font-family: Palatino Linotype;
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
}
#formHeader {
	color: #3e537e;
	font-family: Palatino Linotype;
	font-size: 0.9em;
	text-align: center;
	text-transform:uppercase;
}

.block form { text-align: center; float: left; }

.homemiddle_footer {
	background-repeat: no-repeat;
	height: 19px;
	width: 411px;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-size:smaller;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1024px;
}

/* [Nodes] */
h2 {
	font-size: medium;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-top: 0px;
}
.submitted {
	margin-left: 10px;
}
#node-title {
	color: #000000;
}
.page-title {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.node {
	text-align: justify;
	padding-bottom: 15px;
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.info {
	font-size: x-small;
	text-align: left;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
}
.content p, ul, li, a {
	padding-bottom: 5px;
}

.links { font-size: small; text-align: center; }
.links li { font-size: small; text-align: center; border-right: 1px solid black; }
.links .first { font-size: small; text-align: center; border-left: 1px solid #000;}
/* [Comments] */
.comment {
	background-color: #F6F6F6;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.comment_content {
	margin: 0px;
	padding: 5px;
}
.new {
	font-style: italic;
}
.title {
	text-align: center;
	font-weight: bold;
	background-color: #F1F1F1;
	
}
.comment_picture {
	padding: 5px;
	margin: 0px;
}
.picture {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.author {
	font-size: small;
}
.comment_date {
	font-size: x-small;
}
.comment_info {
	vertical-align: top;
}

/* [Forums] */
/* Table widths */
.forum {
	width: 100%;
}
.icon {
}
.topic, .created, .last-reply {
	width: 30%;
}
.replies {
	width: 10%;
}

/* [Other] */
.site-slogan {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 75px;
}
tbody { border-style: none; }
code {
	font-size: small;
}
cite {
	font-size: small;
	font-style: italic;
}
.service_links {
	font-weight: bold;
	text-align: center;
}
.site-name { font-size: 36px; color: #000000; vertical-align: middle; font-weight: bolder; margin: 0 0 0 75px; padding: 0; }
.site-name h1 { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:link { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:visited { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:hover { color: red; font-size: 36px; font-weight: bolder; text-decoration: none; vertical-align: middle; }
h3 {
	font-size: medium;
	font-weight: bold;
	/*text-align: center;*/
}
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
a:link, a:visited {
	color: #0000ff;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}
div.admin-panel {
  background: #fff url(../../../../../../../../Desktop/drupal-5.0-rc1/themes/garland/images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}
table.system-status-report th {
  border-color: #d3e7f4;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}
.delicious-post {
	list-style: disc;
}