/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
}

#page {
	margin: 0 auto 5px auto;
	width: 860px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

p {
	margin: 0 10px 10px
}

a {
	color: #7D7D7D;
	text-decoration: underline;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px dotted #DDDDDD;
}

h4 {
	font-size: 92%;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px dotted #FFCC66;
}

h5 {
	font-size: 92%;
	font-weight: bold;
	padding-left: 10px;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
}
/*
 table {
 border-collapse: collapse;
 width: 95%;
 border: 1px solid #C7C7C7;
 margin-left: 10px;
 }
 
 table.subscribe {
 border-collapse: collapse;
 width: 250px;
 border: none;
 margin-left: 0px;
 }
 
 caption {
 font-size: 100%;
 font-weight: bold;
 margin: 1em 0;
 text-align: left;
 padding-left: 10px;
 border-bottom: 1px dotted #FFCC66;
 }
 col {
 border-right: 1px solid #ccc;
 }
 thead {
 background: #FFCC66;
 border-top: 1px solid #a5a5a5;
 border-bottom: 1px solid #a5a5a5;
 color: #FFFFFF;
 line-height: 1.4em;
 }
 th {
 font-weight: bold;
 text-align: left;
 }
 th, td {
 padding: 0.1em 1em;
 }
 tr:hover {
 color: #333333;
 background: #E1EAF5;
 }
 
 thead tr:hover {
 background-color: transparent;
 color: inherit;
 }*/
.odd {
	background-color: #edf5ff;
}

col#location {
	border: none;
}

#extra {
	background: #F9F9F9;
	width: 160px;
	padding: 3px;
	color: #868686;
	font-size: 92%;
	border: 1px solid #868686;
	position: absolute;
	margin-top: 5px;
	margin-left: 672px;
	z-index: 1;
	left: 15px;
	top: 215px;
}

#leftsidebar {
	float: left;
	width: 200px;
	margin: 5px;
	/* margin-left: 2px;  added */
	padding: 5px;
}

.clear {
	clear: both;
}

.photo {
	border-right: none;
}

.photo {
	margin: 5px;
	border: 5px solid #FFFFFF;
	padding: 5px;
	background: #FFFFFF;
}

.alpha {
	list-style: lower-alpha;
}

.month {
	color: #666666;
	width: 30px;
	background: #FFFFFF;
}

.pdf {
	background: url(../images/i_pdf.gif) no-repeat right;
	padding-right: 16px;
}

.external {
	background: url(../images/i_external.gif) no-repeat right top;
	padding-right: 10px;
}

.mailer {
	background: url(../images/i_email.gif) no-repeat right top;
	padding-right: 17px;
}

.doc {
	background: url(../images/i_wdoc.gif) no-repeat right;
	padding-right: 18px;
}

.pp {
	background: url(../images/i_pp.gif) no-repeat right;
	padding-right: 18px;
}

.clearbreak {
	clear: both;
	background: #FFFFFF;
	height: 20px;
	margin-top: 20px;
}

.coursesnumbered {
	color: #666666;
	width: 30px;
	background: #E7E7E7;
}

.hide {
	display: none;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}
/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../images/demoboxsq.png) no-repeat right bottom;
}

.cssbox {
	width: 280px !important;
	width: 300px;
	padding-right: 8px;
	margin: 8px auto;
} /* set the top-right image */
.cssbox_head {
	background-position: top right;
	margin-right: -8px; /* pull the right image over on top of border */
	padding-right: 12px; /* right-image-gap + right-inside padding */
} /* set the top-left image */
.cssbox_head h2 {
	background-position: top left;
	margin: 0;
	padding: 5px 0 5px 12px;
	height: auto !important;
	height: 1%;
	font-size: 100%;
	color: #FF8539;
	font-weight: bold;
	text-align: left;
}
/* set the lower-left corner image */
.cssbox_body {
	background-position: bottom left;
	margin-right: 5px; /* interior-padding right */
	padding: 5px 0 5px 5px; /* mirror .cssbox_head right/left */
}

.cssbox ul {
	list-style: none;
	font-weight: bold;
	color: #333333;
	font-size: 95%;
}

.cssbox ul li {
	padding-bottom: 10px;
	background: url(../images/check.gif) no-repeat left top;
	padding-left: 2px;
}

#leftbox {
	width: 220px;
}

#rightbox {
	width: 220px;
}

#subnav {
	width: 190px;
	margin: 0px;
}

#subnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subnav a {
	display: block;
	padding: 3px 6px 3px 3px;
	width: 190px;
	border-bottom: 1px solid #eee;
}

#subnav a:hover {
	color: #868686;
	background: #F0F0F0;
}

#subnav a:link, #subnavlist a:visited {
	color: #666666;
	text-decoration: none;
}

#masthead {
	height: 79px;
	margin: 0;
	/*background: url(../images/ncahu-logo.jpg) no-repeat left top;*/
	width: 100%;
	padding: 0px 0px 0px 10px;
}

#logoLink {
	float: left;
	width: 150px;
	height: 45px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#topnav {
	margin: 0px auto;
	list-style: none;
	line-height: 1;
	float: right;
	width: 500px;
}

#topnav ul {
	margin: 0px;
	list-style: none;
}

#topnav li {
	float: right;
	margin: 0px;
	padding: 5px 5px 2px;
	list-style: none;
	display: inline;
	text-align: left;
}

#topnav li a {
	font-weight: bold;
	font-size: 92%;
}

#topnav li a {
	text-decoration: none;
}

#topnav li a:hover {
	color: #3A80B1;
	text-decoration: underline;
}

#search {
	margin: 0px;
	padding: 0px;
	float: right;
	padding-right: 12px;
}

#search input.btn {
	color: #FFFFFF;
	border: 1px solid #E5E5E5;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
	 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/
	background: #3A80B1;
	font-size: 75%;
}

#search input.btnhov {
	cursor: hand;
	border: 1px solid #1817A1;
}

#search input
[ type = "text" ], textarea {
	border: 1px solid #3A80B1;
	font-size: 82%;
	color: #525252;
	padding-left: 2px;
}

#search .input.radio, input.checkbox, input.submit {
	width: auto;
	color: #FFFFFF;
	border: 1px solid #3A80B1;
	font-size: 75%;
	line-height: 1em;
}

#search input:focus, textarea:focus {
	background: #F3F3F3;
}

#main h1 {
	color: #333333;
	font: 98% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 0px;
	padding: 2px 0px 2px 10px;
	/* background: #FFFFFF; */
	width: 100%;
	height: auto;
}

#footernav {
	font-size: 82%;
	width: 840px;
	clear: both;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#subprimenav {
	width: 180px;
	margin: 0px;
}

#subprimenav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFD281;
}

#subprimenav a {
	display: block;
	padding: 3px 6px 3px 3px;
	width: 180px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	text-decoration: none;
}

#subprimenav a:hover {
	color: #868686;
	background: #F0F0F0;
}

#subprimenav a:link, #subprimenavlist a:visited {
	color: #868686;
	text-decoration: none;
}

#subprimenav li {
	width: 180px;
	margin: 0px;
	padding: 2px;
}

#breadcrumbs {
	font-size: 86%;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a:hover {
	text-decoration: underline;
	color: #4B4B4B;
}

div#feature01 {
	width: 412px;
	padding: 1px;
	background: #CCCCCC;
	border: 1px solid #999999;
}

div#feature01 img {
	padding: 2px;
	background: #EFEFEF;
	margin-right: 1px;
}

#subprimenav p {
	padding: 3px 6px 3px 3px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 86%;
}

#chapters .floating-box {
	float: left;
	width: 460px;
}

#chapters .floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
}

#chapters .floating-box img {
	border: 5px solid #FFFFFF;
}

#chapters ul {
	list-style: none;
	font-size: 95%;
	margin-bottom: 20px;
	margin-left: 40px;
}

#chapters ul li {
	background: url(../images/list.gif) no-repeat left center;
	padding-left: 8px;
	margin-bottom: 12px;
	/* border-bottom: 1px dotted #FFCC66; */
	line-height: 1em;
}

#profile .floating-box {
	float: left;
	background: #F0F0F0;
	border: 1px solid #CBCBCB;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 360px;
}

#profile .floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	margin-left: 20px;
	padding: 5px;
}

#profile .floating-box img {
	margin: 5px;
	border: 5px solid #FFFFFF;
	padding: 5px;
	background: #FFFFFF;
}

#profile dl {
	float: left;
	width: 580px;
	margin: 10px 0px 0px;
	padding: 10 0 0;
	display: inline;
	border: 1px solid #333333;
	background: #FFFFFF;
}

#profile dt {
	width: 460px;
	margin: 5 0 0;
	padding: 5 0 0;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	float: right;
}

