@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	color: #000;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
#skip-link{margin:0;}

#skip-link a,#skip-link a:visited{display:block;width:100%;padding:2px 0 3px 0;text-align:center;background-color:#666;color:#fff;}

.element-invisible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;}

.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus{position:static !important;clip:auto;overflow:visible;height:auto;}

/* THIS IS THE EDIT WHICH TURNED THE GO BUTTON TEAL */
.search-button {
	background-color: #066;
	border:.1em solid #000;
	padding: .2em;
	color:#fff;
	font-weight:bold;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: .8em;
}
.fltlft { 
	float: left;
	margin-right: .8em;
}
.clearfloat {
	clear:both;
	
}
.clearleft {
	clear:left;
	
}
.center {
	text-align:center;
}
.shadow {
	box-shadow: 0 0 .6em #999;
}

#copy2 #download, #copy #download {
	font-size: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
	white-space:nowrap;
	text-align:center;
}
#copy2 #download a:link, #copy2 #download a:visited, #copy2 #download a:focus, #copy #download a:link, #copy #download a:visited, #copy #download a:focus {
	border: .1em solid #000;
	color: #fff;
	background-color: #609;
	padding:.5em;
	text-decoration:none;
}
#copy2 #download a:hover, #copy2 #download a:active, #copy #download a:hover, #copy #download a:active {
	border: .1em solid #000;
	color: #fff;
	background-color: #609;
	padding:.5em;
	text-decoration:none;
}
.border-bottom-purple {
	border-bottom:.1em dotted #609;
	padding-bottom: .3em;
}
.border-bottom-gray {
	border-bottom:.1em dotted #ccc;
	padding-bottom: .3em;
	margin-bottom: .3em;
}
.border-top-purple {
	border-top:.1em dotted #609;
	padding-top: .3em;
}

/* oh, no you don't... */
.border-bottom-pink {
	border-bottom:.1em dotted #609;
	padding-bottom: .3em;
}
.border-top-pink {
	border-top:.1em dotted #609;
	padding-top: .3em;
}
.border-black {
	border:.1em solid #000;
}

.border-gray {
	border:.1em dotted #ccc;
}
.floatl20 {
	float:left;
	margin-right:.5em;
	width:20%;
	display:block;
	text-align:center;
}
.floatl30 {
	float:left;
	margin-right:.5em;
	width:30%;
	display:block;
	text-align:center;
}
.floatl40 {
	float:left;
	margin-right:.5em;
	width:40%;
	display:block;
	text-align:center;
}
.floatl50 {
	float:left;
	margin-right:.5em;
	width:50%;
	display:block;
	text-align:center;
}
#copy #articlebox, #copy2 #articlebox  {
	float:left;
	margin-right:.5em;
	width:40%;
	display:block;
	text-align:center;
	padding:.3em;
	border: .3em double #000;
}
#copy #legalbox, #copy2 #legalbox  {
	float:right;
	margin-left:.5em;
	width:20%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
}
#copy #legalbox-l, #copy2 #legalbox-l, #copy #legalbox-30l, #copy2 #legalbox-30l  {
	float:none;
	margin-right:.5em;
	width:100%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
	clear:both;
}
#copy #legalbox-30r, #copy2 #legalbox-30r  {
	float:none;
	width:100%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
}
#copy #articlebox h3, #copy2 #articlebox h3  {
	margin-left:0;
	text-align:center;
}
#copy #mastro-search, #copy2 #mastro-search   {
	float:none;
	margin-right:.5em;
	width:100%;
	display:block;
	text-align:center;
	border: 1px solid #609;
	margin-bottom:1em;
}
#nav-left #mastro-search   {
width:100%;
	display:block;
	text-align:center;
	border: none;
	margin-bottom:1em;
}
	
#copy #mastro-search .cse input.gsc-search-button, #copy #mastro-search input.gsc-search-button {
	background-color: #609;
	border:.1em solid #000;
	padding: .2em;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
}

#nav-left #mastro-search input.gsc-search-button  {
	background-color: #609;
	border:.1em solid #000;
	padding: .2em;
	color:#fff;
	/*font-weight:bold;
	text-transform: uppercase;*/
}
#copy #mastro-search table {
	padding:0;
	margin-top:-1em;
	margin-bottom: .5em;
}
#copy #mastro-search table.gsc-search-box td.gsc-input {
  padding-right: 11px;
  border:none;
 
}
#copy #mastro-search input.gsc-input, #nav-left #mastro-search input.gsc-input {
    border-color: #000000;
	
	
  }

#copy #mastro-search table.gsc-search-box td, #copy table.gsc-search-box td, #copy #mastro-results td, #copy #search-results td {
  border:none;
}


#copy #mastro-search #cse-search-form{
	width:100%;
}
#copy .gsc-search-button {
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
}
#nav-left #mastro-search #cse-search-form img, #nav-left #mastro-search #cse-search-form .gsc-branding-text, #copy #mastro-results .gcsc-branding {
	display:none;
}
.floatr20 {
	float:right;
	margin-left:.5em;
	width:20%;
	display:block;
	text-align:center;
}
.floatr30 {
	float:right;
	margin-left:.5em;
	width:30%;
	display:block;
	text-align:center;
}
.floatr40 {
	float:right;
	margin-left:.5em;
	width:40%;
	display:block;
	text-align:center;
}
.floatr50 {
	float:right;
	margin-left:.5em;
	width:50%;
	display:block;
	text-align:center;
}

.floatl25-nocenter {
	float:left;
	margin-right:.5em;
	width:25%;
	display:block;
	text-align:left;
}
.floatr25-nocenter {
	float:right;
	margin-left:.5em;
	width:25%;
	display:block;
	text-align:left;
}
.text-right {
	text-align:right;
}

