/**
	General styles
**/

html
{
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #075993;
	background-color: transparent;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: underline;
	color: #075993;
}

h1
{
	font-family: Georgia, times, serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: #fff;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	line-height: 1.1em;
}

h1 a
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 0.9em !important;
	line-height: 1.1em;
}

h1 a:hover
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1em;
	line-height: 0.9em !important;
	line-height: 1.1em;
}

h2
{
	font-family: Georgia, times, serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #8C8C8C;
	background-color: transparent;
	margin: 0px;
	padding: 10px 0px 7px 0px;
}

h2 a
{
	font-family: Georgia, times, serif;
	color: #8C8C8C;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 0.9em;
}

h2 a:hover
{
	font-family: Georgia, times, serif;
	color: #8C8C8C;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1em;
	line-height: 0.9em;
}

h3
{
	font-family: Georgia, times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: transparent;
	margin: 0px;
	line-height: 1.1em;
}

h3 a
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.1em;
}

h3 a:hover
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.1em;
}

h4
{
	text-transform: uppercase;
	background-color: transparent;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	word-spacing: normal;
	letter-spacing: 0px;
	line-height: 1.3em;
	margin: 0.5em 0em;
}

h4 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
}

h4 a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.3em;
}

h1.top
{
	line-height: 1.1em;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 6px 0px;	
	background: url(../images/template/border.gif) repeat-x bottom;
}

h1.top a, h1.top a:hover
{
	line-height: 1.1em;
}

h1.top2
{
        line-height: 1.1em;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 6px 0px;
        background: url(../images/template/border.gif) repeat-x bottom;
}

h1.top2 a, h1.top a:hover
{
        line-height: 1.1em;
}


h2.top
{
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 10px 0px;	
	background: url(../images/template/border.gif) repeat-x bottom;
}

h3.top
{	
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 10px 0px;	
	background: url(../images/template/border.gif) repeat-x bottom;		
}

h3.top a, h3.top a:hover
{
	line-height: 1em !important;
	line-height: 1.1em;
}

h1.underline
{
	padding: 6px 0px 8px 0px;
}

h2.underline
{
	padding: 10px 0px 11px 0px;
}

hr
{
	display: none;
}

div.hr
{
	background: url(../images/template/border.gif) repeat-x left;
	height: 10px;
	clear: both;
	margin-bottom:6px;
}

div.hrTop
{
	margin-top: 20px;
	background: url(../images/template/border.gif) repeat-x left;
	height: 10px;
	clear: both;
}

p
{
	margin: 5px 0px 15px 0px;
}

p.underline
{
	margin: 6px 0px 9px 0px;
	padding-bottom: 12px;
}

p.noBottomMargin
{
	margin-bottom: 0px;
}

.noTopMargin
{
	margin-top: 0px;
}

.underline
{
	background: url(../images/template/border.gif) repeat-x bottom;
}

.centre
{
	text-align: center;
}

.right
{
	text-align: right;
}

.brown
{
	color: #571F12;
	background-color: #fff;
}

.boldBrown
{
	font-weight: bold;
	color: #571F12;
	background-color: #fff;
}

.grey
{
	color: #8C8C8C;
	background-color: transparent;
}

.boldGrey
{
	font-weight: bold;
	color: #8C8C8C;
	background-color: #fff;
}

.black
{
	color: #000;
	background-color: #fff;
}

