/*
 Global Style Sheet - Used of all pages on the site
*/
body {
	background:#e3f4fc url(/images/body_bg2.gif) 50% 0% repeat-y;
	margin:0px;
	padding:0px;
	font-size:10pt;
	text-align:center;
	color:#333;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:728;
	
}
/*safari mac fix */
embed.safari {margin-bottom:-2px}

a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
	text-align: left;
}

hr {
	display:none;
	
}

img {
	vertical-align:bottom;
	margin-bottom: 5px;
}

p {
	line-height:1.4em;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
ul {
 margin:0px;
 padding:0 0 0 1.5em;
}

.content-container {
	background:#fff url(/images/none.gif) left top;
	border:10px solid #fff;
	border-bottom:none;
	font-size:0.85em;
	margin-left:auto;
	margin-right:auto;
	margin-top:-33px;
	text-align:center;
	width:724px;
}

.content-container-top {
 border:1px solid #fff;
 padding-bottom:31px;
 background:#fff;
 text-align:center;
}
.content-container-top .content-container {
 margin-top:0px;
 border:0px;
 padding:0px;
}
.content-container-top .left {
 float:left;
 display:inline;
}
.content-container-top img.logo {
 display:inline-block;
 padding-right:16px;
 border-right:1px dotted #B6B0A8;
}
.content-container-bottom {
 border:0px solid #fff;
 padding-bottom:105px;
 background:none;
 clear:both;
}
.bai {
 margin:0px;
 padding:0px;
 }
.microfiche {
	/* implied font size */
 font-size:0.9em;
}
#header {
 /* top graphic/logo area */
 text-align:left;
 height:72px;
 margin-top:16px;
}
#header a {
	color:#333;
}
#header a img {
	border:none;
}
#header .middle {
	display:block;
	padding-top:5px;
	width: 520px;
	padding-bottom: 13px;
	padding-left: 5px;
}
#header div.clear {
 background-color:transparent;
}
#header .border-left {
	margin-left:2px;
	border-left:1px dotted #ccc;
}
#header span.about {
	display:inline-block;
	padding-left:16px;
	color:#333;
	width:350px;
	w\idth:366px;
}
#header span.about a {
	color:#333;
	font-weight:bold;
}
#section-header {
 border-top:10px solid white;
 padding-top:13px;
}
#breadcrumb {
	border-bottom:1px solid #ccc;
	background-repeat:repeat-x;
	color:#333;
	text-align:left;
	width:728px;
	height:2em;
}
.breadcrumb {
	position:relative;
	top:0.5em;
	left:36px;
}
.breadcrumb a {
	color:#333;
	font-weight:normal;
}
.breadcrumb a:hover {
	color:#333;
	text-decoration:none;
}

.content-top,
.content-bottom {
	float:left;
	display:inline;
	text-align:center;
	width:728px;
	w\idth:714px;
	vertical-align: middle;
}
.content-top {
	background:#cfe8f5;
}
.content-bottom {
	background:#88c6e7;
}
div.bai {
	/* BAI within content area (ie. selected case study.) */
 padding:0px;
	width:724px;
	left: 352px;
	top: 230px;
}
/* default definitions for .left and .right-col under .content-top.default and .content-bottom.default */
.left-col,
.right-col {
 text-align:left;
}
/* two column */
.left-col {
  float:left;
  display:inline; /* avoid IE float bug */
}
.left-col.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
}
.right-col {
	margin-left:200px;
	padding-left:15px;
}

 div.narrow .left-col {
	width:178px;
	w\idth:175px;
	padding-left: 0px;
	padding-right: 18px;
 }
 div.narrow .left-col .submenu {
  width:150px;
  font-size:0.9em;
 }
 div.narrow .left-col .submenu a {
  width:150px;
  w\idth:130px;
 }
 .submenu a:hover {
  text-decoration:none;
 }
 div.narrow .right-col {
	float:left;
	display:inline;
	text-align:left;
	width:530px;
	w\idth:500px; /* 500 with margin as above */
	margin:0px;
 }
 div.narrow .left-col.empty {
	background-image:url(/images/none.gif);
 }
 .right-col.border {
  border-right:1px dotted #333;
 }
