/* =============================================================================
 STYLES APPLIED TO THE BODY  
 =============================================================================*/
body {
 margin: 0; 
 padding: 0; 
 text-align: center; 
 background: #EBD9A6 url(/images/backgrounds/body_bg.gif) repeat-x;
 color: #000;
 }

/*==============================================================================
 PAGE LAYOUT 
===============================================================================*/   
/****** outer layout (borders) ***** */
#main_wrapper {
  width: 85%; 
  max-width: 1025px;
  min-width: 800px; 
  margin: 7px auto; 
  text-align: left;
  color: #000;
}

#outer_wrapper {
  clear: both;
  width: 100%;
   border-left: 1px solid #000;
}

#inner_wrapper {
 border-right: 1px solid #000;
 margin: 0px;
}

#content_wrapper {
 text-align: left;
 line-height: 160%;
 font: 73% Arial, Verdana, sans-serif;
 margin: 0px;
 background: #fff;
 border: 5px solid #fff;
 color: #663300;
 }
 
html>body #outer_wrapper {
 background: url(/images/backgrounds/body_left.png) repeat-y 0 0;
 border-left: none;
}

html>body #inner_wrapper{
 background:  url(/images/backgrounds/body_right.png) repeat-y right top;
 margin: 0px;
 border-right: none;
 position: relative; /* IE 7, to fix the issue that the background images sometimes disappears from sight on IE n7 */
}

html>body #content_wrapper {
 margin: 0px 8px;
}
 
#top_left_shadow{
 border-top: 1px solid #000;
}

html>body #top_left_shadow {
 background: url(/images/backgrounds/top_left.png) no-repeat 0 0; 
 width: 100%;
 border-top: none;
}

html>body #top_right_shadow {
 height: 8px;
 background: url(/images/backgrounds/top_right.gif) no-repeat right bottom; 
}

#bottom_left_shadow {
 border-bottom: 1px solid #000;
}

html>body #bottom_left_shadow {
 background:  url(/images/backgrounds/bottom_left.png) no-repeat 0 0;
 width: 100%;
 margin: 0;
 border-bottom: none;
}

html>body #bottom_right_shadow{
 background:  url(/images/backgrounds/bottom_right.gif) no-repeat right bottom;
 height: 8px;
 padding:0px;
 margin: 0;
 border-bottom: none;
}

/*********** inner layout ***************/
#home {
 width: 76.5%; /*IE 6 and below */
 float: right;
 text-align: left;
 background: url(/images/backgrounds/home_right_two_cols.jpg) repeat-y 100% 100%;
}
 
#home #home_primary_content_wrapper {
 width: 64%;
 float: left;
/* background: #fff; */
 padding: 10px 5px 10px 20px;
 margin: 5px;
}

#home #home_sidebar_content_wrapper_b {
 width: 23%;
 /*padding: 10px 5px;*/
 float: right;
 /*
 background: #FCF7E6;
 border-left: 1px solid #C8C1B2;
 */
 margin: 5px 0 0 5px;
 min-width: 155px;
 color: #663300;
 /*padding: 0 7px;*/
}

#home #home_sidebar_content_wrapper_b .inner {
padding: 0 7px;
}
#home .home_right_two_cols {border-top: 3px solid #fff;}

#sidebar_content_wrapper_a {
 width: 22.5%;
 float: left;
 background: #CC9900;
 min-width: 170px;
}

html>body #sidebar_content_wrapper_a {
  width: 23%; /* all browsers except IE 5 & IE 5.5 */
}

html>body #home {
  width: 77%; /* all browsers except IE 5 & IE 5.5 */
}

html>body #home #home_primary_content_wrapper {
  width: 66%; /* all browsers except IE 5 & IE 5.5 */
}

html>body #home #home_sidebar_content_wrapper_b {
  width: 23%; /* all browsers except IE 5 & IE 5.5 */
}