.required {
font-weight:bold;
color:#609;
}
.important, .importantcmp2 {
font-weight:bold;
color:#609;
text-transform:uppercase;
font-size:1.1em;
}
.important2 {
font-weight:bold;
color:#c06;
text-transform:uppercase;
font-size:1.1em;
}
.important-black {
font-weight:bold;
color:#000;
text-transform:uppercase;
font-size:1.1em;
}

#copy .smallfont, #copy2 .smallfont {
	font-size: .8em;
}
.caption {
	font-size: .9em;
}

.plainlist {
list-style-type:none;
}
/*For You-Tube Videos*/
.embed-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
a.noborder:link {
	/* -moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;*/
}
#cse-search-form .streaming-buttonb {
	border: 1px solid #000;
	background-color: #609;
	color: #fff;
	font-weight:bold;
	padding:3px;
}
#cse-search-form .streaming-box {
	border: 1px solid #000 !important;
	width: 75%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
}
.subtitle {
	font-weight: bold;
	font-style:italic;
	font-size:1em;
	margin-top:-.5em;
	padding-top:0;
	margin-bottom:1em;
}
.photo-float {
	float:left;
	margin:.2em;
	border:1px dotted #999;
	text-align:center;
	width:40%;
}

.half-col, .third-col, .fourths-col, .threefourths-col {
float:none;
width:100%;
padding:0;
margin-bottom:.3em;
}
.floatl-dots {
	float:left;
	margin-right:.5em;
	width:30%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatr-dots {
	float:right;
	margin-left:.5em;
	width:40%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatr-streaming {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatl-streaming {
	float:none;
	margin-right:0;
	width:100%;
display:block;
text-align:center;
padding-top: .1em;
}
.floatl-streamingtext {
	float:none;
	margin:.5em 0 0 0;
	width:100%;
display:block;
padding: .5em ;
}
.floatr40-nocenter {
	float:none;
	margin-left:0;
	width:100%;
	display:block;
	text-align:left;
	padding-right:.5em;
}
.floatr50-nocenter {
	float:none;
	margin-left:0;
	width:100%;
	display:block;
	text-align:left;
	padding-right:.5em;
}
.video-wrap {
	float:none;
	display:block;
	width:100%;
	height: 100%;
}
.floatr-video {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
padding: .1em 0;
}
.floatr-youtube {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatr-google-search {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
padding: .1em 0;
}

#copy2 #lightbox, #copy2 #lightbox2, #copy2 #lightbox3, #copy2 #lightbox4, #copy2 #lightbox5, #copy2 #lightbox6, #copy2 #lightbox7 {
	margin-left:1em;
	padding-bottom:.5em;
}
#copy2 #lightbox img, #copy2 #lightbox2 img {
	margin-bottom:.5em;
}
#copy2 #lightbox3 img, #copy2 #lightbox4 img #copy2 #lightbox5 img, #copy2 #lightbox6 img, #copy2 #lightbox7 img {
	margin-bottom:0;
}
.bottom-spacer {
	margin-bottom:.5em;
}
.nudge20 {
	margin-left:2em;
}


.padding15 {
	padding-left:1.5em;
}
.padding10x4 {
padding:1.0em 1.0em 0 1.0em;
}



#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#webform {
	border: .1em dotted #333;
	border-radius: .5em;
	padding:.4em;
	font-size: 1em;
	text-align:left;
	width:80%;
	margin:0 auto;
}
#content #webform #first {
	width:.1em;
	border: 0 none;
	display:none;
	}
#content #webform .formdiv {
	width: 99%;
	margin-bottom:.5em;
	clear:both;
	padding: .5em;
}
#content #webform .boxsize {
	width:99%;
	border: .1em solid #333;
}
#content #webform .boxsize2 {
	width:96%;
	border: .1em solid #333;
}
#content #webform .button {
	border: .1em solid #000;
	background-color: #609;
	color: #fff;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
/* 	width: 100%; */
	width: 33.90105433901054%;
	display: block;
	text-align:center;
	margin-bottom:.5em;
}

#header-right {
	clear: none;
	float: left;
	margin-left: 0;
/* 	width: 100%; */
/* 	width: 76.2711%; */
	width: 66.0989457%
	display: block;
}

#nav {
	display:none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.3em;
	color:#fff;
	padding:.5em 0;
	background-color: #fff;
  width:100%;
  clear:none;
}
#nav a {
	display:block;
	padding: .5em;
	background:url(/graphics2014/nav-arrow.png) no-repeat right;
}
#nav a:link, #nav a:visited, #nav a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#006666;
}
#nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:none;
	background-color: #666;
}
#nav ul {
	margin-left:0;
	padding-left:0;
	
}

#nav li {
	display: block;
	padding: 0 .5em;
	margin-bottom: .3em;
	border-right: none;
	list-style-type: none;
	white-space: normal;
}

#searchlink {
 width:100%;
 margin-bottom:.3em;
}
#searchlink .collapsibleContainerTitle
{
display:none;	
	}
#copy table, #copy2 table {
	width:99%;
	margin-left: 0;
	font-size:.9em;
	line-height:normal;
}

#copy th, #copy2 th {
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #ccc;
	padding:.3em;
}

#copy td, #copy2 td {
	border:1px solid #ccc;
	padding:.3em;
}

#copy .collapsibleContainerTitle, #copy2 .collapsibleContainerTitle  {
	margin-left:0;
    cursor:pointer;
width:300px;
text-align:left;
  font-weight:bold;
 font-size:.9em;
  font-family: 'Droid Sans', sans-serif;
 margin-top:-1em;
 margin-bottom:1em;
 padding:0;
 line-height:.9em;
 outline-style: none;
    outline-width: 0px;
display:block;
padding-top:.2em;
}
#copy .collapsibleContainerTitle img, #copy2 .collapsibleContainerTitle img {
	display:none;
}
.collapsibleContainerTitle a:link, .collapsibleContainerTitle a:visited  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
}
.collapsibleContainerTitle a:focus  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
	 /*-moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;*/
}
.collapsibleContainerTitle a:hover, .collapsibleContainerTitle a:active {
	color:#000;
	text-decoration:none;
}

