/* lightbox css */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; visibility:hidden; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }


/* page layout */
body {
	background-color: #2D81AD;
	background-image: url(/images/background-shadow.jpg); 
	background-repeat: repeat-y;
    background-position: center; 
	margin: 0px;
    padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;	
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.content {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; */
	font-size: 12pt;
    line-height: 150%;
	padding: 20px 40px 20px 30px ;
	background-color: #FFFFFF;
	width: 600px;
	height: 600px;
	vertical-align: top;
	text-align: left;
}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12pt;
/*	margin-left: 15px; */
	width: 160px;
	border: 0;
	padding: 3px;
}
.sidebar {
	padding: 10px;
	background-color: #F5F5ED;
	vertical-align: top;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;	
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	background-color: #7CC142;
	vertical-align: middle;
	text-align: center;
}

/* navbar */
.navbar {
	vertical-align: top;
	background-color: #7CC142;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.navbar li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: none;
}
.navbar ul li a:link, .navbar ul li a:visited, .navbar ul li a:active {
	font-family: Trebuchet MS;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
/*	background-color: #003366; */
	text-decoration: none;
}
.navbar ul li a:hover {
	padding: 4px 10px 4px 10px;
	display: block;
	color: #FFFFFF;
/*	background-color: #2D81AD; */
	background-color: #5C982D;
	text-decoration: none;
}
.navbar_selected {
	padding: 4px 10px 4px 10px;
	display: block;
	color: #7CC142;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* headings */

h1 {
	font-size: 15pt;
    line-height: 100%;
	color: #003366;
/*	margin: 5px 0px 5px 0px; */
}
h2 {
	font-size: 12pt;
    line-height: 100%;
	color: #336699;
/*	margin: 15px 0px 5px 0px; */
}

/* std links */

a:link, a:visited, a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

/* picture nz text */

.picturenz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #009900;
	background-color: #7CC142; 
	height: 12px;
	padding: 2px 8px 2px 2px;
}

.picturenz a:link, .picturenz a:visited, .picturenz a:active {
	color: #006600;
	text-decoration: underline;
}

.picturenz a:hover {
	color: #fff;
	text-decoration: underline;
}

/* sidebar formatting */

.sidebarhdr {
	color: #FFFFFF;
	font-weight: bold;
}

.greensidebar {
	background-image:url(/images/rnd_cnr_green_fill.png);
	background-repeat:repeat-x;
}

.bluesidebar {
	background-image:url(/images/rnd_cnr_blue_fill.png);
	background-repeat:repeat-x;
}

/* old styles */

.navbarold ul {
	border-bottom: 0px;
	background-color: #003366;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

form {
	margin: 0;
}



.menu {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #003366;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #003366;
	text-decoration: none;
}
.menu a:hover {
	background-color: #336699;
	text-decoration: none;
}
.border {
	font-size: 1px;
	height: 10px;
}
