/* @override http://localhost:8888/indexhibit/ndxz-studio/site/ck/style/screen_main.css */

@import url("reset.css");
/*@import url("debug.css");*/

body {
	font: 62.5% "Courier New", Courier, mono;
}

/* Layout */

#header {
	z-index: 1;
	left: 860px;
	top: 20px;
	position: fixed;
}

#nav {
	width: 250px;
	background-color: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
}

#content {
	width: 520px;
	margin-left: 270px;
	
}

#main {
	margin-top: 20px;
}

#secondary {
	
}

#footer {
	
}

.article {
	
}

.section {
	
}

.column {
	
}

/* Text and semantic structure */

p, ul {
	margin-bottom: 0.5em;
	line-height: 1.3em;
	font-size: 1.1em;
}

#content p, #content ul {
	background-color: white;
	padding: 12px;
}

#content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#nav p {
	margin-left: 20px;
	margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.5em;
	background: url(../images/line.gif) repeat-x 0 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

hr {
	
}

br {
	clear: both;
}

strong {
	font-weight: bold;
}

/* Links */

a {
	color: #00A1D7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Images */

#img-container {
	margin-top: 3em;
	font-size: 1.1em;
	line-height: 1.3em;
	width: 520px;
}

.imageContainer {
	
}

.imageContainer img {
	
}

a img {
	
}

.imageContainer .caption {
	
}

/* Navigation */



#nav ul {
	margin: 20px;
	font-size: 1.1em;
}

#nav ul li {
	font-weight: bold;
}

#nav ul li.active {
}

#nav ul li.active a {
		background: url(../images/line.gif) repeat-x 0 1.1em;
	color: #000;
}

#nav ul li.active a:hover {
	text-decoration: none;
}

#nav ul li a {
	font-weight: normal;
	font-style: normal;
	display: block;
}

#nav ul li a:hover {
	background: url(../images/line.gif) repeat-x 0 1.1em;
	text-decoration: none;
}

#nav ul li ul {
	
}

#nav ul li ul li {
	
}

#nav ul li ul li a {
	
}

/* Easyclearing method from positioniseverything [modified] [conditional comments for IE 6 and 7]*/

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}