/* @group Layout */

#center {
      width: 800px;
      margin-right: auto;
      margin-left: auto;
}

#content {
      width: 781px;
      background: url(images/middle.png) repeat-y;
      padding-left: 10px;
      padding-right: 10px;

      font-size: 11px;
      font-family: 'Trebuchet MS';
      line-height: 16px;
      z-index: 0;
      display: block;
      clear: left;
}

.clear {
      width: 1px;
      height: 1px;
      display: block;
      clear: both;
}

#topc {
      width: 800px;
      background: url(images/top.png) repeat-y;
      height: 29px;
      margin-top: 20px;
}

#bottomc {
      width: 800px;
      background: url(images/bottom.png) no-repeat 0;
      height: 29px;
      clear: both;
      display: block;
}

#navcontainer {
      background: url(images/box1nav.png) no-repeat;
      width: 800px;
      height: 36px;
      padding-left: 15px;
      padding-top: 4px;
      display: block;
}

#left {
      width: 150px;
      float: left;
      position: relative;
      z-index: 6;
}

#right {
      float: right;
      width: 610px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 6;
}

#sidebar {
      width: 130px;
      padding: 10px;
      position: relative;
      line-height: 16px;
      font-size: 11px;
}

.sideHeader {
      text-align: left;
      padding-left: 10px;
      font-size: 18px;
      margin-top: 10px;
}

.header h1 {
      text-align: right;
      padding-top: 20px;
      font-family: 'Trebuchet MS';
      padding-left: 20px;
      padding-right: 20px;
      font-weight: bold;
      font-size: 25px;
      margin-top: -5px;
}

.header h5 {

      text-align: right;
      margin: -15px 0 0;
      padding: 0 20px;
      font-weight: bold;
      font-size: 12px;
}

.header img {
      display: block;
      float: left;
      left: 5%;
      top: 55px;
      right: 5%;
      margin-right: 20px;
      margin-left: 20px;
}

#footer {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 11px;
}

#top {
      width: 800px;
      height: 144px;
      
      z-index: 10;
      position: absolute;
      display: block;
      right: -2px;
      background: url(images/headershadow.png) no-repeat right top;
      top: -20px;
}

.header {
      width: 799px;
      display: block;
      height: 124px;
      font-family: 'Trebuchet MS';
      margin-top: 50px;
}

#overlay {
      background: url(images/lay.png) no-repeat 0 0;
      width: 799px;
      height: 144px;
      position: absolute;
      z-index: 100;
      display: block;
      top: 0;
      left: 0px;
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer .current {


      position: relative;
}

#navcontainer .current:hover {
      border-right: 1px solid silver;
}

#navcontainer .currentAncestor {
      background: no-repeat url(images/button-h.png);
}

#navcontainer a {
      display: block;
      text-align: left;
      border-right: 1px solid #010a65;
      font-weight: bold;
      font-size: 13px;
      text-decoration: none;
      padding-left: 7px;
      padding-right: 7px;
      height: 28px;
      z-index: 100;
      line-height: 30px;
      top: 0;
      float: left;
      position: relative;
}

/* Parent - Level 0 */

#navcontainer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      display: block;
      z-index: 100;
      left: 0;
      top: 0;
}

#navcontainer ul li {
      position: relative;
      left: 0px;
      display: inline;
      float: left;
      z-index: 100;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {

      background: no-repeat url(images/button-b.png);
      text-decoration: none;
      border: none;
      position: relative;
      z-index: 10;
      border-right: 1px solid silver;
}

*html #navcontainer ul li a:hover, #navcontainer ul li a:active {
      text-decoration: underline;
      border-right: 1px solid silver;
}

/* Child - Level 1 */

#navcontainer ul ul {
      display: none;
}

#navcontainer ul ul li {
      
}

#navcontainer ul ul a {
      
}

#navcontainer ul ul a:hover {
      
}

#navcontainer ul ul .current {
      
}

#navcontainer ul ul .currentAncestor {
      
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      
}

#navcontainer ul ul ul li {
      
}

#navcontainer ul ul ul a {
      
}

#navcontainer ul ul ul a:hover {
      
}

#navcontainer ul ul ul .current {
      
}

#navcontainer ul ul ul .currentAncestor {
      
}

/* Child Level 3 */

#navcontainer ul ul ul {
      
}

#navcontainer ul ul ul ul li {
      
}

#navcontainer ul ul ul ul a {
      
}

#navcontainer ul ul ul ul a:hover {
      
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
      
}

#navcontainer ul ul ul ul ul li {
      
}

#navcontainer ul ul ul ul ul a {
      
}

#navcontainer ul ul ul ul ul a:hover {
      
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
      
}

#navcontainer ul ul ul ul ul ul li {
      
}

#navcontainer ul ul ul ul ul ul a {
      
}

#navcontainer ul ul ul ul ul ul a:hover {
      
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {

      font-size: 12px;
      float: left;
      margin-bottom: 10px;
      position: relative;
      z-index: 4;
      height: auto;
}

*html #side-navcontainer {
      position: relative;
      top: 0px;
      margin-bottom: 10px;

      display: block;
}

