

/* Reset.css : 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             */
/******************************************/
body{
	font-size:62.5%;
}


h1,h2,h3,h4,h5{
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
}

h1{ font-size:1.668em;} /*20px*/
h2{ font-size:1.17em;}
h3{ font-size:1.1em;}
h4{ font-size:1.05em; color:#000;}
h5{ font-size:1em; color:#333;}

p,ul, ol{ 
	font-size: 1em; 
	margin-bottom: 1em; 
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	list-style-position: outside;
	padding-left:18px;
	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}

strong{font-weight:bold; }
em{font-style:italic;}

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;
}

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;
}

/* Other Styles: */
.hidden{display:none !important;}

p.description{
	font-weight:bold;
	font-size: 1.15em;
}

/*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;}


/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:0px 10px;
	border-left:5px solid #256444;
	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;
}

.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;}


img.icon
{
	display: block;
	float:left;
	background:url(../images/icons/sprites.gif) top left;
	height:16px;
	width:16px;
	margin-right:10px;
	border: 0;
}

img.print{background-position: 0 -32px;}
img.friend{background-position: 0 -64px;}
img.bookmark{background-position: 0 0;}



/* - 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}

/* 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;}



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

/*Links */
a,
a:visited{color:#696969; text-decoration: underline}
a:hover,
a:focus{color:#8dba4d}

h1{
color:#cb007d;
border-bottom:1px solid #c2c2c2;
}
h2{
color:#fff;
background:#8dba4d;
display:inline;
padding:2px;
line-height:22px;
}

h2 a, h2 a:visited {color:#FFF;}
h2 a:hover,
h2 a:focus{color:#333}

.boxmedia h2 a, .boxmedia h2 a:visited {color:#696969;}


ul{
list-style-image: url(../images/puce.jpg);
list-style-position: outside;
}

/******************************************/
/*            STRUCTURE                   */
/******************************************/

body{
	background:#fff url(../images/bg.jpg) top left repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}


#global{
	font-size: 1.2em;
	width:960px;
	margin:0 auto;
	position: relative;
	padding-top:30px;
}

#footer {
border:1px solid #c7da84;
border-width:2px 0;
background:#e8f0cc;
clear:both;
margin: 10px;
font-size:1em;
}

#footer p{
	margin:0 auto;
	width:960px;
	padding:0 5px 2px;
}
#footer span.copy{
color:#CE1477
}
#topnav{
	position:absolute;
	top:5px;
	left:0;
	list-style: none;
	margin:0;
	padding:0;
}
#topnav li{
	display: inline;
	padding:5px;
}

#header a{
	background:url(../images/banner.jpg) top left no-repeat;
	width:960px;
	display: block;
	height:164px;
	text-indent:-5000px;
	text-decoration: none;
}
#header h1{margin:0;padding:0}
#header h2{display:none;}



#content{
	position: relative;
	width:960px;
	background: #fff url(../images/content_bg.jpg) no-repeat top center;
	padding: 2px 0 0;
	float:left;
	margin-bottom:5px;
}

#center{
	float:left;
	width:730px;
}
#middle{ /*570px*/
	float:right;
	width:570px;
	position: relative;
	border-bottom:1px solid #ccc;

}

#left{ /*150px*/
	width:150px;
}
#right{ /*220px*/
	float:right;
	width:220px;
}

#left #mainsurvey {
    margin-bottom: 5px;
}

#left h2,
#right h2{
background: #e488bf url(../images/leftmenu_top.gif) no-repeat top right;
padding:5px 30px 5px 5px;
margin:0;
font-size:1.167em;
color:#fff;
display:block;
line-height: 1.2em;
}

#left ul{
background:#cb007d url(../images/nav_bottom.gif) no-repeat bottom left;
margin:0 0 5px;
list-style:none;
padding:0 0 8px;
}

#left ul li ul {
background-image:none;
margin:0px;
padding:0px;
}



#left li {border-top:1px solid #e488bf; margin:0;padding:0;}
#left li a,
#left li a:visited{
display:block;
padding:3px 5px;
color:#fff;
text-decoration: none;
}

#left li ul li a, #left li ul li a:visited {padding:3px 5px 3px 10px}

#left li a:hover,
#left li a:focus,
#left li.current-page{
background:#e369b2;
}

li#contact{
color:#fff;
padding:5px;
font-size:0.915em;
line-height: 1.1em;
}



#right h2{
background:#666 url(../images/splash_1.jpg) no-repeat top right;
}
#right #latest_workshop
{
	background-image: url(../images/splash_3.jpg);
}
#right #latest_events
{
	background-image: url(../images/splash_2.jpg);
}

#right .block{
background:url(../images/block_bottom.jpg) no-repeat bottom left;
margin-bottom:5px;
padding-bottom:10px;
}

#right dl{
padding:5px;
margin:0;
border:1px solid #ccc;
border-width:1px 1px 0;
position:relative;
}
#right dt,
#right dd{
padding:0;
margin:0;
}
#right dt{padding-top:18px;}
#right dt a,
#right dt a:visited{color:#cb007d; text-decoration: none;}

#right dd.date{
background: url(../images/icons/date.gif) no-repeat top left;
padding:2px 0 2px 18px;
font-size: 0.916em;
color:#333;
position: absolute;
top:2px;
left:5px;
}
/******************************************/
/*            MEDIACENTRE                 */
/******************************************/
.boxmedia{
	clear:both;
	margin-bottom:1em;
	padding-bottom:0.5em;
}
.boxmedia h2{
color#8dba4d;
display:block;
padding:0;
line-height:1.2em;
background: none;
}
.boxmedia h2 a,p.details a{text-decoration:none}

p.details{
	border-bottom:1px solid #ccc;
	font-size:0.834em;
	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 5px 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;
}