html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #FFFFFF;
	color: #333333;
	text-align: center;
}

body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	border-bottom: 1px dotted;
	color: #006DA3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid;
	color: #CC0000;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
	font-family: Cambria, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 100%;
	color: #999999;
}

/* Heading */
h1 {
	font-size: 225%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 125%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(bullet-l.gif) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button, .button:hover {
}

.button:active, .button:focus {
}

.inputbox {
	border: 1px solid #999999;
	margin-bottom: 1px;
}

.inputbox:hover, .inputbox:focus {
	border-color: #333333;
}

/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
/* Code text */
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 30px;
	background: url(tp-code0.gif) no-repeat top left #F7F7F7;
	font: 1em/1.5 monospace;
}

/* Quote */
blockquote {
	margin: 15px 0;
	padding: 5px 30px 5px 35px;
	background: url(quote000.gif) 10px 0 no-repeat;
	font: normal 125%/1.5 Cambria, "Times New Roman", Times, serif;
}

div.blockquote {
	margin: 0;
	padding: 0;
	background: url(quote-ri.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	color: #FFFFFF;
	background: url(q1_std00.gif) no-repeat 10px 10px #006DA3;
	padding-right : 5px;
	padding-bottom: 10px;
	margin: 0;
}

.quote-hilite blockquote {
	background: url(q2_std00.gif) no-repeat right bottom;
	margin: 0;
}

.quote-hilite blockquote a {
	color: #FFFFFF;
}

.quote-hilite blockquote a:hover, .quote-hilite blockquote a:active {
	color: #FFFFFF;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #666666;
	font: bold 50px/40px "Times New Roman", Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	background: url(bullet-e.gif) no-repeat center left;
	color: #CC0000;
}

.message {
	padding: 5px 0 5px 25px;
	background: url(bullet-i.gif) no-repeat center left;
	color: #006DA3;
}

.tips {
	padding: 5px 5px 5px 25px;
	background: url(bullet-t.gif) no-repeat center left;
}

.highlight {
	border-bottom: 1px dotted #006DA3;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(sticky-b.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.pinnote {
	background: url(pin-bg00.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.clipnote {
	background: url(clip-bg0.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.newspaper {
	background: url(newspape.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(checklis.gif) no-repeat 0px 5px;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(ol-bg000.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(bub-br-b.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(bub-bl-b.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(bub-tr-b.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(bub-tl-b.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 {
	width: 99%;
	background: url(bub-arro.gif) no-repeat bottom left;
}

div.bubble2 div {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin-bottom: 20px;
	padding: 10px 15px 15px;
	background-color: #F7F7F7;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(bub2-br-.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(bub2-bl-.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(bub2-tr-.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(bub2-tl-.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 {
	width: 99%;
	background: url(bub2-arr.gif) no-repeat bottom left;
}

div.bubble4 div {
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 10px 15px 15px;
	background-color: #F7F7F7;
}

/* Caption Box */
.caption,
.captionBox,
.captionBox-hilite,
.story-hilite {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  position: relative;
  line-height: normal;
}

.captionBox h3,
.captionBox-hilite h3 {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  font-size: 125%;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: uppercase;
}

.captionBox-hilite {
	border: 1px solid #006DA3;
}

.captionBox-hilite h3 {
	color: #006DA3;
}

.caption span.title {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  line-height: 14px;
  background: #FFFFFF;
  color: #999999;
}

.story-hilite h3 {
	position: absolute;
	top: 0px;
 	margin: 0 0 0 -2px;
 	padding: 0px 5px 0px 5px;
 	background: #006DA3;
	font-size: 125%;
	font-weight: bold;
 	color: #FFFFFF;
	text-transform: uppercase;
}

.story-hilite {
	border: 1px solid #006DA3;
	padding-top: 25px;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	border: 1px solid #006DA3;
	background: #E7F4FA;
}

/* Video, comment, rss style */
.video, .video:hover, .video:active {
	background: url(video000.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.comment, .comment:hover, .comment:active {
	background: url(comment-.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.rss, .rss:hover, .rss:active {
	background: url(rss00000.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;	
}

img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 2px 2px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #006DA3;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
}

div.moduletable {
	margin: 0;
	padding: 10px 1px;
	background: url(sep00000.gif) repeat-x bottom;
}

div.nd-moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	background: url(sep00000.gif) repeat-x 0 50%;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
}

div.nd-moduletable h3 span {
	padding: 1px 5px 1px 0;
	color: #006DA3;
	background: #FFFFFF;
}

#nd-col1 div.nd-moduletable h3 span {
	background: #F7F7F7;
}

#nd-masscol div.nd-moduletable h3 span {
	background: #EFEFEF;
}

div.nd-moduletable {
	margin: 0;
	padding: 10px 0 0;
	background: none;
}

#nd-col1 div.moduletable,
#nd-col1 div.nd-moduletable {
	margin: 0 10px;
}

#nd-col2 div.moduletable,
#nd-col2 div.nd-moduletable {
	margin-left: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_seperator {
	display: block;
	background: url(sep00000.gif) repeat-x center;
	height: 20px;
}

table.blog .article_seperator {
}

#nd-col1 .article_seperator,
#nd-col2 .article_seperator,
#nd-topsl .article_seperator,
#nd-botsl .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	width: 35%;
	border: 1px solid #CCCCCC;
}

table.contenttoc a {
	font-weight: bold;
}

table.contenttoc td {
	padding: 5px 5px 2px 20px;
	background: url(bullet-l.gif) no-repeat 10px 12px;
}

table.contenttoc th {
	text-indent: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	text-transform: uppercase;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #EFEFEF;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px !important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 15px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 150%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	padding-left: 13px;
	background: url(bullet-l.gif) no-repeat 2px 8px;
	margin: 0;
}

td.buttonheading {
	padding: 0 0 0 5px!important;
	text-align: center;
}

td.buttonheading a {
	border: none;
}

.category {
	font-weight: bold;
	text-transform: uppercase;
}

.clr {
	clear: both;
}

.componentheading {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(sep00000.gif) repeat-x bottom;
	color: #333333;
	font-size: 275%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	font-size: 275%;
	font-weight: bold;
	line-height: normal;
}

a.contentpagetitle {
	border-bottom: none;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	border-bottom: none;
}

a.readon {
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border-bottom: none;
}

table.contentpaneopen td, table.contentpane td {
	font-size:14px;
	font-family:Verdana;

}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.createdate {
	margin: 5px 0 10px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 10px 0!important;
	margin: 15px 5px 10px 0;
	padding: 0;
}

.mosimage img {
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}

a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
}

.pagenavbar {
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(pages000.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

tr.sectiontableentry2 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #E7F4FA;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#nd-wrapper {
}

#nd-headerwrap,
#nd-topslwrap,
#nd-botslwrap,
#nd-mainnavwrap1,
#nd-subnavwrap,
#nd-footerwrap,
#nd-hpwrap {
	clear: both;
	width: 100%;
}

#nd-header,
#nd-topsl,
#nd-botsl,
#nd-mainnavwrap2,
#nd-subnav,
#nd-containerwrap,
#nd-containerwrap-cm,
#nd-containerwrap-c,
#nd-containerwrap-f,
#nd-containerwrap-m,
#nd-footer,
#nd-hp {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.wide #nd-header,
.wide #nd-topsl,
.wide #nd-botsl,
.wide #nd-mainnavwrap2,
.wide #nd-subnav,
.wide #nd-containerwrap,
.wide #nd-containerwrap-cm,
.wide #nd-containerwrap-c,
.wide #nd-containerwrap-f,
.wide #nd-containerwrap-m,
.wide #nd-footer,
.wide #nd-hp {
	width: 970px;
}

.auto #nd-header,
.auto #nd-topsl,
.auto #nd-botsl,
.auto #nd-mainnavwrap2,
.auto #nd-subnav,
.auto #nd-containerwrap,
.auto #nd-containerwrap-cm,
.auto #nd-containerwrap-c,
.auto #nd-containerwrap-f,
.auto #nd-containerwrap-m,
.auto #nd-footer,
.auto #nd-hp {
	width: 95%!important;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#nd-content {
	float: left;
	width: 60%;
}

#nd-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 20px 15px 15px 0;
	display: block;
	height: 400px;
}

html>body #nd-content div.innerpad {
	height: auto;
	min-height: 400px;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#nd-colwrap {
	float: right;
	width: 40%;
}

#nd-col1 {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 10px;
}

#nd-col2 {
	float: right;
	width: 49.9%;
	overflow: hidden;
	padding-bottom: 10px;
}

#nd-col1 table, #nd-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#nd-col1 ul, #nd-col2 ul {
	margin: 0;
	padding: 0;
}

#nd-col1 ul li, #nd-col2 ul li {
	padding-left: 13px;
	background: url(bullet-l.gif) no-repeat 2px 8px;
}

#nd-masscol {
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#nd-containerwrap {
	background: url(mainwrap.gif) repeat-y 60% 0;
}

#nd-container {
	background: url(mainwraq.gif) repeat-y 80% 0;
}