.boldBlack
{
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

img
{
	border: 0px;
	margin: 15px 0px 0px 0px;
}

img.top
{
	border: 0px;
	margin: -4px 0px 0px 0px;
}


div#body
{
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 771px;
	background-color: #FFF;
}

img#banner
{
	display: none;
}


/**
	styles for the top bar
**/

div#topBar
{
	background-color: #777;
	color: #FFF;
	width: 771px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

a.homeLink
{
	display: block;
	background-color: transparent;
	position: relative;
	height: 55px;
	width: 167px;
	top: 20px;
	left: 20px;
	z-index: 1;
	overflow: hidden;
}

a.homeLink span
{
	position: absolute;
	text-indent: -2000em;
}

a.skipNav
{
	position: absolute;
	text-indent: -2000em;
	background: transparent;
}

div#header
{
	background-color: transparent;
	position: absolute;
	width: 771px;
	top: 20px;
	color: #fFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: normal;
	text-align: right;
}


/* top bar links (upper) */

div#headerLinks
{
	float: left;
	margin-top: -2px;
}

div#headerLinks a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	color: #fFFFFF;
	padding: 0px 7px;
}

div#headerLinks a:hover
{
	font-size: 0.9em;
	text-decoration: underline;
}


/* top bar search form */

div#searchFormElements
{
	float: left;
	padding: 0px;
	margin: 0px;
}

form#searchForm
{
	margin: 0px;
	float: right;
	padding-right: 30px;
}

form#searchForm label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	padding: 0px 7px;
}

form#searchForm input#topSearchInput
{	
	border: 1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	width: 115px;
	vertical-align: middle;
	text-transform: none;
	padding: 2px;
	padding-left:3px;
	margin: 0px;
}

form#searchForm input#btnG
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: transparent;
	color: #fFFFFF;
	text-transform: uppercase;
	
	border: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}


/* top bar links (lower) */

div#horizontalAlpha
{
	display: block;
	background: url(../images/template/white20.png) repeat !important;
	background: none;
	position: relative;
	width: 100%;
	top: 85px;
	
	/* Required for Netscape 6 as it doesn't support alpha-transparent background images */
	-moz-opacity: 20%;
}

div#horizontalLeftLinks
{
	padding-left: 21px;
	float: left;
	position: relative;
	height: 1em;
	top: 69px;
}

div#horizontalLeftLinks ul
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#horizontalLeftLinks ul li
{
	list-style: none;
	float: left;
	display: block;
	margin: 0em 0.4em 0em 0em;
	position: relative;
}

div#horizontalRightLinks
{
	 padding-right: 21px;
	 float: right;
	 clear:none;
	 position: relative;
	 top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
	color: #0000FF;
	background-color: #EDEEEF;
	margin-left: 0.2em;
	  
}

div#horizontalRightLinks ul
{
	margin: 0px;
	padding: 0px;
}

div#horizontalRightLinks ul li
{
	list-style: none;
	float: left;
	display: block;
	margin: 0em 0em 0em 0.4em;
}

div#horizontalLeftLinks a,div#horizontalRightLinks a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
	color: #075993;
	background-color: #EDEEEF;
	margin-left: 0.2em;


}

div#horizontalLeftLinks a:hover, div#horizontalRightLinks a:hover
{
	text-decoration: underline;
}


/* breadcrumb trail */

div#breadcrumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	color: #B2B3B3;
	background-color: #EDEEEF;
	text-transform: uppercase;
	width: 771px;
}

div#breadcrumb p
{
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

div#breadcrumb span
{
	color: #075993;
	background-color: #EDEEEF;
}

div#breadcrumb a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
	color: #075993;
	background-color: #EDEEEF;
	margin-left: 0.2em;
}

div#breadcrumb a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: underline;
	color: #075993;
	background-color: #EDEEEF;
}

div#breadcrumb a.current
{
	color: #8C8C8C;
	background-color: #EDEEEF;
}

/**
	styles for everything below the top bar
**/

div#content
{
	padding: 17px 0px 30px 30px;
}


/**
	left hand (navigation) bar
**/

div#leftBar
{
	float: left;
	clear: none;
	width: 175px;
	padding-bottom: 30px;
}

div#leftHandLinks
{
	margin: 25px 0px 30px 0px;
}

div#leftHandLinks ul
{	
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
}

div#leftHandLinks ul li
{
	list-style-image: url(../images/icons/rightarrow_nav.gif);
}

div#leftHandLinks ul li a
{
	font-family: Georgia, times, serif;
	font-size: 1.3em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: #FFF;
	display: block;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 3px 0px;
	background: url(../images/template/border.gif) repeat-x bottom;
	width: 100%;
}

