/**
 * @subpackage	piob-public 1.0
 * @copyright	Copyright (C) 2013 Azulnet - All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**  General **/

* {
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: justify;
	font-family:  Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 14px;
	line-height: 22px;
	color: #545668;
	background-color: #ffffff;
}

a {
	/* color: #023c56; */
	color: #0069aa;
	text-decoration: underline;
	cursor:pointer;
}

a:hover {
	color: #0069aa;
	text-decoration: underline;
}

img {
	border-style: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}


p {
	margin:8px 0 10px 0;
}

h1 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 400;
	line-height:1.1em;
	color: #545668;
	font-size: 22px;
	margin-bottom: 12px;
}

h1 a {
	color: #545668;
	text-decoration: none;
}

h1 a:hover {
	color: #545668;
	text-decoration: none;
}


h2 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: bold;
	line-height: 1.1em;
	color: #0069aa;
	margin-bottom: 12px;	
	margin-top: 10px;
	font-size: 150%;
}

h2 a {
	color: #0069aa;
	text-decoration: none;
}

h2 a:hover {
	color: #0069aa;
	text-decoration: none;
}

h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 400;
	line-height: 1.1em;
	color: #545668;
	font-size: 18px;
	margin-bottom: 6px;
}

h3 a {
	color: #545668;
	text-decoration: none;
}

h3 a:hover {
	color: #545668;
	text-decoration: none;
}

.moduletable h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 400;
	color: #545668;
	font-size: 22px;
	margin-bottom: 6px;
}

h4 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	color: #545668;
}

h5 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 300;
	color: #545668;
	font-size: 14px;
}

h6 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 600;
	font-size: 13px;
}


ul, ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr {
	border: 0;
	color: #a6a6a6;
	background-color: #a6a6a6;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

.txt_orange {
	color: #ff8d00;
}

.txt_blue {
	color:#0066CC;
}

img.orange {
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border-left: 1px solid #ff8d00;
	border-right: 1px solid #ff8d00;
	border-top: 1px solid #ff8d00;
	border-bottom: 22px solid #ff8d00;
	margin: 0px 0px 2px 0px;
}

.imglink {
	display:block;
	width:340px;
	height:150px;
	float:left;
	text-align:center;
	line-height:1.5em;
	font-size:85%;
	color:#0069aa;
	margin-bottom: 20px;
	font-weight:bold;
}

.imglink img {
	border: 1px solid #0069aa;
	background-color:#FFFFFF;
	margin-bottom: 5px;
}

.imglink a {
	color: #545668;
	text-decoration:none;
}

.imglink a:hover {
	text-decoration:underline;
}

.who, .who6 {
	width: 120px;
}

.who2 {
	width: 135px;	
}

.who7 {
	width: 110px;
}

.who, .who2, .who6, .who7 {
	float:left;
	color: #ff8d00;
	text-align:center;
	font-size: 80%;
	padding: 0 5px 0 5px;
	font-weight:bold;
	margin: 0 10px 10px 0;
	line-height: 1.1em;
}

.who6 {
	margin:0 0 10px 0; !important;
}

.who3 {
	width: 106px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #ff8d00;
	float:left;
	text-align:center;
	font-size: 80%;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	margin: 10px 18px 10px 0;
	line-height: 1.5em;
}

.who4 {
	margin: 5px 0 5px 10px;
	padding:0;
}

.who5 {
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #ff8d00;
	float:left;
	text-align:center;
	font-size: 80%;
	padding: 5px 40px 5px 40px;
	font-weight:bold;
	margin: 5px 0 5px 240px;
	line-height: 2.4em;
}

.who a, .who2 a, .who3 a, .who5 a, .who6 a, .who7 a {
	text-decoration:none;
}

.who3 a {
	color: #545668 !important;
}

h3.greyfull_blue {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/bluecross.png) 12px 6px no-repeat #f0f0f0;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ff8d00;
	clear:both;
}

h3.greyfull_green {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/greencross.png) 12px 6px no-repeat #f0f0f0;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ff8d00;
	clear:both;
}

h3.bluefull_green {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/greencross.png) 12px 6px no-repeat #3274a9;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ffffff;
	clear:both;
}

h3.bluefull_green_second {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/greencross.png) 12px 6px no-repeat #3274a9;
	width: 550px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ffffff;
	clear:both;
}

h3.purple_white {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
        background-color:#660682;
        color:#ffffff !important;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	clear:both;
}

h3.bluefull_white {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/whitecross.png) 12px 6px no-repeat #3274a9;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ffffff;
	clear:both;
}

h3.bluefull_white_second {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: url(../images/whitecross.png) 12px 6px no-repeat #3274a9;
	width: 550px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #ffffff;
	clear:both;
}

h3.greyfull_blue a, h3.greyfull_green a {
	color: #ff8d00;
}

 h3.bluefull_green a, h3.bluefull_green_second a, h3.bluefull_white a, h3.bluefull_white_second a {
	color: #ffffff;
}

h3.greyfull_blue a.bluea, h3.greyfull_green a.bluea {
	color: #0069aa;
}

h3.greyfull_orange {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #cccccc;
	background: #f0f0f0;
	width: 240px;
	float:left;
	padding: 6px 0 6px 10px;
	margin: 0 0 0 10px;
	color: #ff8f00;
	font-size: 115%;
	
}

h4.blueframe {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border:1px solid #3274a9;
	width: 600px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #3274a9;
	clear:both;
}

h4.blueframe_second {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border:1px solid #3274a9;
	width: 550px;
	float:left;
	padding: 6px 30px 6px 40px;
	color: #3274a9;
	clear:both;
}

