/* Chameleon CSS for RW 3.6 */

/* @group General Styles */

img {
    border: none;
}

body {
  font-size: 13px;
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 10px;
  text-align: center;
  background: url(/media/images/bg.png) repeat;
}

a:link {
  color: #808080;
  text-decoration: underline;
}

a:visited {
  color: #808080;
  text-decoration: underline;
}

a:hover, a:active {
  color: #b3b3b3;
  text-decoration: none;
}

blockquote {
  font-size: 16px;
  color: #808080;
  padding: 7px 0;
}
/* @end */

/* @group Layout */

#top {
  height: 53px;
  width: 822px;
  background: no-repeat url(/media/images/top.png);
}

#shadows {
  width: 756px;
  height: 232px;
  background: url(/media/images/shadows.png) no-repeat;
  padding: 0;
  margin: 0;
}

#hdrcolor {
  width: 756px;
  height: 232px;
  background: url(/media/images/greendftgrad.png) repeat-x;
  padding: 0;
  margin: 0 0 0 32px;
}

#overlay1 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
}

#overlay3 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
  background: none no-repeat;
}

#overlay4 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
  background: none no-repeat;
}

#header {
  background: url(/media/images/header.png) no-repeat;
  width: 822px;
  height: 233px;
}

#contenttop {
  width: 822px;
  height: 36px;
  background: url(/media/images/contenttop.png) no-repeat;
  margin-top: 0;
  padding: 0;
}

#bottom {
  background: url(/media/images/bottom2.png);
  width: 822px;
  height: 77px;
  margin-top: 0;
  padding-top: 0;
  margin: 0;
}

.clearer {
  clear: both;
}

#container {
  width: 822px;
  text-align: left;
  background: repeat-y url(/media/images/middle.png);
  margin: 0 auto;
  padding: 0;
}

#pageHeader {
}

#pageHeader img {
}

#pageHeader h1 {
  font-size: 4em;
}

#pageHeader h2 {
  font-size: 1.2em;
  font-weight: normal;
}

#contentContainer {
  width: 822px;
  padding-top: 10px;
}

#contentContainer #content {
  margin-left: 0;
  padding: 0;
}

#sidebarContainer {
  margin-bottom: 0;
  float: right;
}

#sidebarwrapper {
  width: 192px;
  background: url(/media/images/sidemiddleleft.png) repeat-y;
}

#sidebartop {
  background: no-repeat url(/media/images/sidetopleft.png);
  height: 36px;
  width: 192px;
}

#sidehead {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}

#sidebarbottom {
  background: no-repeat url(/media/images/sidebottomleft.png);
  height: 36px;
  width: 192px;
}

#sidebarContainer #sidebar {
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 10px;
  padding-bottom: 0;
}

#footer {
  font-size: 0.9em;
  color: #666666;
  margin: 0;
  padding: 0;
  background: none transparent;
}

#footer p {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #cccccc;
  font-size: 9.5px;
  background: none transparent;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: none transparent;
}

#footer a:hover, #footer a:active {
  margin: 0;
  padding: 0;
  background: none transparent;
}

#plugs {
  color: #999999;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#plugs a {
  color: #999999;
  text-decoration: none;
}

#plugs a:hover {
  color: #666666;
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
  
/* @end */

/* @group Global Classes */

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

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

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}
  
/* @end */

/* @group Menu */

#navcontainer {
  font-size: 11px
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navcontainer li {

}

#navcontainer a {
  height: 20px;
  display: block;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}

#navcontainer a:hover {
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
  text-indent: 20px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
  text-indent: 40px;
}

#navcontainer ul ul ul a:hover{
}

/* Child Level 3 */
#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
  text-indent: 60px;
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
  text-indent: 100px;
}

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

/* @end */

/* @group Contact Form */
.message-text, fieldset .copy {
  color: #999999;
  font-size: 12px;
} 

.required-text {
  color: #4c4c4c;
  font-size: 9px;
  font-weight: bold;
} 

.form-input-field {
  width: 88%;
} 

.form-input-button {
  margin-bottom: 10px;
} 
/* @end */