#two_cols {
 width: 76.5%; /*IE 6 and below */
 float: right;
 text-align: left;
 background: #fff;
 margin: 0;
 padding: 0;
}

html>body #two_cols {
  width: 77%; /* all browsers except IE 5 & IE 5.5 */
}

#two_cols #primary_content_wrapper {
 width: 64%;
 float: left;
 background: #fff;
 padding: 10px 5px 10px 20px;
 margin: 0px 5px 0px 5px;
}

html>body #two_cols #primary_content_wrapper {
  width: 66%; /* all browsers except IE 5 & IE 5.5 */
}

#two_cols #no_sidebar_content_wrapper_b {
 width: 96%;
 margin-left: 20px;
 padding-bottom: 15px;
}


#two_cols #sidebar_content_wrapper_b {
 width: 23%;
 /*padding: 10px 5px;*/
 float: right;
 background: #FCF7E6;
 border-left: 1px solid #C8C1B2;
 margin: 0 0 0 5px;
 min-width: 155px;
 color: #663300;
 font-size: .98em;
 /*padding: 35px 7px 5px 7px;*/
}
#two_cols #sidebar_content_wrapper_b .inner {
padding: 15px 7px 5px 7px;
}

html>body #two_cols #sidebar_content_wrapper_b {
  width: 23%; /* all browsers except IE 5 & IE 5.5 */
}

/* =============================================================================
  (TOP) UTILITIES AND LOGO 
 =============================================================================*/

#header {
 width: 100%;
 background: #1E3E5D
}

#header #logo {
 /*width: 23.5%;
 min-width: 180px;*/
 float: left;
 /*background: #1E3E5D url(/images/misc/logo_quest.jpg) no-repeat 0 0;*/
 /*height: 55px;*/
 margin-right: 0px;
}

#utilities {
 color: #fff;
 background: #1E3E5D;
 float: right;
 text-align: center;
 width: 76.5%;
 margin: 0px;
 padding: 0px;
}

#utilities ul {
  /*background: url(/images/backgrounds/utilities_divider.gif) no-repeat 0% 50%;*/
  margin: 20px 0px 20px 0;
  text-align: center;
   padding-left: 5px;
   margin-left: 20px;
  /*list-style: none;*/
}

#utilities ul li { 
  display: inline;
}

#utilities ul li a {
  color: #fff;
  text-decoration: none; 
  background: url(/images/backgrounds/utilities_divider.gif) no-repeat 100% 50%;
  padding: 0 14px 0 9px; 
}

#utilities ul li.first a{
background: url(/images/backgrounds/utilities_divider.gif) no-repeat 0% 50%;
}

#utilities ul li a:hover {
 color: #FFE087;
}

#utilities ul li.current a {
 color: #FFE087;
 font-weight: bold;
}

html>body #utilities{
 width: 76.5%
}

html>body #header #logo{
 width: 23.5%;
}

/* =============================================================================
   HOME FORMATTING HOME BRANDING AREA
 =============================================================================*/

#billBoard {
  float: left;
  width: 100%;
   height: 177px;
  padding: 0;
  margin: 0 0 2px 0;
  background: url(/images/home/placeholder.jpg) no-repeat top left;
  /*overflow: hidden;*/
}
 
#home #bill_board_holder {
  border: 1px solid #E8E3D4;
   margin-left: 5px;
   height: 170px;
   background: #FDF9EB;
}

#home #bill_board {
  width: 100%;
  float: right;
   height: 170px;
  background: url(/images/home/placeholder_no_tagline.jpg) no-repeat bottom right;
  /*overflow: hidden;*/
}
#home #bill_board #tagline {
 background: url(/images/home/tagline.gif) no-repeat top left;
 /*width: 500px;*/
 height: 170px;
}

.home_message {
 background: url(/images/home/q_arrow.gif) no-repeat top left;
 padding: 20px 0px 30px 60px;
 font-weight: bold;
 color: #990000;
 font-size: 1.2em;
 line-height: 120%;
 border-bottom: 1px dotted #C8C1B2;
 margin-bottom: 20px;
}