h4.bluedoc {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border:1px solid #3274a9;
	width: 100%;
	float:left;
	padding: 6px 0 6px 20px;
	display:block;
	margin-bottom: 10px;
	color: #3274a9;
}

a.bluedoc {
	font-size:80%;
	color: #3274a9;
	text-decoration:none;
	padding-left: 10px;
	line-height:45px;
}

p.glossary {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color: #ffffff;
	width: 608px;
	float:left;
	padding: 8px 30px 8px 30px;
	margin-top: -6px;
}


#wrapper-head {
	display: block;
	position:relative;
	padding: 0;
	width: 960px;
	margin:auto;
}

#wrapper-content {
	position:relative;
	width: 960px;
	height: auto;
	background-color:#f9f9f9;
	margin:auto;
	overflow: hidden;
}


#wrapper-footer {
	position:relative;
	display: block;
	height: 156px;
	background-image:url(../images/footer-background.png);
	background-repeat:repeat-x;
	background-position: left;	
	padding: 0;
	margin:auto;
}

h3.dpob {
	background-image:url(../images/hb.png);
	background-repeat:repeat-x;
	background-position: left;
	width:600px;
	color:#FFFFFF;
}

h3.dpoo {
	background-image:url(../images/ho.png);
	background-repeat:repeat-x;
	background-position: left;
	width:600px;
	color:#FFFFFF;
}



/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 400;
	font-size: 12.5px;
	color: #fff;
	background-color: #0069aa;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;	
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0069aa;
}


.readmore a {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 400;
	font-size: 12.5px;	
	text-decoration: none;
	color: #ffffff;
	background-color: #0069aa;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;	
}

.readmore a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0069aa;
}

.blue-button {
	background: url(../images/button-arrow.png) 15px 10px no-repeat,
	url(../images/button-left.png) top left no-repeat, 
	url(../images/button-right.png) top right no-repeat,	
	url(../images/button-background.png) top left repeat-x;
	height: 35px;
	padding: 5px 30px 0 45px;
	float: right;
	border: none;	
	cursor: pointer;
} 

a.blue-button {
	text-decoration:none;
	color: #ffffff;
}



/** Header **/

#header {
	width: 960px;
	margin: auto;
	height: 150px;
	margin-bottom: -1px; /* iPhone/iPad fix */
	overflow: visible;
	background-repeat:no-repeat;	
	background-color: #ffffff;
}

#logo {
	float: left;
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 700;
	font-size: 4.4em;
	line-height: 0.75em;
	letter-spacing: -0.03em;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo a:hover {
	text-decoration: none;
	color: #ffffff;
}

#logo div.sitedescription {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 400;
	font-size: 0.30em;
	letter-spacing: -0.01em;
	color: #545668;
	padding-left: 2px;
}

#topnav {
	padding-top: 10px;
	padding-right: 40px;
	font-size: 0.88em;
	float: right;
}

#topnav a {
	text-decoration: none;
	color: #ffffff;
}

#topnav a:hover {
	color: #fab101;
	text-decoration: underline;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: -11px;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #9e9e9e;
}

#topnav ul.menu li:first-child {
	border: 0;
}


#search {
	clear: right;
	float:right;
	margin-top: 10px;
	padding: 0;
	width: 180px;
	background-color: #e7ecee;
	border: 1px solid #cdcdcd;
}

#date {
	clear:right;
	float:right;
	margin-top: 30px;
	color:#003a62;
}


#mod-search-searchword {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;	
	margin-top: 6px;
	padding: 6px;
	width: 80%;
	border: 1px solid #ffffff;
	outline: none;
}

#mod-finder-searchform .inputbox {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;	
	width: 168px;
	padding: 3px;
	border: 3px solid #ffffff;
	outline: none;
	background-color: #e7ecee;
}

/** News **/

.news_speeches_title {
	overflow:hidden;
	padding: 0px 10px 0px 10px;
	margin: 0 40px 0 80px;
	width:200px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #aeaeae;
	background-color: #ededed;
	float:left;
}

.news_speeches_title img {
	float: left;
	vertical-align:middle;
	margin: 0px 20px 6px 10px;

}

.news_speeches_title h3 {
	color: #0069aa;
	font-size: 130%;
	font-weight:bold;
}

.news_speeches {
	overflow:hidden;
	padding: 0px 10px 20px 10px;
	margin: 10px 40px 0 80px;
	width:200px;
	border: 1px solid #0069aa;
	background-color: #ffffff;
	float:left;
}

.module_news_speeches {
	overflow:hidden;
	padding: 0px 15px 10px 15px;
	margin: 0px 0px 0px -10px;
	width:186px;
	border: 1px solid #0069aa;
	background-color: #ffffff;
	float:left;
}

.news_speeches a.read_more {
	border: 1px solid #0069aa;
	padding: 0px 2px 0px 2px;
	color: #0069aa;
	text-decoration: none;
	float:right;
}

.news_speeches p, .module_news_speeches p  {
	font-size: 80%;
	
}

.news_speeches .title, .module_news_speeches .title {
	float: left;
	width:180px;
	font-size: 80%;
	font-weight:bold;
	padding: 10px 0 0 25px;
	background: url(../images/clock.png) 0px 10px no-repeat;
	color: #0069aa;
	display:inline;
}

.news_news_title {
	overflow:hidden;
	padding: 0px 10px 0px 10px;
	margin: 0 0 0 40px;
	width:200px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #aeaeae;
	background-color: #ededed;
	float:left;
}

.news_news_title img {
	float: left;
	vertical-align:middle;
	margin: 0px 20px 6px 10px;

}