.collapsibleContainerTitle div
{
    padding-top:0;
    padding-left:0;
	margin-left:0;
border:none;
}


.collapsibleContainerContent
{
    padding: .5em .5em ;
	display:none;
	background-color: #fff;
  background: rgba(255, 255, 255, .8);
font-family: 'Droid Sans', sans-serif;
border:none;
}
#copy .collapsibleContainerContent, #copy2 .collapsibleContainerContent {
	padding: .5em 2em ;
	display:none;
	background-color: #fff;
  background: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
border:none;
font-size: .9em;
	}
	
#copy #more .collapsibleContainerContent {
	padding: .5em 0 ;
	display:none;
	background-color: #fff;
  background: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
border:none;
font-size: .9em;

	
}	
.TabbedPanelsTab {
		font-size:.8em;
		padding: .5em;
	}
.searchhome {
	width: 50%;
	border:.1em solid #000;
}
#pano {display:none;}
#misc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*font-family: 'Droid Sans', sans-serif;
	line-height:normal;*/
	font-family: Arial,Helvetica,sans-serif;
}
#misc p, #misc ul, #misc ol, #misc address, #misc dl, #misc .bigfont, #webform
{
  font-size: 1em;
  line-height: normal;
}
#misc dl {
	margin:0 .5em;
}

#misc dt {
	font-weight:bold;
}

#misc dd {
	margin-bottom: 1em;
}

#misc-contents {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#breadcrumbs {
	text-align:center;
	color:#609;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}
#breadcrumbs ul {
	margin:.5em 0;
	padding:0;
}
#breadcrumbs li {
	display: inline;
	padding: 0 .3em;
	margin: 0;
	list-style-type:none;
	white-space:nowrap;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:visited {
	color:#609;
	text-decoration:none;
}
#breadcrumbs a:hover, #breadcrumbs a:active{
	text-decoration:underline;
}
#copy2 .breadcrumbs2 {
float:right;
width:auto;
margin-bottom: .5em;
font-size:.9em;
}
#copy2 .breadcrumbs2 ul{
text-transform: uppercase;
margin: 0;
padding:0;
}
#copy2 .breadcrumbs2 ul li{
display: inline;
padding: 0 .4em;
border-left: 1px solid #000;
list-style-type:none;
margin: 0;
}
#copy2 .breadcrumbs2 ul li.first{
display: inline;
padding: 0 .4em;
border-left: none;
list-style-type:none;
margin: 0;
border-left:0px none transparent;

}
#nav-left {
	display:block;
}
#nav-left h2, .nav-left-title {
	
display:none;
}
#nav-left ul {
display:none;
}
#nav-left li {
	margin:.5em 0;
}
#nav-left form {
	border:1px dotted #609;
	border-radius:.5em;
	padding:0 .3em .5em .5em;
}
#nav-left ul, #nav-left p, #nav-left form { 
font-size: 1em;
margin-bottom: .5em;
}
#nav-left .box {
	width:90%;
	border:1px solid #000;
	/*margin-left: .5em;*/
}

#nav-left .button {
	border:1px solid #000;
	background-color: #609;
	color: #fff;
	/*margin-left: .5em;*/
	margin-top:.2em;
}
#nav-left a:link, #nav-left a:visited {
	color:#000;
	text-decoration: none;
	display:block;
}
#nav-left a:focus, #nav-left a:hover, #nav-left a:active {
	color:#fff;
	text-decoration: none;
	background-color: #609;
	display:block;
}
#nav-left #homelink {
	display:none;
}
#copy {
	width: 100%;
}
#copy2 {
	
}
#copy h1, #copy2 h1 {
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #006666;
	color: #000;
	margin-top: .5em;
}

#copy h2, #copy2 h2 {
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #609;
	/*margin-top: .5em;*/
	margin-bottom: .5em;
	margin-left: 1.5em;
}
#copy h3, #copy2 h3 {
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
	margin-left: 2em;
}
h2.special {
	text-align: left!important;
	font-family: 'Droid Sans', sans-serif!important;
	font-size: 1.1em!important;
	font-weight: bold!important;
	color: #000!important;
	margin-bottom: .5em!important;
	margin-left: 2em!important;
}

/*#copy p, #copy ul, #copy2 p, #copy2 ul {
font-size: 1em;
margin-bottom:1em;
}*/

#copy a:link, #copy a:visited, #copy a:focus, #copy2 a:link, #copy2 a:visited, #copy2 a:focus {
	color: #333;
	text-decoration:underline;
}
#copy a:hover, #copy a:active, #copy2 a:hover, #copy2 a:active {
color: #609;
text-decoration:underline;
}
#copy2 .list-indent, #copy2 .list-indent {
	margin-left:25%;
}
#nav-left a.blank:hover {
	background-color:transparent;
}
#abbrev ul {
	margin-left: 0;
	padding-left:1.5em;
}
#gallery, #gallery2 {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
/*font-size: .8em;
border: 1px dotted #ccc;*/
padding: .1em 0;
}

#gallery form, #gallery2 form, #copy2 #gallery form, #copy2 #gallery2 form {
margin:.5em; padding:.5em .2em; border:1px dotted #ccc;
}
#gallery #link, #gallery2 #link, #copy2 #gallery #link, #copy2 #gallery2 #link {
margin:.5em; padding:.5em .2em; border:1px dotted #ccc;
}
#gallery .callbacks .caption, #gallery2 .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.1em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3em .3em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
  }

 #gallery .callbacks_nav, #gallery2 .callbacks_nav {
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 30%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #gallery .callbacks_nav.next, #gallery2 .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  #gallery .callbacks_nav:active, #gallery2 .callbacks_nav:active, #gallery3 .callbacks_nav:active {
  opacity: 1.0;
  }
  #gallery .callbacks_nav:hover, #gallery2 .callbacks_nav:hover, #gallery3 .callbacks_nav:hover {
  opacity: 1.0;
  }
  #gallery .callbacks_nav:focus, #gallery2 .callbacks_nav:focus, #gallery3 .callbacks_nav:focus {
  color:#f00;
   opacity: 1.0;
  }