/* full */
#nd-containerwrap-f, #nd-containerwrap-f #nd-container  {
	background: #FFFFFF;
}

#nd-containerwrap-f #nd-content {
	width: 100%;
}

/* content + col + mass */
#nd-containerwrap-cm {
	background: url(mainwrap.gif) repeat-y 60% 0;
}

#nd-containerwrap-cm #nd-container {
	background: none;
}

#nd-containerwrap-cm #nd-col1,
#nd-containerwrap-cm #nd-col2 {
	width: 100%;
}

/* content + col */
#nd-containerwrap-c {
	background: url(mainwrar.gif) repeat-y 80% 0;
}

#nd-containerwrap-c #nd-container {
	background: none;
}

#nd-containerwrap-c #nd-content {
	width: 80%;
}

#nd-containerwrap-c #nd-colwrap {
	width: 20%;
}

#nd-containerwrap-c #nd-col1,
#nd-containerwrap-c #nd-col2 {
	width: 100%;
}

/* content + mass */
#nd-containerwrap-m {
	background: url(mainwrap.gif) repeat-y 60% 0;
}

#nd-containerwrap-m #nd-container {
	background: none;
}

/* HEADER
--------------------------------------------------------- */
#nd-headerwrap {
	border-bottom: 1px solid #999999;
	background: url(header-b.gif) repeat-x bottom #FFFFFF;
}

