@charset "utf-8";
/* CSS Document */

@import "font.css";
@import "search.css";

body {
	margin: 0;
	background: url(../images/background_pattern.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	text-align: justify;
}

img {
	border: 0;
}

/*Banner
--------*/

#banner {
	margin: 0 auto;
	width: 1024px;
	height: 140px;
	background: url(../images/bannerBackground.jpg) repeat-y;
	border-bottom: 5px solid #006B6E;
}

#banner img.logo {
	width: 100px;
	height: 125px;
	padding: 7px 0 0 40px;
	border: 0;
}

#banner img.heading {
	width: 594px;
	height: 98px;
	margin: 0 0 10px 160px;
	border: 0;
}

#tagLine {
	display: block;
	float: right;
	width: 750px;
	height: 90px;
	text-align: center;
	margin: 20px 54px 0 0;
}

#otherContent {
	display: block;
	float: right;
	width: 850px;
	text-align: center;
	height: 100%;
}

/*Content container
-------------------*/

#contentContainer {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	overflow: hidden;
}

/*Menu
------*/

#menu {
	display: block;
	float: left;
	width: 170px;
	height: 100%;
	background: #FFFFFF;
	padding: 10px 0 0 10px ;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li a {
	display: block;
	width: 160px;
	height: 20px;
	background: #006B6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-bottom: 3px;
	padding-top: 5px;
	list-style: none;
}

#menu a:hover {
	display: block;
	text-decoration: none;
	background: #A0002A;
}

/*Page Container
----------------*/

#pageContainer {
	display: block;
	float: right;
	width: 834px;
	height: 100%;
	padding: 10px 10px 10px 0;
	background: #FFFFFF;
}

/*Search Container
------------------*/
#searchContainer {
	display: block;
	float: right;
	width: 205px;
	margin-bottom: 10px;
}

#searchContainer form input.searchBox{
	border: 1px solid #006B6E;
	margin: 0;
	padding : 0;
	width: 170px;
	height: 23px;
	float: right;
	display: inline;
}
#searchContainer form input.go{
	border: 1px solid #006B6E;
	margin: 0 0 0 -6px;
	padding: 0;
	width: 33px;
	height: 25px;
	background: transparent url(../images/searchButton.gif) no-repeat top left;
	float: right;
	display: inline;
	cursor: pointer;
}

/*Home page layout
----------------------*/

#membersSectionContainer {
	display: block;
	width: 629;
	margin: 0 0 12px 300px;
}

#mainBtnsContainer {
	display: block;
	width: 100%;
	height: 200px;
	margin: 5px 0 8px 0;
	vertical-align: bottom;
}

#latestNewsContainer {
	float: left;
	width: 33%;
	text-align: center;
}

#cropPublicationsContainer {
	float: left;
	width: 34%;
	text-align: center;
}

#eventsDiaryContainer {
	float: right;
	width: 33%;
	text-align: center;
}

#supportersContainer {
	display: block;
	width: 100%;
	height: 100px;
	background: #FFFFFF url(../images/footerBackground.jpg) repeat-x bottom;
	border-top: 5px solid #006B6E;
	vertical-align: text-top;
}

#supportersContainer img.majorSponsors {
	width: 200px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
}

#supportersLogos {
	display: block;
	float: right;
	width: 534px;
	text-align: center;
	height: 100%;
}

#supportersLogos img.grdc {
	padding: 20px 0 0 0;
}

#supportersLogos table {
	width: 534px;
	border-collapse: collapse;
}

#supportersLogos tr {
	text-align: center;
	vertical-align: middle;
	height: 100px;
}

/*Coming event container
------------------------*/

#eventsContainer {
	display: block;
	float: right;
	width: 250px;
	height: 100%;
	padding: 0 10px 0 10px;
	border-left: 1px dotted #A0002A;
	margin-left: 10px;
}

/*Copyright container
---------------------*/

#copyright {
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	font-size: 9px;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 10px;
}

#copyright a {
	color: #000000;
	text-decoration: underline;
}

#copyright a:hover {
	color: #006B6E;
	text-decoration: none;
}

/*Footer
--------*/

#footer {
	width: 1024px;
	height: 80px;
	margin: 0 auto;
	background: #FFFFFF url(../images/footerBackground.jpg) repeat-x bottom;
	border-top: 5px solid #006B6E;
}

#footer img.majorSponsors {
	width: 200px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
}

#otherFooterContent {
	display: block;
	float: right;
	width: 820px;
	text-align: center;
	height: 80px;
}