#gallery .callbacks .caption a:link, #gallery .callbacks .caption a:visited, #gallery .callbacks .caption a:focus, #gallery .callbacks .caption a:hover, #gallery .callbacks .caption a:active {
	color:#fff;
	text-decoration: none;
	display:block;
}

#gallery2 .callbacks .caption a:link, #gallery2 .callbacks .caption a:visited, #gallery2 .callbacks .caption a:focus, #gallery2 .callbacks .caption a:hover, #gallery2 .callbacks .caption a:active {
	color:#fff;
	text-decoration: none;
	display:block;
}

#gallery3 { /*one big center gallery for all views*/
	float:none;
	margin:0 auto;
	width:100%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
}
#gallery3 .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.1em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3em .3em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
  }

 #gallery3 .callbacks_nav{ 
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 30%;
  left: 1em;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #gallery3 .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  right: 1em;
  }
  
#gallery3 .callbacks .caption a:link, #gallery3 .callbacks .caption a:visited, #gallery3 .callbacks .caption a:focus, #gallery3 .callbacks .caption a:hover, #gallery3 .callbacks .caption a:active {
	color:#fff;
	text-decoration: none;
	display:block;
}

/*Stuff for Stereoscopic slides gallery*/


 
 #huh {
	float:none;
	/*margin-left:.5em;*/
	width:100%;
display:block;
text-align:left;
padding: .1em 0;
font-size: .9em;
margin:0 auto;
}
#huh p, #huh ul {
	margin: 0 0 0 0;
}
#huh .callbacks .caption {
  display: block;
  padding: .5em .5em;
  margin: 0;
  max-width: none;
  border:1px solid #999;
  }

 #huh .callbacks_nav {
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 5em;
  left: .2em;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #huh .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  #huh .callbacks_nav:active, #huh .callbacks_nav:hover {
  opacity: 1.0;
  }
  #huh .callbacks_nav:focus {
  color: #f00;
  opacity: 1.0;
  }
  #rogues-gallery {
	  float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
 background-color: #222;
 color:#fff;
  }
  
 
   #rogues-gallery p {
	  font-size:.9em;
	  text-align:left;
	  padding-left: .4em;
  }
  #rogues-gallery .important {
	  text-transform:uppercase;
	  font-weight: bold;
	  color:#fff;
	  font-size:1em;
  }
  
  #rogues-gallery h2 {
	  color:#fff;
	  margin-top: 0;
	  text-align:center;
	  
  }


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
border-top: .1em solid #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: .8em;
	padding: .5em 0;
	margin-top:-2em;
}

#footer a:link, #footer a:visited, #footer a:focus {
	color:#333;
}
#footer a:hover, #footer a:active {
color: #609;
}
#footer #social {
	text-align:center;
	margin-bottom:.5em;
}
#footer #social img {
	margin-right:.5em;
}

#footer #bottom-nav{
	display:block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.3em;
	color:#fff;
	padding:.5em 0;
	background-color: #fff;
  width:100%;
  clear:none;
}
#footer #bottom-nav a {
	display:block;
	padding: .5em;
	background:url(/graphics2014/nav-arrow.png) no-repeat right;
}
#footer #bottom-nav a:link, #footer #bottom-nav a:visited, #footer #bottom-nav a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#006666;
}
#footer #bottom-nav a:focus {
	outline-color:#000;
}

#footer #bottom-nav a:hover, #footer #bottom-nav a:active {
	color:#fff;
	text-decoration:none;
	background-color: #666;
}
#footer #bottom-nav ul {
	margin-left:0;
	padding-left:0;
	
}

#footer #bottom-nav li {
	display: block;
	padding: 0 .5em;
	margin-bottom: .3em;
	border-right: none;
	list-style-type: none;
	white-space: normal;
}
/*For Newspapers website*/
#top-pics ul {
	text-align:center;
	margin:0;
	padding:0;
}
#top-pics li {
	display:inline;
	list-style-type:none;
	padding: .4em;
}
#top-pics img {
	margin-bottom:5px;
	width:100px;
}
#tabinator {
	border: 3px double #666;
	padding: 8px;
	border-radius: 5px;
}
#tabinator p {
	margin: 10px 0;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
.subtitle {
	font-weight: bold;
	font-style:italic;
	font-size:1.2em;
	margin-top:-1em;
	padding-top:0;
	margin-bottom:1.5em;
}
.half-col {
float:left;
width:49.6184%;
padding:0;
margin:0;
}
.third-col {
float:left;
width:33.0789%;
padding:0;
margin:0;
}

.fourths-col {
float:left;
width:24.8092%;
padding:0;
margin:0;
}
.threefourths-col {
float:left;
width:74.4276%;
padding:0;
margin:0;
}
.floatr-dots{
	float:right;
	margin-left:.5em;
	width:35%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatl-dots {
	float:left;
	margin-right:.5em;
	width:30%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatr-streaming {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatl-streaming {
	float:none;
	margin-right:0;
	width:100%;
display:block;
text-align:center;
padding-top: .1em;
}
.floatl-streamingtext {
	float:none;
	margin:.5em 0 0 0;
	width:98%;
display:block;
padding: .5em ;
}
.video-wrap {
	float:none;
	display:block;
	width:100%;
	height: 100%;
	margin-left:.5em;
}

.floatr-video {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
padding: .1em 0;
}

/*.floatr-streaming {
	float:right;
	margin-left:.5em;
	width:50%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
}*/
.floatr-youtube {
	float:right;
	margin-left:.5em;
	width:50%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatr-google-search {
	float:right;
	margin-left:.5em;
	width:50%;
display:block;
text-align:left;
padding: .1em 0;
}

#copy2 #lightbox img, #copy2 #lightbox2 img {
	margin-bottom:1em;
}

#copy2 #lightbox3 img, #copy2 #lightbox4 img #copy2 #lightbox5 img, #copy2 #lightbox6 img, #copy2 #lightbox7 img {
	margin-bottom:0;
}
#copy #legalbox-l, #copy2 #legalbox-l  {
	float:left;
	margin-right:.5em;
	width:20%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
	clear:none;
}
#copy #legalbox-30l, #copy2 #legalbox-30l  {
	float:left;
	margin-right:.5em;
	width:30%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
	clear:none;
}