html>body #home #bill_board #tagline {
  background: url(/images/home/tagline.png) no-repeat top left; /* all browsers except IE 6 and below */
}


/*==============================================================================
       NAVIGATIONS (GLOBAL AND FOOTER)
/=============================================================================*/ 
/*** main nav ***/
/****************/

#main_nav {
 margin: 0;
 width: 100%;
 border-top: 1px solid #DB4D4D;
 background: #990000;
 color:#fff;
 margin-bottom: 3px;
 float: left;
 clear: both;
 text-align: left;
}

#main_nav {width:99%;  voice-family: "\"}\""; voice-family:inherit; width: 100%}
html>body #main_nav{width: 100%; }

#main_nav ul {
  margin: 0;
   list-style:none;
   padding: 0px 0 0 0;
}

#main_nav ul a {
  display: block;
   color:#fff;
   /*padding: 5px 10px 15px 1px;*/
  margin: 0;
   background: url(/images/backgrounds/main_nav_bg.gif) no-repeat 0% 50%;
 }
  
#main_nav ul a:hover {
 background: url(/images/backgrounds/main_nav_bg_over.gif) no-repeat 0% 50%;
}

#main_nav ul li {
  /*display: inline;*/
   color: #fff;
   float: left; /* otherwise there are gaps between each nav item */
   padding: 0px;
   margin: 0px;
   background: #990000 url(/images/backgrounds/main_nav_divider.gif) no-repeat 100% 50%;
   padding-right: 1px; /* so that the divider can be displayed */
}

#main_nav ul li a{
 /*display: inline;  remove this otherwide the dropdown menus will be shifted to the right of the nav on IE*/
  margin: 0px 0 0 0;
  color: #fff;
  padding: 0px;
   text-decoration: none;
   padding: 3px 17px 4px 20px;
   font-weight: bold;
}

#main_nav ul li.current a {
 background: url(/images/backgrounds/main_nav_bg_over.gif) no-repeat 0% 50%;
}

#main_nav ul li.current ul li a {
 background: #CC0000;
 bakcground-image: none;
}

/*************** dropdown menu *************/
/******************************************/
#main_nav ul li ul{ 
  display: block;
   position: absolute;
   left: -999em;
   width: 200px;
   border-bottom: 1px solid #fff;
   z-index: 100;
   overflow: hidden;
   margin: 0px 0px 0px 0px;
   padding: 0;
   float: none;
   /*filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;*/
}

#main_nav ul li ul li {
   float: none;
      display: block;
      padding: 0;
   margin: 0!important;
}

#main_nav ul li:hover ul, #main_nav li.sfhover ul { /* lists nested under hovered list items */
   left: auto;
   padding: 0px;
}

#main_nav ul li ul li {
      background: none;
   padding: 0;
   margin: 0;
       /*width: 100%;remove it so that it won't have a gap between each list item on IE 7 */
     display: inline; /* add this so that it won't have a gap between each list item on IE 6 */
}

#main_nav ul li ul li a {
    font-weight: normal;
   background: #CC0000;
      padding: 4px 10px 4px 20px;
      border-top: 1px solid #fff;
      color: #fff;
      margin-bottom: 0!important;
      display: block;
      background-image: none; /* so that the background image won't display on Safari */
}

#main_nav ul li ul a:hover {
 color: #000;
 background: #EABE3F;
 background-image: none; /* so that the background image won't display on Safari */
}

#main_nav ul li.current ul li a:hover {
 background: #EABE3F;
 background-image: none;
}

/*************** sub nav  **************** */
/***************************************** */
#sidebar_content_wrapper_a #sub_nav  {
 background: #FAEFCE;
 border: 1px solid #C9C4B3;
 margin: 5px;
 padding: 5px;
 padding-bottom: 10px;
}