.news_news_title h3 {
	color: #8fb932;
	font-size: 130%;
	font-weight:bold;
}

.news_news {
	overflow:hidden;
	padding: 0px 10px 20px 10px;
	margin: 10px 0 0 40px;
	width:200px;
	border: 1px solid #8fb932;
	background-color: #ffffff;
	float:left;
}

.module_news_news {
	overflow:hidden;
	padding: 0px 15px 10px 15px;
	margin: 0px 0px 0px -10px;
	width:186px;
	border: 1px solid #8fb932;
	background-color: #ffffff;
	float:left;
}

.news_news a.read_more {
	border: 1px solid #8fb932;
	padding: 0px 2px 0px 2px;
	color: #8fb932;
	text-decoration: none;
	float:right;
}

.news_news p, .module_news_news p {
	font-size: 80%;
	
}

.news_news .title, .module_news_news .title {
	float: left;
	width:180px;
	font-size: 80%;
	font-weight:bold;
	padding: 10px 0 0 25px;
	background: url(../images/clock.png) 0px 10px no-repeat;
	color: #8fb932;
	display:inline;
}

.speeches {
	border: 1px solid #0069aa;
	width: 88%;
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
}

.speeches_frame {
	border-top: 8px solid #0069aa;
	width: 220px;
	margin: -20px 0 0 40px;
	float: left;
}

.speeches h3 {
	color: #0069aa;
	font-weight:bold;
}

.speeches a {
	color: #0069aa;
	text-decoration: none;
}

.news {
	border: 1px solid #8fb932;
	width: 88%;
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
}

.news_frame {
	border-top: 8px solid #8fb932;
	width: 220px;
	margin: -20px 0 0 40px;
	float: left;
}

.news h3 {
	color: #8fb932;
	font-weight:bold;
}

.news a {
	color: #8fb932;
	text-decoration: none;
}

/** Publications **/

.publication {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 5px solid #660682;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

.publication h3 {
	font-size: 130%;
	color: #660682;
	margin-bottom:6px;
	line-height:1em;
	margin-top:0px !important;
	font-weight:bold;
}

.publication_content {
	margin: 20px 20px 10px 40px;
	padding-left: 40px;
	overflow:hidden;
	display:block;
}

.publication img {
	width: 150px;
	margin: 20px 10px 0px 20px;
	float: left;
	vertical-align:top;
}


.publication .foot {
	height: 50px;
	margin-top: 25px;
	width: 100%;
	background-color:#f7f7f7;
	border-top: 1px solid #e8e8e8;
}


.pl {
	float: left;
	width:40%;
	padding: 15px 0 0 50px;
	background: url(../images/clock.png) 20px 15px no-repeat;
	color: #660682;
	display:inline;
}

.pd {
	width:40%;
	float: left;
	padding: 12px 0 0 50px;
	background: url(../images/files.png) 0px 12px no-repeat;
	line-height: 2em;
	display:inline;
}

.pd a {
	color: #660682;
	text-decoration:none;
}

.pd a:hover {
	text-decoration:underline;
}


.previous_publication {
	border:1px solid #e8e8e8;
	background: #f7f7f7;
	width: 595px;
	float:left;
	padding: 6px 30px 6px 40px;
	margin: 10px 0 10px 15px;
	color:  #660682;
	clear:both;
}

.previous_publication a {	
	color:  #7d7c7e;
	text-decoration:none;	
}

.piob_assessments {
	border:1px solid #e8e8e8;
	background: #f7f7f7;
	width: 595px;
	float:left;
	padding: 6px 30px 6px 40px;
	margin: 10px 0 10px 15px;
	color:  #0069aa;
	clear:both;
}

.piob_assessments a {
	color:  #0069aa;
	text-decoration:none;	
}


/** Events **/

.event_header_top_left {
	width: 300px;
	float:left;
}

.event_header_top_right {
	float:right;
	margin-right: 10px;
}

.event_header, .piob_event, .external_event, .oversight_event {
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

.event_header {
	border-left: 1px solid #c1c1c1;
	height: 44px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.piob_event { 
	border-left: 5px solid #ff8b00;
}

.external_event {
	border-left: 5px solid #0c6daa;
}

.oversight_event {
	border-left: 5px solid #8fb933;
}

.event_header .title_header {
	width: auto;
	float:left;
	padding: 12px 42px 0px 20px;
	display:block;
}

.title_header h6 {
	font-size: 100%;
	line-height:1.6em;
	font-weight:bold;
}

.title_header h6.orange {
	color:#ff8b00;
}

.title_header h6.blue {
	color:#0c6daa;
}

.title_header h6.green {
	color:#8fb933;
}

.title_header img {
	float: left;
	vertical-align:middle;
	margin-right: 10px;
}

.title_header a {
	text-decoration:none;
}

.piob_event .date_block, .external_event .date_block, .oversight_event .date_block {
	width: 65px;
	height: 90px;
	margin: 20px 10px 10px 20px;
	float:left;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/	
}

.piob_event .date_block {
	background-color: #ff8b00;
}

.external_event .date_block {
	background-color: #0c71b0;
}

.oversight_event .date_block {
	background-color: #8fb933;
}

.piob_event .date_block h4, .external_event .date_block h4, .oversight_event .date_block h4 {
	color:#FFFFFF;
	font-size: 250%;
	font-weight:bold;
	padding-top: 25px;
	text-align:center;
}

.piob_event .date_block h5, .external_event .date_block h5, .oversight_event .date_block h5 {
	color:#FFFFFF;
	font-size: 130%;
	text-transform:uppercase;
	text-align:center;
}

.piob_event h3, .external_event h3, .oversight_event h3{
	font-size: 130%;
	margin-bottom:6px;
	line-height:1em;
	margin-top:0px !important;
	font-weight:bold;
}

.piob_event h3 {
	color:#ff8b00;
}

.external_event h3 {
	color:#0c71b0;
}

.oversight_event h3{
	color:#8fb933;
}

.piob_event img, .external_event img, .oversight_event img {
	width: 135px;
	height: 90px;
	margin: 0px 10px 0px 10px;
	float: left;
	vertical-align:top;
}

.event_content {
	height: 90px;
	margin: 20px 20px 10px 10px;
	overflow:hidden;
	display:block;
}

.event_dotted {
	border-left: 1px dotted #c1c1c1;
	width: 1px;
	height: 90px;
	margin-top: 20px;
	float:left;
}

.piob_event .foot, .external_event .foot, .oversight_event .foot {
	height: 50px;
	margin-top: 25px;
	width: 100%;
}

.piob_event .foot {
	background-color:#fbe9d3;
}

.external_event .foot {
	background-color: #e0f4ff;
}

.oversight_event .foot {
	background-color: #e7facd;
}

.efl {
	float: left;
	width:33%;
	padding: 15px 0 0 50px;
	background: url(../images/clock.png) 20px 15px no-repeat;
	color: #9f9f9f;
	display:inline;
}

.efd {
	width:33%;
	float: left;
	padding: 12px 0 0 50px;
	background: url(../images/files.png) 0px 12px no-repeat;
	line-height: 2em;
	display:inline;
}

.efd a {
	color: #565656;
	text-decoration:none;
}

.efd a:hover {
	text-decoration:underline;
}

.efr {
	display:inline;
	width: 100px;
	height: 30px;
	float: right;
	padding: 10px 20px 0 0;
}

.piob_event .foot .efr {
	background: url(../images/orange-suitcase.png) 70px 14px no-repeat;
}

.external_event .foot .efr {
	background: url(../images/blue-suitcase.png) 70px 14px no-repeat;
}

.oversight_event .foot .efr {
	background: url(../images/green-suitcase.png) 70px 14px no-repeat;
}

/** Intranet **/

.mailings {
	background-color: #f7f7f7;
	border: solid 1px #e9e9e9;
	width: 46%;
	height: auto;
	display:block;
	float:left;
	margin: 5px 5px 0 0;
	padding: 5px 5px 5px 5px; 
}

/** Topmenu **/

#topmenu {
	float: right;
	width: 700px;
	padding-top: 25px;
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: bold;
	font-size: 15px;
	color: #fff;
	background-color: #ffffff;
}

#topmenu ul { 
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
}

#topmenu a {
	display: block;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 12px;
	text-decoration:none;
	text-transform: uppercase;
}

