/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:62.5%;
}
.textbody {
	font-family:"Trebuchet MS";
	text-align:justify;
	letter-spacing:0px;
	color:#666666;
}
/* DIV TAGS THAT MAKE UP SITE LAYOUT*/

#sitewrapper {
	width: 850px;
	margin: 0 auto;
}
#site_header_container {
	width: 100%;
	margin: 0;
	clear:none;
	height: 156px;
}
#site_content_container {
	clear:both;
	width: 850px;
	font-size:1.2em;
	text-align:justify;
}
#site_footer_container {
	width: 100%;
	background-image: url(graphics/gph_nav_bg.jpg);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* CSS FOR HEADER LAYOUT */

#top_nav {
	clear:both;
	background-image:url(graphics/gph_greytop.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:4px;
	height:15px;
	color:#CCCCCC;
	font-size:11px;
}
#top_nav a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666666;
	font-size:11px;
}
#top_nav a:visited {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
#top_nav a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:11px;
}
#logo_header_wrapper {
	clear:both;
	height:105px;
	background-image:url(/graphics/bg_blue1.jpg);
	background-repeat:repeat-x;
	width:100%;
	padding:0px;
}
#logo {
	float:left;
	width:270px;
}
#flash {
	float:right;
	width:570px;
}
#header_bg {
	float:right;
	width:100%;
	height:104px;
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:0px;
}
/* DEFAULT COLOUR FOR HEADER LINE*/

#header_colour_line {
	float:left;
	height:3px;
	line-height:3px;
	width:100%;
	background-color:#FF6633;
}
#main_nav {
	clear:left;
	float:left;
	width:100%;
	height:22px;
	background-image:url(graphics/gph_nav_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
/*END OF HEADER CSS*/





/*CSS FOR LEFT PANEL*/

#main_navigation {
	background-image:url(graphics/gph_navside_bg.gif);
	background-repeat:no-repeat;
	line-height:24px;
	width:100%;
	padding-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-indent: 15px;
}
UL.plain {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
}
#main_navigation a:link {
	color:#666666;
}
#main_navigation a:hover {
	color:#FF6600;
	text-decoration:underline;
}
/* CSS FOR MAIN CONTENT AREA */

/*PAGE IMAGE BACKGROUNDS - Parent Style is #SiteWrapper above*/

.index_container {
	background-image:url(graphics/gph_left_bg.gif);
	background-repeat:repeat-y;
}
#left_panel {
	float:left;
	width:182px;
	background-color: #E7E7E7;
}
#content_panel_wrapper {
	float:right;
	width:660px;
	padding:0px;
}
#right_panel {
	float:left;
	width:405px;
	padding: 0px;
}
#image_panel {
	float:right;
	width:250px;
}
/*END OF MAIN CONTENT CSS*/



/* CSS FOR MAIN FOOTER AREA */

#greybar {
	clear:both;
	height:8px;
	width:100%;
	background-image:url(graphics/bg_grey.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#footer_text {
	background-image:url(graphics/bg_grey_fade.jpg);
	text-align:center;
	background-repeat:repeat-x;
	line-height:19px;
	padding:2px;
	font-size:1.0em;
	margin: 0px;
}
/*END OF FOOTER CSS*/


/*GENERIC STYLES USED THROUGHTOUT THE WEBSITE*/

a:link {
	color: #006C91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006C91;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	background-color:#FFFF00;
}
a.whitelink:link {
	font-size:11px;
	color:#FFFFFF;
	text-decoration: underline;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #990000;
}
a.whitelink:active {
	text-decoration: none;
}
a.yellowlink:link {
	font-size:12px;
	color:#FFFF99;
	text-decoration: underline;
}
a.yellowlink:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a.yellowlink:hover {
	text-decoration: underline;
	color: #990000;
}
a.yellowlink:active {
	text-decoration: none;
}
.align_left {
	float:left;
	border:1px solid #999;
	margin:3px;
}
.logo {
	float:left;
	border:0px;
}
.imgborder {
	padding:3px;
	border:1px solid #999;
}
#img_holder_peace {
	width:100%;
	text-align:center;
	padding-top:15px;
}
.floatimg {
	padding:3px;
	margin:3px;
	float:right;
	border: 1px solid #CCCCCC;
}
.floatimg_about {
	padding:3px;
	float:right;
	border: 1px solid #CCCCCC;
	margin:2px;
}
.floatimgleft {
	margin:3px;
	padding:2px;
	border:1px solid #ccc;
	float:left;
}
hr {
	border : none;
	border-top : dashed 1px #CCCCCC;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}
.title {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bolder;
	color:#006633;
	line-height: 30px;
}
.subheadings {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	letter-spacing:0px;
	font-weight:bolder;
	color:#FF6600;
	text-transform: uppercase;
}
.largetext {
	font-family:"Trebuchet MS";
	font-size:15px;
	letter-spacing:0px;
	font-weight:bolder;
	color:#006699;
}
#exhibition {
	height:70px;
	position:relative;
	text-align:center;
	background-image:url(/graphics/img_exhib_bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #666;
	margin-bottom:5px;
}
.exhibition_text {
	position:relative;
	width:500px;
	top:20%;
	vertical-align:middle;
	font-family:"Trebuchet MS";
	font-size:15px;
	letter-spacing:0px;
	font-weight:bolder;
	color:#006699;
}
.quotes {
	position:fixed;
	color:#666666;
	float:right;
	padding:10px;
	background:#1CAFFF;
	border:1px solid #666;
	margin:10px;
}
#mediacoverage {
	position:relative;
	margin-top:20px;
	margin-bottom:5px;
	width:93%;
	color:#666666;
	float:left;
	padding:3px;
	background:#FFFFFF;
	font-size:11px;
	border:1px solid #666;
}
.dataoutput {
	padding:6px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:5px solid #3399FF;
	background-image: url(graphics/gph_table_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pager {
	text-align:right!important;
}
#back {
	float:right;
	text-align:right;
}
#gallery_title {
	width:215px;
	float:right;
	background-image:url(graphics/gph_gallery_titlebg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height: 20px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bolder;
	padding: 2px;
}
#memberfeedback_hp_container {
	width:219px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	background-image:url(graphics/gph_table_bg.gif);
	line-height:15px;
	float:right;
	padding: 4px;
	margin-bottom:3px;
	border:1px solid #ccc;
	background-position: left bottom;
}
#memberfeedback_hp_container a:link {
	font-size:0.9em;
	font-weight:bold;
	float:right;
}
#memberfeedback_title {
	width:225px;
	float:right;
	background-image:url(graphics/gph_feedback_titlebg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height: 20px;
	font-weight: bolder;
	padding: 2px;
}
.upcomingeventsoutput {
	padding:3px;
}
.upcomingeventsheader {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bolder;
	color:#FF0033;
	line-height: 30px;
}
.upcomingevents_subheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#336633;
	line-height: 16px;
}
.date {
	color:#999999;
	font-size:0.8em;
	font-weight:bold;
}
#right {
	float:right;
	padding:4px;
}
#newsletter_container {
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
	background-image:url(graphics/gph_table_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	line-height:15px;
	float:left;
	padding: 4px;
	margin-bottom:3px;
	border:1px solid #ccc;
}
.newsletter_hp_heading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bolder;
	color:#006699;
	line-height: 30px;
}
#hp_newsletter_container {
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(graphics/gph_table_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	line-height:15px;
	float:left;
	padding: 4px;
	margin-bottom:3px;
	border:1px double #ccc;
}
form {
	margin:0px;
}
.error {
	background-color:#CCC;
	color:#F00;
	height:100%;
	width:20px;
}
