/** 
* A Mambo 4.5.3 xhtml compatible template 
* @version 1.0 
* @package NVU Template Addon 
* @copyright (C) 2005 by Open4G Mambo Template Developer Extension for NVU - All rights reserved! 
* @license http://www.open4g.com/ GPL/GNU License 
**/ 
 
html {
height: 100%;
}

body {
text-align: center;
margin: 0px;
padding: 0px;
background: #dce9f4 url(../images/body.png) repeat;
}



#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/img02.gif) repeat-x;

	
}


#header {
	width: 900px;
	height: 157px;
	margin: 0 auto;
	background: url(../images/header04.gif) no-repeat;
}

#header h1 {
	float: left;
	padding: 70px 0 0 25px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 92px 25px 0 0;
	font-size: 1.2em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/*#menu 
width: 100%;
height: 26px; Must be the same height as header.jpg 
background: #FFF url(../images/menubg03.gif) no-repeat;
}*/

/* navigation */
.navigation {
	float: left;
	
	margin-left: -10px;
	padding: 0 13px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 12px Arial, Verdana,sans-serif;
	margin-top: 1px;
	padding: 5px 13px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	
	color: #F05B38;
}


}
/* misc */
.clearer {
clear: both;
}

 #main {
width: 100%;
clear: both;
}


.footer {
width: 100%;
/* clear: both so that it remains at the bottom of the 3 columns */
clear: both;
background: #FFF url(../images/footer.png) no-repeat;
font: 12px/19px Arial, Verdana, sans-serif;
color: #FFF;
}

#footer {
	background: #FFF url(../images/footer.png) repeat-x;
	color: #FFF;
	font: 10px Arial, Verdana, sans-serif;
	height: 35px;
	text-align: center;
	
	clear: both; /* absolutely necessary! */
	}





#text {
float: left;
text-align: justify;
display: inline; /* IE6 fix */
width: 475px;
margin: 15px 15px; /* means 15px on top and bottom and 15px on left and right*/
vertical-align: top;
}

/*#maincontainer{
width: 644px; 
vertical-align: top;
}*/

#maincontainertable{
text-align: left;
 width: 100%;

 }

#maintext {
	float: left;
	width: 490px;
	/*padding: 0 6px;*/
	text-align: left;
        margin: 18px 15px;
        display: inline; /* IE6 fix */
}

#main_full {
	float: left;
	width: 674px;
	padding: 0 0 0 10px;
	text-align: left;
margin: 18px 15px;
}

/*#sidebar, #sidebarleft {
	margin: 0;
	width: 180px;
	float: left;
	text-align: left;
	padding: 0;
}*/


#sidebar {
float: right;
display: inline; /*IE6 fix */
vertical-align: top;
width:180px;
padding-top:3px;
margin-right: 10px;
text-align: middle;
}

#sidebarleft {

float: left;
display: inline; /*IE6 fix */
width: 140px;
margin: 0px 18px;
padding-top:3px;
}



 #text p, #text li, #sidebar p, #sidebar ul, #sidebarleft p, #sidebarleft ul {
font: 12px/19px Arial, Verdana, sans-serif;
color: #000000;
}
#text h1 {
font: 16px Georgia, Times, sans-serif;
font-weight: bold;
color: #3472b0;

}
#text h2 {
font: 14px Georgia, Times, sans-serif;
color: #3472b0;
font-weight: bold;

}
#text a {
text-decoration: none;
color: #1e4d77;
}

 #text a:hover {
text-decoration: underline;
color: #4074a5;
}
#sidebar h3, #sidebarleft h3 {
font: bold 15px Arial, Verdana, sans-serif;
color: #173857;

}
#sidebar a, #sidebarleft a  {
text-decoration: none;
color: #000;
font-weight: bold;


}
#sidebar a:hover, #sidebarleft a:hover {
text-decoration: none;
color: #5287b8;
}
#sidebar ul.subpages, #sidebarleft ul.subpages {
margin: 0px;
list-style: square;
}
#sidebar ul li a, #sidebar ul li, #sidebarleft ul li a, #sidebarleft ul li {
text-decoration: none;
color: #5489b9;
}
#sidebar ul li a:hover, #sidebarleft ul li a:hover {
background-color: #f3e8d3;
color: #4074a5;
}



