/* northern southern screen css v1.2 20/12/2007 */

/* CODE COMMON TO ALL PAGES */

* {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

body {
	font-size:small;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

/* wrappers 
---------------------------------------------------------------*/

#wrap {
	width:740px;
	text-align:left;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------------*/
#header {
	float:left;
	width:100%;
	padding-bottom:20px;
}
	
#header div {

}
	
#header h1 {
        float:left;
	width:100%;
        height:50px;
	padding: 10px 0 10px 0;
	position:relative;
	overflow:hidden;
	background:#fff;
	font-size:1em;
	border-bottom: 3px solid #146;
}

#header h1 span {
	position:absolute;
	width:100%;
	height:100%;
	top:-1000em;
	left:-1000em;
	background:  url(../images/ns_logo.gif) no-repeat;
}

/* hide the skip navigation link */
.access	{
	position:absolute;
	top:-1000em;
	left:-1000em;
	width:20em;
}

/* navbar
---------------------------------------------------------------*/
#navbar ul {
	list-style:none;
	width:100%;
	float:left;
}

#navbar ul li {
	float:left;
	width:auto;
}

#navbar ul li a {
	display:block;
	font-size:1.5em;
	float:left;
	width:auto;
	line-height:2.1em;
	text-decoration:none;
	color:#666;
	padding: 0 10px 0 0;
	text-transform:uppercase;
}

#navbar ul li a:hover {
	color:#F00;
}

#navbar ul li#currentpage a {
	color:#902;
}

/* PROJECTS PAGES
---------------------------------------------------------------*/

/* summary
summary is the summary div on each of the projects landing pages
---------------------------------------------------------------*/
#generic .generic_page {
	width:100%;
	/* float:left; */
	margin: 0 0 15px 0;
}

#generic .generic_page h2 {
	margin-left: 180px;
	border-bottom:1px solid #146;
	padding: 0 0 .2em 0;
	font-size: 14px;
}

#generic .generic_page {
	color:#666;
	line-height:1.3em;
}

#generic .generic_page h3 {
	color: #666;
	font-size:14px;
	border-bottom: 1px solid #146;
	margin-left: 180px;
	padding: .2em 0 .2em 0;
}

#generic .generic_page p {
	padding: .2em 0 .2em 0;
	margin-left:180px;
}

#generic .generic_page p.image {
	margin-left:0;
}

#generic .generic_page p.image img {
	float:left;
	margin: 0 0 1em 0;

}

#generic .generic_page a {
	color:#666;
	font-weight:bold;
}

#generic .generic_page a:hover {
	color:#f00;
}

.archive_summary {
	clear:both;
	height:260px;
}

/* DETAIL PAGES
---------------------------------------------------------------*/

/* main-body
---------------------------------------------------------------*/
#detail #main-body {
	float:left;
	width: 420px;
}

/* thumbnails
---------------------------------------------------------------*/
#detail #thumbnails {
	float:right;
	width:170px;
}

#detail #thumbnails div {
	padding: 0 20px;
        margin-bottom:10px;
}

/* content
---------------------------------------------------------------*/
#detail #content {
	float:left;
	width: 250px;
	padding-bottom: 1em;
}

#detail #content h2 {
	border-bottom:1px solid #146;
	padding: 0 0 .2em 0;
	font-size: 14px;
}

#detail #content {
	color:#666;
	line-height:1.3em;
}

#detail #content h3 {
	color: #666;
	font-size:14px;
	border-bottom: 1px solid #146;
	padding: .2em 0 .2em 0;
}

#detail #content p {
	padding: .2em 0 .2em 0;
}

#detail #content a {
	color:#666;
	font-weight:bold;
}

/* main pic
---------------------------------------------------------------*/
#detail #mainpic {
	float:right;
	width:320px;
        background:#fff url(/images/loading.gif) center center no-repeat;
}

/* footer
---------------------------------------------------------------*/
#footer  {
	margin-top: 10px;
	color: #666;
	clear:both;
	border-top: 3px solid #146;
	height: 1%;
}