#topmenu a:hover {
	text-decoration: none;
}


#topmenu li { 
	float: right;
	margin-left: 4px;
	
}

.item-102 {
	background-color: #ff8b00;
	border: 1px solid #ff8b00;
}

.item-102.active, .item-102 a:hover {
	background-color: #ffffff !important;
}

.item-102.active a, .item-102 a:hover {
	color: #ff8b00 !important;
}

.item-112 {
	background-color: #8a39a2;
	border: 1px solid #8a39a2;
}

.item-112.active, .item-112 a:hover {
	background-color: #ffffff !important;
}

.item-112.active a, .item-112 a:hover {
	color: #8a39a2 !important;
}

.item-116 {
	background-color: #8fb933;
	border: 1px solid #8fb933;
}

.item-116.active, .item-116 a:hover {
	background-color: #ffffff !important;
}

.item-116.active a, .item-116 a:hover {
	color: #8fb933 !important;
}

.item-134 {
	background-color: #3bbdd5;
	border: 1px solid #3bbdd5;
}

.item-134.active, .item-134 a:hover {
	background-color: #ffffff !important;
}

.item-134.active a, .item-134 a:hover {
	color: #3bbdd5 !important;
}

.item-133, .item-167, .item-168 {
	background-color: #0069aa;
	border: 1px solid #0069aa;
}

.item-133.active, .item-133 a:hover, .item-167.active, .item-167 a:hover, .item-168.active, .item-168 a:hover {
	background-color: #ffffff !important;
}

.item-133.active a, .item-133 a:hover, .item-167.active a, .item-167 a:hover, .item-168.active a, .item-168 a:hover {
	color: #0069aa !important;
}



/** Second-level lists **/

#topmenu li ul { 
	position: absolute;
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 400;
	font-size: 12px;
	width: 162px;
	left: -999em; /* "display: none" not seen by screen readers */
	border: 0;
	margin-left: 0px;
	z-index:100;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#topmenu li li,
#topmenu li li:first-child {
	border: 0;
	border-top: 1px solid #888888;
	margin-bottom: -1px; /* iPhone/iPad fix */
}

#topmenu li li a,
#topmenu li.active li a {
	width: 162px;
	background-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin: 0;
	text-transform: none;
}


#topmenu li li:first-child {
	margin-top: 14px;
	border: 0;
}

#topmenu li ul a {
	width: 162px;
}

#topmenu li li a:hover {
	color: #fab101;
	text-decoration: none;
	background-color: #555555;
}



/** Level third and above **/

#topmenu li li li:first-child {
	margin-top: 0px;
}

#topmenu li ul ul { 
	margin: -40px 0 0 200px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}


/** Intranet **/

ul.menu_intranetleft {
	margin-left:-5px;
	margin-right:5px;
}
 
ul.menu_intranetleft li {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #0069aa;
	background-color: #0069aa;
	color: #FFFFFF;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 10px 0px 10px 7px;
	height: 60px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	line-height: 30px;
	word-spacing: 30px;
}