#sub_nav h3.sub_title {
 color: #990000;
 margin: 2px 2px 2px 7px;
 font-size: 1.2em;
}

#sub_nav h3.sub_title_gallery{
 color: #990000;
 margin: 2px 2px 2px 7px;
 padding-left: 30px;
 font-size: 1.2em;
 background: url(/images/backgrounds/small_camera.gif) no-repeat 0% 0%;
}
#sub_nav h3.sub_title_gallery a{
  color: #990000;
   text-decoration: none;  
}
#sub_nav h3.sub_title_gallery a:hover {
 color: #E00504;
}

#sub_nav ul {
 list-style: none;
 background: #FFE087;
 border-bottom: 1px dotted #CC6600;
 margin: 6px 4px 15px 4px;
 padding: 0;
}

#sub_nav ul li {
  display: inline; /* so that IE 6 display properly on each list item */
}

#sub_nav ul li a {
  display: block;
   background: #FFE087 url(/images/backgrounds/arrow_red.gif) no-repeat 3% 8px;
  padding: 4px 3px 4px 18px;
  border-top: 1px dotted #CC6600;
  color: #990000;
  font-weight: bold;
   margin-left: 0;
   text-decoration: none;
}

#sub_nav ul li ul {
  margin: 0;
   padding: 0;
}

#sub_nav ul li a:hover, #sub_nav ul li.current a {
 background: #EABE3F url(/images/backgrounds/arrow_red.gif) no-repeat 3% 8px;
 color: #990000;
}

#sub_nav ul li.current ul {
 border: none;
}

#sub_nav ul li.current ul li a {
  border: none;
   border-top: 1px dotted #CC6600;
  padding: 3px 0 3px 30px; 
  background: #FAEBBF url(/images/backgrounds/arrow_red.gif) no-repeat 8% 8px;
  display: block;
   color: #CC0000;
  font-size: .95em;
}

#sub_nav ul li.current ul li a:hover, #sub ul li.current ul li.current a{
 background: #DF0D0D url(/images/backgrounds/arrow_yellow.gif) no-repeat 8% 8px;
 color: #fff;
 border-top: 1px dotted #FAEFCE;
}

/************** footer nav ****************/
/******************************************/

#footer {
 background: #fff;
 padding: 0;
 font-size: .90em;
 margin: 5px 0 0 0;
 width: 100%;
}

#footer #copyright {
 width: 23%;
 float: left; 
 background: #1E3E5D;
 color: #fff;
 text-align: center;
 font-weight: bold;
 height: 55px;
}

#footer #copyright div {
 padding: 12px 20px;
}

#footer ul {
 float: right;
 width: 76.7%;
 margin: 0;
 padding: 20px 0px 21px 0px;
 background: #990000;
 text-align: center;
 }
 
#footer ul li {
  display: inline;
  color: #3366CC;
}

#footer ul li a {
  color: #3366CC;
  background: url(/images/backgrounds/footer_nav_divider.gif) no-repeat 100% 50%;
  padding: 0px 10px 0px 7px;
   text-decoration: none;
   font-weight: bold;
   color: #fff;
}
#footer ul li a:hover {
  color:#EFC447;
}

#footer ul li.current a {
 font-weight: bold;
 color:#EFC447;
}

html>body #footer #copyright{
 width: 23%;
} 

html>body #footer ul{
 width: 76.5%;
}

/* =============================================================================
  CONTENT FORMATTING
 =============================================================================*/

#sidebar_content_wrapper_a .sidebar_box {
 background: #FAEFCE;
 border: 1px solid #C9C4B3;
 margin: 5px;
 padding: 5px;
 padding-bottom: 10px;
}

#sidebar_content_wrapper_a .sidebar_box a {
 color: #336699;
 text-decoration: none;
} 

#sidebar_content_wrapper_a .sidebar_box a:hover {
 color: #990000;
}
.sidebar_content {
 padding: 7px;
}

