/* Start of CMSMS style sheet 'NSA - Gallery' */
/* Start of CMSMS style sheet 'NSA - Gallery' */
/* Last Updated - Apr 06, 2008                      */

* {
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   text-align: left;
   font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
   font-size: 85%;
   line-height: 1em;
}

/* set font size for all divs, this overrides some body rules */
div {
   font-size: 1em;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}

/* default link styles */
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #99CCFF;
   font-weight: bold; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #99CCFF;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
  color: #FF9999;
}

/* basic layout  */

body {
   background-color: #000000;
   color: #fff;
   margin: 0; 
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0px auto;
   width: 980px;   
   background-color: #000000;
   color: #fff;
}

/* header */
div#header {
   height: 180px;    /* adjust according your image size */
   background: #eeeeee; 
   margin: 10px 0 3px 0; 
   border: 2px solid black;         
}

* html div#header { margin: 10px 0 -8px 0;}

div#header h1 a {
   background: transparent;
   display: block;
   height: 180px;             /* adjust according your image size */
   text-indent: -999em;    /* this hides the text */
   text-decoration:none;
   outline: none;
}

* html #header h1 a {margin-bottom: -8px;}

.himage {
   position:absolute;
   margin-left:250px;
   margin-top:10px;
   width: 20px;
   height: 185px;
   z-index:2;
}

.memberimg {
   float: right;
   vertical-align: middle;
   margin-left: 10px;
}
/* position for the search box */
div#search {
   float: right;
   width: 23em; 
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div#overheader{
   margin: 10px 5px 0 0;
   font-weight: bold;
   text-align: right;
}

div.breadcrumbs {
   padding: 2px 0; 
   font-size: 90%; 
   margin: 0; 
}

* html .breadcrumbs {
   padding-top: 200px;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
} 

div#container {
   height: 1%;
   margin: 0.5em auto 2em 0; 
}

div#main{
   float: right;
   width: 700px;
   margin-top: 0px;
   margin-right: 5px;  /*  and some air on the right */
   height: 1%;
}

div#content {
   width: 99%;
   margin-top: 0px;
   height: 1%;
   margin-bottom: 20px;
   padding: 5px;
/*   border: 1px solid #99CCFF; */
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 255px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   height: 1%;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   height: 1%;
   width: 100%;
   color: #FFFFFF;
   background-color: #000000;
   border-top: 1px solid #99CCFF;
   margin-top: 20px;
}

div#footer p {
   font-size: 0.8em;
   padding: 5px;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #FFFFFF; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

* html img {
   margin: 10px;
}

/* relational links under content */
div#left49 {
   float: left;
   width: 49%;
}

* html #left49 {margin: -2px;}

div#right49 {
   float: right;
   width: 49%;
}

* html #right49 {margin: -2px;}

/* CONTENT STYLING */

/* HEADINGS */
div#container h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}

div#container h2 {
   color: #99CCFF; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0;
   padding-bottom: 1px;
   border-bottom: 1px solid black; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

div#container h3 {
   color: #99CCFF; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#container h4 {
   color: #99CCFF; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#container h5 {
   color: #99CCFF; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #99CCFF; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 0.5em 0; /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
}

blockquote {
   margin-left: 0px;
   font-size: 1em;
   line-height: 1.3em;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   word-wrap: break-word;
   font-family: "Courier New", Courier, monospace;
   font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* END TEXT */

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 1.5em;
}

div#main ul li,
div#main ol li {
   margin: 0.5em 0 0 0;
}

/* definition lists topics on bold */

div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}

div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */

/* Vertical menu for the CMS CSS Menu Module */

/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 90%; 
   margin: 0 auto;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}

#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}

#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic appearance of the menu elements */

#primary-nav a { 
   border-top: 1px solid #99CCFF; 
   border-bottom: 1px solid #99CCFF; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #99CCFF;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#primary-nav li, #primary-nav li.menuparent { 
   background-color: #000000; 
   min-height:1em; /* Fixes IE7 bug*/
}

/* Styling the basic appearance of the active page elements  */

#primary-nav li.menuactive { 
   background-color: #333333; 
}

/* Styling the basic appearance of the menuparents  */

#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
/*   background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
}

/* Styling the appearance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #333333; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }

/* section header */

#primary-nav li.sectionheader {
   border-left: 1px solid #99CCFF; 
   border-top: 1px solid #99CCFF; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}

/* separator */

#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #99CCFF;
   border-right: 1px solid #99CCFF;
}

/* News Start */

div#news {
   margin: 2em 0 1em 0;  
   background: #eeeeee; 
   height: 1%;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.hascontent h4 {
   text-align: center;
}

.NewsSummary {
   padding: 0.5em 0.5em 1em; 
   margin: 0 0.5em 1em 0.5em; 
   border-bottom: 1px solid #99CCFF; 
}

.NewsSummaryPostdate {
   font-size: 90%;
   font-weight: bold;
}

.NewsSummaryLink {
   font-weight: bold;
   padding-top: 0.2em;
}

.NewsSummaryCategory {
   font-style: italic;
   margin: 5px 0;
}

.NewsSummaryAuthor {
   font-style: italic;
   padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 140%;
}

.NewsSummaryMorelink {
   padding-top: 0.5em;
}

#NewsPostDetailDate {
   font-size: 90%;
   margin-bottom: 5px;
   font-weight: bold;
}

#NewsPostDetailSummary {
   line-height: 150%;
}

#NewsPostDetailCategory {
   font-style: italic;
   border-top: 1px solid #ccc;
   margin-top: 0.5em;
   padding: 0.2em 0;
}

#NewsPostDetailContent {
   margin-bottom: 15px;
   line-height: 150%;
}

#NewsPostDetailAuthor {
   padding-bottom: 1.5em;
   font-style: italic;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'NSA - Gallery' */


/* End of 'NSA - Gallery' */

