/*<group=General Styles>*/

body {
      margin: 0px 5px 0px 5px;
      text-align: center;
      font: 14px Arial, Verdana, Helvetica, sans-serif;
      background-color:#000033;
}

p { 
}

b, strong {
      font-weight: bold;
      color: #092143;
}

a:link {
      color: #2b71b7;
      text-decoration: none;
}

a:visited {
      color: #2b71b7;
      text-decoration: none;
}

a:hover, a:active {
      color: #092143;
}

img {
      border-style: none;
}

.image-left {
      float: left;
      margin: 3px 3px 3px 0px;
      padding: 3px 3px 3px 0px;
}

.image-right {
      float: right;
      margin: 3px 0px 3px 3px;
      padding: 3px 0px 3px 3px;
}
      
/*</group>*/

/*<group=Layout>*/

#container {
      background: #d7dfea; /*repeat-y left url(images/sidebar_bg.png); /* This Is The BG Color Of The Main Div */      width: 960px;
      margin: 0px auto; /* Right And Left Margin Widths To Auto */      text-align: left; /* Hack To Keep IE5 Windows Happy */
      color: #3e3e3e;
      padding-bottom: 20px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      letter-spacing: 0px;
      word-spacing: 1px;
      line-height: 1.5em;
}

#pageHeader {
      width: 960px;
      background: url(images/nhsabanner.jpg) no-repeat;
      text-align: left;
      list-style: none;
      height: 199px;
}

#pageHeader img {
      display: inline;
      float: left;
      margin-top: 0px;
      margin-left: 10px;
      margin-right: 10px;
}

#pageHeader h1 {
      color: #ffffff;
      text-shadow: 0px 0px 4px #c6e3f9;
      margin: 0px;
      text-align: left;
      font-size: 26px;
      letter-spacing: 3px;
      padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
      color: #c6e3f9;
      text-shadow: 0px 0px 3px #c6e3f9;
      margin: 0px;
      font-size: 16px;
      text-align: left;
      padding-right: 20px;
      padding-left: 50px;
      letter-spacing: 3px;
      
}

#contentContainer {
      width: 799px;
      float: left;
      text-align: left;
      padding-top: 0px;
      border-top: 30px solid #000033;
      margin-top:0px;
      background-color:#d7dfea;

}

#contentContainer #content {
      padding-right: 30px;
      padding-left: 40px;
      width: 729px;
      background-color:#d7dfea;
      


}

#sidebarContainer {
      width: 161px;
      min-height: 550px;
      float: left;
      text-align: left;
      border-top: 30px solid #000033;
      background: url(images/nhsabelowmenu.gif) no-repeat;
      background-position:bottom;
      background-color:#da080b;

}

#sidebarContainer .sidebar {
      margin-top: 0px;margin-left: 40px;
      /*background: url(images/nhsabelowmenu.gif) no-repeat;*/
      background-position:bottom; 
      
}

#footer {
      width: 960px;
      margin: 0px auto; /* Right And Left Margin Widths To Auto */
      text-align: center; /* Hack To Keep IE5 Windows Happy */;
      height: 3px;
      height: 31px;
      color: #ffffff;
      background-color:#000033;
      
/*background: url(images/footer_bg.png) repeat-x;*/
      
}

#footer p {
      margin: 0px;
      padding-bottom: 10px;
      padding-top: 10px;
}

#footer a {
      color: #8ba1d7;
}

#footer a:hover {
      color: #092143;
      text-decoration: none;
}
      
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
      text-align: left;
      padding: 0px;
      margin-top: 10px;
}

#breadcrumbcontainer ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: inline;
}

#breadcrumbcontainer li {
      padding: 0px;
      display: inline;
}

#breadcrumbcontainer a {
      display: inline;
}

#breadcrumbcontainer a:hover {
      display: inline;
}
      
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
      line-height: normal;

      
}

#navcontainer #current {
      background-color:#da080b;
      color:#ffffff;
      padding-top:13px;
      padding-left:20px;

}

