
@media print {

  body * {
    display: none;
	border: 0;
  }
  
  #dashChange {
    visibility: visible;
	display: block;
	border: 0;
  }
  
  #ajaxChange {
    visibility: visible;
	display: block;
  }
  
  #ajaxChange img {
    visibility: visible;
	display: block;
  }
  
}


	
* {
  margin: 0;
  padding: 0;
  spacing: 0;
  border: 0;
}

li {
  list-style-type: none;
}

html, body {
  height: 100%;
  font-family: verdana;
}

img {
  display: block;
}

/* FORMS */

form {
  text-align: left;
}
label {
  margin-top: 10px;
  text-align: left;
}

button {
  margin-top: 20px;
  padding: 2px 5px 2px 5px;
}

label, input, button {
  display: block;
}

input, button, textarea {
  border: 1px solid black;
}

textarea {
  width: 300px;
  height: 150px;
}

input {
  width: 200px;
}

hr {
  width: 85%;
  height: 1px;
  background-color: black;
  margin: 6px auto;
}

/* END FORMS */

.clear {
  clear: both;
}



.row {
  height: 220px;
}

#fullContent .row {
  height: 235px;
}

#container {
  background-color: #FFF;
  position: relative;
  min-width: 1000px;

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treated as min-height*/
  min-height:100%; /* real browsers */
}

#header {
  height: 77px;
  width: 100%;
  background-color: #f1f1f2;
  background-repeat: repeat-x;
}

#header div {
  float: left;
}

#headerLinks {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 450px;
  text-align: right;
  font-size: 8pt;
}

#headerLinks {
  color: #637BB8;
}

#headerLinks a {
  color: #637BB8;
  text-decoration: none;
}

#headerLinks a:hover {
  color: #637BB8;
  text-decoration: underline;
}


#content {
  padding-bottom: 104px;
  padding-right: 278px;
  background-repeat: repeat-x;
  position: relative;
}

#fullContent {
  padding-bottom: 104px;
  background-repeat: repeat-x;
  position: relative;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 104px;
  background-color: #CCC;
  background-repeat: repeat-x;
  width: 100%;
  text-align: center;
}

#footer .copy {
  display: block;
  font-size: 10pt;
  color: #a8b0b9;
  padding-top: 30px;
  width: 95%;
}

#footer a {
  color: #a8b0b9;
}

#footer a:hover {
  color: color: #a8b0b9;
  text-decoration: none;
}

#navagation {
  position: absolute;
  margin-bottom: 104px;
  top: 110px;
  right: 0;
  width: 278px;
  background-color: #f2f2f2;
  background-repeat: repeat-y;
  padding-top: 7px;
  color: #666;
  text-align: center;
}



#navagation .info {
  color: #909090;
  padding: 0 10px 0 10px;
  text-align: left;
  font-size: 9pt;
}

#navagation .info h1 {
  color: black;
  margin-bottom: 3px;
  font-weight: 600;
}

#navagation .info h1 span {
  color: #486b8b;
  font-size: 9pt;
}

#navagation #topimg {
  width: 278px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}

#navagation .navContent {
  margin: 0 15px 15px 15px;
}


#navagation  h1 {
  font-size: 12pt;
}

#navagation li {
  padding-left: 20px;
}

#navagation a {
  color: #777;
  text-decoration: none;
}

#navagation a:hover {
  text-decoration: underline;
}

#images {
  min-height: 200px;
  font-size: 10pt;
}

#images h1 {
  color: #999;
  margin: 15px 0 5px 0;
  font-size: 10pt;
}

#images h2 {
  display: inline;
  color: #999;
  text-decoration: underline;
  font-size: 10pt;
}

#images a {
  color: #4C4C4C;
}

#images a:hover {
  color: #999;
  text-decoration: underline;
}

/* NODE STYLES */

.node { /* the main container for the nodes */
  width: 19.99%;
  float: left;
  text-align: center;
  height: 270px;
  position: relative;
}

