/* CSS Document */

/* Global
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

/*links details in body - not footer*/
a {
	border-bottom: none;
	color: #F08A11;
	text-decoration: none; /*no underline on links*/
}

/*page background*/
body {
	background: #F0117F;
	color: #666666; /*font colour*/
	font: 76.4%/1.7em Verdana, Arial, Helvetica, sans-serif;
	min-width: 820px; /*changes position on page of the whole page*/
	position: relative;
	text-align: center;
}
#body { 
	font-size: 1em;
	margin: 0 auto;
	padding: 1px 0;
	position: relative;
	text-align: left;
	width: 820px;
}
#top {
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
}
* html #top {
	position: static;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	clear: both;
}

hr {
	display: none;
}
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/********************************** Header section**********************************************/

h1 {
	background: #F0117F url() no-repeat;
	color: #666666;
	font-size: 14pt;
	font-family: Helvetica;
	color: #F08A11;	
	height: 85px; /*changes size of header in the extra pages*/
	margin: 12px 0;
	text-indent: 0px;
	width: 820px;
}

/*header on home page only*/
#home h1 {
	background: #ffffff  url();
	height: 225px;
	width: 820px;
}

/*oscar wilde quotes
*******************************************************************************/

h1.intro,
#home h1.intro {
	background: #Ffffff url(images/quotes_background.gif); 		
	height: 94px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
	width: 732px;
}

/*position of text in the quotes box*/

h1.intro span {
	background: no-repeat; 
	height: 94px;
	left: 14px;
	right: 25px;
	position: absolute;
	top: -10px;
	width: 707px;
	z-index: 2;
}


/******************************* Navigation bar*************************************************/

/*rounded background across navigation bar*/

#menu {
	background: #F08A11 url(images/navigation_background.gif) no-repeat 0 0;
	clear: both;
	font-size: .83em;
	height: 50px;
	margin: 12px 0;
	overflow: hidden;
	width: 732px;
}
#menu ul {
	height: 50px;
	list-style: none;
	margin: 0 0 2px 13px;
	width: 712px;
}
#menu li {
	display: block;
	height: 50px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}

/* menu buttons
**********************************************************************************/
#menu a {
	border: none;
	color: #FFFFFF;
	display: inline; /*inline with give horizontal results - block would make them vertical*/
	font-weight: bold;
	height: 30px;
	line-height: 40px;
	padding: 10px 25px 18px 20px;  /*height and width of hover state*/
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 90px;
}

/*image on the top of the button on the hover state on navigation buttons*/

#menu a:hover {
	background: #F0117F url() repeat-x 50% 0; 
	border: none;
	color: #fff;
}
#m-home a {
	width: 50px;
	
}
#m-com149 a {
	width: 100px;
}
#m-com211 a {
	width: 100px;
}
#m-ict a {
	width: 40px;
}
#m-forum a {
	width: 45px;
}
#m-sms a {
	width: 40px;
}
#m-rss a {
	width: 40px;
}
#m-publications a {
	width: 100px;
}


/* Highlight menu (current page)
*******************************************************************************/

#home #m-home a,
#com149 #m-com149 a,
#com211 #m-com211 a,
#ict #m-ict a,
#forum #m-forum a,
#sms #m-sms a,
#rss #m-rss a,
#publications #m-publications a,
{

/*image is highlight on the top of the button of the current page - background is button colour*/

	background: #F0117F url() repeat-x 50% 0;
	border: none;
	color: #fff;
	cursor: default;
}

/* Content (column layouts)
*******************************************************************************/

.col-2 {
	background: #F0117F url(images/bg-content.png);
}

/*background image for contents columns - three top*/
.col-3 {
	background-image:  url(images/bg-cols.png);
}

/*background colour for contents columns - three top and three below*/

.sec {
	background-color: #F0117F;
	margin: 6px 0;
	width: 732px;
	
}

/*colour in 10 pixel line at the bottom of the top and bottom contents sections ..... pink*/
.sec-end {
	background: #F0117F;
	clear: both;
	font-size: 0;
	height: 10px;
	width: 732px;
}