/* @group Blog Archives */

.blog-archive-background {
  color: #000000;
  text-align: center; /* To Make Content Centered */
  font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  background: repeat url(/media/images/bg.png) transparent;
}

.blog-archive-headings-wrapper {
  text-align: left;
}

.blog-archive-entries-wrapper {
  font-size: 10px;
  line-height: 14px;
}

.blog-archive-month {
  color: #333333;
  font-weight: bold;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.blog-archive-link {
  color: #000000;
  font-size: 10px;
}
  
/* @end */

/* @group Blog */

.blog-entry {
  letter-spacing: -.5px;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
}

.blog-entry-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: -1.5px;
  line-height: 32px;
  padding-top: 5px;
  margin-top: 0;
}

.blog-entry-title a:link {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: -1.5px;
  line-height: 32px;
  text-decoration: none;
}

.blog-entry-title a:hover {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: -1.5px;
  line-height: 32px;
}

.blog-entry-date {
  margin-bottom: 13px;
  color: #b3b3b3;
  font-size: 10px;
  margin-top: 6px;
}

.blog-entry-body {
  font-size: 10px;
  line-height: 14px;
  padding-right: 12px;
}

.blog-entry-comments {
  text-align: right;
  font-size: 9px;
  color: #999999;
  margin-top: 11px;
}

.blog-entry-comments a {
  text-align: right;
  font-size: 9px;
  color: #999999;
}

.blog-entry-comments a:hover {
  text-align: right;
  text-decoration: underline;
  color: #808080;
}

.blog-entry-summary { }

.blog-read-more { }
  
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
  text-align: center;
  clear: both;
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  font-size: 10px;
  color: #cccccc;
}

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

#breadcrumbcontainer li {
  padding: 0px;
  display: inline;
  font-size: 10px;
}

#breadcrumbcontainer a {
  display: inline;
  font-size: 10px;
}

#breadcrumbcontainer a:hover {
  display: inline;
  font-size: 10px;
}

#bcsite {
  display: inline;
  color: #e6e6e6;
  font-weight: bold;
  font-size: 10px;
}
  
/* @end */

/* @group File Sharing */

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

.filesharing-item {
  margin-left: 10px;
}

.filesharing-item a {
  text-decoration: none;
}

.filesharing-item-title {
  font-size: 14px;
  padding-bottom: 2px;
}

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

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
  color: #999999;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1.5px;
}

.movie-page-description {
  margin-top: 5px;
  margin-bottom: 20px;
}

.movie-thumbnail-frame {
  float: left;
  display: inline;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
}

.movie-thumbnail-frame a {
  height: 30px;
  border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-frame:hover {
  border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-caption {
  text-align: center;
  color: #666666;
  font-size: 11px;
  margin-bottom: 5px;
}
  
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
  margin-top: 5px;
  background: url(/media/images/bg.png) repeat;
}

.movie-title {
  color: #999999;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
}

.movie-frame {
  text-align: center;
  margin-bottom: 10px;
}
  
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
  text-align: center;
}
  
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
  letter-spacing: 0;
  color: #999999;
  margin-left: 10px;
  height: 27px;
}

.album-description {
  margin-bottom: 60px;
  color: #999999;
  font-size: 12px;
  text-align: left;
  margin-left: 10px;
}

.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;
  background: #ffffff;
}

.photo-navigation {
  text-align: center;
  background: #ffffff url(/media/images/singlebox.png) no-repeat;
  font-size: 10px;
  margin: 0 auto;
  padding: 40px 10px 10px;
}

.photo-navigation a {
  text-align: left;
  font-size: 10px;
}

.photo-navigation a:hover {
}

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

.photo-links {
}

.photo-title {
  color: #999999;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  text-align: center;
}

.photo-caption {
  font-size: 11px;
  margin: 0px;
  color: #999999;
  text-align: center;
}

/* @end */
  
/* @end */

/* @group categories */

/* styles the archives in the blog sidebar */
#blog-archives {
  margin-bottom: 10px;
  font-size: 10px;
}

#blog-archives a {
  font-size: 10px;
  text-decoration: underline;
}

