*:focus {
	outline: 0;
}

.clearer {
	clear: both;
}

sup, sub {
	line-height: 0px;
	font-size: 80%;
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dfn {
	font-style: italic;
}


/*** LINKS ***/

a .protect {
	display: none;
}

#page_content_container a {
	color: #1a335f;
}
#page_content_container a:hover {
	text-decoration: none;
}

#page_content_container p.csc-linkToTop,
#page_content_container p.csc-linkToTop a {
	color: #A8ADC3;
}



/*** LISTS IN CONTENT */

#page_content_container ul {
	margin-bottom: 1em;
	margin-left: 2em;
	list-style: disc;
}

#page_content_container ol {
	margin-bottom: 1em;
	margin-left: 2em;
	list-style: decimal;
}

#page_content_container ul ul,
#page_content_container ul ul,
#page_content_container ol ul,
#page_content_container ol ol {
	margin-bottom: 0;
}


/*** TABLES IN CONTENT ***/

#page_content_container table {
	border: 1px solid #a67d0a;
	border-collapse: collapse;
	margin: 10px 0;
}
#page_content_container table td {
	border: 1px dotted #a67d0a;
	padding: 5px;
}
#page_content_container table td p {
	margin-bottom: 0;
}
/* uploads table */
#page_content_container table.csc-uploads-1 {
	width: 600px;
}
#page_content_container table.csc-uploads-1 .csc-uploads-icon {
	width: 10%;
}
#page_content_container table.csc-uploads-1 .csc-uploads-fileName {
	width: 80%;
}
#page_content_container table.csc-uploads-1 .csc-uploads-fileSize {
	width: 10%;
} 



/*** FORMS IN CONTENT ***/

#page_content_container .csc-mailform-field {
	clear: both;
	padding-bottom: 10px;
	overflow: auto;
}
*html #page_content_container .csc-mailform-field {
	overflow: none;
	margin-bottom: 20px;
}
#page_content_container label {
	display: block;
	float: left;
	width: 200px;
}
#page_content_container input,
#page_content_container select,
#page_content_container textarea {
	width: 300px;
	display: block;
	float: left;
	border: 1px solid #a67d0a;
	background-color: white;
	font: 12px Verdana, Arial, sans-serif;
}
#page_content_container .csc-mailform-radio input {
	width: auto;
	border: 0;
	clear: both;
	float: left;
}
#page_content_container .csc-mailform-radio label {
	width: 280px;
	margin-bottom: 5px;
}
#page_content_container .csc-mailform-radio legend {
	display: none;
}
#page_content_container .csc-mailform-submit {
	margin-left: 200px;
}
*html #page_content_container .csc-mailform-submit {
	margin-left: 100px;
}
#page_content_container .csc-mailform-label {
	display: block;
	font-weight: bold;
	color: #001c4d;
	margin-top: 10px;
	width: 600px;
}
*html #page_content_container .csc-mailform-label {
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: -10px;
}

/* Frame 1 */
#page_content_container .csc-frame-frame1 {
	border: 1px solid #A67D0A;
	padding: 10px 10px 0 10px;
}

/* Frame 2 */
#page_content_container .csc-frame-frame2 {
	background-color: #A6B3CA;
	border: 1px solid #A6B3CA;
	padding: 10px 10px 0 10px;
}

/* Frame Indent 66 - 33 */
#page_content_container .csc-frame-indent6633 {
	margin-left: 66%;
}
*html #page_content_container .csc-frame-indent6633 {
	margin-left: 487px;
}

/* Frame Indent 33 - 66 */
#page_content_container .csc-frame-indent3366 {
	margin-left: 33%;
}
*html #page_content_container .csc-frame-indent3366 {
	margin-left: 237px;
}

/* Frame Ruler After */
#page_content_container .csc-frame-rulerAfter {
	border-bottom: 1px solid #A6B3CA;
}

/* Frame Ruler Before */
#page_content_container .csc-frame-rulerBefore {
	border-top: 1px solid #A6B3CA;
}

/* Frame Invisible */
#page_content_container .csc-frame-invisible {
	display: none;
}


/* affects content only */

#page_content_container h1,
#page_content_container h3.h1 {
	color: #a67d0a;
	font-weight: bold;
	font-size: 140%;
	margin-top: 1em;
	margin-bottom: 0.7em;
}
/* for accordion */
#page_content_container h3.h1 {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0.7em;
}
#page_content_container h1 a {
	color: #a67d0a;
}
#page_content_container .csc-frame-frame1 h1,
#page_content_container .csc-frame-frame2 h1 {
	margin-top: 0;
}