.noborder {
	/* applied on either left or right */
 border:none;
	border-top: none;
}
.nospacing {
 padding-top:0px;
 padding-bottom:5px;
}
* html .nospacing {
 padding-top:8px;
}
.slim {
	/* header for use wrapped around images */
 margin:0px;
	top: 92px;
	left: 352px;
}
div.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	background-color:#88c6e7;
	width: 724px;
}
/* "clear" content fixes */
.content-top div.clear {
	background-color:#cfe8f5;
	border: 1px dotted #333;
	width: 495px;
}
.content-bottom div.clear {
	background-color:#88c6ef;
	width: 500px;
}
/* left column quotes */
blockquote {
	margin-top: 10px;
	text-align: center;
	line-height: 1.5em;
	width: 150px;
	
}
blockquote p {
	line-height: 1.5em;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
blockquote div {
 margin-top:-0.5em;
 font-weight:normal;
}
blockquote div p {
 line-height:1em;
 padding-right:0.5em;
 text-align:right;
 margin:2px 0px 0px 0px;
}
.normal {
 font-weight:normal !important;
}
/* top + bottom container separator shadow */
div.separator {
	float:left;
	display:inline;
	width:724px;
	height:7px;
	margin:0px;
	padding:0px;
	line-height:7px;
	font-size:0px;
	background-image: url(../images/separator_bg.gif);
	background-repeat: repeat-x;
}
/* generic headers */
h1, h2, h3, h4, h5, h6 {
	/* initial common size */
 font-size:1.1em;
	font-weight:bold;
}
h2 {
	font-size:1.15em;
	margin:0px 0px 15px 0px;
	color:#ffffff;
	padding-left: 5px;
	padding-top: 5px;
}
h2.landing {
  padding:0px;
  margin:0px 0px 0px 0px;
}
h2.landing a:hover{
	text-decoration:underline;
}
h2 a {
	/* "plus sign" header style */
 padding-left:10px;
	background-repeat:no-repeat;
	background-position:0% 50%;
}
h2 a:hover {
	color:#333;
}
h4 {
 line-height:normal;
 margin-bottom:5px;
 padding-bottom:0px;
}
.listIndent {
 padding-left:10px;
 padding-bottom:2px;
}
.description {
  /* may be too global. */
  margin:0px 0px 15px 10px;
  padding:0px;
}
/* left-side nav with block links and "active" (selected) states */
.submenu {
 display:block;
 text-align:left;
 border-bottom:1px solid #999;
 font-weight:bold;
 width:200px;
}
.submenu.active {
 background-color:#F7F6F2;
}
.submenu a,
.submenu span.item {
 color:#534F4F;
 display:block;
 padding-left:20px;
 padding-top:8px;
 padding-bottom:4px;
}
.submenu a:hover {
 color:#000;
 background-color:#FDFCF8;
}
.submenu div.divider {
 background:transparent;
 display:block;
 height:1px;
 line-height:1px;
 font-size:1px;
}
.submenu.active div.divider {
	background:#f3f9fc;
}
.submenu span.description {
 font-weight:normal;
 text-align:left;
 margin:0px;
}
div.feature-item {
	color:#333;
	text-align: center;
	margin-bottom: 25px;
	margin-left: 6px;
	margin-top: 10px;
}
div.feature-item img {
	border:none;
	text-align: center;
	padding-left: 5px;
}
div.left-col div.feature-item div.description {
 clear:both;
 margin:0px;
 line-height:1.3em;
}
div.right-col div.feature-item div.description {
 width:280px;
 float:left;
 display:inline;
 clear:none;
 padding-left:10px;
}
div.left-col div.feature-item {
	margin-left:0px;
	width: 180px;
}
div.feature-item div.description a {
 color:#666;
}
div.feature-item div.description a:hover {
 color:#333;
}
div.feature-item div.shadow {
 background:transparent url(/images/common_feature_item_shade.gif) 0px 57px repeat-x;
 float:left;
 display:inline;
 font-size:1px;
 line-height:1px;
 font-weight:bold;
 margin-bottom:24px;
 height:67px;
}
.left-col div.feature-item div.shadow {
 /* no margin in left column, as text underneath */
 margin-bottom:0px;
}
/* featured work section */
div.featured-work {
 margin:0px;
 padding:0px;
 width:500px;
}
div.featured-work h3 {
 margin-bottom:5px;
}
div.featured-work div.feature-item {
 float:left;
 display:inline;
 width:146px;
 margin-right:20px;
 height:56px;
 background:transparent url(/images/common_featured_client_shade.gif) 0px 46px repeat-x;
}
div.featured-work img {
 border:none;
}
.clearboth {
 clear:both;
}
.hidden {
 display:none;
}
.noleftmargin {
 padding-left:0px;
}
table {
	font-size:0.9em;
	border-bottom: 1px dotted #333333;
}
.content-top,
.content-bottom {
	/* exclude IE 5 from padding */
 voice-family: "\"}\"";
	voice-family:inherit;
	padding:18px 0px 18px 10px;
}
/* --
 ie 5 box model workarounds
-- */
/* ie 5.0 bandpass filter */
@media tty {
 i{content:"\";/*" "*/}}; @import '/css/ie50-55win.css'; {;}/*";}
}/* */

.small-plus{
	font-size:85%;
}
 div.legal {
	background-color:#88c6e7;
	text-align:center;
	width: 724px;
}
div.legal a {
	font-weight:normal;
	font-size:7pt;
	color:#333;
	text-decoration:none;
}
div.legal a:hover {
 color:#333;
 text-decoration:underline;
}
.reservations {
	line-height:1em;
	margin-top:0px;
	margin-bottom:15px;
	color: #333;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
.reservations DIV {
	margin-top:4px;
	margin-bottom:15px;
	color: #333;
}
.reservations form  {
	padding-left: 125px;
}

.reservations a {
	color:#c73021
}

.reservations a:hover {
	text-decoration:underline;
}
.donations {
	line-height:1em;
	color: #333;
	border: 1px dotted #333;
	padding: 5px;
	width: 160px;
}
.donations DIV {
	margin-top:4px;
	margin-bottom:15px;
	margin-right: 15px;
	margin-left: 15px;
}

.donations a {color:#333}

.donations a:hover {
	
text-decoration:underline;
}

.album {
	width:728px;
	margin: 0;
	background: #41a3d6;
}
 .album-submenu {
	width:728px;
	font-size:0.9em;
	background: #88c6e7;
	margin-top: 15px;
	margin-bottom: 15px;
 }
 .album-submenu a {
  width:150px;
  w\idth:130px;
 }
 .album-submenu a:hover {
  text-decoration:none;
 }
 album.submenu {
 display:block;
 text-align:left;
 border-bottom:1px solid #999;
 font-weight:bold;
 width:200px;
}
.album-submenu.active {
 background-color:#F7F6F2;
}
.album-submenu a,
.album-submenu span.item {
	color:#534F4F;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right: 5px;
}
.album-submenu a:hover {
	color:#000;
	background-color:#c23701;
}
.album-submenu div.divider {
 background:transparent;
 display:block;
 height:1px;
 line-height:1px;
 font-size:1px;
}
.album-submenu.active div.divider {
	background:#f3f9fc;
}
.album-submenu span.description {
 font-weight:normal;
 text-align:left;
 margin:0px;
}
.event-feature {
	border-top: 1px dotted #333333;
}.event-feature .location {
	border-top: 1px dotted #333;
}
.text-container.content-container .content-top.narrow .left-col .donations .highlightBox p {
	text-align: center;
}
.text-container.content-container .content-top.narrow .right-col .event-feature .location p {
	text-align: center;
}
.text-container.content-container .content-top.narrow .left-col .reservations p {
	text-align: center;
}
