/* $Id: style-about.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */

/* Stuff I added */

.topBlue{
	width: 209px;
	height:35px;
	background-image:url(images/top_green_research.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom: -5px;
	margin-left:1px;
}

.topBlue h1{
	padding-left: 5px;
	padding-top: 5px;
	font-size:18px;
}

.topBlueMain{
	width: 209px;
	height:40px;
	background-image:url(images/top_green_main.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:1px;
}

.topBlueMain h1{
	padding-left: 5px;
	padding-top: 7px;
	font-size:18px;
	font-weight:bold;
}

#headerhelp h4{
	margin-top: 7px;
}

#headerhelp-page h4{
	margin-top: 7px;
}

.bottomBlue{
	width: 209px;
	height:14px;
	background-image:url(images/bot_green_research.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top: 0;
	margin-left: 1px;
}

.insideBlue{
	border-left: #465c16 solid 1px;	
	border-right: #465c16 solid 1px;	
	background-color:#FFF;
	width: 198px;
	min-height:30px;
	height:auto;
	margin-left: 1px;
	margin-top: 0;
	margin-bottom: -2px;
	padding-top: 10px;
	font-size:11px;
}

.insideBlue ul, .insideBlue li, insideBlue p{
	margin-top: 0;
	margin-bottom:0;
}


#getmore, #news {
	border: 1px solid #739ed5;
}
#news h1 {
	background: #d3e1f2;
}

.helpleft {
	background: #84b05a;
	clear: none;
}

#innercontent-page{
	float: right;
	width: 567px;
	margin-left: -30px;
}

#headerhelp, #headerhelp-page {
	margin-top: 10px;
	height: auto;
	min-height: 38px;
	background: #84b05a;
	border: 1px solid #465c16;
}

#headerhelp-page{
width: 520px;	
}

#headerhelp-page h4{
	color: #FFF;
	margin-left:5px;
}

#headerhelp-1 {
	margin-top: 10px;
	height: auto;
	min-height: 38px;
	background: #84b05a;
	border: 1px solid #465c16;
	width: 500px;
	border-left: none;
	padding-left: 10px;
}

#headerhelp-1 h4{
	color: #FFF;
	
}

h5.gethelp {
	margin: 0;
	font-size: 18px;
	color: #84b05a;
}
.helplinks {
	border: 1px solid #58194d;
}
.helplinks h1{
	background: #b097ac;
}
h1.search {
	background: #6ea655;

}

#innercontent h2{
	font-size: 16px;	
}

#text h2{
	font-size: 20px;
}

#text h3{
	font-size: 16px;
}

#text h4{
	font-size: 14px;
}

#text h5{
	font-size: 12px;
}

#text h6{
	font-size: 10px;
}

#text h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #84b05a;
	margin: 7px 0px 7px 0px;
}


/* forms */

.form-required{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