#navcontainer ul {      margin: 0;      padding: 0;      list-style: none;      width: 161px; /* Width of Menu Items */      border-bottom: 0px solid #ccc;
      
            }#navcontainer ul li {      position: relative;
            }      #navcontainer li ul {      position: absolute;      left: 161px; /* Set 1px less than menu width */      top: 7px;      display: none;
            }
      
/* Styles for Menu Items */#navcontainer ul li a {      display: block;      text-decoration: none;      color: #ffffff;
      background-color:#da080b;

      /*background: #fff;  IE6 Bug */      padding: 5px;      /*border: 1px solid #ccc;*/      border-bottom: 4px double #e34336;
      padding-top: 13px;
      padding-bottom: 6px;
      padding-left:20px;

}/* Fix IE. Hide from IE Mac \*/* html #navcontainer ul li { float: left; height: 1%; }* html #navcontainer ul li a { height: 1%; }/* End */#navcontainer ul li a:hover { color: #FFFFFF; background: #000000; text-shadow: 0px 0px 0px #c6e3f9;} /* Hover Styles */            #navcontainer li ul li a { padding: 6px 5px 6px 5px;
} 

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{display:none;}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{display:block;
}

body { behavior:url(csshover.htc); } /* IE 6 PC Hack */

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
      font-style: italic;
      background: #e3f1fc;
      padding: 10px;
      font-size: 13px;
      color: #092143;
      border-bottom: 1px dotted #092143;
      border-top: 1px dotted #092143;
}

h1 {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

h2 {
      color: #092143;
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 3px;
}

h3 {
      color: #092143;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 3px;
}

h4 {
      color: #092143;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 3px;
}

h5 {
      color: #092143;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 3px;
}

.imageStyle {
}
      
/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
      margin: 0px;
      padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
      height: 30px;
}

.thumbnail-frame img {
      border-style: none;
}

.thumbnail-caption {
      margin-top: -2px;
      font-size: 0.8em;
}
      
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
      text-align: center;
      margin: 10px;
}

.photo-navigation {
      padding: 10px;
      background: #ffffff;
      margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
      margin: 0px;
      border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
      color: #092143;
      font-size: 18px;
      font-weight: normal;
      margin: 0px 0px 5px 0px;
}

.photo-caption {
      font-size: 13px;
      margin: 0px;
      color: #092143;
}

/*</group>*/
      
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {      color: #f0f0f0;      text-align: center; /* To Make Content Centered */      font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
      background: #ffffff;
}.blog-archive-headings-wrapper {
      text-align: left;
      width: 590px;
      padding: 10px;
}

.blog-archive-entries-wrapper {
      text-align: left;
      width: 590px;
      padding: 10px;
}.blog-archive-month {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}.blog-archive-link { 
}      
/*</group>*/

.blog-entry {
}

.blog-entry-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
      line-height: 24px;
}

.blog-entry-date {
      margin-bottom: 10px;
      margin-top: 5px;
}

.blog-entry-body {
      margin-bottom: 45px;
}

.blog-entry-comments {
      
}
      
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
      margin-bottom: 20px;
      border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
      
}

.filesharing-item-title {
      color: #092143;
      font-size: 14px;
      font-weight: normal;
}

.filesharing-item-description {
      margin-bottom: 10px;
}

/*</group>*/

/*<group=Quicktime Page>*/

.movie-title {
      color: #092143;
      font-size: 14px;
      font-weight: normal;
      text-align: left;
}

.movie-description {
      text-align: center;
}

.movie-frame {
      text-align: center;
      margin-bottom: 10px;
}
      
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}.movie-page-description {
      margin-bottom: 10px;
}.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin-right: 40px;
      text-align: center;
      width: 131px;
      margin-bottom: 20px;
}.movie-thumbnail-caption {
      text-align: center;
      color: #333333;
      margin-bottom: 5px;
}
      
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
      background: #ffffff;
      margin-top: 5px;
}

.movie-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
      text-align: center;
}

.movie-frame {
      text-align: center;
      margin-bottom: 10px;
}
      
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text {
} 

.required-text {
      color: #0080ff;
} 

.form-input-field {
      color: #2160a9;
} 

.form-input-button { } 
/*</group>*/