#fullContent .node {
  height: 290px;
}

.node .shadow {
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: auto;
}

.node .shadow div {
  background-image: url(../../img/shadowfade.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 12px 12px 0px;
}

.node .shadow img, .node .shadow .video {
  background-color: #fff;
  padding: 4px;
  display: block;
}

.node .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  width: 100%;
  font-size: 9pt;
}

.node .caption a {
  color: #4C4C4C;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
}

.node .caption a:hover {
  text-decoration: underline;
  color: black;
}


/* END NODE STYLES */


/* NAV NODE STYLES */

.navNode { /* the main container for the nodes */
  width: 100%;
  text-align: center;
  margin: 15px auto 15px auto;
  position: relative;
}

.navNode .image {
  margin: auto;
  position: relative;
  border: 1px solid #CCC;
  padding: 4px;
  background-color: white;
}

.navNode .shadow {
  position: absolute;
  bottom: -13px;
  right: -13px;
  height: 103%;
  width: 103%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
}

.navNode .leftfade, .navNode .topfade { /* the image fade-in effects */
  position: absolute;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  z-index: 0;
}

.navNode .leftfade {
  bottom: -13px;
  left: 0;
}

.navNode .topfade {
  top: 0;
  right: -13px;
}


/* NAV NODE STYLES */




#contentHead {
  height: 70px;
  margin: 0 20px 0 20px;
  padding-top: 15px;
}

.hierarchy {
  margin: 0 0 12px 0;
  font-size: 12pt;
  color: #606060;
  font-weight: 600;
}

.hierarchy a {
  color: #26479b;
  font-size: 8pt;
  text-decoration: none;
}

.hierarchy a:hover {
  text-decoration: underline;
  font-size: 8pt;
}

#contentHead h3 {
  color: #666;
  font-size: 24pt;
  display: block;
  position: absolute;
  top: 30px;
  right: 330px;
}

/* PAGINATION */

#pagination {
  position: absolute;
  top: 85px;
  right: 278px;
  font-size: 9pt;
  z-index: 2;
	margin-right: 10px;
}

#paginationBottom {
  position: absolute;
  bottom: 110px;
  right: 300px;
  font-size: 9pt;
  z-index: 2;
}

#paginationBottom.full {
  right: 30px;
}

#pagination li.current a, #paginationBottom li.current a {
  color: #284AA1;
  font-weight: bold;
  font-size: 11pt;
}

#pagination img, #pagination ul, #pagination li, #paginationBottom  img, #paginationBottom  ul, #paginationBottom  li {
  display: inline;
}

#pagination ul, #pagination span, #paginationBottom  ul, #paginationBottom  span {
  position: relative;
  top: -2px;
  font-weight: 600;
  color: #606060;
}

#pagination img, #paginationBottom  img{
  padding: 0 5px 0 5px;
}

#pagination li, #paginationBottom  li {
  padding: 0 2px 0 2px;
}

#pagination a, #paginationBottom  a {
  text-decoration: none;
  color: #A0A0A0;
  font-weight: 600;
  font-size: 10pt;
}

#pagination a:hover, #paginationBottom  a:hover {
  color: #606060 ;
  text-decoration: none;
}


/* END PAGINATION */


/* POPUP STYLES */
#pop {
  position: fixed;
  z-index: 20;
  width: 100%;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treated as min-height*/
  min-height:100%; /* real browsers */
  
  background-image: url(../../img/overlay.png);
  background-repeat: repeat;
  
  visibility: hidden;
}

#dashChange {
  position: absolute;
  visibility: hidden;
  top: 20px;
  left: 10%;
  padding: 10px 5px 5px 5px;
  width: 80%;
  border: 1px solid black;
  background-color: white;
  z-index: 21;
}

#ajaxChange {
  width: 100%;
  overflow: auto;
}