ul.menu_intranetleft li.active {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #3bbdd5;
	background-color: #3bbdd5;
	color: #FFFFFF;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 10px 0px 10px 7px;
	height: 60px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	line-height: 30px;
	word-spacing: 30px;
}

ul.menu_intranetleft li a {
	text-decoration:none;
}

ul.menu_intranetleft li a:hover {
	text-decoration:none;
}

ul.menu_intranetleft li img {
	padding: 7px 20px 0 0;
	float: left;
}

ul.menu_intranettop {
	width: 720px;
	margin:10px 0 0 -30px;
	float:left;
}
 
ul.menu_intranettop li {
	background-color: #ffa233;
	color: #FFFFFF;
	margin: 0 1px 0 1px;
	height: 100px;
	text-align:center;
	float:right;
	list-style:none;
}

ul.menu_intranettop li.active {
	background-color: #1978b2;
	color: #FFFFFF;
	margin: 0 1px 0 1px;
	height: 100px;
	text-align:center;
	float:right;
}

ul.menu_intranettop li a, ul.menu_intranetleft li a:hover {
	text-decoration:none;
	color: #ffffff;
}

ul.menu_intranettop li img {
	margin: 10px 23px 17px 22px;
}


/** Breadcrumbs **/

#breadcrumbs {
	width: auto;
	font-size: 0.89em;
	text-decoration:none;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #545668;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #0069aa;
	text-decoration: underline;
}




/** Content/Colums/Containers **/


#left {
	display: block;
	float: left;
	width: 240px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
}

#right {
	display: block;
	float: left;
	width: 190px;
	height: auto;
	position: relative;
	overflow: hidden;	
	padding-top: 10px;
	padding-bottom: 20px;
}

#content1 {  
	display: block;
	float: left;
	width: 720px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 20px 0px;
}

#content2 {  
	display: block;
	float: left;
	width: 530px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 20px 0px;
}

#content3 {  
	display: block;
	float: left;
	width: 960px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 20px 0px;
}


#main {
	padding: 0 20px 0 10px;
}


#left a,
#right a {
	color: #545668; text-decoration: none;
}

#left a:hover,
#right a:hover {
	color: #545668; text-decoration: underline;
}

#left ul,
#right ul {
	padding: 10px 5px 10px 15px;
	list-style-type: none;
}

#left ul li,
#right ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: square;
	color: #FFFFFF;
}

#left ul li a,
#right ul li a {
	color: #FFFFFF;
}

#left ul li a:hover,
#right ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left ul li ul,
#right ul li ul {
	margin-top: -8px;
	margin-bottom: 0px;
}


#left ul li ul li,
#right ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.98em;
	line-height: 1.5em;
	padding-left: 0px;
	list-style-type: square;
}

#left ul.menu li.current a,
#right ul.menu li.current a {
	text-decoration: underline;
}

#left ul.menu li.current ul li a,
#right ul.menu li.current ul li a {
	font-weight:normal;
	text-decoration: none;
}

#home_left {
	width: 49%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	margin-top:0;
}

#home_right {
	width: 49%;
	display: block;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top:0;
}

.moduletable, .moduletable_orangefull, .moduletable_orangeframe, .moduletable_greyframe, .moduletable_homeleft, .moduletable_homeright, .moduletable_bluefull, .moduletable_blueframe, .moduletable_greenfull, .moduletable_purplefull {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.moduletable_blueframe_right {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
}

.moduletable_intranetmenu {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.moduletable_blueupdate {
	overflow: hidden;
	padding: 0;
	margin: 10px 10px 10px 10px;
}

.moduletable_none {
	overflow: hidden;
	padding: 4px 0 10px 0;
	margin: 10px 6px 10px 6px;
}

.who_greyframe {
	overflow:hidden;
	padding: 0px 10px 20px 10px;
	margin: 0 3px 0 10px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #bfc4d1;
	background-color: #ffffff;
}

.who_greyframe h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 120%;
	color: #ff8d00;
}

.intranet_greyframe {
	overflow:hidden;
	width: 300px;
	float:left;
	padding: 5px 15px 0 15px;
	margin: 18px 10px 0 0;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #bfc4d1;
	background-color: #ffffff;
}

.intranet_greyframe h3.blue {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 135%;
	color: #3bbdd5;
	font-weight:bold;
	margin-bottom: 15px;
}

.intranet_greyframe a.blue {
	text-decoration:none;
	color: #3bbdd5;
}

.intranet_greyframe h3.purple {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 135%;
	color: #8a39a2;
	font-weight:bold;
	margin-bottom: 15px;
}

.intranet_greyframe a.purple {
	text-decoration:none;
	color: #8a39a2;
}

.intranet_greyframe h3.bluedark {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 135%;
	color: #0069aa;
	font-weight:bold;
	margin-bottom: 15px;
}

.intranet_greyframe a.bluedark {
	text-decoration:none;
	color: #0069aa;
}

.intranet_greyframe h3.green {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 135%;
	color: #8fb933;
	font-weight:bold;
	margin-bottom: 15px;
}

.intranet_greyframe a.green {
	text-decoration:none;
	color: #8fb933;
}


.custom_greyfull {
	overflow: hidden;
	padding: 0px 10px 5px 10px;
	margin: 10px 10px 10px 10px;
}

.moduletable_homeleft, .moduletable_homeright {
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	margin: 0 10px 10px 10px;
}


.moduletable_photoabout {
	overflow: hidden;
	padding-bottom: -5px;
	margin: 10px 10px 10px 10px;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #ff8d00;
	background-color: #eceade;
}

.moduletable_menu {
	clear: both;
} 

.moduletable_orangefull, .moduletable_orangeframe {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #ff8d00;
}

.moduletable_orangefull {
	background-color: #ff8d00;
}

.moduletable_bluefull, .moduletable_blueframe, .moduletable_blueupdate, .moduletable_blueframe_right {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #0069aa;
}

.moduletable_blueframe_right {
	background-color:#cee3ef;
}

.moduletable_bluefull {
	background-color: #0069aa;
	color: #FFFFFF;
}

.custom_greyfull {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #bfc4d1;
	background-color: #ededed;
}

.moduletable_greyframe {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #bfc4d1;
	background-color: #ffffff;
}

.moduletable_greenfull {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #8fb933;
	background-color: #8fb933;
	color: #FFFFFF;
}

.moduletable_purplefull {
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Firefox */ 
	-webkit-border-radius: 7px; /*Chrome*/
	border: 1px solid #660682;
	background-color: #660682;
	color: #FFFFFF;
}

.moduletable_menu h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 22px;
	margin-bottom: 12px;
}