div#leftHandLinks ul li a:hover
{
	text-decoration: underline;
}

div#leftHandLinks ul li a.lastLink
{
	background: none;
}


/**
	Actual page content
**/

div#centralContent
{
	float: left;
	clear: none;
	width: 530px;
	margin: 0px 15px 18px 15px;
	padding: 0px;
}

div#centralContent p
{
	font-size: 1.1em;
}

div#centralContent li
{
	font-size: 1.1em;
}

div#centralContent li li
{
	font-size: 1em;
}

div#centralContent li p
{
	font-size: 1em;
}

div#centralContent table p
{
	font-size: 1em;
}

div#centralContent a
{
	font-size: 1.1em;
}

div#centralContent * a
{
	font-size: 1em;
}

div#centralContent h2
{
	font-family: Georgia, times, serif;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 7px 0px;
    font-size: 1.7em;
    line-height: 1.1em;
}

div#centralContent h2 a
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 0.9em;
}

div#centralContent h2 a:hover
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1em;
	line-height: 0.9em;
}
div#centralContent h2.news2 
{
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-family: Georgia, times, serif;
        font-weight: normal;
        font-size: 2.7em;
        line-height: 1.8em;
}

h10  
{
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-family: Georgia, times, serif;
        font-weight: normal;
        font-size: 1.4em;
        line-height: 1.2em;
	letter-spacing: 0;
        text-align: left;
        word-spacing: normal;
        text-decoration: none;
	color: #571F12;
        background-color: transparent;
}

div#centralContent h2.news2 a
{
	margin: 0px;
        padding: 0px 0px 0px 0px;
        font-family: Georgia, times, serif;
        font-weight: normal;
        font-size: 0.7em;
        line-height: 0.8em;
}


div#centralContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 7px;
	line-height: 1.2em;
}

div#centralContent h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	line-height: 1.2em;
}

div#centralContent h3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
	line-height: 1.2em;
}

/* div#centralContent h3
{
	font-family: Georgia, times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: #fff;
	margin: 0px;
	line-height: 1.2em;
}

div#centralContent h3 a
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.2em;
}

div#centralContent h3 a:hover
{
	font-family: Georgia, times, serif;
	color: #571F12;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.2em;
} */

/* News items */

/*div.newsItem
{
	margin: 8px 0px 15px 0px;
	padding-bottom: 6px !important;
	padding-bottom: 20px;
	
	background: url(../images/template/border.gif) repeat-x bottom;
}

div.newsItem h3
{
	font-family: Georgia, times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: #fff;
	margin: 0em 0.8em 0em 0em;
	display: inline;
}*/

div#newsItem h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

div#newsItem h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;
}

div#newsItem h2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;	
}

span.date
{
	/*font-family: Georgia, times, serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #8C8C8C;
	background-color: #FFF;
	white-space: nowrap;
	margin: 2px 0px 6px 0px;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #8C8C8C;
	background-color: transparent;
	white-space: nowrap;
}

a.more
{
	background: url(../images/icons/rightarrow_off.gif) no-repeat 50% 50%;
	text-decoration: none;
	clear: none;
	overflow: hidden;
	padding: 0px 0px 0px 16px;
	text-indent: -2000em;
}

a.more:hover, a.more:focus
{
	text-decoration: none;
	background: url(/images/icons/rightarrow_over.gif) no-repeat 50% 50%;
}

a.more span, a.more:hover span
{
	text-decoration: none;
	position: absolute;
	left: -2000em;
}

/* News links */

div#newsLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	word-spacing: normal;
	color: #075993;
	background-color: #fff;
	text-align: center;
	margin-top: -7px;
}

div#newsLinks a
{
	text-decoration: none;
	margin: 0px 5px;
}

div#newsLinks a:hover
{
	text-decoration: underline;
	margin: 0px 5px;
}


/**
	right hand bar
**/