#profile dd {
	margin: 0 5 0 100px;
	padding: 5;
	line-height: 1.5em;
	color: #666;
}

#profile dl dd.img {
	margin: 0;
	padding: 0px;
	float: left;
}

#profile dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px;
	background: #fff;
}

#profile h2 {
	margin-left: 115px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ul {
	list-style: none;
	font-size: 95%;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content ul li {
	background: url(../images/list.gif) no-repeat left center;
	padding-left: 8px;
	margin-bottom: 12px;
	/* border-bottom: 1px dotted #FFCC66; */
	line-height: 1em;
}

#bylaws em {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-size: 92%;
}

#content a {
	color: #3A80B1;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #333333;
}

#content .floating-box {
	float: left;
	width: 480px;
}

#content .floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	width: 460px;
}

#content .floating-box img {
	border: 5px solid #FFFFFF;
}

#content .floatingbox h4 {
	font-size: 92%;
	font-weight: bold;
	padding-left: 10px;
}

#content .floatingbox ul {
	font-size: 92%;
	font-weight: bold;
	padding-left: 10px;
	width: 268px;
}

#awards .floating-box {
	float: left;
	width: 370px;
	border: 1px solid #E9E9E9;
	margin-bottom: 20px;
}

#awards .floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	width: 340px;
}

#awards .floating-box img {
	border: 5px solid #FFFFFF;
}

#awards .floating-box ul li {
	line-height: 144%;
}

#awards .floatingbox ul {
	font-size: 92%;
	font-weight: bold;
	width: 268px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#awards h5 {
	font-weight: bold;
	background: #3A80B1;
	display: block;
	color: #FFFFFF;
	height: 30px;
	padding: 5px 5px 5px 10px;
	margin-top: 0px;
}

#footernav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	float: right;
}

#footernav ul {
	text-align: left;
	color: #808080;
	margin-bottom: 0px;
}

#wrapperMain {
	float: left;
	font-size: 92%;
	background: url(../images/bg_main.gif) repeat-y left top;
	width: 100%;
}

#contentMain {
	/* float: left;  added */
	/* margin-left: 5px;  added */
	/* width: 420px; */
	margin: 5px 200px 5px 225px;
	padding: 5px;
}

#contentMain ul {
	list-style: none;
	font-size: 95%;
	/* margin-left: 20px; */
}

#contentMain ul li {
	line-height: 2em;
	padding-left: 8px;
}

#contentMain a:hover {
	text-decoration: underline;
	color: #4B4B4B;
}

#contentMain h3 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px dotted #1817A1;
	margin-right: 10px;
	padding-right: 10px;
}

#contentMain a {
	color: #3A80B1;
	text-decoration: underline;
}

#footerMain p {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
}

#footerMain a {
	color: #FFFFFF;
}

#footerMain {
	padding-left: 10px;
	font-size: 86%;
	color: #868686;
	background: #1817A1;
	margin-top: 10px;
	border-top: 4px solid #FFFFFF;
}
/* Form styles */
div.form-container {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
}

p.legend {
	margin-bottom: 1em;
}

p.legend em {
	color: #C00;
	font-style: normal;
}

div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}

div.errors p {
	margin: 0;
}

div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.form-container form p {
	margin: 0;
}

div.form-container form p.note {
	margin-left: 120px;
	font-size: 90%;
	color: #333;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

div.form-container form legend {
	font-weight: bold;
	color: #666;
}

div.form-container form fieldset div {
	padding: 0.25em 0;
}

div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div.form-container input.text {
	color: #3A80B1;
	background: #FCFCFC;
	border: 1px solid #3A80B1;
}

div.form-container label.error, div.form-container span.error {
	color: #C00;
}

div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

div.form-container input.error {
	border-color: #C00;
	background-color: #FEF;
}

div.form-container input.check {
	border-color: #C00;
	background-color: #FEF;
}

div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

div.form-container div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container div.controlset div {
	margin-left: 170px;
}

div.form-container div.buttonrow {
	margin-left: 180px;
}

div.form-container div.controlset1 label, div.form-container div.controlset1 input {
	display: inline;
	float: none;
	width: auto;
}

div.form-container div.controlset1 label, div.form-container {
	float: none;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 160%;
}

div.item {
	margin-left: 15px;
}

cite {
	float: right;
	font-size: 9px;
	font-style: italic;
	position: relative;
	top: -15px;
}
