@CHARSET "UTF-8";

body {
  font-family: sans-serif;
  margin-top:0;
  padding-top: 0;
  text-align: center;     
  color: #000000;
}

#page {
  width: 970px;
  margin: 0 auto;
  text-align: left;
  border-top: solid 7px #dfe9f2;      
}
      
a {
  text-decoration: none;  
}

h1 {
  margin: 5px 0;
  padding: 0;
  font-size: 1.2em;
}
h1, h2, h3 {
         
}

a, .logo, .article.item h3 {
  color: #2c9ab7;  
}
  
a:hover, a.selected {
  color: #f99d3e;        
}
        
              

.cleaner {
  font-size:0;
  line-height:0;
  clear:both;
}

.left {
  float: left;      
}

.right {
  float: right;       
}
       
.two-column .column.left {
  width: 75%;
  margin:0;
  padding: 0;                         
}

.two-column .column.right {
  width: 24%;
  margin: 0;
  padding: 0;
}

#content-header {
  background: url('../content/images/design/header-bg.png') repeat-x;
  line-height: 86px;
  margin: 0;
  height: 86px;
  overflow: hidden;     
}

#content-header img {
  float: left;
  margin: 0 50px;         
}

#content-header a {
  padding: 0 10px;
  border-right: 1px solid #47a6c0;         
}
#content-header a:last-child {
  border-right: none;               
}
                     
.logo, .logo img {
  padding: 0;
  margin: 0;      
}  
.logo {
  position: relative;        
}        
.logo ul.blue {
  background-color: #2c9ab7;
  list-style: none; 
  margin: 0;
  padding: 20px 0 20px 5%;         
}      

.logo ul.blue li {
  float: left; 
  width: 26%;
  display: block;
  margin: 0 2%;  
  background: url('../content/images/design/header-bg.png') repeat-x left bottom #fefefe;
  padding: 5px; 
  font-size: 0.9em; 
  -webkit-border-radius: 5px;
  border-radius: 5px;             
}

.logo ul.blue li img {
  float: left;                     
} 
.logo ul.blue li.cleaner {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  height: 0;
  -webkit-border-radius: 0;
  border-radius: 0;                          
}
                         

.logo ul.blue li td {
  white-space: nowrap;                    
}
                                    
                 
                 
#content {
  padding: 10px 50px;    
}

.list {
  
}

#content-footer {
  background-color: #c4dae2;
  min-height: 86px;
  line-height: 86px;
  color: #000000;        
}
        
 
/* GALLERY DEFINITION */
.galleryImage, img {
  margin: 5px;
}


.galleryImages .galleryImage {
  display: inline-block;
  margin: 5px;
  width: 120px;
  max-height: 90px;
  overflow: hidden;
}

.galleryImages .galleryImage img, .pp_content_container img {
  min-width: 120px;
  margin: 0;
}

/* ARTICLE DEFINITIONS */
.article.item {
  font-size: 0.8em; 
  border-bottom: 2px solid #f99d3e; 
  padding-bottom: 10px;
  margin-bottom: 10px;            
}

.article.item h3 {
  margin: 5px 0;
  font-size: 0.9em;   
}
                 
.article.item h3 a {
  color: #fe2702;               
}
               
.article.item img {
  float: left;
  max-width: 200px;
  margin-right: 10px;
  max-height: 100px;              
}

.tabs {
  margin-top: 10px;     
}     

.tabs ul.tab a {
  font-size: 0.8em;           
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
#slider {
  height: 290px;  
  overflow: hidden;   
}
        
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}