div#rightBar
{
	float: left;
	clear: none;
	width: 175px;
	/*background: url(../images/template/border.gif) repeat-x bottom;*/
	margin-bottom: 30px;
}


div#rightBar img
{
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

div#nercCentres
{
}

div#nercCentres ul
{
	margin: 0px;
	padding: 0px;
}

div#nercCentres ul li
{
	list-style: none;
	padding: 0px;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 100%;
}

div#nercCentres ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #075993;
	background-color: #FFF;
	display: block;
	padding-bottom: 11px;
	background: url(../images/template/border.gif) repeat-x bottom;
}

div#nercCentres ul li a.grey
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #8C8C8C;
	background-color: #fff;
	display: block;
	padding-bottom: 10px;
}

div#nercCentres ul li a:hover
{
	text-decoration: underline;
}

div#latestNews h1
{
	font-family: Georgia, times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: transparent;
	margin: 0px 0px 16px 0px;
	line-height: 1.1em;	
	padding: 0px 0px 10px 0px;
}

div#latestNews a
{
	color: #0677A4;
	background-color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

div#latestNews a:hover
{
	text-decoration: underline;
}

div#latestNews a.more:hover
{
	text-decoration: none;
}

a.external
{
	background: url(../images/icons/openextern_off.gif) no-repeat;
	border: 0px solid red;
	text-decoration: none;
	width: 34px;
	height: 19px;
	float: right;
	display: block;
	overflow: hidden;
}

a.external:hover, a.external:focus
{
	background: url(../images/icons/openextern_over.gif) no-repeat;
}

a.external span, a.external:hover span
{
	position: absolute;
	left: -2000em;
}
div#search2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	color: #EDEEEF;
	background-color: transparent;
	position: relative;
	left: 671px;
	top: 65px;
	width: 100px;
	height: 30px;
	padding: 0em;
	border: 1px;
}

input
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color:  #a2a2a2;
	background-color: #f5f5f5;
	border: 1px inset #d1d1d1;
	padding: 0px;
	height: 15px;
	width: 87px;
}




div#search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/search.gif) no-repeat;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	color: #B2B3B3;
	background-color: #ffffff;
	position: relative;
	left: 621px;
	top: 91px;
	width: 150px;
	height: 30px;
	padding: 0em;
}
div#nerclink
{
	
	background-color: transparent;
	position: relative;
	left: 560px;
	top: -70px;
	width: 200px;
	height: 80px;
	padding: 0em;
}

div#slogan
{
	font-family: Georgia, times, serif;
	font-size: 2.3em;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #268eb8;
	background-color: transparent;
	font-style: italic;
	margin: 22px 0px 20px 0px;
	padding:1px;
	background: url(../images/template/border.gif) repeat-x bottom;	
}

div#slogan p
{
	background-color: transparent;
	line-height: 1.1em;
	margin-top: -0.3em;
}


/**
	bottom styles
**/

div#bottomBar
{
	background: url(../images/template/border.gif) repeat-x top;
	padding-top: 10px;
	width: 720px;
}


/* Links in bottom */

div#bottomLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	color: #075993;
	background-color: #fff;
	text-transform: uppercase;
	padding-left: 5px;
	float: left;
}

div#bottomLinks a
{
	text-decoration: none;
	word-spacing: normal;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

div#bottomLinks a:hover
{
	text-decoration: underline;
	word-spacing: normal;
}

div#bottomLinks ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#bottomLinks ul li
{
	float: left;
	display: block;
}

div#bottomLinks ul li.noLink
{
	margin-left: 0.5em;
}

div#bottomLinks ul li a#textPlus
{
	float: left;
	display: block;
	margin: 0.3em 0.2em 0em 0.5em;
	padding: 0px;
	width: 11px;
	height: 11px;
	background: url(../images/icons/plus_off.gif) no-repeat;
	text-decoration: none;
	border: none;
	text-indent: -2000em;
	overflow: hidden;
}

div#bottomLinks ul li a#textPlus:hover
{
	background: url(../images/icons/plus_over.gif) no-repeat;
	text-decoration: none;
	border: none;
}

div#bottomLinks ul li a#textMinus
{
	float: left;
	display: block;
	margin: 0.3em 0.5em 0em 0em;
	padding: 0px;
	
	width: 11px;
	height: 11px;
	background: url(../images/icons/minus_off.gif) no-repeat;
	text-decoration: none;
	text-indent: -2000em;
	overflow: hidden;
}

div#bottomLinks ul li a#textMinus:hover
{
	background: url(../images/icons/minus_over.gif) no-repeat;
	text-decoration: none;
}


/* search form in bottom */

form#bottomSearchForm
{
	margin: 0px;
}

div#bottomSearch
{
	text-align: right;
}

form#bottomSearchForm label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
	color: #075993;
	padding: 0px 7px;
	margin: 0px;
	vertical-align: middle;
}