#sidebar_content_wrapper_a .sidebar_box .go a {
 color: #993300;
}

#sidebar_content_wrapper_a .sidebar_box .go a:hover {
 color: #CC6600;
}

#primary_content_wrapper h1.page_title, #no_sidebar_content_wrapper_b h1.page_title {
 color: #990000;
 font-size: 1.3em;
 margin: 0 0 15px 0px;
 padding: 5px 5px 5px 2px;
 border-bottom: 1px dotted #C8C1B2;
}
.clear {clear: both; font-size: 1px; height: 1px;}
.clear_fix {clear: both;}

.black {color: #000;}
.bld {font-weight: bold;}

.go {
 font-size: 1.2em;
 margin: 3px 0 5px 0;
 background: url(/images/backgrounds/link_arrow.gif) no-repeat 125% 100%;
 text-align: right;
 font-weight: bold;
}
.go a {color: #993300;
 text-decoration: none;
}

.go a:hover {color: #CC6600;
}

/*images */
.sidebar_box h2.star img {border: none;}

.sidebar_box img, #home_sidebar_content_wrapper_b img {
 border: 1px solid #C7C0B1;
 text-align: center;
}
.pic {text-align: center;}

#primary_content_wrapper img{
 margin: 5px;
 border: 1px solid #C8C1B2;
 float: right;
 text-align: center;
}

#sidebar_content_wrapper_b img {
 border: 1px solid #C8C1B2;
 text-align: center;
}
#sidebar_content_wrapper_b h2.star img {
 border: none!important;
}

#primary_content_wrapper .staff_photos img {float: none; text-align: left; margin: 5px 5px 5px 0;}
.staff_photos td {padding-bottom: 25px; vertical-align: top;}
.staff_anchor {
 padding: 3px;
 border: 1px solid #C8C1B2;
 background: #EFECE4;
 font-weight: bold;
 margin: 5px 0;
}

.staff_anchor a {color: #990000!important;}

/* list */
#home #home_sidebar_content_wrapper_b ul li, #home #home_sidebar_content_wrapper_b ul li a{
 list-style: none;
 font-weight: bold;
 color: #336699;
 margin-left: -30px;
 padding-left: 0px;
}

#home #home_sidebar_content_wrapper_b ul li a {
 margin-left: 0px;
 text-decoration: none;
}

#home #home_sidebar_content_wrapper_b ul li a:hover {
 color: #990000;
}

#sidebar_content_wrapper_b ul li{
list-style: none;
}

#sidebar_content_wrapper_b ul li a{
 font-weight: bold;
 color: #336699;
 margin-left: -30px;
 padding-left: 0px;
 text-decoration: none;
 line-height: 140%;
}

#sidebar_content_wrapper_b ul li a:hover {
 color: #990000;
}

#home #home_primary_content_wrapper ul li, #home #home_primary_content_wrapper ul li a {
 list-style: none;
 font-weight: bold;
 color: #336699;
 list-style-image: url('/images/misc/red_dot.gif');
 padding-left: 0px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 170%;
}

#two_cols #primary_content_wrapper ul li, #two_cols #primary_content_wrapper ul li a {
 list-style: none;
 font-weight: bold;
 font-size: .98em;
/* color: #336699;*/
 list-style-image: url(/images/misc/red_dot.gif);
 padding-left: 0px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 170%;
}

#two_cols #primary_content_wrapper ul li ul li ul li{
 list-style-image: none;
 list-style: disc;
}

#home #home_primary_content_wrapper ul li a:hover, #two_cols #primary_content_wrapper ul li a:hover {
 color: #990000;
}

#primary_content_wrapper a {
 color: #336699;
 font-weight: bold;
 text-decoration: none;
}

#primary_content_wrapper a:hover {
 color: #990000;
}