#copy #mastro-search, #copy2 #mastro-search  {
	float:none;
	margin-right:.5em;
	width:100%;
	display:block;
	text-align:center;
	padding:0;
	border: 1px solid #609;
}

#copy #legalbox-30r, #copy2 #legalbox-30r {
	float:right;
	margin-left:.5em;
	width:30%;
	display:block;
	text-align:center;
	padding:0;
	border: .3em double #000;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	 padding-bottom: .1em;
	background:transparent url(/graphics2014/bg-blue.jpg) repeat;
}


#header {
	clear: both;
	float: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
	display: block;
	position:absolute;
z-index:5;
background-color:transparent;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	/* width: 23.7288%; */
	width: 33.90105431%;
	display: block;
	background:transparent;
	margin-bottom:0;
}
#header-right {
	clear: none;
	float: left;
	margin-left:0;
	/* width: 76.2711%; */
	width: 66.0989457%;
	display: block;
}

#nav {
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.0em;
	color:#fff;
	padding:.5em 0;
   /*background: rgb(0, 121, 121);
  background: rgba(0, 121, 121, .9);*/
  background-color: #006666;
  width:100%;
  clear:none;
  display:block;
}
#nav a {
	display: inline;
	padding:0;
	background:none;
}
#nav a:link, #nav a:visited, #nav a:focus {
	color:#fff;
	text-decoration:none;
	background-color:transparent;
}
#nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:underline;
	background-color: transparent;
}


#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	display: inline;
	padding: 0 .3em;
	margin: 0;
	border-right: .1em solid #fff;
	list-style-type:none;
	white-space:nowrap;
}




#nav li:last-child, #footer #bottom-nav li:last-child  {
	border-right: none;
}
#nav .noborder, #footer #bottom-nav .noborder {
	border-right: none;
}
#searchlink {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#searchlink .collapsibleContainerTitle
{
 margin-left:5em;
    cursor:pointer;
width:150px;
text-align:center;
 background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .8);
  font-weight:bold;
 font-size:1.3em;
  font-family: 'Droid Sans', sans-serif;
 margin-top:0;
 padding:0;
 line-height:.9em;
 /*outline-style: none;*/
    outline-width: 0px;
border:none;
display:block;
padding-top:.2em;
}
#copy .collapsibleContainerTitle, #copy2 .collapsibleContainerTitle  {
	margin-left:0;
    cursor:pointer;
width:300px;
text-align:left;
  font-weight:bold;
 font-size:.9em;
  font-family: 'Droid Sans', sans-serif;
 margin-top:-1em;
 padding:0;
 line-height:.9em;
 /*outline-style: none;*/
    outline-width: 0px;
display:block;
padding-top:.2em;
}
#copy .collapsibleContainerTitle img, #copy2 .collapsibleContainerTitle img {
	display:none;
}
.collapsibleContainerTitle a:link, .collapsibleContainerTitle a:visited  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
}
.collapsibleContainerTitle a:focus  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
	 /*-moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;*/
}
.collapsibleContainerTitle a:hover, .collapsibleContainerTitle a:active {
	color:#000;
	text-decoration:none;
}

.collapsibleContainerTitle div
{
    padding-top:0;
    padding-left:0;
	margin-left:0;
border:none;
}


.collapsibleContainerContent
{
    padding: .5em .5em ;
	display:none;
	background-color: #fff;
  background: rgba(255, 255, 255, .8);
font-family: 'Droid Sans', sans-serif;
border:none;
}
#copy .collapsibleContainerContent, #copy2 .collapsibleContainerContent {
	padding: .5em 2em ;
	display:none;
	background-color: #fff;
  background: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
border:none;
font-size: .9em;

	}
	#copy #more .collapsibleContainerContent {
	padding: .5em 0 ;
	display:none;
	background-color: #fff;
  background: rgb(255, 255, 255);
font-family:Arial, Helvetica, sans-serif;
border:none;
font-size: 1.0em;
	
}
.TabbedPanelsTab {
		font-size:.9em;
		padding: .5em;
}
#copy table, #copy2 table {
	width:95%;
	margin-left: 1em;
	font-size:1em;
}
.searchhome {
	width: 50%;
	border:.1em solid #000;
}
#pano {display:block;}
#misc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:.5em;
	background-color:transparent;
	text-align: center;
	padding-bottom:.5em;
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
}
#misc p, #misc ul, #misc ol, #misc address, #misc dl, #misc .bigfont, #webform
{
  font-size: 1.05em;
  line-height: 1.6em;
}
#misc ul {
	padding-top:0;
	margin-top:.3em;
}
#misc dl {
	margin:0 1em;
}

#misc dt {
	border-top: 1px dotted #c06;
	padding-top:.5em;
}
#misc dt:first-child {
	border-top: none;
}
#misc dd {
	font-size: .9em;
}

