

/* RESET All Stlyes*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {outline: 0;}
body {line-height: 1; color: #000; background: #fff;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}

/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
h1,h2,h3,h4,h5{
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
 color:#36b575;
}

h1{ font-size:1.64em;} /*18px*/
h2{ font-size:1.4em;}

p,ul, ol{ 
	font-size: 1em; 
	margin-bottom: 1em; 
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	padding-left:20px;
	line-height:1.5em
}
ol{list-style:decimal; padding-left:25px;}
dl{margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{ padding:0em 0 0.5em 1em; line-height:1.3em}

/*Info Messages */
.success,
.msginfo,
.msgerror{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding: 5px 20px 5px 35px;
	border-width:2px 0px;
	border-style:solid;
	position:relative;
	height:1%;
	color:#000;
	/*width:300px;*/
}
.msgerror{
	background-color:#fff6bf ;
	background-image:url(../images/icons/exclamation.gif);
	border-color:#ffd324;
}
.msginfo {
	background-color:#F8FAFC ;
	background-image:url(../images/icons/information.gif);
	border-color:#B5D4FE;
}
.success{
	background-color: #ebf4e6;
	background-image:url(../images/icons/accept.gif);
	border-color:#72B95B;
}
.msgerror h2{color:#E25F53; margin:0}
.msgerror ul{margin:0}

.success a,
.msginfo a,
.msgerror a{ color:#000;}

/*Content Style*/
img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd; 
	border-color:#ddd #333 #333 #ddd;
}

p.description{
	font-weight:bold;
}
/*Links */

a{
	color:#752D2D;
} 
a:hover,
a:focus{color:#000}

a.internal_link{background:url(../images/icons/internallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}
a.external_link{background:url(../images/icons/externallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}

strong{font-weight:bold; }
em{font-style:italic;}

.hidden{display:none !important;}

/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:0px 10px;
	border-left:5px solid #754C8A;
	width:40%;
	margin:5px 0 5px 10px;
	font-weight:bold;
}

.quote {
	background:transparent url(../images/quote.gif) no-repeat scroll left top;
	margin-bottom:0.5em;
	padding:0.5em 48px;
	display:block;
}
blockquote{border-left:4px solid #8CACBB;color:#76797C;margin:0 0 0.5em;padding-left:0.5em;}
ins {border-bottom: 1px solid green;text-decoration: none;color: green;}
del {color: red;text-decoration: line-through;}
cite {border-bottom: 1px dashed blue;}
acronym {border-bottom: 1px dotted #CCC;cursor: help;}
abbr, html\:abbr {border-bottom: 1px dashed #CCC;cursor: help;}
pre{
	background-color:#DEE7EC;
	border:1px solid #8CACBB;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
}
.callout{
	color:#CC9933;
	font-weight:bold;
	padding:0px 1em;
}
.discreet {
	color:#76797C;
	font-size:85%;
	font-weight:normal;
}
.spacer{
	clear:both;
	margin:0; padding:0;
	height:1px;
	overflow:hidden;
}

.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}

img.alignCenter{margin:0 auto; display:block}
img.alignLeft{float:left; margin-right:10px;}
img.alignRight{float:right; margin-left:10px;}

/* PAGINATION */
.page{
	border:1px solid #8CACBB;
	clear:both;
	margin:1em 0 0.5em 0;
	padding:0.7em;
}
.page a,
.page a:visited, 
.page .this{
	border:1px solid #8CACBB;
	margin:2px;
	text-decoration:none;
	background-color:#EEF3F5;
	padding:1px 0.5em;
}
.page a:focus,
.page a:hover, 
.page a.firstlast,
.page a.firstlast:visited{
	background-color:#DEE7EC;
}
.page .this{
	background-color:transparent;
	border-color:#eee;
}
.page a.firstlast:focus,
.page a.firstlast:hover{
	background-color:#8CACBB;color:#fff;
}


@import url('../css/reset.css');
@import url('../css/common.css');

/* TEXT EDITOR */
#tinymce {
	background:#fff;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}
/******************************************/
/*            STRUCTURE                   */
/******************************************/


#skip_nav{
display:none;
}


p.description {
    font-weight:bold;
    color:#666;
}

p {
    margin:10px 0;
}

/* Headings */

h1, h2, h3, h4, h5 {
    color:#754C8A;
    padding:10px 0;
    margin:0;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited{
    color:#754C8A1;
	text-decoration:none;
}
h1 {}
h2 {
  font-size:1.25em;
  color:#754C8A;
}
h3 {
  font-size:1.15em;
  color:#754C8A;
}
h4 {
  font-size:1em;;
  color:#754C8A;
}
p {
  margin:10px 0;
}
em {font-style:italic;}
strong {font-weight:bold;}
a {
  color:#754C8A;
}
a:hover {}


body {
   	font-size:62.5%;
    background:white url(../images/body_bg.gif) repeat-x bottom left;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
}

#maincontent {

}

a img {
    border:none;
}


#outer {
    background:url(../images/page_bg.gif) repeat-y;
	width: 890px;
    margin:0 auto;
   padding-top:15px;
   font-size:1.30em;
}


#inner {

}

#head {
    margin:0;
    padding:0px 0 0 0;
}

#header {
  background:url(../images/header_bg.gif) no-repeat 183px 31px;
  margin:10px 28px 0 36px;
  font-family:Georgia, sans-serif;
}
#header_copy {
  padding:105px 45px 0 275px;
}
#left_header {
  float:left;
}
#header h2 {
  font-size:1.25em;
  color:#111111;
  margin-top:0px;
  padding-top:0px;
  font-weight:normal;
}
#header h1 {
  font-size:3em;
  font-weight:normal;
  color:#FFF;
  margin-top:20px;
}

