/******************************************************************

Theme: Rigid
Variant: Light
Author: Michael Grissinger
Version: 2.0

*******************************************************************/

/** Reset Minimized ***********************************************/
/******************************************************************/
@charset"utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block}button{cursor:pointer}hr{margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}label, input[type=button], input[type=submit], button { cursor: pointer; }


/** Sitewide Styles ***********************************************/
/******************************************************************/

body {background: url(../img/grey_header_old.jpg) top center; background-repeat: no-repeat; font: 100% Helvetica, Arial, sans-serif; font-size: 100%; color: #525252; line-height: 150%; }
a { text-decoration: underline; }
a:hover { text-decoration: none; }
.container { margin: 0 auto; position: relative; width: 990px; }
.img_left { float: left; margin: 0 25px 5px 0; }
.img_right { float: right; margin: 0 0 5px 25px; }
.clear { clear: both; }
.twoCols { width: 50%; float: left; }
.hidden { display: none; visibility: hidden; } 
.invisible { visibility: hidden; }
.shadow { -moz-box-shadow: 0 0 30px 5px #999; -webkit-box-shadow: 0 0 30px 5px #999; box-shadow: 0 0 30px 5px #999; }

/** .shadow {width:300px; box-shadow: 10px 10px 5px #ccc;} **/

::-moz-selection{ background: #555; color:#fff; text-shadow: none; }
::selection { background:#555; color:#fff; text-shadow: none; } 

.cufon-loading .largeGreen, .cufon-loading .largeGrey, .cufon-loading #mainNav >ul>li>a,
.cufon-loading .powerPhraseDetails, .cufon-loading #mainShell  #footer h1, .cufon-loading #mainShell #footer  h2 { visibility: hidden; }


/** Header Styles *************************************************/
/******************************************************************/

header { height: 415px; padding: 122px 0 0; position: fixed; z-index: 3; top center; }
body.subpage header { height: 309px; }

	#logo { position: absolute; top: 8px; left: 0;  }
	
		.simple-logo-block { text-decoration: none; }
			.simple-logo-block .largeWhite { font-size: 62px; color: #fff; font-weight: normal; }
			.simple-logo-block .largeYellow { font-size: 62px; color: #8c8671; font-weight: bold; }
			.simple-logo-block .logoSubtitle { font-size: 14px; color: #fff; display: block; }
		
	#lib-name {position: absolute; top: 4px; color: #fff; }
	
	#banner {position: absolute; top: 100px; right: 6px; height: auto; max-width: auto; }
	#cat-links  { position: absolute; top: 8px; right: 0; color: #fff; width: 350px; }
	#cat-links  h1 { font-size: 2.500em; color: #fff; margin: 0 0 27px; }
	#cat-links  h2 { font-size: 1.875em; color: #fff; margin: 0 0 10px; }
	#cat-links  h1+h2 { margin: -20px 0 20px; }
	#cat-links  h3 { font-size: 1.500em; color: #fff; margin: 20px 0 5px; }

	#cat-links a {color: #fff; }
	#bread-crumbs {color: #525252; }
	#bread-crumbs a{color: #085794; }
	#search-box { position: absolute; top: 30px; right: 0; width: 350px; }
	#search-form {height: 40px; border: 1px solid #333; background-color: #fff; overflow: hidden;}
	#search-text {font-size: 100%; color: #99968f; border-width: 0; background: transparent; }
	#search-box input[type="text"] {width: 90%; padding: 8px 0 2px 1em; color: #333; outline: none; }
	#search-button { position: absolute; top: 2px; right: 0; height: 42px; width: 80px; font-size: 100%; color: #fff; text-align: center; line-height: 42px; border: 1px solid #333; background-color: #df8024; cursor: pointer; }
		
	header nav { position: absolute; top: 130px; left: 0; z-index: 9; border-bottom: 1px solid #fff; border-top: 1px solid #fff; width: 990px; line-height: 125%;  }
		
		header nav ul {   }
		header nav ul li { float: left; position: relative; }
		header nav ul li.lastItem { background: none; }
		header nav ul li a { display: block; color: #fff; font-size: 150%; height: 24px; padding: 8px 17px 10px 15px; text-decoration: none; font-weight: bold; }
		header nav ul li:hover, header nav ul li.nav-selected, header nav ul li.nav-path-selected { border-color: transparent #fff #fff transparent; }
		header nav ul li a:hover { color: #fff;  }
				
			header nav ul ul { display: none; position: absolute; top: 40px; left: 0; width: 170px; padding: 10px 15px; background: #fff; -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); box-shadow: 2px 2px 3px rgba(0,0,0,0.5); }
			header nav ul li:hover ul { display: block; }
			header nav ul li ul li { float: none; background: none; padding: 0 5px; }
			header nav ul li ul li a { font-size: 100%; color: #333; display: block; position: relative; font-size: 100%; height: auto; padding: 4px 0; }
			header nav ul li ul li:hover { background: #333; border-color: transparent #d0cdbe #d0cdbe transparent; }
			header nav ul li ul li.nav-selected   { border-color: transparent #d0cdbe #d0cdbe transparent; }
			
				
#vignetteShell { width: 990px; /*height: 180px;*/ overflow: hidden; margin-top: 65px; color: #fff;  }
	body.homepage #vignetteShell { }

		#powerSliderShell {  }
		
			#powerSliderContainer {  }
			
				.powerSlide { text-decoration: none; position: relative; display: block; }
					
					.powerSlide img {  }
					.powerSlide .largeText { display: block; background: url(../img/bgBlack40.png); border: 1px solid; border-color: transparent #000 #000 transparent; color: #fff; position: absolute; top: 278px; text-align: center; font-size: 72px; line-height: 55px; width: 620px; left: 182px; }
					.powerSlide .smallText { display: none; }
			
			#powerSliderPagination {  }
			
			#powerSliderNext, #powerSliderPrev {  }
			#powerSliderNext {  }
			#powerSLiderPrev {  }	
		


/** Body/Content Styles *******************************************/
/******************************************************************/

#mainShell { background: #fff; margin: -100px 0 0; padding: 0px 0 0; z-index: 2; }
body.subpage #mainShell {margin: -45px 0 0; padding: 0px 0 0; }

	#mainShell .container { color: #000; border: 1px solid #dad7cf; width: 944px; padding:25px 22px 25px; background: #fff; }
	
	.shadow2:before { -webkit-transform: skew(0deg, 4deg); -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); box-shadow:5px 5px 5px #b2b2b2; position:absolute; background-color: #b2b2b2; bottom:0; right:0; content:''; z-index:-6; width:220px; height:175px; right:10px; }
	.shadow2:after { -webkit-transform: skew(0deg, -4deg); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); box-shadow:-5px 5px 5px #b2b2b2; position:absolute; bottom:0; content:''; z-index:-5; width:220px; height:175px; background-color: #b2b2b2; left: 10px; }
	
	.policy-list ol { list-style-type:upper-alpha; }
.policy-list ol ol { list-style-type:decimal; }
.policy-list ol ol ol { list-style-type:lower-alpha; }

.clear { clear: left; }
	
		/** General Content Elements ******************************/
		/**********************************************************/
		
		#mainShell  hgroup {  }
		#mainShell  h1 { font-size: 2.500em; color: #333333; margin: 0 0 27px; }
		#mainShell  h2 { font-size: 1.875em; color: #333333; margin: 0 0 10px; }
		#mainShell  h1+h2 { margin: -20px 0 20px; }
		#mainShell  h3 { font-size: 1.500em; color: #333333; margin: 20px 0 5px; }
		#mainShell  h4 { font-size: 1.500em; color: #333333; margin: 10px 0 5px; }
		#mainShell  p { margin: 0 0 15px; }
		#mainShell  a { color: #085794; }
		#mainShell  a:hover {  }
		#mainShell  strong {  }
		#mainShell  em {  }
		#mainShell  blockquote {  }
		#mainShell  ul, #mainShell ol { margin: 15px 0 15px 15px; }
		#mainShell  ul ul, #mainShell ol ol { margin: 5px 0 5px 20px; }
		#mainShell  ul {  }
		#mainShell  li {  }
		#mainShell  ul li { list-style: disc; }
		#mainShell  li li { list-style: square; }
		#mainShell  li li li { list-style: circle; }
		#mainShell  ul li a {  }
		#mainShell  ol {  }
		#mainShell  ol li { list-style: decimal; }
		#mainShell  ol ol { list-style: lower-alpha;  }
		#mainShell  dl { margin: 15px 0; }
		#mainShell  dl dt { font-weight: bold; }
		#mainShell  dl dd { margin: 0 0 0 25px; }
		#mainShell  hr {  }
		#mainShell  img {  }
		#mainShell  hr { margin: 15px 0; }
	
		/** Form Elements ******************************************/
		/***********************************************************/
		
		#mainShell  form {  }
		#mainShell  fieldset {  }
		#mainShell  label {  }
		#mainShell  input, #mainShell  textarea, #mainShell  select {  }
		#mainShell  input {  }
		#mainShell  input[type="submit"] {  }
		#mainShell  textarea {  }
		#mainShell  select {  }
		
			
	#ctaShell { padding: 0 0 25px; overflow: auto; border-bottom: 1px solid #dad7c5; margin: 0 0 50px; }
	body.subpage #ctaShell { border-bottom: none; border-top: 1px solid #dad7c5; margin: 50px 0 0; padding: 25px 0; }
	
		#ctaShell .cta { width: 130px; float: left; margin-left: 20px; padding: 0 0 0 78px; background-position: 15px 0; background-repeat: no-repeat; }
		#ctaShell .cta:first-child { margin: 0; }
		#ctaShell .cta.cta1 { background-image: url(../img/services_button.png); }
		#ctaShell .cta.cta2 { background-image: url(../img/book_button.png); }
		#ctaShell .cta.cta3 { background-image: url(../img/news_button.png); }
		#ctaShell .cta.cta4 { background-image: url(../img/research_button.png); }
		
			#ctaShell .ctaTitle { font-family: 'Arvo', serif !important; font-size: 2.000em; color: #333333; display: block; margin: 5px 0 0 12px; height: 65px; }
			#ctaShell .ctaDesc { color: #99968f; display: block; margin: 2px 0 0 20px; height: 80px; line-height: 125% }
			#ctaShell .cta a { display: block; width: 109px; height: 27px; background: url(../img/btnCtaReadMore.gif) left top; line-height: 0; text-indent: -9999em; }
			#ctaShell .cta a:hover { background-position: left bottom; }
	
	#headerShadow { height: 50px; margin: 0 0 15px; }
	
	#main { width: 620px; float: left; margin: 0 60px 0 0; }
	body.full #main { width: auto; float: none; margin: 0; }
	
	#sidebar { width: 260px; float: left; }
	
		#sidebar h2 { margin: 0 0 27px; }
	
	
		
	/** Demo Styles ***********************************************/
	/**************************************************************/
	
	.sortable_fancybox_gallery_container { float: none; margin: 0 0 20px; overflow: auto; }
	.ccm-remo-expand { margin: 0 0 15px; }
	.ccm-remo-expand-content { margin: 15px 0; }
	#mainShell .ccm-jereme-tweet-follow-link { float: none; margin-top: 10px; color: #fff; }
	#mainShell .ccm-jereme-tweetcrete-timeline ul { margin: 15px 0; }
	#mainShell .ccm-jereme-tweetcrete-timeline ul li { list-style: none; }
	
/** For Responsive embedded video *********************************/
/******************************************************************/

/*CSS*/
@media (max-width: 767px) {
   .video embed,
   .video object,
   .video iframe {
      width: 100%;
      height: auto;
      min-height: 300px;}
}
@media (max-width: 480px) {
   .video embed,
   .video object,
   .video iframe {
      min-height: 250px;}
}

/** Footer Styles *************************************************/
/******************************************************************/

.grid {
}

.grid .col { float: left; }

    .grid .col.s1of1 { width: 100%; }
    .grid .col.s1of2 { width: 50%; }
    .grid .col.s1of3 { width: 33.33333333%; }
    .grid .col.s2of3 { width: 66.66666666%; }
    .grid .col.s1of4 { width: 25%; }
    .grid .col.s3of4 { width: 75%; }
    .grid .col.s1of5 { width: 20%; }
    .grid .col.s2of5 { width: 40%; }
    .grid .col.s3of5 { width: 60%; }
    .grid .col.s4of5 { width: 80%; }
	
.clear { clear: left; }

	#footer{ margin-top: 40px; background-color: #51544d; padding: 0px 0 45px; color: #fff; width: 100%; height: 100%; line-height: 125%;  }
	
	#footer .your_goto_spot{ margin: -20px 40px 0px -98px; }
	
	#footer .address{ color: #99968f; text-align: center; }
	#footer .copyright{ color: #99968f; text-align: center; }
	
	#footer .staff { color: #fff; font-size: 0.625em; text-align: right; }
	#footer .staff a{ color: #fff; text-decoration: none; }
	#footer .staff a:hover { text-decoration: underline; }
	#footer .container { width: 944px; }
	#footer a { color: #fff; }
	

		#footer h1 { font-size: 2.500em; color: #fff; margin: 0 0 27px; }
		#footer h2 { font-size: 1.875em; color: #fff; margin: 0 0 10px; }
		#footer h1+h2 { margin: -20px 0 20px; }
		#footer h3 { font-size: 1.500em; color: #fff; margin: 20px 0 5px; }

	#footer nav {  }
	
		#footer nav ul { text-align: center; }
		#footer nav ul li { display: inline; font-size: 18px; -moz-text-shadow: 1px 1px 0 #000; -webkit-text-shadow: 1px 1px 0 #fff; text-shadow: 1px 1px 0 #fff; color: #fff; }
		#footer nav ul li a { color: #fff; text-decoration: none; }
		#footer nav ul li a:hover { text-decoration: underline; }

	footer .vcard { color: #5d5845; font-size: 12px; text-align: center; margin: 20px 0; }
		footer .fn.org { font-weight: bold; }
		footer .adr {  }
			footer .street-address {  }
			footer .locality {  }
			footer .region {  }
			footer .postal-code {  }
		footer .tel {  }
			footer. .type {  }
			footer .value {  }
	
	#vivid { text-align: center; background: #555555; }
		#vivid a { color: #5d5845; }
	
	
/** Add Z-Index to C5 highlighter **********************************/
/*******************************************************************/

div#ccm-highlighter { z-index: 15 !important; }

/** Remove the subtitle option from Power Slider *******************/
/*******************************************************************/

label[for="powerSlidePhraseDesc[]"], label[for="powerSlidePhraseDesc[]"] + input { display: none !important; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; line-height: 1; }
  #cat-links  { display: none; }
	#search-box { display: none; }
	#search-text {display: none; }
	#search-button { display: none; }
  body { font-size: 1.000em; width: 100%; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /* a:after { content: " (" attr(href) ")"; } */
  abbr:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  header { display: none; }
  
  #logo { display: none;  }
  	.simple-logo-block { text-decoration: none; line-height: 1; }
		#logo .largeGreen { font-size: 36px; }
		#logo .largeGrey { font-size: 24px; }
		#logo .logoSubtitle { font-size: 14px; }
  #mainNav, #vignetteShell, #sliderShell, #ctaShell, footer nav { display: none !important; }
  #mainShell .container { border: 0px solid #dad7cf; }
  #sidebar { display: none; }
  .shadow2:before { display: none; }
	.shadow2:after { display: none; }
	footer.container { display: none; }
  
}