.blog-archive-link-enabled {
  background: no-repeat  left center;
}

.blog-archive-link-disabled {
  background: no-repeat  left center;
  color: #808080;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
  margin-bottom: 10px;
  font-size: 10px;
}

#blog-categories a {
  font-size: 10px;
  text-decoration: underline;
}

.blog-category-link-enabled {
  background: no-repeat;
}

.blog-category-link-disabled {
  background: no-repeat;
  color: #808080;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
  margin-bottom: 10px;
  font-size: 10px;
}

#blog-rss-feeds a {
  font-size: 10px;
  text-decoration: underline;
}

.blog-rss-link {
  font-size: 10px;
  background: no-repeat;
}

.blog-comments-rss-link {
  background: no-repeat;
  font-size: 10px;
  text-decoration: underline;
}
  
/* @end */

/* @group New Blog Styles */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
  margin: 14px 0 16px;
  padding: 0;
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
  list-style-type: none;
  margin: 0;
  display: inline;
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
  text-decoration: underline;
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}

/* tag size 1-20 styles */
.blog-tag-size-1 {
  font-size: 9px;
}

.blog-tag-size-2 {
  font-size: 10px;
}

.blog-tag-size-3 {
  font-size: 10px;
}

.blog-tag-size-4 {
  font-size: 11px;
}

.blog-tag-size-5 {
  font-size: 11px;
}
.blog-tag-size-6 {
  font-size: 12px;
}

.blog-tag-size-7 {
  font-size: 12px;
}

.blog-tag-size-8 {
  font-size: 13px;
}

.blog-tag-size-9 {
  font-size: 13px;
}

.blog-tag-size-10 {
  font-size: 14px;
}

.blog-tag-size-11 {
  font-size: 14px;
}

.blog-tag-size-12 {
  font-size: 15px;
}

.blog-tag-size-13 {
  font-size: 15px;
}

.blog-tag-size-14 {
  font-size: 16px;
}

.blog-tag-size-15 {
  font-size: 17px;
}

.blog-tag-size-16 {
  font-size: 17px;
}

.blog-tag-size-17 {
  font-size: 18px;
}

.blog-tag-size-18 {
  font-size: 19px;
}

.blog-tag-size-19 {
  font-size: 19px;
}

.blog-tag-size-20 {
  font-size: 21px;
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end *//* @group EXIF data */
/* Data wrapper */
.exif-data {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-pixel-x-dimension {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

/* @group Digg block styling */

.rss-items {
  padding-left: 15px;
  list-style-type: square;
}

h5 {
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #999;
}



/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
  text-align: left;
}

.blog-entry-comments-body-even {
  background-color: #eee;
  text-align: left;
  padding: 5px 8px;
}

.blog-entry-comments-body-odd {
  background-color: #fff;
  text-align: left;
  padding: 5px 8px;
}

/* @end */


/** site specific CSS **/
/* stock1.css */
#hdrcolor {
  width: 756px;
  height: 232px;
  background: url(/media/images/stock1.png) no-repeat;
}
/* overlay1none.css */
#overlay1 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
  background: none no-repeat;
}
/* overlay4none.css */
#overlay4 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
  background: none no-repeat;
}
/* overlay3none.css */
#overlay3 {
  width: 756px;
  height: 232px;
  padding: 0;
  margin: 0;
  background: none no-repeat;
}
/* title1.css */
#pageHeader h1 {
  margin: 0;
  padding-left: 30px;
  padding-top: 118px;
}

#pageHeader h2 {
  margin: 0;
  font-weight: normal;
  padding-left: 30px;
}
/* titleserif.css */
#pageHeader h1 {
  font-family: serif;
}
/* plain.css */
/* @group Blog */

.blog-entry {
  letter-spacing: -.5px;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
  padding-bottom: 30px;
}

.blog-entry-summary {
  padding-bottom: 30px;
}

.blog-entry-title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: -1.5px;
  padding-top: 5px;
  color: #999999;
}

.blog-entry-date {
  margin-bottom: 13px;
  color: #b3b3b3;
  font-size: 10px;
  margin-top: 6px;
}

