/* Start of CMSMS style sheet 'pleer-css-layout' */
/*  @Nuno Costa [criacaoweb.net].  @Since [cms 1.6]  @Status [Stable] */
body {
/* default text for entire site */
	font: normal 0.8em Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	background: #fff;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#ncleanblue {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	background: #fff;
}

/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-top: 0.5em;
    margin-bottom: 1em;

}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}


/*default link styles*/
a {
	color: #2f6c3f;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
text-decoration: underline;
}
a:hover {
	color: #53c170;
	font-weight: bold;
}
a:active {
	color: #2f6c3f;
	font-weight: bold;
}

a.external {
padding-right: 15px;
background: url(/images/external_link.gif) no-repeat 100% 50%;
}

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 180px;
	width: auto;
	margin-top: 10px;
}
#logo a {
/* adjust according your image size */
	height: 180px;
	width: 800px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
/* you can set your own image here, note size adjustments */
	background: url(images/pleer-logo.png) no-repeat center top;
}

/* ------------ Content ------------ */
#content {
	width: auto;
	text-align: left;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 20px;
	margin-top: 20px;
}
.addthis {
	margin-right: 20px;
	margin-top: 12px;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #4cb267;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	color: #797979;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	color: #9f9f9f;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	color: #265532;
	font-weight: bold;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 3px 1em;
	/*width: 100%;*/
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 150px;
	font-size: 90%;
	margin-left: 10px;
	margin-top: -15px;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.follow {
	width: auto;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 5px dotted #53c170;
}
a.news {
	text-decoration: none;
}
.news-heading {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	padding-top: 20px;
	text-align: center;
}

IMG.middle { vertical-align: middle; }

.sbar-title {
	font: bold 1em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	background: #f4f4f4;
}
.sbar-date {
	font: italic 0.9em Arial, Helvetica, sans-serif;
	width: auto;
	padding-top: 20px;
	color: #929292;
}
.sbar-main {
	text-align: justify;
	border-bottom: 1px solid #dfdfdf;
}
.sbar-bottom {
	font: italic 1em Arial, Helvetica, sans-serif;
	text-align: right;
	width: auto;
	display: block;
	padding-bottom: 20px;
	border-bottom: 5px dotted #53c170;
}
/* ------------ Main (Right) ------------ */
#main {
	width: 600px;
	margin-top: 10px;
}
.main-top {
	height: 15px;
	width: auto;
}
.main-main {
	width: auto;
	border-left: 4px dotted #53c170;
	padding-left: 20px;
	text-align: justify;
	line-height: 1.4em;
}
.main-bottom {
	width: auto;
	height: 41px;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#Portfolio {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #d0d0d0;
	width: 90%;
	align: center;
}


.border
{
border: 1px solid #000000;
margin: 15px;
} 
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 235px;
	height: auto!important;
	height: 235px;
	width: 800px;
	margin-top: 30px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;
}
#footer {
	color: #fff;
	font-size: 0.8em;
	min-height: 235px;
	height: auto!important;
	height: 235px;
	background: url(images/footer.png) no-repeat center top;
}
#footer .block {
	width: 350px;
	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
list-style: none;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	width: auto;
	height: 15px;
}
.menuwrapper {
}
.page-menu ul#primary-nav {
	height: 1%;
	float: left;
	list-style: none;
	padding: 0;
	margin-top: -35px;
	margin-left: 15px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.page-menu ul#primary-nav li {
	font-weight: bold;
	font-size: 1.1em;
}
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a span {
	display: block;
	padding: 0 9px;
}
.page-menu ul#primary-nav li a {
	padding-left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	margin-left: 1px;
}
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:active {

}
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover span {
font-weight: bold;
}
.page-menu ul#primary-nav li a span {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
	background-position: 100% ;

}
.page-menu ul#primary-nav li a {
	background-position: 100% ;
}
.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
color: #fff;
}
.page-menu ul#primary-nav li a span {
	background-position: 0 0;
}
.page-menu ul#primary-nav li a:link.menuactive,
.page-menu ul#primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul#primary-nav li span,
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul#primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}
/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Set the width of the menu elements at second level. Leaving first level flexible. */
ul#primary-nav li li {
	width: 209px;
}
/* Reset all ROOT menu styles. */
ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	font-weight: bold;
	color: #336540;
	font-size: 90%;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: none;
}
#primary-nav {
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	padding-top: 9px;
	background: url(uploads/theme/ultop.png) no-repeat left top;
}
* html #primary-nav ul.unli {
	padding-top: 12px;
	background: url(uploads/theme/ultop.gif) no-repeat left top;
}
#primary-nav ul.unli ul {
	margin-left: -20px;
	left: 100%;
	top: 3px;
}
* html #primary-nav ul.unli ul {
	margin-left: -7px;
}
#primary-nav li {
	margin: 0px;
	float: left;
}
#primary-nav li li {
	margin-left: 8px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* IE7 */
*:first-child+html #primary-nav li li {
	margin-left: 0;
}
/* IE6 */
* html #primary-nav li li {
	margin-left: 0;
}
/* Styling the basic appearance of the menu elements */
ul#primary-nav .menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 5px 30px 5px;
	padding: 0em;
	border-bottom: 1px solid #ccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#primary-nav .separator,
#primary-nav .separatorh {
	height: 9px;
	margin: 0px 0px -8px;
	background: url(uploads/theme/ulbtm.png) no-repeat left bottom;
}
* html #primary-nav .separator {
	height: 2px;
	background: url(uploads/theme/ulbtm.gif) no-repeat left bottom;
}
* html #primary-nav .separatorh {
	height: 2px;
	background: url(uploads/theme/ulbtm.gif) no-repeat left bottom;
}
#primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 165px;
	margin: 5px;
	background-image: none;
}
* html #primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 165px;
	margin: 5px 0px;
}
#primary-nav li li a:hover {
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive li a {

}
#primary-nav ul.unli a:hover,
#primary-nav ul.unli a.menuactive {
	background: #53c170;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	background-image: url(uploads/theme/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*************** End Menu *****************/

/* End of 'pleer-css-layout' */