#logo {
  float:right;
  margin-bottom:15px;
}


/*Admin*/
#nav-admin {text-align:right; padding-right:40px; margin-bottom:10px;}

/*Newsletter signup*/

#newsletter-signup {
    float:left;
    width:400px;
    margin:0 0 0 35px;
}

#newsletter-signup h2 {
    margin:0 0 5px 0;
    padding:0;
    font-size:10pt;
}

#newsletter-signup label {
    font-weight:bold;
    color:#333;
    margin:0 5px 0 0;
}


/*LIVE SEARCH*/
#livesearch_box{
    float:right;
    height:30px;
    width:300px;
	text-align:right;
	margin-right:40px;
	margin-top:20px;
}
#livesearch_box h2{display:none;}

#livesearch_box noscript div{display:inline;}
#livesearch_box input {
    width:140px;
}

#livesearch_box label {
    font-weight:bold;
    margin:0 5px 0 0;
    color:#333;
}
#livesearch_results{
	position:relative;
	background:#fff;
	border:1px solid #754C8A;
	padding-bottom:5px;
}
#results p.msgerror{margin:0.5em 0.5em 1em;} /*FOR No RESULT STYLE*/
#livesearch_results a{text-decoration:none;}

#search_title{
	background:url(../images/livesearch_title_bg.gif) repeat-x bottom left;
	border-bottom:1px solid #754C8A;
	padding:5px;
	margin:0;
	font-weight:bold;
}
#results dl{padding:0.5em 10px; margin:0;}
#results a:hover dl{background:#EEE5DE;}
#results a  + a {display:block; border-top:1px solid #fdf0f8}

#close_tab{
	position:absolute;
	width:100%;
	height:10px;
	bottom:0;
	display:block;
	border-bottom:5px solid #754C8A;
	text-decoration:none;
	background:transparent url(../images/livesearch_close.gif) no-repeat center top;
}
* html #close_tab{line-height:1px;}
/* html #livesearch_results{ padding:0px;}*/
#close_tab:hover{
	border-color:#eee5de;
	background-position:center -10px;
}

div.more{padding:5px 5px 10px; background:#f8f8f8; border-top:1px solid #eaeaea}


/**** NAVIGATION ****/

.nav a { color:#000; text-decoration:none;}

/* general horizontal styling */
.horizontal li {
    display:inline;
    float:left;
}

.horizontal li a {
    margin:2px 0 0 5px;
    display:block;
    margin:3px 10px;
}

/* general vertical styling */

ul.vertical {
    margin:0;
    padding:0;
}

.vertical li {
    list-style:none;
}

.vertical li a {}


/* Top Nav*/

#top-nav {
    float:left;
    width:760px;
    background:#fff;
    margin:0;
}

#top-nav ul {
    float:left;
    margin:0px 0 0 5px;
    padding:0;
    width:auto;
}

#top-nav a {
    font-weight:bold;
    padding:5px 0;
}

/* side nav*/

#nav {
  background:#8B5BA5 url(../images/nav_bg.gif) repeat-x left bottom;
  margin:0 37px 0 36px;
}
#nav li {
  float:left;
  padding:25px 8px;
  font-size:95%;
  background:url(../images/nav_link_bg.gif) no-repeat right center;
  list-style:none;
}

#nav ul {padding:0px; margin:0px;}


#nav a {
  text-decoration:none;
  color:white;
}
#nav a:hover {
  color:#15B1D2;
}

#nav li.current-page {
    font-weight:bold;
	  background:#ED1650 url(../images/nav_link_selected.gif) no-repeat center bottom;
}

ul#side-nav {
}

ul#side-nav li {
    border-bottom:1px solid #66FFFF;
}
ul#side-nav li a {
    display:block;
    padding:5px 0 5px 10px;
    font-weight:normal;
}


ul#side-nav li a:hover {}


/* side nav nested ul */

ul#side-nav li ul {
    margin:0 0 5px 0;
    padding-left:20px;
}

ul#side-nav li ul li {
    border-bottom:none;
}

ul#side-nav li ul li a {
    padding:2px 0;
    font-weight:normal;
    font-size:90%;
}


/* footer nav */

ul#footer-nav {
    margin:3px 0 0 0px;
    padding:0;
}

ul#footer-nav li a {
    font-weight:normal;
    font-size:90%;
    text-decoration:underline;
    margin:0 15px 0 0;
}



/* CONTENT */