#misc-contents {
	clear: both;
	float: none;
	display: block;
	background-color:#fff;
	text-align:left;
	width:90%;
	margin:0 auto;
	box-shadow: 0 0 .6em #999;
	padding: .5em 1em 0 1em;
}
#breadcrumbs {
	text-align:right;
	color:#609;
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	font-size:.8em;
}
#breadcrumbs ul {
	margin:0;
	padding:0;
}
#breadcrumbs li {
	display: inline;
	padding: 0 .3em;
	margin: 0;
	list-style-type:none;
	white-space:nowrap;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:visited {
	color:#609;
	text-decoration:none;
}
#breadcrumbs a:hover, #breadcrumbs a:active{
	text-decoration:underline;
}

#nav-left {
	width:23%;
	float:left;
	display:block;
	clear: both;
	background-color:transparent;
	margin-right:.3em;
	padding: 0 .2em 0 .3em;
	box-shadow: 0 0 .5em #999;
}
#nav-left h2 {
	font-size: 1.3em;
	text-align:center;
	color:#000;
	display:block;
}
.nav-left-title {
	font-size: 1.3em;
	text-align:center;
	color:#000;
	display:block;
	font-weight:bold;
	padding:.3em 0;
}
#nav-left ul {
	margin: 0;
	padding:0 0 0 1.3em;
	display:block;
}
#nav-left li {
	margin:.5em 0;
}
#nav-left .home {
	margin:.5em 0 .5em -1.3em;
	list-style:none;
	text-align:center;
	font-weight:bold;
}
#nav-left form {
	border:none;
	border-radius:0;
	padding:0 .3em .5em .3em;
}
#nav-left ul, #nav-left p, #nav-left form { 
font-size: 1em;
margin-bottom: .5em;
}
#nav-left .box {
	width:90%;
	border:1px solid #000;
	/*margin-left: .5em;*/
}

#nav-left .button {
	border:1px solid #000;
	background-color: #609;
	color: #fff;
	/*margin-left: .5em;*/
	margin-top:.2em;
}
#nav-left a:link, #nav-left a:visited {
	color:#000;
	text-decoration: none;
	display:block;
}
#nav-left a:focus, #nav-left a:hover, #nav-left a:active {
	color:#fff;
	text-decoration: none;
	background-color: #609;
	display:block;
}
#nav-left #homelink {
	text-align:center;
	border-top: .1em dotted #609;
}
#copy {
	width: 100%;
}
#copy2 {
	width: 74.5%;
	float:left;
	display:block;
	clear: none;
	background-color:#fff;
}
#copy h1, #copy2 h1 {
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px solid #006666;
	color: #000;
	margin-top: 0;
}
#copy h2, #copy2 h2 {
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #609;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

#copy h3, #copy2 h3 {
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
	margin-left: 2em;
}

#copy2 p, #copy2 ul {
margin: 0 .5em 1em .5em;
}

#copy a:link, #copy a:visited, #copy a:focus, #copy2 a:link, #copy2 a:visited, #copy2 a:focus {
	color: #333;
	text-decoration:underline;
}
#copy a:hover, #copy a:active, #copy2 a:hover, #copy2 a:active {
color: #609;
text-decoration:underline;
}
#copy2 .list-indent, #copy2 .list-indent {
	margin-left:25%;
}
#gallery {
	float:none;
	margin-left:.5em;
	width:100%;
display:block;
text-align:center;
/*border: 1px dotted #ccc;*/
padding: .1em 0;
}
#gallery p, #gallery ul {
	margin: 0 0 0 0;
}
#gallery .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.4em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: .5em;
  padding: .5em .5em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
  }
  
  #gallery3 { /*one big center gallery for all views*/
	float:none;
	margin:0 auto;
	width:90%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 1em .1em 0;
}
#gallery3 .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.1em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3em .3em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
  }

 #gallery3 .callbacks_nav{ 
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 30%;
  left: 1em;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #gallery3 .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  right: 1em;
  }
  

  
   #huh {
	float:none;
	/*margin-left:.5em;*/
	width:90%;
display:block;
text-align:left;
padding: .1em 0;
font-size: .9em;
margin:0 auto;
}
#huh p, #huh ul {
	margin: 0 0 0 0;
}
#huh .callbacks .caption {
  display: block;
  padding: .5em .5em;
  margin: 0;
  max-width: none;
  border:1px solid #999;
  }

 #huh .callbacks_nav {
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 7em;
  left: .2em;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #huh .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  #huh .callbacks_nav:active {
  opacity: 1.0;
  }
  
    #rogues-gallery {
	  float:right;
	margin-left:.5em;
	width:35%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
  }
  #rogues-gallery p {
	  font-size:.9em;
	  text-align:left;
	  padding-left: .4em;
  }
  #rogues-gallery .important {
	  text-transform:uppercase;
	  font-weight: bold;
	  color:#fff;
	  font-size:1em;
  } 
#rogues-gallery h2 {
	  color:#fff;
	  margin-top: 0;
	   text-align:center;
  }

/* For 2 column layout*/

#copy2 #gallery .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.2em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3em .3em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
    }

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 1em 0;
	background:transparent url(/graphics2014/bg-blue.jpg) repeat;
	border-top: .1em solid #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: .8em;
	margin-top:0;
}
#footer a:link, #footer a:visited, #footer a:focus {
	color:#333;
}
#footer a:hover, #footer a:active {
color: #609;
}
#footer #social {
	text-align:center;
	margin-bottom:.5em;
}
#footer #social img {
	margin-right:.5em;
}

#footer #bottom-nav{
	text-align:center;
margin:1em 0;
display:block;
	display:block;
	font-family: 'Droid Sans', sans-serif;
	font-size: .9em;
	color:#000;
	padding:0 0;
	background-color: transparent;
  width:100%;
  clear:none;
}
#footer #bottom-nav a {
	display:inline;
	padding: 0;
	background-image:none;
}
#footer #bottom-nav a:link, #footer #bottom-nav a:visited, #footer #bottom-nav a:focus {
	color:#000;
	text-decoration:underline;
	background-color:transparent;
}