.moduletable_homeleft h3, .moduletable_homeright h3, .moduletable_greyframe h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 150%;
}

.moduletable_homeleft h3 {
	background-image:url(../images/earth.png);
	background-repeat:no-repeat;
	background-position: left top;	
	color: #8fb933;
	font-weight: bold;
	padding-left: 50px;
	line-height: 44px;
}

.moduletable_homeright h3 {
	background-image:url(../images/man.png);
	background-repeat:no-repeat;
	background-position: left;	
	color: #0069aa;
	font-weight: bold;
	padding-left: 50px;
	line-height: 44px;
}

.moduletable_greyframe h3 {
	color: #8a39a2;
	text-transform: uppercase;
	font-weight: bold;
}

.moduletable_homeleft ul li {
	list-style-type: disc;
	color: #8fb933;
}

.moduletable_homeright ul li {
	list-style-type: disc;
	color: #ff8b00;
}

.moduletable_homeleft ul li a, .moduletable_homeright ul li a {
	color: #132445;
	text-decoration:none;
}

.moduletable_homeleft h4 {
	line-height: 30px;
}

.moduletable_homeright h4 {
	line-height: 24px;
}


/** Content **/

#content1 h3,
#content2 h3,
#content3 h3 {
	margin-top: 20px;
}


#content-top {
	margin-bottom: 18px;
	width: 720px;
}

ul.actions {
	margin: 0;
	padding: 0;
	margin-top: -6px;
	margin-bottom: -2px;
	list-style-type: none;
	text-align: right;
}

.item-page h2, .item-page_orange h2, .item-page_purple h2, .item-page_green h2 {
	font-size:22px;
	text-transform:uppercase;
}

.item-page_orange h2, .item-page_orange a {
	color: #ff8f00;
}

.item-page_purple h2, .item-page_purple h3, .item-page_purple a {
	color: #660682;
}

.item-page_green h2, .item-page_green a {
	color: #8fb933;
}
	

li.print-icon,
li.email-icon,
li.edit-icon {
	display: inline;
	margin-right: 2px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.88em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

.article-info dd, .article-info dd {
	margin-left: 0;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;	
}

.first ul {
	padding-left: 15px;
	padding: 5px;
	
}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;
	
}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;	
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #c0c0c0;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#f9f9f9
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}




/** Expense Report page **/

#expense {
	padding-top:11px;
	width: 670px;
}


#expense table td, #expense table tr {
	border: solid 0px #ffffff;
	padding: 15px 5px 5px 0;
}

#expense label {
	color: #7794aa;
	font-size: 90%;
}

#expense input {
	color: #7794aa;
	background: #ffffff;
	height: 25px;
	widht: 300px;
	margin-right: 0px;
	padding-left: 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #7794aa;
}

#expense textarea {
	color: #7794aa;
	background: #ffffff;
	width: 450px;
	height: 150px;
	margin-right: 10px;
	padding-left: 10px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #7794aa;
}

#expense .blue-button a, #expense .blue-button a:hover {
	text-decoration:none !important;
	color: #FFFFFF;
}

/** Contact page **/

#contact {
	padding-top:11px;
	width: 670px;
}

#contact h3 {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
	font-size: 150%;
	font-weight: bold;
	color: #0069aa;
	margin-top: 30px;
}

#contact table td, #contact table tr {
	border: solid 0px #ffffff;
	padding: 15px 20px 5px 0;
}

#contact label {
	color: #7794aa;
	font-size: 90%;
}

#contact input {
	color: #7794aa;
	background: #ffffff;
	height: 25px;
	widht: 300px;
	margin-right: 10px;
	padding-left: 10px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #7794aa;
}

#contact textarea {
	color: #7794aa;
	background: #ffffff;
	width: 650px;
	height: 200px;
	margin-right: 10px;
	padding-left: 10px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #7794aa;
}

#contact .blue-button a, #contact .blue-button a:hover {
	text-decoration:none !important;
	color: #FFFFFF;
}

/** Tables **/
table {
	border-collapse:collapse
}

tr, td {
	border:solid 1px #c0c0c0;
	vertical-align: top;
}

table.weblinks,
table.category {
	margin:10px 10px 20px 0px;
	width:100%;
}

table.editor {
	margin:10px 10px 20px 0px;
	width: 100%;
}

table.weblinks td,
table.category td {
	border-collapse:collapse;
	padding:7px;
}

table.editor td {
	border: none;
	padding: 7px;
}

table.editor tr {
	border: none;
}

table.weblinks th,
table.category th {
	padding:7px;
	text-align:left
}