#nd-header {
	padding: 15px 0;
	line-height: normal;
	text-align: left;
	position: relative;
}

#nd-header h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 2.5em;
}

#nd-header h1 a {
	border-bottom: none;
	color: #333333;
	text-transform: uppercase;
}

#nd-header h1 img {
	float: left;
}



#nd-header .logoto  {
        margin: 0;
        padding: 0;
        float: left;
        font-size: 2.5em;
}

#nd-header .logoto  a {
        border-bottom: none;
        color: #333333;
        text-transform: uppercase;
}

#nd-header .logoto img {
        float: left;
}



#nd-header a {
}

div.nd-day {
	margin-top: 5px;
	float: right;
	font-family: Tahoma, Arial, sans-serif;
}

div.nd-day div {
	float: left;
	padding: 10px 0 5px;
	margin-left: 5px;
	width: 37px;
	background: url(day-pane.gif) repeat-x top #333333;
	color: #DDDDDD;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

div.nd-day span {
	float: left;
	color: #999999;
	font-size: 260%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 4px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#nd-mainnavwrap1 {
	background: #333333;
	font-family: Tahoma, Arial, sans-serif;
}

#nd-mainnavwrap2 {
	padding: 5px 0;
}

#nd-mainnav {
	float: left;
}

#nd-mainnavwrap1 a,
#nd-mainnavwrap1 a:hover,
#nd-mainnavwrap1 a:active,
#nd-mainnavwrap1 a:focus {
	border-bottom: none;
}