#footer #bottom-nav a:hover, #footer #bottom-nav a:active {
	color:#609;
	text-decoration:none;
	background-color: transparent;
}
#footer #bottom-nav ul {
	margin-left:0;
	padding-left:0;
	
}

#footer #bottom-nav li {
	margin-bottom: .3em;
	display: inline;
	padding: 0 .5em;
	margin: 0;
	border-right: .1em solid #000;
	list-style-type:none;
	white-space:nowrap;
}
/*For Newspapers website*/
#top-pics ul {
	text-align:center;
	margin:0;
	padding:0;
}
#top-pics li {
	display:inline;
	list-style-type:none;
	padding: .4em;
}
#top-pics img {
	margin-bottom:10px;
	width:200px;
}
#tabinator {
	border: 3px double #666;
	padding:0 8px;
	border-radius: 5px;
}
#tabinator p {
	margin: 10px 0;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
.two-col {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
}
.floatr-youtube {
	float:right;
	margin-left:.5em;
	width:30%;
display:block;
text-align:center;
font-size: .8em;
border: 1px dotted #ccc;
padding: .1em 0;
}

.floatr-streaming {
	float:right;
	margin-left:.5em;
	width:50%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
}
.floatl-streaming {
	float:left;
	margin-right:1em;
	width:45%;
display:block;
text-align:center;
padding-top: .1em;
}
.floatl-streamingtext {
	float:left;
	margin:0;
	width:50%;
display:block;
padding: .5em ;
margin-top:0;
}
.video-wrap {
	float:right;
	display:block;
	width:50%;
	height: 50%;
	margin-left:.5em;
}
.floatr-video {
	float:right;
	margin-left:.5em;
	width:60%;
display:block;
text-align:center;
/*border: 1px dotted #ccc;*/
padding: .1em 0;
}
.floatr40-nocenter {
	float:right;
	margin-left:.5em;
	width:40%;
	display:block;
	text-align:left;
	padding-right:1em;
}
.floatr50-nocenter {
	float:right;
	margin-left:.5em;
	width:50%;
	display:block;
	text-align:left;
	padding-right:.3em;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	 padding-bottom: .1em;
	background:transparent url(/graphics2014/bg-gray.jpg) repeat;
}
#header {
	clear: both;
	float: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
	display: block;
	position:absolute;
z-index:5;
max-width: 1232px;
background-color:transparent;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
/* 	width: 23.7288%; */
	width: 33.8474025%;
	display: block;
	padding: 0;
}

#header-right {
	clear: none;
	float: left;
	margin-left:0;
/* 	width: 76.2711%; */
	width: 66.1524975%
	display: block;
}

/* here's the navbar background-color */
#nav {
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.3em;
	color:#fff;
	padding:.5em 0;
  /* background: rgb(0, 121, 121);
  background: rgba(0, 121, 121, .9);*/
  background-color: #006666; 
  width:100%;
  clear:none;
  display:block;
}
#nav a:link, #nav a:visited, #nav a:focus {
	color:#fff;
	text-decoration:none;
	background-color:transparent;
}
#nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:underline;
}
#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	display: inline;
	padding: 0 .5em;
	margin: 0;
	border-right: .1em solid #fff;
	list-style-type:none;
	white-space:nowrap;
}




#nav li:last-child, #footer #bottom-nav li:last-child  {
	border-right: none;
}
#nav .noborder, #footer #bottom-nav .noborder {
	border-right: none;
}
#searchlink {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index:20;
	margin-top:-.5em
}
#searchlink .collapsibleContainerTitle
{
 margin-left:5em;
    cursor:pointer;
width:150px;
text-align:center;
 background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .8);
  font-weight:bold;
  font-size:1.5em;
  font-family: 'Droid Sans', sans-serif;
 margin-top:0;
 padding:0;
 line-height:.9em;
 /*outline-style: none;*/
    outline-width: 0px;
border:none;
display:block;
padding-top:.2em;
}
.collapsibleContainerTitle a:link, .collapsibleContainerTitle a:visited  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
}
.collapsibleContainerTitle a:focus  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
	 /*-moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;*/
}
.collapsibleContainerTitle a:hover, .collapsibleContainerTitle a:active {
	color:#000;
	text-decoration:none;
}

.collapsibleContainerTitle div
{
    padding-top:0;
    padding-left:0;
	margin-left:0;
border:none;
}


.collapsibleContainerContent
{
    padding: .5em 2em ;
	display:none;
	background-color: #fff;
  background: rgba(255, 255, 255, .8);
font-family: 'Droid Sans', sans-serif;
border:none;
}



.TabbedPanelsTab {
		font-size:1.1em;
		padding: .1em .5em 0 .5em;
}
.searchhome {
	width: 50%;
	border:.1em solid #000;
}
 
 #pano {display:block;}

#misc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;
	margin-top:-1.5em;
	z-index: 10;
	background-color:transparent;
	text-align: center;
	padding-bottom:1.5em;
	/*font-family: 'Droid Sans', sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	
}
#misc p, #misc ul, #misc ol, #misc address, #misc dl, #misc .bigfont, #webform
{
  font-size: 1.05em;
  line-height: 1.6em;
}
#misc ul {
	padding-top:0;
	margin-top:.3em;
}

#misc-contents {
	clear: both;
	float: none;
	display: block;
	background-color:#fff;
	text-align:left;
	width:90%;
	margin:0 auto;
	box-shadow: 0 0 .6em #999;
	padding: .5em 1em 1em 1em;
}

#copy {
	width: 100%;
}
#nav-left {
	width:23%;
	/*width:23.4%;*/
	float:left;
	display:block;
	clear: both;
	background-color:transparent;
	font-size: 1em;
	margin-right:.3em;
	padding: 0 .2em;
}
#nav-left h2 {
	font-size: 1.3em;
	text-align:center;
	color:#000;
}
.nav-left-title {
	font-size: 1.3em;
	text-align:center;
	color:#000;
	display:block;
	font-weight:bold;
	padding:.3em 0;
}
#nav-left ul, #nav-left p { 
font-size: 1em;
margin-bottom: .5em;
}