#page_content_container h2,
#page_content_container h3.h2 {
	color: #001c4d;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
/* for accordion */
#page_content_container h3.h2 {
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 1em;
}
#page_content_container .csc-frame-frame1 h2,
#page_content_container .csc-frame-frame2 h2 {
	margin-top: 0;
}
#page_content_container h2 a {
	color: #001c4d;
}
#page_content_container h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
/* for accordion */
#page_content_container .npaccord-wrap h3.h3 {
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 1em;
}
#page_content_container .csc-frame-frame1 h3,
#page_content_container .csc-frame-frame2 h3 {
	margin-top: 0;
}
#page_content_container h3 a {
	
}

#page_content_container h4,
#page_content_container h5,
#page_content_container h6 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}

#page_content_container p {
	margin-bottom: 1em;
}
#page_content_container p.align-right {
	text-align: right;
}
#page_content_container p.align-center {
	text-align: center;
}


/*** FCE ***/
#page_content_container .column1 {
	float: left;
}
#page_content_container .column2 {
	float: right;
}
/* for columns with even width */
#page_content_container .two-columns .column {
	width: 47%;
}


/*** SITEMAP ***/
#page_content_container .csc-sitemap a {
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
	text-decoration: none;
	border-bottom: 1px solid #a67d0a;
}
#page_content_container .csc-sitemap ul {
	list-style: none;
	margin-left: 0;
}
#page_content_container .csc-sitemap ul ul {
	margin-left: 2em;
}
#page_content_container .csc-sitemap li li {
	margin-bottom: 1em;
}
#page_content_container .csc-sitemap li li a {
	border: 0;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#page_content_container .csc-sitemap li li li,
#page_content_container .csc-sitemap li li li a {
	margin-bottom: 0.25em;
}


#page_content_container .csc-textpic-below,
#page_content_container .csc-textpic-above {
	background-color: #a6b3ca;
}
/* disable background color if in slideshow */
#page_content_container .npcs_container .csc-textpic-below,
#page_content_container .npcs_container .csc-textpic-above {
	background-color: transparent;
}

#page_content_container .csc-textpic-below .csc-textpic-imagewrap,
#page_content_container .csc-textpic-above .csc-textpic-imagewrap {
	text-align: left;
	overflow: auto;
	padding: 10px 0 0 10px;
	width: 100% !important;
}
#page_content_container .npcs_container .csc-textpic-below .csc-textpic-imagewrap,
#page_content_container .npcs_container .csc-textpic-above .csc-textpic-imagewrap {
	padding: 0;
}

*html #page_content_container .csc-textpic-below .csc-textpic-imagewrap,
*html #page_content_container .csc-textpic-above .csc-textpic-imagewrap {
	width: 720px !important;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
*html #page_content_container .npcs_container .csc-textpic-below .csc-textpic-imagewrap,
*html #page_content_container .npcs_container .csc-textpic-above .csc-textpic-imagewrap {
	padding: 0;
}

#page_content_container .csc-textpic-below .csc-textpic-imagewrap .csc-textpic-image,
#page_content_container .csc-textpic-above .csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom: 10px;
}
#page_content_container .npcs_container .csc-textpic-below .csc-textpic-imagewrap .csc-textpic-image,
#page_content_container .npcs_container .csc-textpic-above .csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom: 0;
}
#page_content_container .csc-textpic-image .border {
	border: 1px solid #a67d0a;
}
#page_content_container .csc-textpic-imagerow {
	overflow: auto;
	/*padding-bottom: 10px;*/
}
#page_content_container .csc-textpic-imagewrap {
	margin: 0 auto;
}

/*** hide image caption in above and below ***/
#page_content_container .csc-textpic-below .csc-textpic-caption,
#page_content_container .csc-textpic-above .csc-textpic-caption {
	/*display: none;*/
}
#page_content_container .csc-textpic-caption {
	font-size: 80%;
}

/*** accordion ***/

.npaccord-content .csc-header {
	display: none;
}
/* if accordion is used on two columns, dont hide the header */
.npaccord-content .columns .csc-header {
	display: block;
}
.npaccord-toggle {
	cursor: pointer;
	position: relative;
}
.npaccord-content {
	padding-bottom: 10px;
	overflow: hidden;
	position: absolute;
	left: -100000px;
}