/*body { 
 margin : 2px; 
 padding : 2px; 
 background : #FFFFFF; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif"; 
 font-size : 12px; 
 color : #000; 
} */
 
td, tr, p, div { 
font-family :"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif"; 
 color : #000; 
 font-size : 12px; 
} 
 
hr { 
 color : #E0E0E0; 
 height : 1px; 
 width : 100%; 
} 
 
 
table.moduletable { 
 width : 100%; 
 table-layout : auto; 
 margin : 0px 4px 15px 4px; 
} 

table.moduletable th { 
 padding : 3px 0px; 
 font-size : 14px; 
 font-weight : bold; 
 text-align : left; 
 font-family: verdana; 
 color : #173857; 
} 

table.moduletable td { 
 padding : 0px; 
} 
 
ul 
{ 
margin-top: 7px; 
padding: 0 0 3 0;
list-style: square; 
} 
 
 
li 
{ 
line-height: 15px; 
padding-left: 15px; 
padding-top: 0px; 
background-image: url(../images/arrow.html) ; 
background-repeat: no-repeat; 
background-position: 0px 3px; 
} 
 
.button { 
 float:left;
 text-decoration: underline;
 color : red; 
 /*margin : 10px;*/
 margin-right: 10px;
 padding: 0 13px; 


} 
 
.inputbox { 
 border : 1px solid #B8D1E8; 
 background : #FFFFFF; 
 color : #003366; 
 margin : 5px; 
} 
 
.sectiontableheader { 
 font-size : 11px; 
 font-weight : bold; 
 text-align : center; 
 color : #FFFFFF; 
 background : #003366; 
 vertical-align : middle; 
 height : 20px; 
 border-right : 1px solid #fff; 
 padding : 0px 10px; 
} 
 
.sectiontableentry1 { 
 background : #F9F9F9; 
 padding : 3px 5px; 
} 
 
.sectiontableentry2 { 
 background : #F0F0F0; 
 padding : 3px 5px; 
} 
 
a.mainlevel { 
 margin : 0px; 
 padding : 0px; 
 font-size : 13px; 
 width : 150px; 
 text-indent : 8px; 
 color: #5287b8;
} 
 
a.mainlevel: link { 
 text-indent : 8px; 
} 
 
a.mainlevel:link, a.mainlevel:visited { 
 display : block; 
 -moz-opacity : 0.85; 
 padding : 2px 0px 2px 0px; 
 margin : 1px; 
 
 /*border : 1px solid #e0e0e0;*/
 text-indent : 8px; 
 text-decoration : underline; 
} 
 
a.mainlevel:hover { 
 /*text-decoration : none; 
 text-indent : 10px; 
 background : #e0e0e0; 
 border : 1px solid #d0d0d0; 
 background-color: #f3e8d3;*/
 text-indent : 8px;
 font-weight: bold;
 color: #5287b8;

} 

a.mainlevel#active_menu {
	color:#5287b8;
	font-weight: bold;
} 
a#active_menu:hover { 
} 

a.sublevel:link, a.sublevel:visited {
	padding-left: 20px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
        
}

a.sublevel:hover {
	color: #6C99C3;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #6C99C3;
}
 
.sublevel { 
 font-size : 12px; 
} 
 
ul#mainlevel-nav { 
 float:left;
 padding : 0; 
 margin : 0; 
 list-style : none; 
} 
 
ul#mainlevel-nav li { 
 display : block; 
 padding-left : 0px; 
 padding-right : 0px; 
 margin : 0; 
 float : right; 
 font-size : 11px; 
 font-weight : bold; 
 line-height : 20px; 
 white-space : nowrap; 
/* border-left : 1px solid #FFFFFF;*/ 
 
} 
 