#copy2 {
	width:75%;
	/*width: 76.6%;*/
	float:left;
	display:block;
	clear: none;
}
#copy h1, #copy2 h1 {
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-left: 1em;
	margin-right: 1em;
	border-bottom: 1px solid #006666;
	color: #000;
}

#copy2 p, #copy2 ul{
margin: 0 .5em 1em .5em;
}

#copy a:link, #copy a:visited, #copy a:focus, #copy2 a:link, #copy2 a:visited, #copy2 a:focus {
	color: #333;
	text-decoration:underline;
}
#copy a:hover, #copy a:active, #copy2 a:hover, #copy2 a:active {
color: #609;
text-decoration:underline;
}
#copy2 .list-indent, #copy2 .list-indent {
	margin-left:15%;
}

#gallery, #gallery2 {
	float:right;
	margin-left:.5em;
	width:40%;
display:block;
text-align:center;
/*border: 1px dotted #ccc;*/
padding: .1em 0;
}
#gallery p, #gallery ul, #gallery2 p, #gallery2 ul  {
	margin: 0 0 0 0;
}
#gallery .callbacks .caption, #gallery2 .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: .5em;
  padding: .5em .5em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
  }
   #gallery3 { /*one big center gallery for all views*/
	float:none;
	margin:0 auto;
	width:70%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 1em .1em 0;
}
  #rogues-gallery {
	  float:right;
	margin-left:.5em;
	width:40%;
display:block;
text-align:center;
border: 1px dotted #ccc;
padding: .1em 0;
  }
  
  #rogues-gallery p {
	  font-size:.9em;
	  text-align:left;
	  padding-left: .4em;
  }
  #rogues-gallery .important {
	  text-transform:uppercase;
	  font-weight: bold;
	  color:#fff;
	  font-size:1em;
  } 
  
#rogues-gallery h2 {
	  color:#fff;
	  margin-top: 0;
  }
 /*Stuff for Stereoscopic slides gallery*/


 
 #huh {
	float:none;
	/*margin-left:.5em;*/
	width:75%;
display:block;
text-align:left;
padding: .1em 0;
font-size: .9em;
margin:0 auto;
}
#huh p, #huh ul {
	margin: 0 0 0 0;
}
#huh .callbacks .caption {
  display: block;
  padding: .5em .5em;
  margin: 0;
  max-width: none;
  border:1px solid #999;
  }

 #huh .callbacks_nav {
  display: block;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 8em;
  left: .2em;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 67px;
  width: 50px;
  background: transparent url("arrows-inner.png") no-repeat left top;
  }
 #huh .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  #huh .callbacks_nav:active {
  opacity: 1.0;
  }

  
/* For 2 column layout*/
#copy2 #gallery, #copy2 #gallery2 {
	float:right;
	margin-left:.5em;
	width:50%;
display:block;
text-align:center;
/*border: 1px dotted #ccc;*/
padding: .1em 0;
}
#copy2 #gallery p, #copy2 #gallery ul, #copy2 #gallery2 p, #copy2 #gallery2 ul {
	margin: 0 0 0 0;
}
#copy2 #gallery .callbacks .caption, #copy2 #gallery2 .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background-color: #609;
  background: rgba(102, 0, 153, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3em .3em;
  margin: 0;
  max-width: none;
  font-family: Georgia, Times, serif;
    }
#copy #mastro-search, #copy2 #mastro-search  {
	float:left;
	margin-right:.5em;
	width:40%;
	display:block;
	text-align:center;
	padding:0;
	border: 1px solid #609;
	margin-bottom:0;
}
/*For Newspapers website*/
#top-pics ul {
	text-align:center;
	margin:0;
	padding:0;
}
#top-pics li {
	display:inline;
	list-style-type:none;
	padding: .4em;
}
#top-pics img {
	margin-bottom:10px;
	width:250px;
}
#tabinator {
	margin-left: 70px;
	margin-right: 70px;
	border: 3px double #666;
	padding:0 8px;
	border-radius: 5px;
}
#tabinator p {
	margin: 10px 0;
}
.nudge130 {
	margin-left:13em;
}
.nudge150 {
	margin-left:15em;
}
/*end newspapers*/
 
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 1em 0;
	background:transparent url(/graphics2014/bg-blue.jpg) repeat;
	border-top: .1em solid #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: .8em;
	margin-top:0;
}
#footer a:link, #footer a:visited, #footer a:focus {
	color:#333;
}
#footer a:hover, #footer a:active {
color: #609;
}
#footer #social {
	text-align:center;
	margin-bottom:.5em;
}
#footer #social img {
	margin-right:.5em;
}
#footer #bottom-nav{
	text-align:center;
margin:1em 0;
display:block;
	display:block;
	font-family: 'Droid Sans', sans-serif;
	font-size: .9em;
	color:#000;
	padding:0 0;
	background-color: transparent;
  width:100%;
  clear:none;
}
#footer #bottom-nav a {
	display:inline;
	padding: 0;
	background-image:none;
}
#footer #bottom-nav a:link, #footer #bottom-nav a:visited, #footer #bottom-nav a:focus {
	color:#000;
	text-decoration:underline;
	background-color:transparent;
}
#footer #bottom-nav a:hover, #footer #bottom-nav a:active {
	color:#609;
	text-decoration:none;
	background-color: transparent;
}
#footer #bottom-nav ul {
	margin-left:0;
	padding-left:0;
	
}

#footer #bottom-nav li {
	margin-bottom: .3em;
	display: inline;
	padding: 0 .5em;
	margin: 0;
	border-right: .1em solid #000;
	list-style-type:none;
	white-space:nowrap;
}
}