.blog-entry-body {
  font-size: 10px;
  line-height: 14px;
  padding-right: 12px;
}

.blog-entry-comments {
  text-align: right;
  font-size: 9px;
  color: #999999;
  padding-top: 1px;
}
  
/* @end */

/* sharing1.css */
/*<group=File Sharing>*/

.filesharing-item {
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 8px;
}

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

.filesharing-item-title {
  font-size: 14px;
  padding-bottom: 2px;
}

.filesharing-item-description {
  margin-bottom: 0;
}

/*</group>*/

/* none.css */
/*<group=Photo Album>*/

.album-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
  letter-spacing: 0;
  color: #999999;
  margin-left: 10px;
  height: 27px;
}

.album-description {
  margin-bottom: 60px;
  color: #999999;
  font-size: 12px;
  text-align: left;
  margin-left: 10px;
}

.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;
}
  
/*</group>*/

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

.movie-page-title {
  color: #999999;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1.5px;
}

.movie-page-description {
  margin-top: 5px;
  margin-bottom: 20px;
}

.movie-thumbnail-frame {
  float: left;
  display: inline;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

.movie-thumbnail-frame a {
  height: 30px;
  border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-frame:hover {
  border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-caption {
  text-align: center;
  color: #666666;
  font-size: 11px;
  margin-bottom: 5px;
}
  
/*</group>*/

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

.photo-background {
  text-align: center;
  background: url(../../images/default/bg.png) repeat;
}

.photo-navigation {
  text-align: center;
  background: #e6e6e6;
  width: 475px;
  font-size: 10px;
  margin: 25px auto 20px;
  padding: 12px;
}

.photo-navigation a {
  text-align: left;
  font-size: 10px;
}

.photo-navigation a:hover {
}

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

.photo-links {
}

.photo-title {
  color: #999999;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  text-align: center;
}

.photo-caption {
  font-size: 11px;
  margin: 0px;
  color: #999999;
  text-align: center;
}

/*</group>*/

/* stocknone.css */
#hdrcolor {
  width: 756px;
  height: 232px;
}

/* colourtag-page0.css */
#navcontainer #current {
  color: #fafafa;
  background-color: #2D569E;
}

#navcontainer a:hover {
  color: #fafafa;
  background-color: #2D569E;
}

.blog-entry-title {
  color: #999999;
}

.blog-entry-title a:link {
  color: #999999;
}

.blog-entry-title a:hover {
  color: #5B5B5B;
}

#pageHeader h1 {
  color: #2D569E;
}

#pageHeader h2 {
  color: #2D569E;
}

/** sidebar on left **/
#contentContainer {
  background: repeat-y;
  margin-left: 240px;
  width: 510px;
}

#contentContainer #content {
  padding: 0;
  margin: 0;
  width: 510px;
}

#sidebarContainer {
  width: 192px;
  float: left;
  margin-bottom: 0;
}

#sidebarContainer #sidebar {
  margin-bottom: 0;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 10px;
  width: 150px;
}

#sidebarwrapper {
  width: 192px;
  background: url(../../images/sidebartab/sidemiddleleft.png) repeat-y;
}

#sidebartop {
  background: no-repeat url(../../images/sidebartab/sidetopleft.png);
  height: 36px;
  width: 192px;
}

#sidebarbottom {
  background: no-repeat url(../../images/sidebartab/sidebottomleft.png);
  height: 36px;
  width: 192px;
}

#navcontainer {
  padding-left: 18px;
  margin-bottom: 24px;
  padding-right: 0;
}

/** BlueInk additions **/
h2.pagetitle{font-size: 17px; color: #2d569e; font-weight: bold}
h3.ddheader{font-size: 13px; color: #2d569e; font-weight: bold}
#content .item:after { content: none !important; }
.item.gallery ul{margin:0;padding:0}

/* form styles */
#content form label{clear:both}
#content form .required label{font-weight:bold}
#content form input, #content form textarea{width:100%}
#content form fieldset{border:none;padding:0}
#content form .fbutton input{width:auto}
