/* @group General Styles */

body {
	margin-top: 0px; 
	margin-left: 0px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p { 
}

b, strong {
      font-weight: bold;
      color: #092143;
}

a:link {
      color: #6699cc;
      text-decoration: none;
}

a:visited {
      color: #99ccff;
      text-decoration: none;
}

a:hover, a:active {
      color: #092143;
}
      
/* @end */

/* @group Layout */

#container {
      background: #ffffff; /* This Is The BG Color Of The Main Div */
      width: 450px; /* Right And Left /* Hack To Keep IE5 Windows Happy */
      color: #3e3e3e;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      letter-spacing: 0px;
      word-spacing: 1px;
      line-height: 1.5em;      
      margin-left: 0px;
      margin-top: 0px;
}


#contentContainer {
      width: 450px;
      float: left;
      text-align: left;
      padding-top: 0px;      
      margin-left: 0px;
}

#contentContainer #content {
      width: 446px;
}

/* @end */

/* @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;
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
      padding-top: 0px;
      width: 189px;
      line-height: 14px;
      color: #ffffff;
      background: #4b6691;
      font-size: 14px;
}

#navcontainer li a.active {
      
      color: #ffffff;
      font-weight: bold;
      background: #2d4058 url(images/wheel_16x16.gif) no-repeat 10px center;
      padding-left: 32px;
}

#navcontainer ul ul li a.active {
      background: #2d4058 url(images/wheel_16x16.gif) no-repeat 20px center;
      padding-left: 40px;
}

/* Parent - Level 0 */

#navcontainer ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
}



#navcontainer ul li {
      border-bottom: 1px solid #ffffff;

}

#navcontainer ul * li {
      border-width: 0;
}

#navcontainer a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 10px;
}

#navcontainer a:hover {
      color: #ffffff;
      background: #839cb8;
}

/* Child - Level 1 */

#navcontainer ul ul {
      padding: 0px;
      margin: 0px;
      font-size: smaller;
}

#navcontainer ul ul li { 
      border-bottom: 0px;
}



#navcontainer ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 40px;
      height: 15px;
}#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
      color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
      color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
      padding: 0px;
      margin: 0px 0px 0px 15px;
      color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
      background: transparent;
}
      
/* @end */

/* @group Global Classes */

.standout {
      font-style: italic;
      background: ##0099cc;
      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;
      padding: 0px;
}

h2 {
      color: #4d5b7a;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 3px;
      padding: 0px;
}

h3 {
      color: #668dc4;
      font-size: 14px;
      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 {
}

.image-left {
      float: left;
      margin-right: 6px;
      margin-bottom: 6px;
}

.image-right {
      float: right;
      margin-left: 6px;
      margin-bottom: 6px;
}
      
/* @end */

/* @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 {
}

.thumbnail-caption {
      margin-top: -2px;
}

.album-description {
      margin-bottom: 60px;
}

.album-wrapper {
      display: block;
      width: 99%;
      position: relative;
}

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 60px;
      margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
      margin: 0;
      padding: 0;
      height: 35px;
      display: block;
}
      
/* @end */

/* @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;
}

/* @end */
      
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-month {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

.blog-archive-link { 
}
      
/* @end */

.blog-entry {
}

.blog-entry-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

.blog-entry-date {
      margin-bottom: 10px;
      margin-top: 5px;
}

.blog-entry-body {
      margin-bottom: 45px;
}
      
/* @end */

/* @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;
}

/* @end */

/* @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;
}
      
/* @end */

/* @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;
}

.movie-thumbnail-caption {
      text-align: center;
      color: #333333;
      margin-bottom: 5px;
}
      
/* @end */

/* @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;
}
      
/* @end */


/* @end */

