/* CSS Document */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background: #EFEFEF;
	color: #333333;
	font-family: Verdana,Helvetica,Sans-Serif;
	line-height: 130%;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

#main-area {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/content.gif) repeat-y;
}

#header {
	border-top: 5px solid #CAE972;
	text-transform: uppercase;
	width: 960px;
}

#logo {
	background-image:url(../images/nnnhdr2.jpg);
	height: 150px;
	margin:0px auto;
	padding-top:40px;
}

#top-menu {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}

#top-menu td {
	text-align: center;
}
/*** start menu ***/

a.mainlevel:link, a.mainlevel:visited {
	font-family: Times New Roman,Helvetica,Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #658DB5;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color:#658DB5;
}

a.mainlevel#active_menu:hover {
	color: #658DB5;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #339900;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
}

a.sublevel#active_menu {
	color: #333;
}

/*** end menu ***/


#content {
	background: url(../images/bg.gif);
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	text-align: left;
}

#content p {
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 15px;
}

#left-side {
	float: left;
	width: 190px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#banner {
	float: left;
	margin: 0 0 0 20px;
	padding: 0px 10px;
	width: 470px; /***dj edited***/
	}

#main-body {
	float: left;
	margin: 0 0 0 20px;
	padding: 20px 10px;
	width: 470px !important; /***dj edited***/
}

#main-body table tr {
	width: 470px !important; /***dj edited***/
}

#right-side {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
}

#footer {
	clear: both;
	background: #fff;
	border-top: 1px solid #C0C0C0;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	width: 960px;
}


#buttons_outer {
	width: 655px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


div.search .inputbox {
	background: #EFEFEF url(../images/search.gif) 0% 50%;
	border: 1px solid #C0C0C0;
	color: #333333;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;
	margin: 8px 0px 0px;
	padding: 3px;
	width: 170px;
}


table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	font-weight: bold;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}



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

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}


/* Joomla core stuff */
a:link, a:visited {
	color: #658DB5;
	text-decoration: none;
}

a:hover {
	color: #658DB5;
}

h4 a:link, h4 a:visited {
	color: #435D78; 
	text-decoration: none;
}
/*DJ ADDED COLOR*/
h4 a:hover {
    /*color: #658DB5;*/
	/*text-decoration: underline;*/
}

table.contentpaneopen {
	width: 470px !important;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
	line-height: 20px;
	padding: 0px 0px 15px;
	/* width: 470px !important; */
}

table.contentpaneopen td.componentheading {
}

table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.mainlevel a:link, a:visited {
	font-decoration: none !important;
}

.mainlevel a:hover {
	font-decoration: none !important;
}

.button {

}

.inputbox {
	background: #fff;
	border: 1px solid #999;
	font-size: 10pt;
	padding: 3px;
}


.contentcolumn {
	padding-right: 5px;
}

.componentheading,
.contentheading {
	color:#333333;
	font-family:Times New Roman,Verdana,Arial,Sans-Serif;
	font-size:22px;
	font-weight:normal;
	/* white-space: nowrap; */
}



.contentpagetitle {
	font-size: 20px;/* dj boosted */
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	border-bottom:1px dotted #C0C0C0;
	border-top: 1px dotted #C0C0C0;
	color: #333333;
	font-family: Times New Roman,Verdana,Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 5px;
	padding: 5px 0px;
	text-align: left;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.link {
	color: #0000FF;
	padding: 0;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
}

.mosimage {
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
}

span.article_seperator {
	display: block;
	height: 1.5em;
	width: 470px;
	background: url(../images/spacer.gif);
}

/* added by Gregory */
.cd_inner {
	width: 470px !important;
}

td.buttonheading {
	width: 35px !important;
}

td.buttonheading a {
	margin-right: 5px;
}

li.latestnews,
li.categories {
	padding: 0;
	margin: 0 0 5px 0;
	background: none; 
}

li a:link, li a:visited,
a.latestnews:link, a.latestnews:visited,
a.categories:link, a.categories:visited,
a.blogsection:link, a.blogsection:visited {
	color: #658DB5; 
}

li a:hover,
a.latestnews:hover,
a.categories:hover,
a.blogsection:hover {
	text-decoration: underline;
}
div.cd_calpage{
    width: 45px;
	height: 46px;
    float: left;
    background: url(../images/date.gif) no-repeat;
    position: absolute;
    text-align: center;
    margin-right: 10px;
    letter-spacing: 0.17em;
    font-family: Arial, Verdana, sans;
}