input#bottomSearchInput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	width: 115px;
	vertical-align: middle;
	text-transform: none;
	padding: 0px;
	margin: 0px;
}

input#bottomSearchSubmit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: transparent;
	color: #075993;
	text-transform: uppercase;
	
	border: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}


div#footer
{
	background: url(../images/template/border.gif) repeat-x top;
	padding-top: 0.5em;
	padding-bottom: 3em;
	width: 720px;
	margin-top: 0.7em;
}

/* copyright notice */

div#copyright
{
	float: left;
	padding-left: 8px;
	color: #B2B3B3;
	background-color: #fff;
}


/* last updated notice */

div#updated
{
	float: right;
	color: #B2B3B3;
	background-color: #fff;
}

.updatedDate
{
	color: #075993;
	background-color: #fff;
}


/**
	Content placeable anywhere
**/

div.box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #8c8c8c;
	background-color: #fff;
	border: 1px solid #8C8C8C;
	text-align: center;
	/*margin-top: 30px;*/
	
	margin: 0.8em 0em;
	padding: 0.25em 0.25em;
}

div.box h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	word-spacing: normal;
	color: #075993;
	background-color: #fff;
	padding: 0px 14px;
	text-align: left;
	background: none;
}

div.box a
{
	text-decoration: none;
	color: #075993;
	background-color: #fff;
	line-height: 1.6em;
}

div.box a:hover
{
	text-decoration: underline;
	color: #075993;
	line-height: 1.6em;
}

div.box p
{
	font-size: 0.9em;
	padding: 0px 10px 8px 10px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 0px
}

div.box img, div#rightBar div.box img, div#leftBar div.box img, div#centralContent div.box img
{
	margin: 0.5em 0px 0px 0px;
	padding: 0px;
}

a.excel, a.ppt, a.word, a.pdf
{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 28px;
	width: 35px;
	text-decoration: none;
	text-indent: -2000em;
}

a.excel { background: url(../images/icons/excel_off.gif) no-repeat; }
a.excel:hover, a.excel:focus { background: url(../images/icons/excel_over.gif) no-repeat; }

a.ppt { background: url(../images/icons/ppt_off.gif) no-repeat; }
a.ppt:hover, a.ppt:focus { background: url(../images/icons/ppt_over.gif) no-repeat; }

a.word { background: url(../images/icons/word_off_v2.gif) no-repeat; }
a.word:hover, a.word:focus { background: url(../images/icons/word_off_v2.gif) no-repeat; }

a.pdf { background: url(../images/icons/pdf_off_v2.gif) no-repeat; }
a.pdf:hover, a.pdf:focus { background: url(../images/icons/pdf_off_v2.gif) no-repeat; }

a.excel:focus, a.ppt:focus, a.word:focus, a.pdf:focus
{
	overflow: hidden;
}

p.fileText
{
	background: url(../images/template/border.gif) left repeat-y;
	padding-left: 1em;
	margin-left: 30px;
}

div#topBar
{
	background-image: url(../images/seaice3.jpg)
}

form#searchForm input#topSearchInput
{	
	background-color: #21364F;
	color: #FFF;
}

p.pdf
{
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 30px;
	margin-left: 0px;
}