#side-navcontainer .current {

}

#side-navcontainer .current:hover {
      
}

#side-navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#side-navcontainer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-style: none;
      border-bottom-style: none;
      border-bottom-color: #fff;
}

#side-navcontainer li {
      width: 140px;
      display: inline;
}

#side-navcontainer a {
      display: none;

}

#side-navcontainer a:hover {

      text-decoration: none;
}

#side-navcontainer a:active {
      
}

/* Child - Level 1 */

#side-navcontainer ul ul {
      
}

#side-navcontainer ul ul li {
      display: block;
}

#side-navcontainer ul ul a {
      padding-left: 10px;
      
      font-weight: bold;
      font-size: 13px;
      position: relative;
      z-index: 5;
      border-bottom: 1px solid #010a65;
      display: block;
      position: relative;
      z-index: 5;
      line-height: 31px;
      height: 30px;
}

#side-navcontainer ul ul a:hover {
      
}

#side-navcontainer ul ul .current {
      
}

#side-navcontainer ul ul .currentAncestor {
      
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
      
}

#side-navcontainer ul ul ul li {
      
}

#side-navcontainer ul ul ul a {
      padding-left: 30px;
      display: block;
}

#side-navcontainer ul ul ul a:hover {
      
}

#side-navcontainer ul ul ul .current {
      
}

#side-navcontainer ul ul ul .currentAncestor {
      
}

/* Child Level 3 */

#side-navcontainer ul ul ul {
      
}

#side-navcontainer ul ul ul ul li {
      
}

#side-navcontainer ul ul ul ul a {
      padding-left: 50px;
}

#side-navcontainer ul ul ul ul a:hover {
      
}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {
      
}

#side-navcontainer ul ul ul ul ul li {
      
}

#side-navcontainer ul ul ul ul ul a {
      padding-left: 70px;
}

#side-navcontainer ul ul ul ul ul a:hover {
      
}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {
      
}

#side-navcontainer ul ul ul ul ul ul li {
      
}

#side-navcontainer ul ul ul ul ul ul a {
      padding-left: 90px;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
      
}

/* @end */

/* @end */

/* @group Blog Archives */

.blog-archive-background { }       .blog-archive-entries-wrapper { }       .blog-archive-headings-wrapper { }       .blog-archive-month {
            background: url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      white-space: nowrap;
      font-weight: bold;
       }       .blog-archive-link {
      font-weight: bold;
}

/* @end */

/* @group Blog Classes */

/* @group Tag Cloud */
ul.blog-tag-cloud {
      margin: 20px 0 10px;
      padding: 0;
      text-align: justify;
}

ul.blog-tag-cloud li {
      display: inline;
      padding-right: 5px;
}

.blog-tag-size-1 {      
      font-size: 0.8em;
}

.blog-tag-size-2 {      
      font-size: 0.85em;
}

.blog-tag-size-3 {      
      font-size: 0.9em;
}

.blog-tag-size-4 {      
      font-size: 0.95em;
}

.blog-tag-size-5 {      
      font-size: 1em;
}

.blog-tag-size-6 {      
      font-size: 1.05em;
}

.blog-tag-size-7 {      
      font-size: 1.1em;
}

.blog-tag-size-8 {      
      font-size: 1.15em;
}

.blog-tag-size-9 {      
      font-size: 1.2em;
}

.blog-tag-size-10 {      
      font-size: 1.25em;
}

.blog-tag-size-11 {      
      font-size: 1.3em;
}

.blog-tag-size-12 {      
      font-size: 1.35em;
}

.blog-tag-size-13 {
      font-size: 1.4em;
}

.blog-tag-size-14 {      
      font-size: 1.45em;
}

.blog-tag-size-15 {
      font-size: 1.5em;
}

.blog-tag-size-16 {      
      font-size: 1.55em;
}

.blog-tag-size-17 {      
      font-size: 1.6em;
}

.blog-tag-size-18 {      
      font-size: 1.65em;
}

.blog-tag-size-19 {
      font-size: 1.7em;
}

.blog-tag-size-20 {      
      font-size: 1.75em;
}

.blog-entry-tags {
      font-size: 0.8em;
}

.blog-entry-tags a {
      background: url(images/tag.png) no-repeat left top;
      padding: 3px 0 3px 18px;
}

/* @end */

.blog-entry {
      margin: 0 0 20px;
}

.blog-entry-title {
      margin: 0;
      line-height: 40px;
}

.blog-entry-date {
      font-size: 11px;
      color: #a6a6a6;
      background: url(images/date.png) no-repeat 0 center;
      line-height: 15px;
      display: table;
      margin-bottom: 10px;
      text-indent: 17px;
      position: relative;
}

.blog-entry-summary {
      margin: 10px;
}

.blog-entry-body {
      padding: 10px;
}

.blog-entry-comments {
      margin-top: 20px;
      margin-bottom: 5px;

      font-weight: bold;
      position: relative;
      z-index: 2;
}

.blog-entry-category {

      line-height: 15px;
      background: url(images/cat.png) no-repeat 0 center;
      font-size: 11px;
      font-weight: bold;
      padding-left: 15px;
      margin-right: 4px;
}