.sub {
	background: no-repeat 0 0;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

/*background for contents body columns*/
.w1 {
	background-image:  url(images/contents_body_bottom.gif);
	font-size: .9em;
	line-height: 1.6em;
	width: 240px;
	
}
.w2 {
	background-image:  url(images/column_headers_3.gif);
	margin-top: 0;
	padding-top: 1px;
	width: 486px;
}
.col-2 .w1,
.col-3 #sub-3,
.col-3 #sub-6 {
	margin: 0;
}
.sec p {
	margin: 1.1em 20px;
	padding: 0;
}
p strong {
	color: #555;
}
.sec ul,
.sec dl {
	list-style: none;
	margin: 1em 20px;
	padding: 0;
}

/*arrows for links in content columns*/

.sec li {
	background:  url(none) no-repeat 0 .7em;
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 10px;
}
.sec ul ul {
	margin: 0 20px;
}
.w1 li {
	border-top: 1px solid #eee;
}

/*text colour etc in headers of the contents columns*/
.sec h1, h2, h3 {
	color: #fff;
	margin: 0;
	padding: 0 20px;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
.w2 h1,
.w1 h2 {
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 20px;
}

/*double headed column on extra pages*/

.w2 h1 {
	background: #F08A11 url(images/double_header.gif) no-repeat 0 100%;
	display: block;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	line-height: 1.2em;

}
.w2 h2 {
	background: #eff5fc url() no-repeat 10px 1.2em;
	border: 1px #9fbdec;
	border-style: solid none;
	color: #346ccf;
	font-size: 1em;
	margin: 10px 20px 5px;
	padding: 10px 24px;
	text-transform: capitalize;
}

/*logo on 1st column headers*/

.w1 h2 {
	background: #F08A11 url(images/column_headers.gif) no-repeat;
}


/* Sub Menu
*******************************************************************************/

.w1 .sub-end {
	background: #ffffff url(images/contents_body_bottom.gif) no-repeat 0 0;
	clear: both;
	height: 16px;
	padding: 0 0 0 0;
}

#sub-menu ul {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub-menu li {
	background: none;
	border: none;
	clear: both;
	display: block;
	list-style: none;
	margin: 1px 0;
	padding: 0;
}
#sub-menu li a {
	border: 1px solid #eee;
	border-color: #eee #fff #fff #fff;
	border-style: solid none;
	background:  url() no-repeat 5px .8em;
	color: #656565;
	display: block;
	font-weight: normal;
	margin: 0 10px 0;
	padding: 5px 20px;
	text-decoration: none;
}
#sub-menu li a:hover {
	border-color: #eee #fafafa #fafafa #fafafa;
	background-color: #fafafa;
	color: #f36;
}
#sub-menu li a.current,
#sub-menu li a.current:hover {
	border-color: #9fbdec #eff5fc;
	background-color: #eff5fc;
	color: #346ccf;
	cursor: default;
	font-weight: bold;
}
* html #sub-menu li,
* html #sub-menu li a,
* html #sub-menu li a:hover {
	/*\*/
	height: 1%;
	/**/
}

/* Related Links
*******************************************************************************/

.related-info p {
	border-top: 1px solid #eee;
	margin: 0 10px;
	padding: 5px 10px;
}

/* Home Page
*******************************************************************************/

#home .sec h2 {
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 20px;
}

/*headers for bottom 3 columns*/

#home #section-2 h2 {
	background: #ffffff url(images/column_headers.gif) no-repeat;
}

/*small  text box at the bottom of column 3*/
#home #quotes_box {
	background:  url(images/quotes_box.gif) no-repeat;
	clear: both;
	height: 94px;
	margin: 35px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}
#home #sub-2 ul {
	/*margin-bottom: 0;*/
}



/* Footer
*******************************************************************************/

#footer {

	background: #F0117F url(images/footer_background.gif) no-repeat;	
	
	font-size: .85em;
	line-height: 1.9em;
	margin: 6px 0 12px;
	padding: 0;
	text-transform: lowercase;
}

#footer a {
	background: none;
	color: #666666; /*email links colour on footer*/
	margin: 0;
	padding: 0;
}
#footer a:visited {
		color: #ffffff;
}
#footer a:hover {
		color: #F0117F; /*links hover colour*/
}

