

/* 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.4em;}
h3{ font-size:1.2em;}
h4{ font-size:1.1em; 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;
	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}

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}

.success a,
.msginfo a,
.msgerror a{ color:#000;}

/* 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:#273967;} 
a:hover,
a:focus{color:#666}

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

body{

	background:#fff url(../images/bg.jpg) top center repeat-y;
	color:#3b7abe;
	font-family:Arial, Helvetica, sans-serif;

}


#outer{
	font-size:1.2em; /* 13px */
	background:transparent url(../images/badgebg.jpg) top center no-repeat;
}

#inner{
	margin:0 auto;
	width:800px;
	background:transparent url(../images/topbg.jpg) center top  no-repeat;
}


#footer{
	clear:both;
	background:transparent url(../images/northeast_logo.gif) right bottom no-repeat;
	padding:20px 0 10px;
	font-size:0.834em;
	color:#253764;
}

#content{
	padding:0 20px;
	background:transparent url(../images/contentbg.jpg) left bottom no-repeat;
	width:760px;
	position: relative;
	font-size:1.1em; /*13px*/
}


/*header*/
#header{
	position: relative;
	height:290px;
}
#header h1
{
	float:left;
	width:260px;
	margin-top:10px;
	margin-bottom:9px;
}

#header h1 a
{
	background:transparent url(../images/logo.jpg) top left no-repeat;
	display:block;
	text-indent: -5000px;
	height:61px;
}
#header p{
	position: absolute;
	right: 20px;
	top:10px
}
#header .banner{
position:absolute;
top:80px;
left:0;
}

#topnav{
	position:absolute;
	top:57px;
	right:30px;
}
#topnav li{
	display:inline;
	font-size:0.84em;
	font-weight:bold;
}

#topnav a,
#topnav a:visited{
	color:#253764;
	text-decoration: none;
}

#topnav a:focus,
#topnav a:hover{color:#b2d6fc;}

/* Columns*/
#sidebar{
	width:180px;
}

#sidebar h2{display:none;}

#navigation{
	color:#fff;
	background:#3973b5 url(../images/nav-bg.jpg) bottom left no-repeat;
	list-style: none;
	margin:0 0 10px;
	padding:0 0 12px;
}

#navigation li{
	border-top:1px solid #95a4bd;
	margin:0;
}
#navigation li ul
{
	border-top:1px solid #fff;
	background:#b2d6fc;
	margin:0;
	padding:0;
}

#nav-mediacentre a,
#navigation li a,
#nav-mediacentre a:visited,
#navigation li a:visited
{   
	font-size:0.834em;
	color:#fff;
	padding:5px 5px 5px 8px;
	text-decoration: none;
}


#nav-mediacentre a:hover,
#nav-mediacentre a:focus,
#navigation li a:hover,
#navigation li a:focus{color:#000;}

#navigation li ul li{border:0px;}

#navigation li ul li a,
#navigation li ul li a:visited{color:#253764;}
#navigation li ul li a:hover,
#navigation li ul li a:focus {color:#000;}

#nav-mediacentre
{
	background:#3364a3 url(../images/mediamenu_btm.jpg) bottom left no-repeat;
	padding:0 0 12px;
	margin:0 0 10px;
	list-style: none;
}
#nav-mediacentre li
{
	border-top:1px solid #95a4bd;
}
#nav-mediacentre li.first
{
	background:transparent url(../images/mediamenu_top.jpg) top left no-repeat;
	padding-top:12px;
	border:0;
}


form#newsletter{
	background:#8ebae9 url(../images/newsletter_btm.jpg) bottom left no-repeat;
	padding:0;
}
form#newsletter div{padding:0 5px;}
form#newsletter h2{
	display: block;
	text-indent: -5000px;
	background:transparent url(../images/newsletter_top.jpg) top left no-repeat;
	height:20px;
}

form#newsletter label{
	font-size:0.834em;
	display:block;
	color:#fff;
	padding-bottom:3px;
}
form#newsletter input
{
	margin-bottom:3px;
	width:165px;
	border:1px solid #000;
}

form#newsletter input.submit
{
	width:auto;
	border:0;
	background: transparent;
	color:#fff;
}

#page_actions
{
	list-style:none;
	margin:0 0 10px;
}

#page_actions a,
#page_actions a:visited
{
	color:#666;
}
#page_actions a:hover,
#page_actions a:focus
{
	color:#000;
}

/**/

#middle{
	float:right;
	width:560px;
	margin-left:20px;
}
* html #middle{margin-left: 0}

#top_btn
{
	margin:0 auto 10px;
	height:50px;
}
#top_btn a{
	text-decoration:none; 
	display:block;
	float:left;
	width:180px;
	margin-right:7px;
}
#top_btn a.last{margin:0}

#feeds{
	background:#9dbcde url(../images/feed_bg.gif) top left repeat-y;
	width:560px;
	margin-top:1em;
	border-bottom:1px solid #3b7abe;
	float:left;
}
#feeds-inner{
	background:url(../images/feed_top.gif) top left no-repeat;
	float:left;
	width:560px;
}
#feed-news,
#feed-events
{
	float:left;
	width:270px;
	margin:8px 5px 0;
	
}
* html body #feed-news,
* html body #feed-events{width:266px;}

#feeds span.viewall{
	font-size:0.83em;
	float:right;
	padding-top:2px;
}

#feeds h2  a,
#feeds h2  a:visited {color:#fff;text-decoration: none;}
#feeds h2  a:hover,
#feeds h2  a:focus {color:#000;}

feeds h2  .viewall a{
text-decoration: underline;
}
#feeds h2{
	color:#fff;
	font-size:0.83em;
	height:22px;
}

#feeds h2 img{vertical-align: bottom;margin-right:10px;}

#feeds dl{
margin:0px 0 5px;
padding:0 0 0 35px;
}

#feeds dt{
	color:#253764;
	font-size:0.9em;
	padding:0;
	margin:0
}
#feeds dt a,
#feeds dt a:visited{text-decoration: none;}
#feeds dt a:hover,
#feeds dt a:focus {color:#fff}

#feeds dd.date{
color:#3b7abe;
}
#feeds dd
{
	margin:0;
	padding:0;
	color:#fff;
	font-size:0.78em;
}
#feed-news dl{background:url(../images/feed-news-bg.gif) top left no-repeat;}
#feed-events dl{background:url(../images/feed-events-bg.gif) top left no-repeat;}


/*---*/
p.breadcrumbs
{
margin:-1em 0 1em ;
color:#666;
font-size: 0.834em;
}
p.breadcrumbs a,
p.breadcrumbs a:visited{
color:#666;
}
p.breadcrumbs a:hover,
p.breadcrumbs a:focus{
color:#4374B6;
}


/******************************************/
/*            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.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 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;
}