/************* headings **********************/
 h2.arrow {
 background: url(/images/backgrounds/arrow_circle.gif) no-repeat 0% 2px;
 padding: 5px 0 10px 30px;
 font: 1.3em Calisto MT, serif;
 color: #333;
 font-weight: bold;
 margin: 0px;
}

 h2.star {
 background: url(../images/backgrounds/small_star_circle.gif) no-repeat 0% 6px;
 padding: 5px 0 10px 28px;
 font: 1.1em Calisto MT, serif;
 color: #333;
 font-weight: bold;
 margin: 0px;
}

h2.house {
 background: url(/images/backgrounds/small_house_circle.gif) no-repeat 0% 5px;
 padding: 5px 0 10px 30px;
 font: 1.2em Calisto MT, serif;
 color: #990000;
 font-weight: bold;
 margin: 5px 0 0 0;
}

h2.quotes {
 background: url(/images/backgrounds/small_quotes.gif) no-repeat 0% 0%;
 padding: 0px 0 10px 30px;
 font: 1.2em Calisto MT, serif;
 color: #990000;
 font-weight: bold;
 margin: 5px 0 0 0;
}

h2.camera {
 background: url(/images/backgrounds/small_camera.gif) no-repeat 0% 0%;
 padding: 0px 0 10px 30px;
 font: 1.2em Calisto MT, serif;
 color: #990000;
 font-weight: bold;
 margin: 5px 0 0 0;
}

#sidebar_content_wrapper_b h2.star, #sidebar_content_wrapper_b h2.camera {
 margin-top: 18px;
}

#sidebar_content_wrapper_b .van_fire h2 {
 background: url(/images/backgrounds/red_q.gif) no-repeat 0% 0%;
 padding: 2px 0 10px 30px;
 font: 1.2em Calisto MT, serif;
 color: #990000;
 font-weight: bold;
 margin: 15px 0 0 0;
}

#sidebar_content_wrapper_b .van_fire a {
 color: #336699;
 font-weight: bold;
 text-decoration: none;
 }

#sidebar_content_wrapper_b .van_fire a:hover {
color: #990000;
}
 
.red_bold {
 color: #BF2B18;
 font-weight: bold;
}