td.num {
	vertical-align:top;
	text-align:left;
}

td.hits {
	vertical-align:top;
	text-align:center
}

td p {
	margin:0;
	line-height:1.3em
}

.display-limit,
.filter {
	text-align:right;

}

tr.cat-list-row1 {
	background-color: #f9f9f9;
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #c0c0c0;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	color:#fff
}

table.category th a img {
	border:solid 0px ;
	display: none;
}

table.category th a:hover {
	color: #1f94c7;
}

table.moduletable td,
table.moduletable tr {
	border:0;
}






/** Pagination **/
.pagenav {
	padding:2px
}

ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 4px;
	overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a {
	font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica; font-weight: 400;
	font-size: 13.5px;
	color: #fff;
	background-color: #c0c0c0;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;	
	text-decoration: none;
} 

li.pagenav-prev a:hover,
li.pagenav-next a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1f94c7;
}

li.pagenav-prev {
	float: left;
}

 li.pagenav-next {
	float:right
}

.pagination {
	clear: both;
	padding-top:8px;
	padding-bottom:8px;
	border-top:solid 1px #c0c0c0;
}

.pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

.pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	margin:0 2px
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
	border:0
}

.pagination li.pagination-start,
.pagination li.pagination-start  span {
	padding:0
}

p.counter {
	font-weight:bold;
}






/** Blog **/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%

}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	 width:30%
}

.blog-more {
	padding:10px 5px
}






/** Login **/

#login-form fieldset.userdata {
	margin-bottom: 5px;
	margin-top: -15px;
	margin-left: 0px;
	border: 0px;
	font-size: 0.96em;
	float: left;
}

#login-form ul {
	margin-left: 0px;
}


#login-form ul li {
	border: 0px;
	line-height: 1.1em;
	float: left;
	width: 100%;
}


#login-form input.inputbox {
	width: 80%;
	margin-left: 0px;	
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#login-form label {
	display: block;
	margin-left: 0px;	
}

#form-login-remember label {
	float: none;
	width: auto;
	display: inline;
}

#form-login-remember input.inputbox {
	width: auto;
	border: 0;
}


.login fieldset {
	border: 0;
}

.login-fields {
	margin:10px 0
}

.login-fields label {
	float:left;
	width:9em;
}

.login-description,
.logout-description {
	overflow:hidden;
	padding-left:5px;
	margin:20px 0 10px 0
}

.logout-description {
	margin-bottom:20px
}

.validate-username,
.validate-password,
.validate-email,
#jform_name {
	width: 140px;
	margin-bottom: 4px;	
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;	
}



/** User profile **/

#users-profile-core,
#users-profile-custom {
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
	float:left;
	width:12em;
	padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
	padding:3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
	font-weight:bold
}

#member-profile fieldset,
.registration fieldset {
	margin:10px 0 15px 0;
	padding:15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
	float:none;
	padding:3px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
	width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
	clear: left;
	float: left;
	padding: 5px 5px 5px 0;
	width: 16em;
}

#users-profile-core,
#users-profile-custom {
	border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
	border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
	border: solid 0px;
	padding-left: 0;
}







/** Contacts **/

h3.pane-toggler {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

h3.pane-toggler-down {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

address span {
	display: block;
	font-style: normal;
}

.contact-address img {
	margin-bottom: 10px;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

#contact-form fieldset {
	border: 0px;
}

#contact-form fieldset dl dt {
	padding-top: 4px;
}

#jform_contact_email_copy-lbl {
	float: left;
	padding-right: 6px;
}

#jform_contact_email_copy {
	margin: 4px;
}

.star {
	color: #cc0000;
}

.tip
{
	border:solid 1px #333;
	background:#ffffcc;
	font-size: 0.86em;
	padding: 5px;
}




/** Search **/

.searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}

.searchintro img {
	border:0px
}

.word {
	border:solid 0px #ccc ;
}

fieldset.word label {
	font-weight: bold;	
	color:#ffffff;

}

.form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}

.highlight {
	font-weight: bold;
}

.ordering-box {
	width:40%;
	float:right;
}

.phrases-box {
	width:60%;
	float:left
}

.only,
.phrases {
	border:solid 1px #c0c0c0;
	margin:10px 0 0 0px;
	padding:15px ;
	line-height:1.3em;
}

label.ordering {
	display:block;
	margin:10px 0 10px 0
}

.word {
	padding:10px 10px 10px 0;
}

.word input {
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:4px;
	font-size:1em
}

.word label {
	font-weight:bold
}

fieldset.only label,
fieldset.phrases label {
	margin:0 10px 0 0px
}

.ordering-box label.ordering {
	margin:0 10px 5px 0;
	float:left
}

form .search label {
	display:none
}

.search legend {
	font-weight:bold
}




/** Search results **/

dl.search-results dt.result-title {
	border-top: solid 1px #c0c0c0;
	padding-top: 10px;
	font-weight:bold;
}

dl.search-results dd.result-created {
	padding-top: 6px;
	padding-bottom: 10px;
	color: rgb(170,170,170);
}


dd.result-category {
	padding-top: 6px;
	padding-bottom: 6px;
}




/* Stats */
.stats-module dl {
	margin:10px 0 10px 0
}

.stats-module dt {
	float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
	padding:2px 0 2px 0
}



/* Syndicate */

a.feed-link {
	margin-top:15px;
	display:block;
	text-decoration:none
}

.feed-link img {
	border:0
}




/** Footer **/

#footer_holder {
	width: 960px;
	height: 121px;
	padding: 0;
	margin: auto;
}

#subscription-box {
	width: 550px;
	height: 81px;
	float: left;
	margin: 0;
	color: #FFFFFF;
	line-height: 30px;
}

