/* CSS Document */
/* Layout */
body {
  font-family:Arial,Helvetica,sans-serif;

/* Upper Ribbon Background */
  background-image: url('../images/background.png');

/* Pi Day */
/*background-image: url('../images/pi_eq.jpg');*/

/* Halloween */
/*background-image: url('../images/bats.jpg');*/

  background-repeat: repeat-x;
  background-color: #194775;  
 /* background-color: #006600;*/
  font-size: 12px;
  color: #000;
  margin: 0px;
  padding: 0px;
        height: 100%;

}

html {
height: 100%;

}

/* Changes the bottom of the background */
/*
#bg {
background-image: url(../images/4th.jpg);
  background-position:bottom;
  background-repeat:repeat-x;    
}
*/


#container {
  margin: 0 auto;
  width: 956px;
  background-image: url('../images/content.png');
  background-repeat: repeat-y;
        min-height: 100%;
overflow: hidden;
  
}

#header_container{
  width: 950px;
  height: 129px;
  
  margin: auto;

}

#header_top {
  background-color: #194775;
width: 950px;
height: 15px;

text-align: right;
padding-top: 2px;

font-size: 12px;
line-height: 11px;

color: #ffffff;
  
}

#header_top a{
color: #ffffff;  
  text-decoration: none;  
  display: inline;
  text-decoration: none;
  margin: 0px;
padding-right: 10px;
  
}

#header_top a:hover{
background-color: #194775;
color: #ffffff;  
  text-decoration: underline;  
}

#header_top li{
list-style: none;
display: inline;

}

#header_top .menu{

margin: 0px;
}


#header {
  background-image: url('../images/nmtheader.jpg');  
   /*  background-image: url('../images/4th_banner.jpg');*/ 
  background-repeat: no-repeat;
  height: 86px;
  width: 950px;
  padding: 0px;
  margin: 0px;

}
#linkhome1{
  float:left;
  width: 735px;
  height: 86px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#linkhome2{
  float: left;
  width: 200px;
  height: 86px;
  padding: 0px;
  margin: 0px;
}

#linkhome3{
  float: left; 
  width: 200px;
  height: 45px;
  padding-left: 12px;
  padding-bottom: 20px;
  margin: 0px;
  cursor: pointer;
}

#linkhome4{
  float: left; 
  width: 200px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

#search{
  width: 170px;
  height: 25px;
  padding: 5px;
  margin: 0px;
  float: right;
  text-align: right;
}

#contentcontainer {

  width: 950px;
  clear: both;
  padding: 0px;
  margin: 0px;
overflow: hidden;
  
}

#content .item-page h1{
 
 display: block;
  width: 766px;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  
  margin:0px;
  letter-spacing: 2px;
  border-bottom: 3px solid #194775;
  height: 31px;
  #line-height: 24px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
  
}

.sectionheading {
  display: block;
  width: 766px;
  
  font-size: 24px;
  font-family: Arial,Helvetica,sans-serif;
  color: #194775;
  font-weight: bold;
  margin:0px;
  letter-spacing: 2px;
  font-variant: small-caps;
  height: 31px;
  #line-height: 31px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.contentheading {
  display: block;
  width: 766px;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  
  margin:0px;
  letter-spacing: 2px;
  border-bottom: 3px solid #194775;
  height: 31px;
  #line-height: 24px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.contentheading::before {
  content: ">>";
  display: inline;
}