*html .blog-entry-category {

      
      display: inline-block;
      padding-left: 0;
}

.blog-entry-permalink {
      line-height: 15px;
      background: #ffffff url(images/perma.png) no-repeat 0 center;
      font-weight: bold;
      padding-left: 15px;
}

*html .blog-entry-permalink {
      line-height: 15px;
      background: #ffffff url(images/perma.png) no-repeat 0 center;
      font-weight: bold;
      padding-left: 0;
      display: inline-block;
}

.blog-read-more {
      background: url(images/readmore.png) no-repeat;
      position: relative;
}

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
      display: block;
      clear: left;
      margin-top: 20px;
}

.blog-category-link-disabled {
line-height: 15px;
      background: #ffffff url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
      height: 15px;
      font-weight: bold;
}

.blog-category-link-enabled {
      background: url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      font-weight: bold;
}

*html .blog-category-link-enabled {
      background: url(images/cat.png) no-repeat 0 center;
      line-height: 15px;
      height: 15px;
      font-weight: bold;
      display: inline-block;
      padding-left: 15px;
}

/* Blog Archive Links */

#blog-archives {
      margin-right: 0;
      margin-left: 0;
      display: block;
      clear: left;
      margin-top: 10px;
}

.blog-archive-link-disabled {
      background: url(images/date.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      white-space: nowrap;
      clear: left;
      display: block;
      font-weight: bold;
}

.blog-archive-link-enabled {
      background: url(images/date.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      white-space: nowrap;
      font-weight: bold;
}

*html .blog-archive-link-enabled {
      background: url(images/date.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      white-space: nowrap;
      font-weight: bold;
      display: inline-block;
}

/* RSS Feed Links */

#blog-rss-feeds {
      display: block;
      clear: left;
      margin-top: 10px;
}

.blog-rss-link {
      font-weight: bold;
      background: url(images/rss.png) no-repeat 0 top;
      padding-left: 15px;
      height: 15px;
      line-height: 15px;
      display: inline-block;
}

*html .blog-rss-link {
      font-weight: bold;
      background: url(images/rsse.png) no-repeat 0 top;
      padding-left: 15px;
      height: 15px;
      line-height: 15px;
      display: inline-block;
}

.blog-comments-rss-link {
      font-weight: bold;
      padding-left: 15px;
      height: 15px;
      line-height: 15px;
      background: url(images/com.png) no-repeat 0 center;
      display: inline-block;
}
      
/* @end */

/* @group General Styles */

.imageStyle {
      padding: 5px;
      clear: both;
}

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

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

.blackquote {
      font-weight: bold;
      font-style: italic;
}

p {
      
}

b, strong {

}

code {
      padding: 5px;
      border: 1px solid #a2a2a2;
      background: #f1f1f1;
}

/* @end */

/* @group Contact Form Classes */

.message-text { }     .required-text {
      color: #f00;
}       .form-input-field {
      border: 1px solid #00031B;
}       .form-input-button { }

/* @end */

/* @group Filesharing */

.filesharing-description {
}       .filesharing-item {
      margin-top: 10px;
      margin-bottom: 10px;
      border: 1px solid #dedede;
      padding: 10px;
}

.filesharing-item:hover {
      margin-top: 10px;
      margin-bottom: 10px;
      border: 1px solid #dedede;
      padding: 10px;
      background-color: #dadada;
}       .filesharing-item-title {
      font-size: 14px;
} .filesharing-item-description { }

/* @end */

/* @group Photo Album Thumbnails */

.album-title {
}       .album-description {
      font-size: 12px;
}       .album-wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 90%;
      position: relative;
}       .thumbnail-wrap {
      float: left;
      position: relative;
      margin-right: 10px;

      margin-bottom: 50px;
      text-align: center;
}       .thumbnail-frame {
      position: absolute;

}       .thumbnail-frame img {
      border: 1px solid #cbcbcb;
      background-color: #f6f6f6;
      padding: 2.5px;
} .thumbnail-caption {
      display: block;
      height: 100px;
}

/* @end */

/* @group Photo Album Large */

.photo-background {
      text-align: center;
}       .photo-navigation {
      color: #fff;
}       .photo-title {
}       .photo-caption { }       .photo-links {
      color: #fff;
}       .photo-frame { }

/* @end */

/* @group Movie Album */

.movie-page-title {
}       .movie-page-description {
      font-size: 12px;
      margin-bottom: 20px;
}       .movie-thumbnail-frame {
      margin-bottom: 20px;
      float: left;
      margin-right: 5px;
      display: inline;
      text-align: center;
}

.movie-thumbnail-frame img {
      padding: 2.5px;
      border: 1px solid #cbcbcb;
      background-color: #f6f6f6;
}       .movie-thumbnail-caption {
      padding-top: 5px;
      padding-bottom: 10px;
}

/* @end */

/* @group Movie Album Pop Up Window */

.movie-background {
}       .movie-title {
      color: #fff;
}       .movie-frame { }

/* @end */

/* @group Quicktime Classes */

.movie-description {
      font-size: 12px;
}       .movie-frame { }

/* @end */