#subscription-box input {
	color: #0069aa;
	background: #ffffff;
	height: 25px;
	margin-right: 10px;
	padding-left: 10px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #ffffff;
}

#subscription-box .subscription-submit {
	color: #ffffff;
	background: #0069aa;
	height: 27px;
	padding-left: 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* Firefox */ 
	-webkit-border-radius: 4px; /*Chrome*/
	border: 1px solid #ffffff;
} 

#contact-box {
	width: 360px;
	float: right;
	height: 81px;
	margin: 0px 10px 0 0;
	color: #FFFFFF;
}

#member-box {
	width: 150px;
	height: 40px;
	float:right;
	margin: 0 10px 0 0;
	background-color: #ff8b00;
	color: #484037;
}
	

#footer-menu {
	width: 600px;
	float: left;
	padding-top: 5px;
	color: #ffffff;
	margin: 0;
}

#footer-menu ul, #footer-menu a {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}

#footer-menu ul li {
	list-style: none;
	float: left;
	padding-right: 18px;
	background: url(../images/fms.gif) no-repeat;
	background-position: right;
	margin-right: 15px;
}

#footer-menu ul li.item-132 {
	list-style: none;
	float: left;
	padding-right: 18px;
	background: none;
	margin-right: 15px;
}






/** Copyright **/

#copyright {
	clear: both;
	margin: auto;
	width: 960px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #01598f;
	font-size: 80%;
}

#copyright a {
	color: #01598f;
	text-decoration: none;
}

#copyright a:hover {
	color: #01598f;
	text-decoration: underline;
}

#copyright img {
	border-style: none;	
}

#copyright div.copy2 {
	text-align: left;
}




/** Editor **/

#adminForm.form-validate fieldset {
	border: solid 1px #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
}

#adminForm legend {
	font-weight: bold;
}

.edit.item-page {
	max-width: 660px;
}

.edit.item-page h1 {
	margin-top: 20px;
}


#adminForm.form-validate fieldset div.formelm {
	padding-bottom: 10px;
	display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
	width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
	width: 120px;
	vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
	margin-top: -32px;
	padding-bottom: 10px;
	height: 20px;
	float: right;
}

#jform_articletext_tbl.mceLayout {
	clear: both;
}

#editor-xtd-buttons div.button2-left div.readmore a {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	cursor: pointer;
	padding-top: 0pt;
	padding-right: 24px;
	padding-bottom: 0pt;
	padding-left: 6px;
	color: #666666;
	text-decoration: underline;
	background-color: #f3f3f3;
}

#editor-xtd-buttons div.button2-left div.readmore a:hover {
	color: #0b55c4;
}






/** Mailto Window **/

#mailto-window {
	padding: 20px;
	width: 340px;
}

#mailto-window h2 {
	padding-bottom: 10px
}

#mailto-window p {
	clear: left;
	padding-top: 20px
}

#mailto-window label {
	padding: 0px;
}

#mailto-window input {
	margin: 4px;
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
	display:inline-block;
}

#mailtoForm div.formelm label {
	width: 80px;
}

#mailtoForm div.formelm input {
	width: 160px;
}

#mailto-window div.mailto-close a {
	display: none;
}

body.contentpane {
	background-color: #ffffff;
}





/** Print Window **/

body.contentpane,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h1 a,
body.contentpane h2 a,
body.contentpane h3 a,
body.contentpane h4 a,
body.contentpane h5 a {
	color: #000000;
}

body.contentpane a:hover {
	color: #000000;
}





/* Slideshow */

#slideshow-15 {
	background-color: #0069aa;
	width: 100%;
}

#slideshow-16 {
	background-color: #ff8b00;
	width: 100%;
}

#slideshow-17 {
	background-color: #0069aa;
	width: 100%;
}

#slideshow-18 {
	background-color: #3bbdd5;
	width: 100%;
}

#slideshow-19 {
	background-color: #8fb933;
	width: 100%;
}

#slideshow-20 {
	background-color: #660682;
	width: 100%;
}

#slideshow-content {
	width:960px;
	margin:auto;
}

#slides {
	padding: 0px 0 0px 0;
	clear: both;
	position:relative;
}


.slides_container {
	width:960px;
	margin:auto;
	overflow:hidden;
	position:relative;
	z-index: 1;
}

.slides_container a,
.slides_container img {
	display: block;
	width:960px;
}

#slides .next,
#slides .prev {
	position:absolute;
	top: 0px;
	left: 0px;
	width:38px;
	height:38px;
	background-image:url(../images/slides_arrows.png);
	z-index:10;
}

#slides .next {
	left:176px;
}

.slides_nav {
	display: none;
}


.slides_nav a.prev {
	background-position: 0 0;
	margin: 181px 0 0 0px;
}

.slides_nav a:hover.prev {
	background-position: 80px 200px;
}

.slides_nav a.next {
	background-position: 160px 0;
	margin: 181px 0 0 746px;
}

.slides_nav a:hover.next {
	background-position: 40px 200px;
}

#slides ul.pagination {
	border: 0;
	position: absolute;
	z-index: 10;
	margin: -36px 0 0 -20px;
}


#slides ul.pagination li {
	float:left;
	margin: 0 -3px 0 0;
	list-style:none;
}

#slides ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: url(../images/slides_arrows.png) 0 160px;
	float:left;
	overflow:hidden;
}

#slides ul.pagination li.current a {
	background: url(../images/slides_arrows.png) 188px 160px;
}

.clear {
	clear:both;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
        visibility: hidden;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
        visibility: visible;
}

.modalDialog > div {
	width: 640px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }