/* <!-- compression status: 1 --> (this is for http compression) */
/*  (access variables with, for example,  ) */
/*  (not this either :) */

h1.documentFirstHeading{
	margin-top:0;
	margin-bottom:0.5em;
	font-family: Bolton, "Arial Black", Gadget, sans-serif;
	letter-spacing: 0.03em;
	color: #007bba;
	font-weight: normal;
}

h2,h3,h4,h5,h6{
	margin-bottom:0;
}

p{
	margin-top:0;
}

hr {
	border:0 none #fff;
	border-top: 1px dashed #999;
	clear: both;
	height:1px;
}

.hidden{
	display:none;	
}

.noclear{
	clear:none !important;
}

.clearall,
.clear-all,
.clear-both{
	clear:both;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

.nowrap{
	white-space:nowrap;
}

.padp{
	margin:1em 0;
}

ul.nonlist{
	margin:0;
	padding:0;
	list-style-type:none;
}

dt{
	font-size:1.3em;
	font-weight:bold;
}

dd {
	margin:0;
	padding:0 0 1em 0;
}

.small{
	font-size:90%;
}

.divider{
	border-bottom:1px solid #7F7F7F;
}


.float-right,
.image-right{
	float:right;
	margin: 0 0 1em 1em;
}

.float-left,
.image-left{
	float:left;
	margin: 0.3em 0.5em 0.1em 0; /* previously used DTML variables */
}


/* Make cells visible for kupu */
.kupu table td,
.kupu table th{
	border:1px dashed #D9D9D9;
}

table{
	padding: 0px;
	margin: 0px;
	border: 0px none;
	border-spacing: 0px;
	border-collapse:collapse;
}

/* only apply to editable content to avoid making a mess of Plone's own tables, also duplicate style for kupu area */
#contentArea table tbody td,
#contentArea table tfoot td,
#contentArea table tbody th,
#contentArea table tfoot th,
.kupu table tbody td,
.kupu table tfoot td,
.kupu table tbody th,
.kupu table tfoot th{
    padding:0.25em 1em;
    border-top:1px solid #D9D9D9;
}

#contentArea table thead td,
#contentArea table thead th,
.kupu table thead td,
.kupu table thead th{
    padding:0.25em 1em;
    border-bottom:1px solid #808080;
    text-align:left;
}

#contentArea table tbody th,
.kupu table tbody th{
    text-align:left;
}

/*<group=Styles for images in the content area only>*/
#contentArea img,
#contentArea span.correctedPNG{
  padding:4px;
  border:1px solid #ccc;
}

#contentArea a img,
#contentArea a span.correctedPNG{
  padding:4px;
  border:1px solid;
}

.borderless, .no-border{
	border:0 !important;
}

/* might not need to define this here
#contentArea a:link img{
  border-color:blue;
} */

/* shouldn't use purple - might not need defining at all
#contentArea a:visited img{
  border-color:purple;
}
/

#contentArea img.middle-aligned{
	vertical-align:middle;
	border:0;
	padding:0;
	margin:0
}

/*</group>*/

/* Default content styles for forms */

form{
	display:block;
	margin:0;
	padding:0;
	padding-top:0.5em;
	padding-right:1em; 
}

input,
textarea{
    font-family: "Helvetica Neue", Arial, sans-serif;;
}

.formRow {
  margin-bottom:0.5em;
  clear:both;
}

.defaultFormLabel {
  float:left;
  width:15em;
  text-align:right;
}

.defaultFormField {
  margin-left:0.5em;
  width:25em;
}

.shortFormField {
  width:10em;
}

.defaultFormButton {
  margin-left:15.5em;
}

.defaultFormHelp {
  margin-left:15.5em;
}

.formError {
  border:1px solid #CC0000;
  background-color:#FFCCCC;
}

.imagebutton {
	vertical-align:middle;
}

/* End of default content styles for forms */


/* Styles for displaying gallery-like items when formateted in unordered lists (i.e. image with caption) */

.gallery li {
	float: left;
	margin: 0em;
	padding:0.5em 1em;
	text-align: center;
	font-size:90%;
	list-style-type:none;
}

.gallery .body{
	display:block;
	padding: 0;
	margin: 0;
	width:128px;
}

.gallery .imagebox{
	display:table-cell;
	padding: 0;
	margin: 0;
	width:128px;
	height:132px; 
	text-align:center;
	vertical-align:middle;
	line-height:0.1;
}

* html .gallery .imagebox{
	display:inline-block;
}

.gallery .databox{
	display:block;
	padding: 0;
	margin: 0.5em 0 0;
	width:128px;
	height:8em;
	text-align:center;
	vertical-align:top;
}

/* End of gallery styles */

.use-title-as-caption p {
	color: #444;
	margin-top: 0.5em;
	line-height: 1.2;
	font-size: 0.9em;
}

/* 
This style is overriden for IE 6 in templateIE.css
*/
div.use-title-as-caption.image-left {
	margin-right:1.25em;
}

/*<group=New, Clean>*/

/*<group=File Icons>*/
a[href$=".mov"] {
	background: url(/template/images/Quicktime-File-Icon16x16.png)
	no-repeat 0px 50%;
	padding-left: 20px;
}

a[href$=".pdf"] {
	background: url(/template/images/PDF-Icon-16x16.png)
	no-repeat 0px 50%;
	padding: 8px 0px 8px 20px;
}

