/*************
 * CNRCS.css
 * Author: Jason Hale, haleinteractive.com
 */


/**
 * Global Declarations
 */

body			{ font: .84em/1.5em helvetica, arial, sans-serif; color: #626262; }

a:link			{ font-weight: 600; text-decoration: underline; color: #626262; }
a:visited		{ color: #929292; }
a:hover,
a:active		{ color: #ff1111; }

h1				{ height: 90px; border-bottom: 3px solid #bbbfb7; background: url(i/cnrcs.gif) right 24px no-repeat; }
h1 a			{ display: block; height: 90px; }
h1 span			{ display: none; }
h2				{ margin: 1.4em 0 .8em; font-size: 1.5em; }
h3				{ margin: 0.5em 0 1em; font-size: 1.2em; font-weight: 700; }

strong			{ font-weight: 600; text-decoration: underline; }

/**
 * Layout
 */

#container		{ width: 720px; margin: 0 auto; }

#nav			{ float: left; width: 150px; margin: 64px 0 0; }
#nav ul			{ margin-bottom: 1em; }
#nav li 		{  }
#nav a			{ display: block; padding-left: 9px; font-weight: normal; text-decoration: none; color: #626262; }
#nav a:hover	{ text-decoration: underline; }
#nav a.selected	{ background: url(i/nav-arrow.gif) left center no-repeat; font-weight: bold; }

#content		{ margin-left: 215px; }
#content p		{ margin: 0 0 1.5em; }
#content ul		{ margin: 0 0 1.5em 3em; list-style: circle; }
#content ol		{ margin: 0 0 1.5em 3em; list-style: decimal; }

iframe			{ border: 3px solid #bbbfb7; }