.flyer img {border: 1px solid #eee;}
.dotted {border-bottom: 1px dotted #eee;}

.anchor_links{
 margin-bottom: 10px;
}

.anchor_links a{
 display: block;
 padding-bottom: 5px;
 }

.anchor_link_title{
 border: 1px dotted #ccc;
 background: #FAEFCE;
 color: #BF2B18;
 padding: 3px 10px;
 margin-top: 15px;
 margin-bottom: 2px;
}
.anchor_link_title a{
 color: #9A0D08!important;
}

.back_top {
 margin-top: 20px;
 text-align: right;
 background: url(/images/misc/top.gif) no-repeat right bottom;
 font-size: 10px;
 padding-right: 15px;
 padding-bottom: 4px;
 padding-top: 6px;
}

/**** form ******/
.bold_field {text-align: right; font-weight: bold; font-size: .98em;}
.asterisk {font-weight: bold; color: #990000;}
.submit { background: #990000; color: #FAEFCE; font-size: .98em; font-weight: bold; border: #FAEFCE;}
#message {font-size: 1.3em; color: #990000; font-weight: bold;}

/**** photo gallery ****/
.album {
 float: left;
 width: 48%;
 margin: 0 7px 14px 7px;
}

.album{width: 45%; voice-family: "\"}\""; voice-family:inherit; width: 46%;}
html>body .album {width: 47%;}

.album .album {margin-right: 0px;}

.album_title {
 /*background: #E1DBC8;*/
 background: #fff;
}
.album_title h1 {
 background: #E2D4A8;
 margin: 0;
 padding: 2px 5px 2px 10px;
 color: #9A1D1C;
 font-size: 1.2em;
 border: 1px solid #ccc;
 border-bottom: none;
}

.album_title h1 a {
 color: #9A1D1C;
 text-decoration: none;
}

.album_box {
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#F8F0D9;
 padding:15px 10px 0 10px;
 margin: 0;
 line-height: 120%;
 clear: both;
}
.album_box img {
  float: left;
  border: 2px solid #A39A8A;
   display: block;
   width: 45%;
   margin-right: 10px;
}
.album_box .description {
 float: right;
 width: 49%;
}
.album_box .date, .album_box .img_number {
 font-style: oblique;
 color: #828282;
 margin: 5px 0;
 text-align: left!important;
}
.album_box_bottom_left {
 background:#F8F0D9;
}
.album_box_bottom_right {
 background:#F8F0D9;
 height: 18px;
 border: 1px solid #ccc;
 border-top: none;
}

/* photo page */
#title_bar {float: left; width: 100%;border-bottom: 1px solid #A5A097; margin: 0 0 15px 0;}
h1.album_name {
 float: left;
 color: #666; 
 font-size: 1.4em; 
 padding: 0px 0 3px 0; 
 margin: 0;
}

.image_number {float: right; text-align: right; margin: 0px; font-weight: bold;  color: #921010; font-size: 1.2em; padding: 0px; padding-right: 5px;}

.photo {
 float: left;
 width: 32%;
 background: transparent;
 margin: 0 0px 15px 1px;/* resolution 800 */
}

.photo{width: 33%; voice-family: "\"}\""; voice-family:inherit; width: 33%;}
html>body .photo {width: 33%;}

.photo_tab_top_left {
 background: #F8EACD;
 height: 5px;
}

.photo_tab_top_right {
 background: #F8EACD;
 height: 5px;
 border: 1px solid #D2CDBC;
 border-bottom: none;
 }

.photo_tab_bottom_left {
 background: #F8EACD;
 height: 5px;
}

.photo_tab_bottom_right {
 background: #F8EACD;
 height: 5px;
 margin: 0;
 border: 1px solid #D2CDBC;
 border-top:none;
 }

.photo_holder {width:168px; }
.photo_box {
 background: #F8EACD;
 border-right: 1px solid #D2CDBC;
 border-left: 1px solid #D2CDBC;
 /*width: 175px;
 padding: 2px 6px 0px 7px;*/
 padding: 2px 5px;
 clear: both;
 margin: 0;
}

.photo_box img {
 border: 2px solid #A39A8A;
}

.photo_box .caption {margin: 3px 0; display: block;}
.photo_box .date {
 margin: 0px 0; 
 color: #8F8470; 
 font-style: oblique; 
 font-size: .95em;
 display: inline;
}
.photo_box p.date {margin: 2px 0;}
.paging {margin: 5px; word-spacing: 10px; padding:8px 0;  background: #FCF7EB; border-top: 1px dotted #CAC3B8; color: #000; font-weight: bold;}
.paging a {color: #336699;}
.paging a:hover {color: #921010;}
select#album_list {color: #990000; background: #FAF4E3; margin: 5px 0; width: 144px; margin-left: 5px; font-size: 11px; border: 1px solid #DED7CB;}
select#album_list option {padding: 2px; width: 140px;font-size: 11px;}

/*video */
.video_box {
 border: solid 1px #C8C1B2;
 background: #F2F2CC;
 padding: 15px 0;
 }

.video_message {margin: 15px; padding: 10px 0 0 0; text-align: left; }
.video_message img {float: none!important; margin: 10px auto; align: center;}
.video_problems {border-top: 1px dotted #C8C1B2; margin: 10px 0; font-weight: bold; padding-top: 10px;}

/*home press release  */
.press_release {
 background: #fcf4d2;
 border: 1px dotted #990000;
 color: #ba0303;
 padding: 10px;
 text-align: center;
 margin-bottom: 15px;
}

.press_release a {
 color: #336699;
 font-weight: bold;
}

.press_release .headline {
 font-size: 1.3em;
 color: #ba0303;
 font-weight: bold;
}

 /* print */
  .header_print {
 display: none;
 }