.rsslink{
	background:url(/feed.gif) no-repeat center left;
	padding: 8px 0px 8px 20px;
}

.rsslink a:hover{
	background-color: #fff;
}

/*</group>*/

body {
	line-height: 1.5;
	margin: 0px;
}

.align-right,
.attribution {
	text-align: right;
}

a:link {
	color: #0159af;
}

a:visited {
	color: #186082;
}

a:visited:hover {
	color:#fff;
	background-color: #616724;
}

a:hover {
	color: #fff;
	background-color: #377abf;
}


h2 {
	font-weight: normal;
	line-height: 1.3em;
}

.inPageTabs ul li {
	display: inline;
}

.inPageTabs li{
	display: inline;
	background-color: #dbdbdb;
	padding:0.3em 0.7em;
	margin: 0.0em;
}

.inPageTabs a{
	text-decoration:none;
	color:black;
}

.inPageTabs .currentPage{
	background-color:black;
	color:white;
}

/*<group=flyout-styles>*/
ul.flyout-right,
ol.flyout-right{
	padding-left:2em;
}

.flyout-right ul li {
	list-style-type: square;
}

.flyout-right ul {
}

.flyout-right{
	float:right;
	width:33%;
	background-color:#ededed;
	margin:0 0 1em 1em;
	padding:0em;
	font-size:0.9em;
	clear:right;
}

.flyout-right h2{
	background-color: #009fea;
	padding: 0em 0em;
	margin:0em;
	margin-top:-9px;
	border-top:9px solid #fff;
	color: #fff;
	font-size: 1.15em;
}

.flyout-right h2 a{
	color: #000;
}

.flyout-right h3{
	font-size: 1em;
	margin: 1em;
}

.flyout-right p{
	padding: 0em 1em;
}
/*</group>*/

/*Old Flyouts - may still be useful>
.flyout-left{
    float:left;
    width:33%;
    margin: 0 1em 1em 0;
    padding:1em;
    border:;
    font-size:0.9em;
    clear:left;
}

ul.flyout-left,
ol.flyout-left{
    padding-left:2em;
}
*/


/*<group=quotes>*/
.inline-quote{
	position:relative;
	background-color:#D9D9D9;
	float:right;
	width:40%;
	border:1px solid #666;
	margin-left:0.5em;
	padding:0.5em;
	overflow:hidden;
}

.inline-quote h3{
	display:none;
}

.inline-quote blockquote{
	border:0;
	padding:0;
	margin:0;
}

blockquote {
	background: url(/template/images/curly-quote.png) no-repeat left top ;
	margin: 2em 0;
	padding-left: 49px ;
	position: relative ;
}

/*</group>*/

/*<group=timeline>*/
.timeline{
	margin-top:1em ;
	border-collapse: collapse;
}

.timeline th{
	color: #ff9c03;
	text-align: right;
	vertical-align: top;
	border-right: 2px solid #feaa27;
	padding: 0 1em 0 0;
	width:30%;
}

.timeline td {
	padding: 0em 0em 3em 1em;
	line-height: 1.5;
}

#contentArea table.timeline tbody td,
#contentArea table.timeline tbody th{
    border-top:0;
}
/*</group>*/

/*<group=footer>*/
#footer{
	position:absolute;
	bottom:0;
	padding:0;
	/*
	background-color: #ededed;
	background-image: url(/template/images/Footer-Stripes.png);
	background-repeat: repeat-x;
	background-position: top;
	*/
	background: #ededed url(/template/images/Footer-Stripes.png) repeat-x top left;
	clear:both;
	width:100%;
}

#footer ul li{
	display: inline;
}

#footer p{
	padding:0 1em;
	margin:0;
}

#footer .logo{
	float:left;
	margin:1.5em 1em 1em 0;
}
/*</group>*/

/*<group=columns>*/
.column-container {
	display:inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index:-1;
}

/*<group=columns-50percent>*/
.column-a-50percent {
	float: left;
	width: 49%;
}

.column-b-50percent {
	float: right;
	width: 49%;
}	
/*</group>*/

/*<group=columns-66/33percent>*/
.column-a-66percent {
	float: left;
	width: 64%;
}

.column-b-33percent {
	float: right;
	width: 33%;
}
/*</group>*/	
/*</group>*/

/*  */

/*<group=homepage-specific>*/
.homepage #contentArea{
	line-height: 1.2;
	font-size: 97%;
}

.homepage h2 {
	font-weight: bold;
	font-size: 1.1em;
}

.homepage .flyout-right {
	background-color: #f0f0f0;
	/* font-size: 100%; */
}


.homepage .flyout-right ul {
	padding-left: 1em;
	margin-left:0;
}

.homepage .flyout-right ul li{
	line-height: 1.3em;
	padding: 0.3em;
	list-style-type: none;
}

.homepage .flyout-right h2{
	padding-top:0.5em;
	padding-left:1em;
	background-color: #f0f0f0;
}

/* .homepage h2 a {	color: #000; } */

.homepage #contentArea img{
	padding:0px;
	border:0px;
}

.homepage #contentArea a img{
	padding:0px;
	border:0px;
}

.homepage #contentArea hr {
	border:0px hidden #fff;
	border-top: 1px dashed #999;
	margin-top:20px;
	height:1px;
}

/*</group>*/
