/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}


/* GLOBAL
-------------------------------------------------------------------- */
body { 
	text-align: left;
	background-color: #fef5ec;
	color: #663300;
	font: normal 12px/16px Arial, sans-serif;
	}

a:link, a:visited {
	color: #B64C12;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #B64C12;
	text-decoration: underline;
	}	

hr {
	clear: both;
	border: none 0;
	border-top: 1px solid #f0c29d;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 0 0 0 20px;
	}

.req {
	font-size: 14px;
	font-weight: bold;
	color: #c30;
	}
.warn {
	color: #e41b5b;
	}
.fade {
	color: #7d7d7d;
	}
.meta {
	font-size: 10px;
	color: #7d7d7d;
	}

/* inline image default positioning */
img[src="imgs/icon_warn.gif"] {
	margin: 0 0 -1px 1px !important;
	}

/* self-clearing floats: add .group class to parents with floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;	
	visibility: hidden;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
* html .group { /* IE6 */
	height: 1%;
	}

p.stc { /* skip to content hide */
	text-indent: -9999px;
	}


/* HEADER
-------------------------------------------------------------------- */
#header {
	position: relative;
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}


/* HEADER / nav
-------------------------------------------------------------------- */
#header .nav {
	position: absolute;
	top: 59px;
	left: 0;
	width: 800px;
	height: 20px;
	}
#header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header .nav ul li {
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin: 0 2px 0 0;
	padding: 0;
	}
	#header .nav ul li a {
	display: block;
	float: left;
	height: 23px;
	background-color: #d67b27;
	color: #fff;
	text-decoration: none;
	padding: 0 30px 0 30px;
	}
	#header .nav ul li a:hover {
	color: #42230e;
	text-decoration: none;
	}
	#header .nav ul li.on a {
	color: #42230e;
	background-color: #fef5ec;
	}


/* MAIN
-------------------------------------------------------------------- */
#main {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}


/* MAIN / content
-------------------------------------------------------------------- */
#main .content h1 {
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #D9742E;
	margin-bottom: 20px;
	}
#main .content h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #D9742E;
	margin: 20px 0 10px 0;
	}
#main .content h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #D9742E;
	margin: 8px 0 8px 0;
	}
#main .content h3.tight {
	margin-bottom: 2px;
	}
#main .content p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #663300;
	margin-bottom: 10px;
	}
#main .content ul {
	list-style: none;
	margin: 0 0 15px 15px;
	padding: 0;
	}
#main .content ul li {
	background: url(/imgs/bullet.gif) no-repeat 0 7px;
	padding: 0 0 5px 8px;
	}
#main .content ul li.subnav {
	background: url(/imgs/arrow.gif) no-repeat 0 7px;
	padding-left: 2em;
	}
#main .content ol {
	margin: 0 0 15px 15px;
	}
#main .content ol li {
	padding-bottom: 5px;
	}



/* MAIN / modules
-------------------------------------------------------------------- */
#main .modules {
	float: right;
	width: 200px;
	margin-top: 50px;
	}
#main .modules ul {
	list-style: none;
	margin-bottom: 15px;
	}
#main .modules ul li {
	font-size: 13px;
	background: url(../imgs/arrow.gif) no-repeat 0 7px;
	padding: 0 0 2px 10px;
	}


/* FOOTER
-------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 800px;
	height: 80px;
	border-top: 1px dashed #f0c29d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	}
#footer p {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	}
#footer .logo {
	float: right;
	margin-right: 30px;
	}


/* Home
-------------------------------------------------------------------- */
#home #header {
	background: url(/imgs/home_header_bg.gif) no-repeat;
	}

#home #main .child {
	width: 713px;
	height: 195px;
	background: url(/imgs/home_logo.gif) no-repeat;
	margin-top: 4px;
	}
#home #main .child h1 {
	text-indent: -9999px;
	}

#home #main .content {
	float: left;
	width: 485px;
	margin: 50px 0 0 0;
	}

#home #main .mod {
	position: absolute;
	top: 180px;
	right: 0;
	width: 230px;
	border: 1px solid #ecb489;
	background-color: #fdedda;
	padding: 10px;
	}
#home #main .mod hr {
	border-top: 1px dashed #f0c29d;
	}
#home #main .mod p {
	margin: 10px 0 12px 0;
	}
#home #main .mod .button {
	margin: 0 0 -5px 5px;
	}


/* Subs
-------------------------------------------------------------------- */
#sub #header {
	position: relative;
	width: 800px;
	height: 80px;
	background: url(/imgs/sub_header_bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
#sub #header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 231px;
	height: 80px;
	background: url(/imgs/sub_logo.gif) no-repeat;
	}
#sub #header .logo p {
	text-indent: -9999px;
	}
#sub #header .nav {
	width: 600px;
	top: 57px;
	left: 200px;
	}
	#sub #header .nav li a {
	padding-left: 25px;
	padding-right: 25px;
	}
	
#sub #main .content {
	float: left;
	width: 550px;
	margin: 30px 0 0 0;
	padding: 0;
	}


#sub #footer {
	margin-top: 20px;
	}


/* TABLES
-------------------------------------------------------------------- */
table.data {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 15px 0;
	}
table.data thead {
	background: #dcecca;
	}
table.data th {
	color: #690;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
	}
	table.data th a.down { /* If sorting turned on */
	color: #c45f1a;
	background: url(/imgs/arrow_down.gif) no-repeat right center;
	padding-right: 12px;
	}
	table.data th a.up { /* If sorting turned on */
	color: #c45f1a;
	background: url(/imgs/arrow_up.gif) no-repeat right center;
	padding-right: 12px;
	}
table.data td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
	}
table.data tr.even {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}


/* OLD STYLES PREVIOUS TO 12-12-08
-------------------------------------------------------------------- */
.photoleft {
	background-position: left top;
	margin: 0 15px 5px 0;
	}
.photoright {
	background-position: right top;
	margin: 0 0 3px 10px;
	}

.boxh1 {
	margin: 0 0 10px 10px;
	}
.boxtext {
	font-family: Arial, Geneva, Helvetica;
	font-size: 13px;
	color: #663300;
	line-height: 16px;
	margin: 0 10px 8px 10px;
	}
	.boxtext a {
	color: #B64D14;
	text-decoration: underline;
	}
	.boxtext a:hover {
	color: #B64D14;
	text-decoration: underline;
	}

.nclbnew {
	font-family: Arial, Geneva, Helvetica;
	font-size: 13px;
	color: #D9742E;
	line-height: 16px;
	margin: 0;
	}
.nclbmore {
	font-family: Arial, Geneva, Helvetica;
	font-size: 11px;
	color: #D9742E;
	line-height: 16px;
	margin: 0;
	}
	.nclbmore a {
	color: #D9742E;
	text-decoration: underline;
	}
	.nclbmore a:hover {
	color: #D9742E;
	text-decoration: underline;
	}

.pill {
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #9A6430;
	line-height : 16px;
	}
	.pill a {
	color : #996633;
	text-decoration : underline;
	}
	.pill a:hover {
 	color : #996633;
	text-decoration : none;
	}