#content {
	margin:0px;
	padding:0px;

}

#inner-content {
  margin:0px 35px;
    min-height:320px;
}


/* Left */

#left {
    float:left;
    width:250px;
    margin:0 0 0 0px;
    display:inline;
}


#callback a {
	 background:url(../images/call-back.gif) no-repeat top left;
	 width:250px;
	 height:53px;
	 text-indent:-1000000px;
	 font-size:0px;
	 text-decoration:none;
	 display:block;
	  }

#callback a:hover {
	background-position:0pt -53px;
	}


/* Right */

#right {
    float:left;
    width:500px;
    padding:0 10px 0 15px;
    line-height:140%;
	margin-left:45px;
}

/* large icons */

#icons {
    float:left;
    width:100%;
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
}

#icons img {
    float:left;
    margin:0 20px;
}

/* small icons - bookmark, print etc*/

#small-icon-links {
    float:left;
    width:100%;
    margin:0 0 5px 0;
}


#small-icon-links.home {
    width:360px;
}

#small-icon-links img {
    float:left;
}

#small-icon-links a {
    color:#666;
    font-weight:normal;
    margin:-5px 0 0 0;
    display:block;
    float:left;
    font-size:90%;
    margin:2px 15px 0 4px;
    width:auto;
}

/* News Feed Summary */

#news-summary {
    float:left;
    width:100%;
    margin:15px 0 0 0;
}


.news-summary-heading {
    float:left;
    width:100%;
    height:26px;
    margin:5px 0 10px 0;
}

.news-summary-heading h2 {
    display:inline;

}

.news-summary-heading img {
    float:left;
    margin:0 5px;
}

.news-summary-heading h2 a,
.news-summary-heading h2 a:visited {
    font-size:1.15em;
    color:#000;
    display:block;
    margin:0;
    padding:0px 0 0 0;
}

.news-article-summary {
    float:left;
    border-bottom:1px solid #ccc;
    padding:0 0 10px 0;
    margin:0 0 5px 0;
    line-height:normal;
	background:transparent url(/images/news_divider.gif) repeat-x scroll left bottom;
	margin-bottom:20px;
	padding-bottom:20px;
	width:100%;
}

.article-headline a {font-size:1.25em;  text-decoration:none;   background:url(../images/page_icon.gif) no-repeat left 2px;
  padding-left:21px;}
/* Home page feed boxes*/


.no-border {
    border-bottom:none;
}
.article-date {
    font-size:90%;
    margin:5px 0;
    color:#666;
}

.article-summary img {
    float:right;
    margin:0 0 0 5px;
}

.article-summary {
margin-top:10px;
font-weight:bold;
}

/* Footer */

#inner-footer {
    float:left;
    background:#fff;
    width:775px;
    height:30px;
}


#footer {
  margin:20px 15px 0 35px;
  background:url(../images/footer_border.gif) repeat-x left top;
  padding-top:10px;
  font-size:92%;
}
#footer address, #footer #contact_details {
  float:left;
  margin-right:20px;
}
.footer_logo {
  margin-right:0px;
}
#footer a, #footer em {
  color:#ED1650;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
}
#footer #legal {
  color:#C9C9C9;
  margin:10px 0 25px 0;
}




#outer-footer {
    float:left;
    font-size:90%;
	margin-left:35px;
}

#outer-footer div {
    margin:0 0 3px 0;
}


/******************************************/
/*            MEDIACENTRE                 */
/******************************************/
.boxmedia{
	clear:both;
	margin-bottom:1em;
	padding-bottom:0.5em;
}

.boxmedia h2 a,p.details a{text-decoration:none}

p.details{
	border-bottom:1px solid #ccc;
	font-size:0.8em;
	margin:-0.6em 0 0.5em;
	padding:0 0 4px;
}
p.details span.date,
p.date{
	background:url(../images/icons/icon_date.gif) left 0px no-repeat;
	padding:0px 0 0px 16px ;
	color:#aaa;
}
p.date
{
margin:-0.6em 0 0.5em;
}
span.category
{
	background:url(../images/icons/icon_cat.gif) left -1px no-repeat;
	padding:0px 10px 4px 20px ;
}

a.viewmore{
	background:url(../images/icons/arrow_right.gif) left 2px no-repeat;
	padding-left:13px;
	text-decoration:none;
}
.imageArticle{
	display:block;
	float:right;
	margin:0em 5px 10px 10px;
	position:relative;
}

p.back,
p.more{
	margin-top:0.5em;
	padding:0.5em 0;
	clear:both;
	border-top:1px solid #ccc;
	padding-left:14px;
	height:1%;
}
p.back{
	background:url(../images/icons/arrow_left.gif) left center no-repeat;
}
p.more{background:url(../images/icons/arrow_right.gif) left center no-repeat; }

#mediacentre_actions{
	float:right;
	margin:0;
	padding:0;
	position:relative;
}
#mediacentre_actions a img{
	padding:2px;
	margin:0px;
	border:1px solid #fff;
}

#mediacentre_actions a:hover img{
	border:1px solid #7A2F2F;
}

/* Nasty clearfix hacks */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
