/* This is important stuff defining the general page style and html tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 8px 0px 4px;
	padding: 1px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin: 2px 0px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}
a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.fullpagetable {
	width: 750px;
	border: 1px solid #000000;
}
.pngimg {
	behavior: url(../site/site/pngbehavior.htc);
}
.centralTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
/* This is important stuff defining the general page style and html tags */
.headingText {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* These styles are just for single pixel borders on graphics */
.border1 {
	border: 1px solid #000000;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.borderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.borderRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* These styles are actually applied to text on the right and left menus
 They control the text sizing and behaviour in the menus */
.leftMenu {
	padding: 2px 0px 0px;
}
.leftMenuTop {
	margin: 0px;
}
a.leftMenu:link, a.leftMenu:visited, a.leftMenuTop:link, a.leftMenuTop:visited
{
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
a.leftMenu:hover, a.leftMenuTop:hover
{
	color: #333366;
	font-weight: bold;
}
.leftMenuTable {
	padding: 10px;
	width: 120px;
	background-color: #CCCCCC;
}
.rightMenuTable {
	padding: 10px;
	background-color: #999966;
}
p.leftMenuTitle {
	padding: 0px;
}
.leftMenuTitle {
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
	padding: 0px;
}
/* These are the colour and behaviour of the cell and graphics in the top right */
.greenPhotoCell {
	background-color: #0A6535;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightPersonPhoto {
	border: 1px solid #000000;
}
.rightMenuTable {
	padding: 10px;
	background-color: #9DB38E;
}
p.rightMenuTable {
	padding: 0px;
}

/* these format the input and submit form elements */
.smallBox {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 10px;
	border: 1px solid #CDD0A2;
}
.smallButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	width: 80px;
	background-color: #CDCFA2;
}
.smallText {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 8px;
}
.newsMenuTop {
	height: 20px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #333366;
}

/* these format the footer */
.footerText {
	font-size: 9px;
}
.footer {
	font-size: 9px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #9999CC;
}
.newsMenuGifStyle {
	height: 20px;
	width: 120px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #0A6535;
}
.list {
	list-style-position: outside;
	list-style-image: url(../site/menu/arrow.gif);
	padding-left: 15px;
}
.li {
	list-style-image: url(../site/menu/arrow.gif);
}
.newsStoryFull {
}
.newsStoryFullRightCol {
	width: 122px;
}
.newsTableLeft {
	margin-top: 20px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 20px;
	/*background-color: orange;*/
}
.newsTableRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*background-color: yellow;*/
}
/* These format the cells with transparent pngs; colour should be set. */
.borderTopBottomMenuPngCell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #0a6535;
}
.topTitleCell {
	background-color: #0A6535;
}

/* these format the table that sits in the central column */
.mainTable {
	padding: 0px;
	margin: 10px 0px 10px;
	border: none;
}
.MainTableFirstRow {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 10px;
	/*background-color: purple;*/
}
.MainTableFirstRowRight {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	/*background-color: red;*/
}
.mainTableOtherRows {
	padding-left: 10px;
}
/* These control the three (left, centre. right) that contain the data. */
.leftMenuCell {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 120px;
}
.centralMenuCell {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.rightMenuCell {
	background-color: #FFFFFF;
}
.rightTableCell {
	color: #C7CD9F;
	width: 203px;
	background-color: #ffffff;
}

/* These styles are just for single pixel borders on graphics */

.border1 {
	border: 1px solid #000000;
}
.borderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.borderRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
	
/* styles for main menu */
#mainmenu {
	width: 100%;	/* hack for opera7 */
	background-color:#8EA48E;
}

#mainmenu h4 {
	display: none;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainmenu li {
	margin: 0;		/* hack for opera7 */
	float: left;
	background-repeat: no-repeat;
}

#mainmenu li a {
	display: block;
	height: 24px;
	background-repeat: no-repeat;
}

/* not using overflow:hidden technique because of float */
#mainmenu li a span {
	display: none;
}

#mainmenu li.menu_news a {
	width: 43px;
	background-image: url(../site/menu/menu_news.png);
}
body.menu_news #mainmenu li.menu_news a,
#mainmenu li.menu_news a:hover {
	background-position: -43px 0;
}

/* if ever we ant differnt image for selected section...
#mainmenu li.menu_newsdown a, body.menu_newsdown #mainmenu li.menu_newsdown a,
#mainmenu li.menu_newsdown a:hover {
	width: 43px;
	background-image: url('menu/menu_newsdown.png');
}
*/

#mainmenu li.menu_issues a {
	width: 44px;
	background-image: url(../site/menu/menu_issues.png);
}
body.menu_issues #mainmenu li.menu_issues a,
#mainmenu li.menu_issues a:hover {
	background-position: -44px 0;
}

#mainmenu li.menu_people a {
	width: 46px;
	background-image: url(../site/menu/menu_people.png);
}
body.menu_people #mainmenu li.menu_people a,
#mainmenu li.menu_people a:hover {
	background-position: -46px 0;
}

#mainmenu li.menu_elections a {
	width: 64px;
	background-image: url(../site/menu/menu_elections.png);
}
body.menu_elections #mainmenu li.menu_elections a,
#mainmenu li.menu_elections a:hover {
	background-position: -64px 0;
}

#mainmenu li.menu_downloads a {
	width: 78px;
	background-image: url(../site/menu/menu_downloads.png);
}
body.menu_downloads #mainmenu li.menu_downloads a,
#mainmenu li.menu_downloads a:hover {
	background-position: -78px 0;
}

#mainmenu li.menu_younggreens a {
	width: 89px;
	background-image: url(../site/menu/menu_younggreens.png);
}
body.menu_younggreens #mainmenu li.menu_younggreens a,
#mainmenu li.menu_younggreens a:hover {
	background-position: -89px 0;
}

#mainmenu li.menu_conferences a {
	width: 75px;
	background-image: url(../site/menu/menu_conferences.png);
}
body.menu_conferences #mainmenu li.menu_conferences a,
#mainmenu li.menu_conferences a:hover {
	background-position: -75px 0;
}

#mainmenu li.menu_contacts a {
	width: 64px;
	background-image: url(../site/menu/menu_contacts.png);
}
body.menu_contacts #mainmenu li.menu_contacts a,
#mainmenu li.menu_contacts a:hover {
	background-position: -64px 0;
}

#mainmenu li.menu_getinvolved a {
	width: 84px;
	background-image: url(../site/menu/menu_getinvolved.png);
}
body.menu_getinvolved #mainmenu li.menu_getinvolved a,
#mainmenu li.menu_getinvolved a:hover {
	background-position: -84px 0;
}

#mainmenu li.menu_gap a {
	width: 52px;
	background-image: url(../site/menu/menu_gap.png);
}
body.menu_gap #mainmenu li.menu_gap a,
#mainmenu li.menu_gap a:hover {
	background-position: 0 0;
}

#mainmenu li.menu_joindonate a {
	width: 111px;
	background-image: url(../site/menu/menu_joindonate.png);
}
body.menu_joindonate #mainmenu li.menu_joindonate a,
#mainmenu li.menu_joindonate a:hover {
	background-position: -111px 0;
}


