/* @override http://brknyc.com/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #0092d0; background: url('images/white-bg.png') repeat; }
a:active { text-decoration: none; }
a:visited { color: #0092d0; }
a:hover { text-decoration: none; color: #0092d0; background: #b4b4b4 none;
}

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    position: fixed;
    height: 100%;
    z-index: 3;
    background: url('images/grey-bg.png') repeat 0;
}

#menu ul {
	width: 100%;
	list-style: none;
	margin: 0 0 5px -20px;
}

#menu ul li.section-title { 
	font-size: 16px;
	margin-bottom: 8px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    z-index: 1;
	padding-top: 245px;
}

.container {
    padding: 52px 4px 24px 20px;
}

#content p { width: 400px; margin-bottom: 0px; }

p {
    margin: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 16px;
	float: none;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 10px 0 0; }
#img-container p	{ width: 400px; padding: 0 0 14px; }

#once { clear: left; }

#apDiv1 {
	position: fixed;
	width: 100%;
	left: 86px;
	top: 8px;
   	z-index: 2;
}

#pageTop {
	width: 100%;
	background: url('images/sawtooth.gif') repeat-x;
	z-index: 4;
	position: fixed;
}

#until {
	font-size:18px; 
	font-family:'Times New Roman', Times, serif; 
	font-style: italic; 
	font-weight:bold; 
	letter-spacing:-1px; 
	margin-bottom: 20px;
	margin-left: -15px;
}
