/* Start of CMSMS style sheet 'NBVA 2' */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/
body {
/* default text for entire site */
	font: normal 1.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: black;
/* you can set your own image and background color here */
	background: white;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#ncleanblue {
/* set to width of viewport */
	width: 800;
/* you can set your own image and background color here */
	background: #ffffff url(uploads/images/nbvawebback6.gif) repeat top left;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* 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 ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1 { 
	line-height: 1.2em;
        color: #000000;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	line-height: 2.0em;
        color: #00000;
	font-weight: bold;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	line-height: 1.2em;
        color: #000000;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	line-height: 1.2em;
        color: #000000;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	line-height: 1.2em;
        color: #000000;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #06699EBC;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #fffff;
}
a:active {
	color: #fffff;
}
a:visited {
	color: #f0f0f0EBC;
}
input, textarea, select {
	font-size: 1em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 165px;
	width: 960px;
}
#logo a {
/* adjust according your image size */
	height: 120px;
	width: 960px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/images/webheader-1.gif) no-repeat left top;
}

/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
}
#bar {
	width: auto;
	height: 45px;
	padding-right: 1em;
	padding-left: 1em;
}
#print {
	margin-right: 75px;
	margin-top: 20px;}

}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 1em;
       padding: 7px;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 60%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 250px;
        padding: 0px;
}
.sbar-title {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #ffffff;
        padding: 3 px;
}
.sbar-top {
	height: 20px;
	width: auto;
	border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
	border-top: 3px solid #006699;	
        padding: 10px;
	background: #006699;
}
.sbar-main {
        font: .9em Arial, Helvetica, sans-serif;	
        width: auto;
        padding: 9px;
	border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
        background: #ffffff;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 25px;
	background: url(uploads/NCleanBlue/bg__content.png)no-repeat bottom left;
}
#BlankoftheMonth{
        border-top:3px solid #006699;
        border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
}


/* ------------ Main (Right) ------------ */
#main {
	width: 690px;
}
#title {
	font: 1.0em Arial, Helvetica, sans-serif;
        padding: 10 px;
}
.main-top {
	height: 35px;
	width: auto;
	border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
	border-top: 3px solid #006699;	
	background: #006699;
}
.main-main {
	width: auto;
	border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
	border-top: 3px solid #006699;		
        background: #FFFFFF;
	padding: 5px;
	padding-top: 10px;
}
.main-bottom {
	width: auto;
	height: 41px;
	border-right: 3px solid #006699;
	border-left: 3px solid #006699;
	border-bottom: 3px solid #006699;
        background: #ffffff;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1em;
	color: #ffffff;
}
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;
        font-color: white;
	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 #ffffff;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 15px;
	height: 15px;
	height: 15px;
	width: auto;
	margin-top: 5px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;
	background: #7CA3B5 url(uploads/NCleanBlue/bg__footer.png) repeat-x left top;
}
#footer {
	color: #FFF;
	font-size: 0.8em;
	min-height: 25px;
	height: 25px;
	height: 25px;
	background: #FFFF;
}
#footer .block {
	width: 300px;
	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: -2px;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */


}
/* 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: block;
}
#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 Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 15px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0em;
}
.NewsSummaryLink {
	margin: 1px 0;
}
.NewsSummaryContent {
	margin: 25px 0;
}
.NewsSummaryMorelink {
	margin: 4px 0 10px;
}
/* ------------ End News Module ------------ */


/* End of 'NBVA 2' */

