/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body {
	font: 8pt/11pt arial;
	color: #4c5a66;
	background: #fff url(layout_bg.png) repeat top;
	margin-top: 30px;
	}
#ns {

	background: url(graphics/logo_ns.png) no-repeat bottom right;
	}
p {
	font: 8pt/16pt georgia;
	margin-top: 0px;
	text-align: justify;
	}
h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	}
a:link {
	color: #666666;
	}
a:visited, a:active {
	color: #666666;
	}
a:hover  {
	color: #999999;
	}

#hovering-more {
	display: block;
	margin-right:0px;
	padding-right:5px;
}
#hovering-more a {
	display: block;
	text-decoration:none;
	color:#4C5A66;
	background: url(graphics/button_more_off2.png) no-repeat bottom right;
}
#hovering-more a:hover {
	display: block;
	background: url(graphics/button_more.png) no-repeat bottom right;
	background-color: #ECF0F4;
}

#hovering-view {
	display: block;
	margin-right:0px;
	padding-right:5px;
}
#hovering-view a {
	display: block;
	text-decoration:none;
	color:#4C5A66;
	background: url(graphics/button_view_off.png) no-repeat bottom right;
}
#hovering-view a:hover {
	display: block;
	background: url(graphics/button_view.png) no-repeat bottom right;
	background-color: #ECF0F4;
}





/* specific divs */
#container_main {
	/* background: url(graphics/home_header-back.png) no-repeat top center; */
	padding-left: 15px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 0px;
	letter-spacing: 0px;
	}



#container_news {
	background: url(graphics/home_header-back.png) no-repeat top center;
	color:#185793;
	padding-left: 15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 1px;
	letter-spacing: 0px;
	}

#container_200 {
	padding-left: 10px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top: 1px;
	letter-spacing: 0px;
	}

#intro {
	min-width: 470px;
	}
#pageHeader {
	margin-bottom: 20px;
	}