#nd-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nd-subnavwrap {
	background: #454545;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#nd-subnav {
	background: #454545;
}

#nd-search {
	float: right;
}

#nd-search div.search {
	margin: 3px 0 0 5px;
}

#nd-search div.search .inputbox {
	width: 150px;
	border: 1px solid #EFEFEF;
	padding-left: 4px;
	background: url(icon-sea.gif) no-repeat 95% 50% #EFEFEF;
	margin-bottom: 0;
}

/* Default Joomla! Menu */
a.mainlevel {
	margin: 0;
	padding: 3px 5px 3px 14px;
	width: 99.9%;
	border: none;
	display: block;
	color: #333333;
	background: url(bullet-l.gif) no-repeat 3px 10px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	border: none;
	color: #CC0000;
}

a.mainlevel#active_menu {
	color: #006DA3;
}

a.sublevel {
	padding: 3px 3px 3px 14px;
	border-bottom: none;
	display: block;
	background: url(sublevel.gif) no-repeat top left;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	border-bottom: none;
}

#active_menu {
	color: #CC0000;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.nd-box-left, .nd-box-center, .nd-box-right {
	float: left;
	overflow: hidden;
}

.nd-box-full {
	float: none;
	overflow: hidden;
}

.nd-box-left div.moduletable {
	padding: 0 15px 0 0;
}

.nd-box-right div.moduletable {
	padding: 0 0 0 15px;
}

.nd-box-center div.moduletable {
	padding: 0 15px;
}

/* Top Spotlight */
#nd-topslwrap {
}

#nd-topsl {
	clear: both;
	padding: 0;
	position: relative;
}

#nd-topsl h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
}

#nd-topsl a {
	color: #FFFFFF;
}

#nd-topsl div.moduletable {
	margin: 0;
	padding: 15px 25px;
}

#nd-topsl div.nd-box-left,
#nd-topsl div.nd-box-center,
#nd-topsl div.nd-box-right {
	padding: 0;
}

/* Bottom Spotlight */
#nd-botslwrap {
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#nd-botsl {
}

#nd-botsl div.moduletable {
	padding: 10px;
	background: none;
}

#nd-botsl div.nd-box-left,
#nd-botsl div.nd-box-center {
	background: url(sep00000.gif) repeat-y right;
}

#nd-botsl h3 {
	margin: 0 0 5px;
	padding: 0;
}

/* Common Styles for both Spotlight Area */
#nd-topsl ul,
#nd-botsl ul {
	margin: 0;
	padding: 0;
}

#nd-topsl li,
#nd-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(bullet-l.gif) no-repeat 2px 8px;
}

#nd-topsl td,
#nd-botsl td {
	padding: 0;
}

#nd-botsl .article_seperator,
#nd-topsl .article_seperator {
	display: none;
}

#nd-botsl table,
#nd-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PATHWAY
---------------------------------------------------------*/
#nd-pathway {
	margin: -20px 0 15px 0;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: block;
	background: #F7F7F7;
}

#nd-pathway img {
	margin: 0 5px 1px;
}

#nd-pathway strong {
	margin-right: 5px;
}

#nd-pathway a {
	font-weight: bold;
}

/* FOOTER
--------------------------------------------------------- */
#nd-footerwrap {
	border-top: 1px solid #999999;
	background: #EFEFEF;
	font-size:10px;
}

#nd-footer {
	clear: both;
	padding: 10px 0;
	color: #999999;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#nd-footer a {
	color: #999999;
	font-weight: bold;
}