.popDiv .popClose {
  position: absolute;
  top: -10px;
  right: -10px;
  
}

.popDiv form {
  width: 520px;
  margin: 10px auto 10px auto;
  padding: 8px;
  border: 1px dashed #CCC;
}

#ajaxChange span {
  font-size: 8pt;
  color: #666;
}

#ajaxChange a {
  color: #666;
  text-decoration: underline;
}

#ajaxChange a:hover {
  text-decoration: none;
}

/* END POPUP STYLES */

/* DROP DOWN MENU FOR 'ADD MORE' BUTTON*/

#optionImage {
  position: relative;
  width: 134px;
}

#optionImage div {
  visibility: hidden;
  position: absolute;
  top: 25px;
  left: 5px;
  width: 124px;
  border: 1px solid black;
  border-top: 0;
  z-index: 1;
  background-color: white;
}

#optionImage div a {
  display: block;
  text-decoration: none;
  color: black;
  padding-left: 4px;
}

#optionImage div a:hover {
  background-color: #CCC;
  color: white;
}

/* end drop down CSS */

/* bar */

.bar {
  height: 15px;
  display: block;
  width: 95%;
  background-image: url(../../img/barbg.png);
  background-repeat: repeat-x;
  margin: auto;
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
}

.bar:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
  cursor: hand;
  cursor: pointer;
}

.barSelected {
  height: 15px;
  display: block;
  width: 80%;
  background-image: url(../../img/barbg.png);
  background-repeat: repeat-x;
  margin: auto;
}

/* end bar */

/* SLIDESHOW */

#ssContainer {
  width: 400px;
  height: 4px;
  border: 1px solid #CCC;
  margin: 5px auto 5px auto;
}

#ssBar {
  height: 4px;
  width: 0;
  background-color: #CCC;
}

.ssImage {
  margin: 3px auto 20px;
  border: 1px solid black;
  padding: 3px;
}

.ssOptions {
  margin: auto;
  padding-top: 20px;
}

.ssOptions img {
  display: inline;
  margin: 0 2px 0 2px;
}

/* SLIDESHOW */

#ajaxChange {
  text-align: center;
  width: 100%;
}

#ajaxChange img {
  margin: auto;
  padding: 2px;
  border: 1px solid black;
}

#navChange {
  text-align: left;
}

#navChange h1 {
  text-align: center;
  margin: 5px auto 5px auto;
}

#navChange ul, li {
  margin: 0;
}

.node .blankFill {
  width: 95%;
  height: 100%;
  margin: auto;
  background-color: white;
  border: 2px dashed #CCC;
  margin: 0 1px 0 1px;
}

#placeHolder {
  background-color: white;
  position: absolute;
  visibility: hidden;
  z-index: 3;
}

  .sitemap {
    margin-left: 15px;
    list-style-type: disc;
  }
  
  .sitemap li {
    list-style-type: disc;
  }
  
 .addthis {
   position: absolute;
   top: 0;
   right: 190px;
 }
 
  .addthis_cats {
   position: absolute;
   top: 0;
   right: 140px;
 }
 
.addthis a, .addthis_cats a {
  font-weight: normal !important;
  font-size: 1em !important;
  color: #4C4C4C !important;
  text-decoration: underline !important;
}

.addthis a:hover, .addthis_cats a:hover {
  text-decoration: none !important;
}

.move_page {
  padding-top: 10px;
}

.move_page input {
  width: 40px;
  display: inline;
  margin-left: 3px;
}

.addthis_toolbox {
	position: absolute;
	left: 100%;
	top: 0;
	width: 278px;
	margin-left: 10px;
}

.img_extra_container {
	float: left;
	position: relative;
	left: 50%;
}

.img_extra {
	float: left;
	position: relative;
	right: 50%;
}

.img_extra span {
	float: left;
}

#ajaxChange .span_text {
	float: none;
	color: black;
	margin-right: 2px;
	font-size: 1.1em;
}
