

/* 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.css*/
/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
h1,h2,h3,h4,h5,h6{margin-bottom:0.5em; padding:0px; position:relative; font-weight:bold; line-height:1em}
h1{font-size:2em; }
h2{font-size:1.2em; }
h3{font-size:1.10em;}
h4{font-size:1em;}
h5{font-size:0.91em;}
h6{font-size:0.83em;}


p{ 
	margin:10px 0;
	padding:0;
	line-height:1.2em;
}
div{line-height:1.2em;}

ul,
ol{margin:5px 2em; line-height:1.5em}
dl{margin-bottom:0.5em; line-height:1.2em;}
dt{font-weight:bold;}
dd{margin:3px 0px 3px 20px;}


/* Links */
a{color:#3300CC}
a:hover,a:focus{color:#990099}

/*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;
}
.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{border:1px solid #ccc; padding :0 2px; background:#eee; margin:1px ;}
p.description{font-weight:bold;}
/*Links */
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 #8CACBB;
	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;}



/* style.css */
/* TEXT EDITOR */
#tinymce {
	background:#fff;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}
/******************************************/
/*            STRUCTURE                   */
/******************************************/
body{
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

#global{
	background:#fff;
	font-size:1.2em;
	margin:0 auto;
	text-align:left;
	width:840px;
}
#footer{
	font-size:0.83em;
	color:#666;
	padding:5px 0 0 5px;
	clear:both;
}

#header{height:105px ; padding-top:5px;}
#header h1{margin:0;padding:0}
#logo{
	float:left;
	width:177px;
	height:80px;
	overflow:hidden;
}

#accessibility{display:none;}

a#account,a#signout{
background:url(../images/icons/user_icon.gif) left  no-repeat;
padding:5px 0 5px 20px;
}
a#signout{background:url(../images/icons/logout_icon.gif) left  no-repeat;}


#newsletter{
text-align:right;
}

/* NAVIGATION */
#navigation{
	clear:both;
	width:840px;
	list-style:none;
	margin:5px auto 0;
	padding:0 0px;
	float:left;
}

#navigation li {
    float:left;
    padding:0 7px 0 0;
}

#navigation li a
{
	background:#fff url(../images/nav_bg.gif) repeat-x bottom left;
	border:1px solid #d2d2d2;
	border-bottom:0px;
	color:#666;
	display:block;
	font-weight:bold;
	font-size:0.915em;
	padding:5px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:100px;
}

#navigation li a:hover{
	background-color:#FAFAFA;
	background-image:url(../images/nav_bg_over.gif);
}


#content{ /* 840px */
border:1px solid #d2d2d2;
clear:both;
width:838px;
float:left;
background: url(../images/dot.gif) 490px repeat-y;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:10px;
}

#contentwrap{ /* 490 px*/
width:470px;
float:left;
padding:5px 10px 0;
}

body.home #content{
background:white;
padding:0;
background: url(../images/dot2.gif) 418px repeat-y;
}

/*SideBar */
#sidebar{ /* 348px */
width:348px;
float:left;
}

.latest{ /* 174px */
border-left:1px solid #ccc;
width:173px;
float:left;
}

body.home .latest{width:419px;border:0px;}
body.home #latest_pr,
body.home #latest_news
{
border-right:1px solid #ccc;
width:418px;
}

.latest h2{
position:relative;
color:#000;
font-size:1.1em;
padding:5px;
margin:0;
background:#FFFFFF url(../images/nav_bg.gif) repeat-x bottom left;
}
#latest_pr h2,
#latest_testi h2{
border-top:1px solid #ccc}

body.home .latest h2{
font-size:15px;
margin:0pt;
padding:8px 0.5em;
}

.latest .element{
margin:0;
padding:5px 0px 6px 0 ;
border-top:1px solid #ccc;
clear:right;
}

.element dd.description, .element dd.date{
	margin:0 5px;
	font-weight:normal;
	font-size:0.95em;
	color:#333;
}

.element dt{
	font-weight:bold;
	color:#0081c6;
	margin:0 5px 3px;
}
.element dd.date{background:url(../images/icons/icon_date.gif) no-repeat left 2px; padding:2px 17px;}

.element dt.image{float:right; margin:5px;}
.element dt.image img{padding:5px; border:1px solid #d2d2d2;}

.latest a, .latest a:visited{text-decoration:none;}
/*.latest a:hover{ border-bottom:1px dotted #F00;}*/

.rss,.rss2{
	top:8px;
	position:absolute;
	right:25px;
}
.rss2{right:5px;}

p.all {
	clear:both;
	padding:5px 0;
	margin:0;
	border-top:1px solid #ccc;
	background:url(../images/icons/arrow_right.gif) no-repeat left;
}
p.all a{ margin-left:20px;}

a.all {
	background:url(../images/icons/arrow_right.gif) no-repeat left;
	padding-left:17px;
	font-size:10px ;
}

/*Text Editor */
body#maincontent{
margin:5px;
text-align:left;
font-size:12px;
}

/*MEDIA CENTRE*/
.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
{
border-bottom:1px solid #E0E0D6;
font-size:0.9em;
margin:-1em 0pt 1em;
padding:2px 18px;
}
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;
	border:1px solid #000000;
	padding:5px;
}

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{
	margin:0;
	padding:0;
	position:relative;
	text-align:right;
}
#mediacentre_actions a img{
	padding:2px;
	margin:0 0 2px;
	border:1px solid #fff;
}

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


/* PAGINATION */
.page{
	margin:1em 0px 0.5em 0px;
	border:1px solid #d5d5d5;
	background: #fff url(../images/page_bg.gif) bottom repeat-x;
	padding:0.7em 0.5em;
	color:#656565;
}
.page a,
.page a:visited,
.page .this{
	border:1px solid #9d2020;
	margin:2px;
	text-decoration:none;
	padding:2px 0.5em;
}

/*Live Search*/
#livesearch{
	margin-top:14px;
	text-align:right;
}
#livesearch h2{display:none;}
#livesearch noscript p{display:inline;}
#livesearch_box{
	background:#eeeeee url(../images/nav_bg.gif) bottom left;
	width:280px;
	margin:0 0px 0px auto;
	color:#000;
	padding:3px 5px 3px 35px;
	border:1px solid #ccc;
}
#livesearch_results{
	position:relative;
	background:#fff;
	border:1px solid #ccc;
	padding-bottom:5px;
	text-align:left;
}
#livesearch_results a{text-decoration:none;display:block;}
#search_title{
	background:url(../images/page_bg.gif) repeat-x bottom left;
	border-bottom:1px solid #ccc;
	padding:6px 5px;
	margin:0;
	font-weight:bold;
}
#results{margin:0 0 0.5em;}
#results p.msgerror{margin:0.5em 0.5em 0}
#results dl{padding:0.5em 10px; margin:0;}
#results a  + a {display:block; border-top:1px solid #fdf0f8}

#close_tab{
	position:absolute;
	width:100%;
	height:10px;
	bottom:0;
	left:0;
	display:block;
	border-bottom:5px solid #B12A1C;
	text-decoration:none;
	background:transparent  no-repeat center top;
}
* html #close_tab{line-height:1px;}
#close_tab:hover{
	border-color:#D3D3D3;
	background-position:center -10px;
}
div.more{margin:0 0 -5px; padding:5px; background:#f8f8f8; border-top:1px solid #eaeaea}