#nd-footer a:hover,
#nd-footer a:active,
#nd-footer a:focus {
	color: #333333;
	font-weight: bold;
}

#nd-cert {
	position: absolute;
	right: 0;
	top: 18px;
}

#nd-cert a {
	padding-left: 2px;
	border-bottom: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#nd-hp-switch {
	float: right;
	color: #CCCCCC;
	display: none;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 5px 3px;
	margin-top: 1px;
}

.nd-hp-active {
	color: #FFFFFF !important;
	background: #006DA3;
	border-bottom: 1px solid #000000;
}

#nd-hpwrap {
	background: #EFEFEF;
	font-size: 11px;
}

#nd-hp {
	line-height: normal;
}

div.nd-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.nd-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.nd-hpmodule form {
	float: left;
}

div.nd-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.nd-hpmodule form input.button {
	padding: 0px 3px;
	background: #333333;
	border: 1px solid #333333;
	color: #CCCCCC;
	font-size: 11px !important;
}

div.nd-hpmodule form #mod_login_username,
div.nd-hpmodule form #mod_login_password {
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 70px;
	margin-bottom: 0;
}

div.nd-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}	

div.nd-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
}

/* User Tools */
#nd-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}

#nd-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#nd-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#nd-usertools img {
	padding: 0 3px 0 0;
}

div.innerpad {
	padding: 0 10px;
}

.nd-banner {
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	background: url(sep00000.gif) repeat-x top;
}

.nd-banner a, .nd-banner a:hover, .nd-banner a:active, .nd-banner a:focus {
	border-bottom: none;
}

.nd-content-module {
	margin-top: 15px;
	padding: 10px 0;
	text-align: center;
	background: url(sep00000.gif) repeat-x top;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
	border-bottom: none;
	float: left;
	margin: 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}



/* nd-news0.css */

#nd-newswrap .article_seperator {
	background: none;
}

.nd-newsblock {
	margin: 0;
	display: block;
}

.nd-newsitem,
.nd-newsitem-left,
.nd-newsitem-right,
.nd-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.nd-newsitem-left,
.nd-newsitem-center {
}

.nd-newsitem-left div.nd-newsitem-inner,
.nd-newsitem-center div.nd-newsitem-inner,
.nd-newsitem-right div.nd-newsitem-inner,
.nd-newsitem div.nd-newsitem-inner {
	text-align: left;
	float: left;
}

.nd-newsitem-center div.nd-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.nd-newsitem-right div.nd-newsitem-inner {
	float: right;
}

a.nd-newscat, a.nd-newscat:hover, a.nd-newscat:active, a.nd-newscat:focus {
	display: block;
	border-bottom: 3px solid #666666;
	margin: 0 0 5px;
	position: relative;
	font: bold 125%/normal Cambria, "Times New Roman", Times, serif;
}

.nd-newscatwrap .hover .nd-newscat,
.nd-newsitem-left:hover .nd-newscat,
.nd-newsitem-center:hover .nd-newscat,
.nd-newsitem-right:hover .nd-newscat {
	border-bottom: 3px solid #006DA3!important;
}

a.nd-newscat span {
	font-weight: bold;
	padding: 2px 5px 2px;
	background: #666666;
	color: #FFFFFF;
	text-transform: uppercase;
}

.nd-newscatwrap .hover .nd-newscat span,
.nd-newsitem-left:hover .nd-newscat span,
.nd-newsitem-center:hover .nd-newscat span,
.nd-newsitem-right:hover .nd-newscat span {
	background: #006DA3;
}

a.nd-newstitle {
	display: block;
	font-weight: bold;
	margin-bottom: 5px; 
	border: none;
	font: bold 125%/normal Cambria, "Times New Roman", Times, serif;
}

a.nd-newstitle:hover, a.nd-newstitle:active, a.nd-newstitle:focus {
	border-bottom: none;
}

.nd-newscontent {
	padding: 0;
}