.componentheading {
  display: block;
  width: 766px;
  
  font-size: 24px;
  font-family: Arial,Helvetica,sans-serif;
  color: #194775;
  font-weight: bold;
  margin:0px;
  letter-spacing: 2px;
  font-variant: small-caps;
  height: 31px;
  #line-height: 31px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}


.moduletable h3, .title {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 10px 0px 5px;
  margin: 0px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
  min-height: 26px;
}

#leftmods.moduletable h3, .title {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
  margin: 0px;
  letter-spacing: 2px;
  
  min-height: 26px;
}
#top_large_image{
  clear: both;
  
  left: 92px;
  width: 760px;
  height: 225px;
  clear: both;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#top_image{
  width: 766px;
  height: 125px;
  clear: both;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  background-repeat: no-repeat;
}
/*
#breadcrumbs{
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: 0.6;
  background-color: #000;
  position: relative;
  top: 105px; 
  width: 761px;
  height: 20px;
  line-height: 20px;
  padding: 0px 0px 0px 5px;
  color: #FFF;
}
#breadcrumbs_text{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #fff;
}
#breadcrumbs a{
  color: #fff;  
}
*/
#content {
  background-color: #fff;
  width: 771px;
  float: left;
  margin: 0px;
  padding: 0px;
  
}

#content a {
text-decoration: none;
color: #194775;
}

#content a:visited {
text-decoration: none;
color: #194775;
}

#content a:hover{
text-decoration: underline;
color: #194775;
}


#content_comp{
  background-color: #fff;
  width: 613px;
  float: left;
  margin: 0px;
  padding: 0px;  
  

}




#center_container{
  width: 950px;
  margin: 0 auto;
        min-height: 100%;
}




#footer {
  clear: both;
  width:950px;
  background-color: #fff;
  margin: 0 auto;
  min-height: 100%;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  color: #000;
  padding-left:0px; padding-right:0px; padding-top:10px;
border-top: 1px solid #ccc;
}

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

#footer a:hover {
  color: #000;
  text-decoration: underline;
}
img{
  border:0px;
}
#left {  
  width: 177px;
  margin-top: 1px;
  margin-bottom: -100000px;
  min-height:625px;
  float:left;
  background-color: #ffffff;
  border-right: 1px solid;
  border-color: #ccc;
  padding-bottom: 100000px;
  
  
  
}
.contentpaneopen table {
  border-collapse: collapse;
}
.contentpaneopen table td {
  border-style: solid;
  border-width: 0px;
  border-color: #cccccc;
  padding: 0px;
}
.moduletable_feeds {
  margin: 10px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
    
}
.moduletable_feeds a {
  text-align: center;
  text-decoration: none;
  color: #339;
}

moduletable.header-overlay {

font-color: red;
  
}

table.center {margin-left:auto; margin-right:auto;}

.anchorfix
{position: absolute;}

.latest_event a{
font-family:Helvetica,Arial,Verdana,sans-serif;
  color: #339;
  display: block;
  
  text-decoration: none;
  margin: 0px;
  padding: 5px 5px 5px 10px; 
}

.latest_event a:hover {
  color: #00F;
  background: #ddd;
  background-repeat: repeat-x;
}

.frontnews .nspHeader h3 {

padding: 2px 0 2px 2px;

}

/*Form layout styles*/
.form_item {
 /*border:1px #CCCCCC solid;*/
  height:auto;
}

.form_element {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  float: left;
  margin-left:30px;
  margin-top:8px;
  margin-bottom:8px;
}

.form_element label {
  width:150px;
  display: block;
  float: left;
  line-height: 22px;
  vertical-align: middle;
}
.form_element .check_label {
  width:150px;
  float:none;
  display:inline;
  line-height: 22px;
  vertical-align: middle;
}
.form_element .radio_label {
  width:150px;
  float:none;
  display:inline;
  line-height: 22px;
  vertical-align: middle;
}

.form_element select, .form_element input {
  width:150px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  
}

.cf_fileinput{
  width:auto!important;
}

.delete_icon { float:right; /*border-left:1px #CCCCCC solid; padding:10px;*/}

.delete_icon1 { float:right; border-left:1px #CCCCCC solid; border-bottom:1px #CCCCCC solid; padding:10px;}

.button { text-align:center; border:none; margin-top:10px; }

.no_delete { border:none;}

.cf_button1 {
  width:70px!important;
}



.radio { width:20px!important;}

.float_left { float:left;}
.clear { clear:both; font-size:0px; line-height:0px;}

.width1 { width:571px;}


