/* CSS Document for the GREEN KEY PROJECT */


/* styles below work with body layout and colour */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
img {
	display:none;
}
#pageContainer{
	color:#000000;
	width:995px;
}
#leftBar{
	color:#000000;
	float:left;
}
#menuHolder {
	padding-bottom:0px;
	color:#000000;
}
.centerblock{
	font-size:12px;
	color:#000000;
	margin-left:290px;
	margin-top:58px;
	width:705px;
}
#rightBar{
	color:#000000;
	float:right;
	width:420px;
}
#footer{
	font-size:12px;
	color:#000000;
	clear:both;
}
/* -- end of body stuff */


/* styles below work with top nav bar */
.topbar{
	color:#000000;
}
span#lang{
	font-weight:bold;
	color:#000000;
}
#topNav {
	color:#000000;
	font-weight:bold;
}
#changeCSS {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#changeCSS img {
	display:none;
}
#changeCSSTxt {
	margin:10px 0px;
	font-size:12px;
}
/* -- end of top nav bar stuff */


/* styles below work with left nav bar */
#leftBar .titles {
	color:#000000;
	font-weight:bold;
}
#leftBar .titles a {
	font-size:12px;
	font-weight:bold;
}
#leftBar ul li a {
	font-size:12px;
}
#leftBar img {
	display:none;
}
.liline {
	border-top:0px solid #C3D3BB; 
}

/* -- end of left nav bar stuff */


/* the code below is for the form elements...*/
.langBlock {
	width:550px;
	float:left;
	margin-left:10px;
}
.langBlock .items, .formBoxedOff{
	border:1px solid #86B2D1;
	padding:4px;
	font-size:80%;
	background-color:#DAE9F5;	
}
.langBlock h2{
	background-image:url(../images/lang-col-title2.gif);
	height:24px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
	line-height:25px;
	font-size:12px;
}
.large{
	margin-bottom:20px;
	width:450px !important;
}
.large h2{
	background-image:url(../images/lang-col-title-450-2.gif) !important;
	background-position:left top;
	background-repeat:no-repeat;
	width:450px;
}
.small{
	margin-top:20px;
	margin-right:16px;
	margin-left:6px;
	width:373px !important;
	float:left;
	padding:4px;
}
.small h2{
	background-image:url(../images/lang-col-title-373.gif) !important;
	background-position:left top;
	background-repeat:no-repeat;
/*	width:373px;*/
}
/* -- end of form styling */ 

/* styles below work with the center column content */
.centerblock h1{
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.centerblock .h1blue {
	background-color:#FFFFFF;
}
.centerblock ul#archive h2{
	font-size:12px;
	color:#000000;
}
.centerblock .newsImage{
	display:none;
}
.centerblock #newsMenu{
	font-size:10px;
}
.centerblock ul#archive li hr{
	clear:both;
	visibility:hidden;
	height:2px;
	margin:0;
	padding:0;
}
#topSep {/*,topSep = top separator hr -before archive list */
	color: #000000;
	border:0px solid black;
	border-bottom:2px solid #e0e0e0;
	height:2px;
	clear:both;
	padding:5px 0;
}
div#hrhidden {
	color: #ff0000;
	border:0px solid #ff0000;
	border-bottom:2px solid #ff0000;
	height:2px;
	clear:both;
	padding:5px 0;
}
.centerblock .title {
	margin-bottom:6px;
	font-size:12px;
}
.newsli {
	margin-left:25px;
	margin-bottom:5px;
	list-style-type:square;
}
.articleIMG {
	display:none;
}
/* -- end of center column content */

/* styles below work with the right column content */
#rightBar .rightBarBlock h1{
	display:block;
	margin-top:10px;
	background-color:#ffffff !important;
}
#rightBar .rightBarBlock p {
	font-size:12px;
}
#rightBar .rightBarBlock h1 a{
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	display:block;
	background-color:#ffffff !important;
}
#rightBar .rightBarBlock .moreInfo {
	font-size:12px;
}
#rightBar .rightBarBlock .moreInfo a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/* -- end of center column content */

/* styles below work with logged in sections */
.adminbar {
	padding:6px 8px;
	background-color:#FFFF99;
	font-size:9px !important;
}
.adminbarchoices{
	margin:0px;
	padding:0px;
	float:right;
	font-size:9px !important;
}
.adminbarchoices li{
	margin:0px 4px;
	float:left;
	border:1px solid gray;
	list-style-type:none;
	font-size:9px !important;
}
.adminbarchoices li a{
	color:gray;
	padding:0 4px;
	text-decoration:none;
	display:block;
	font-size:9px !important;
}
.adminbarchoices li a:hover{
	color:black;
	background-color:#FFFFFF;
	font-size:9px !important;
}
/* end of logged in sections */