.nd-newscontent img {
	margin: 2px 5px 5px 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.nd-newscontent p {
	margin: 5px 0;
}

.nd-newsitem ul {
	margin: 10px 0 0;
	padding: 0;
}

ul.nd-newslinks {
	margin: 15px 0 0;
	padding: 0;
}

ul.nd-newslinks li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(bullet-l.gif) no-repeat 2px 8px;
}

ul.nd-newslinks li a,
ul.nd-newslinks li a:hover,
ul.nd-newslinks li a:active,
ul.nd-newslinks li a:focus {
}

/* headline
--------------------------------------------- */
#jahl-newsitem {
	background: #E7F4FA;
	padding: 5px;
}

div.nd-newscat {
	display: block;
	border-bottom: 3px solid #006DA3;
	padding-top: 5px;
	margin: 0;
	position: relative;
	font: bold 125%/normal Cambria, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

div.nd-newscat span {
	font-weight: bold;
	padding: 2px 5px 2px;
	background: #006DA3;
	color: #FFFFFF;
}

#jahl-newsitem a.nd-newstitle { 
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

#jahl-newsitem img { 
	margin: 2px 10px 10px 0;
}

/* Sidebar
--------------------------------------------- */
div.module-nd-newssb .nd-newsblock {
	margin: 0 5px 15px;
}

div.module-nd-newssb ul.nd-newslinks {
	margin: 0!important;
}

div.module-nd-newssb ul.nd-newslinks li {
	padding-left: 22px!important;
	background-position: 11px 6px!important;
}

div.module-nd-newssb ul.nd-newslinks li a {
	color: #484848;
	text-decoration: none;
}

div.module-nd-newssb ul.nd-newslinks li a:hover,
div.module-nd-newssb ul.nd-newslinks li a:active,
div.module-nd-newssb ul.nd-newslinks li a:focus {
	color: #F85703!important;
	text-decoration: none;
}

/* Control bar
--------------------------------------------- */
.jahl-newscontrol {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 0;
	display: block;
}

.jahl-newscontrol ul {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.jahl-newscontrol li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#loading-indicator {
	float: left;
}

#jahl-indicator {
	float: left;
	background: #666666;
	padding: 1px 5px;
	font-size: 10px;
	line-height: normal;
	margin-left: 5px;
	display: block;
}
/* end nd-news0.css */




/* nd-tam-m.css */
div#nd-tabswrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: normal; 
	background: url(tab-bord.gif) repeat-y right #FFFFFF; /* 100%/3 fixed :) */
}

ul.nd-tab-top, ul.nd-tab-bottom {
	margin: 0;
	padding: 0;
}

ul.nd-tab-top li.nd-tab-li, ul.nd-tab-bottom li.nd-tab-li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.nd-tab-top li.nd-tab-li span, ul.nd-tab-bottom li.nd-tab-li span {
	background: #DDDDDD;
	display: block;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	border-right: none;
}

html>body ul.nd-tab-top li.nd-tab-li span, html>body ul.nd-tab-bottom li.nd-tab-li span {
	border-right: 1px solid #CCCCCC;
}

ul.nd-tab-top li.nd-tab-hover span {
	background: url(tabtop-b.gif) repeat-x top #FFFFFF;
	color: #333333;
}

ul.nd-tab-bottom li.nd-tab-hover span {
	background: url(tabbot-b.gif) repeat-x bottom #FFFFFF;
	color: #333333;
}

ul.nd-tab-top li.nd-tab-hover span {
	border-bottom: 1px solid #FFFFFF;
}

ul.nd-tab-bottom li.nd-tab-hover span {
	border-top: 1px solid #FFFFFF;
}

.nd-tab-top-border {
	border-top: 1px solid #CCCCCC;
}

.nd-tab-bottom-border {
	border-bottom: 1px solid #CCCCCC;
}

div#nd-tab-content {
	display: block;
	height: 0;
	clear: both;
	padding: 10px;
	background: url(sep00000.gif) repeat-y left;
}