ul#mainlevel-nav li a { 
float:left;
 display : block; 
 padding-left : 10px; 
 padding-right : 20px; 
 text-decoration : none; 
 color : #fff; 
 
} 
 
ul#mainlevel-nav li a:hover { 
 color : #f3d3ad; 
 /*background : #336699; 
text-decoration: underline;*/

} 
 
a:link, a:visited { 
 color : #336699; 
 text-decoration : none; 
} 
 
a:hover { 
 color : #003366; 
 text-decoration : underline; 
} 
 
a.category:link, a.category:visited { 
 font-weight : bold;
} 
 
.readon { 
 font-weight : bold; 
} 
 
.pagenavbar { 
 background-color : #F0F0F0; 
 border : 1px solid #e0e0e0; 
 padding : 3px; 
 text-align : center; 
} 
 
.contenttoc { 
 width : 180px; 
 background-color : #F0F0F0; 
 border : 1px solid #e0e0e0; 
 padding : 2px; 
} 
 
.contenttoc th { 
 padding : 3px 5px; 
 font-size : 14px; 
 font-weight : bold; 
 text-align : left; 
 letter-spacing : 1px; 
 color : #003366; 
} 
 
.contenttoc td { 
 padding : 2px 5px; 
} 
 
.small { 
 font-size : 10px; 
 color : #336699; 
} 
 
.smalldark { 
 font-size : 10px; 
 color : #000000; 
} 
 
.createdate, .modifydate { 
 font-size : 10px; 
 color : #999999; 
} 
 
.content_rating { 
 font-size : 10px; 
 color : #FEC56A; 
} 
 
.content_vote { 
 font-size : 10px; 
 height : 22px; 
 padding-top : 2px; 
 padding-bottom : 2px; 
 padding-left : 10px; 
 padding-right : 10px; 
 background-color : #F0F0F0; 
 border : 1px solid #e0e0e0; 
} 
 
.pathway { 
 font-size : 12px; 
 color : #000000; 
 letter-spacing : 1px; 
 margin-left : 4px; 
} 
 
a.pathway:link, a.pathway:visited { 
 color : #ff9933; 
 font-size : 12px; 
} 
 
a.pathway:hover { 
 font-size : 12px; 
} 
 
.contentpane { 
 padding : 0px; 
} 
 
.contentpaneopen { 
 padding : 0px; 
 text-align : justify; 
width: 100%;
} 
 
.contentheading, .componentheading { 
 padding : 0px; 
 font-size : 14px; 
 font-weight : bold; 
 text-align : left; 
 letter-spacing : 1px; 
 color : #003366; 
} 
 
.contentpagetitle { 
 font-weight : bold; 
 color : #000; 
} 
 
a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active { 
 text-decoration : none; 
} 
 
a.readon:link, a.readon:visited { 
 color : #999999; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
} 
 
a.readon:hover { 
 color : #336699; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
} 
 
.back_button a:link, .back_button a:visited { 
 color : #999999; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
} 
 
.back_button a:hover { 
 color : #336699; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 background : #F0F0F0; 
 border : 1px solid #E0E0E0; 
 padding : 2px 4px 2px 4px; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
} 
 
.pagenav a:link, .pagenav a:visited, .buttonheading a:link, .buttonheading a:visited { 
 color : #999999; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 background : #F0F0F0; 
 border : 1px solid #E0E0E0; 
 padding : 2px 4px 2px 4px; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
} 
 
.pagenav a:hover, .buttonheading a:hover { 
 color : #336699; 
 font-family : "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
 font-size : 10px; 
 font-weight : normal; 
 background : #F0F0F0; 
 border : 1px solid #E0E0E0; 
 padding : 2px 4px 2px 4px; 
 white-space : nowrap; 
 float : left; 
 line-height : 10px; 
 text-decoration : none; 
}

.moduletablewip td{
 font-weight : bold;
 color : #336699;
 font-size : 10px;
 float : center; 
}

.moduletablewip {
 margin-top : 20px;
 margin-bottom : 30px;
}

table.blogsection ul{
list-style: square;
}