.nd-tabswrap {
	width: 99.5%;
}

.nd-tab-content {
	display: block;
}

div#nd-tab-content ul {
	margin: 0;
}

div#nd-tab-content .article_seperator {
	display: none;
}

div#nd-tab-content ul li, .nd-tab-content ul li {
	padding: 0 0 0 12px !important;
	margin: 0 0 0 2px;
	background: url(bullet-l.gif) no-repeat 0px 8px !important;
}

/* end nd-tab-m.css */


/* nd-split.css */
#nd-splitmenu {
	margin: 0;
	padding: 0;
}

#nd-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nd-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nd-splitmenu a {
	float: left;
	margin: 0;
	padding: 2px 7px 2px 8px;
	border-right: 1px solid #333333;
	display: block;
	color: #CCCCCC;
	font-size: 100%;
	font-weight: bold;
}

#nd-splitmenu a:hover,
#nd-splitmenu a:active,
#nd-splitmenu a:focus {
	background: #666666;
	color: #FFFFFF;
}

#nd-splitmenu li.active a,
#nd-splitmenu li.active a:hover,
#nd-splitmenu li.active a:active,
#nd-splitmenu li.active a:focus {
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	background: #006DA3;
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#nd-subnav ul {
	margin: 0;
	padding: 0;
}

#nd-subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	line-height: normal;
}

#nd-subnav a {
	padding: 5px 7px 5px 8px;
	float: left;
	display: block;
	color: #CCCCCC;
	border-bottom: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-left: 1px solid #363636;
}

#nd-subnav a:hover,
#nd-subnav a:active,
#nd-subnav a:focus {
	color: #FFFFFF;
	background: url(arrow200.gif) no-repeat center top #666666;
	border-bottom: none;
}

#nd-subnav li.active a,
#nd-subnav li.active a:hover,
#nd-subnav li.active a:active,
#nd-subnav li.active a:focus {
	color: #FFFFFF;
	background: url(arrow200.gif) no-repeat center top #666666;
	border-bottom: none;
}

#nd-subnav .first-item {
	border-left: none;
}

/* end nd-split.css */


#comments
{
	width:100%px;
	font:11px/12px Verdana;
	color:black;
}

#comments ul
{
	margin:15px 0 ;
	padding:0;
	
}

#comments li
{
	background:white;
	list-style: none;		
	margin:0; 
	padding:5px 15px 10px 15px;;
	font:10px/12px Verdana;
	color:black;
}

#comments li.name
{
	background:#EDEDEF;
	padding:5px;
	
}

#comments .name span
{
	font:10px/12px Arial;
	color:#A0A0A0;
}
#comments input , #comments textarea
{
	border:1px #B2B2B2 solid;
	background:#FaFaFa;
	padding:3px;
	font-size:90%;
	
}

.valuta { border:none; }
.valuta td { padding-right:18px; font-size:11px; font-weight:bold; color:#777777; font-family:Helvetica; }

.more_news1 { width:96%; clear:both; margin-bottom:10px; padding-bottom:10px; border-bottom:1px silver dotted; height:80px; }
.more_news1 img {   margin-right:10px; float:left; }
.more_news1 .title { color:orange; font:13px/16px Trebuchet MS; font-weight:bold; }
.more_news1 span { font-size:10px; line-height:13px;}


#valutii { margin-left:550px; margin-top:10px; position:absolute; }



/*   menuto */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


ul.dropdown li a {
 display: block;
 padding: 7px 14px;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 width: 151px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: #76b900;
	}

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #76b900;
	 color: #fff;
	}


ul.dropdown {
 font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 padding: 7px 0;
	 background-color: #000;
	 color: #fff;
	 line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #76b900; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 170px;
	 background-color: #333;
	 color: #fff;
	 font-size: 11px;
	 text-transform: none;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }



ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


.urlformclass { visibility:hidden; width:1px; }
