/* cmsms stylesheet: Accessibility and cross-browser tools 2 modified: Wednesday, May 5, 2021 8:20:36 PM */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: Navigation Simple - Horizontal green modified: Wednesday, May 5, 2021 8:20:36 PM */
/********************MENU*********************/
div#menu_horiz {
        background-color: #16a085;
	width: 100%;
	height: 100px;
	margin: 0;
        font-family: 'Raleway', sans-serif;
        color: #000;
}
div#menu_horiz ul {
	list-style-type: none;
        text-align: center;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
div#menu_horiz li {
        display: inline-block;
	list-style: none;
	margin: 0;
}

div#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {
	padding: 0px 40px;
        text-align: center;
        display: block;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	display: block;
        text-transform: uppercase;
        line-height: 100px;
}

div#menu_horiz li a:hover {;
        background: #1abc9c;
}
/* cmsms stylesheet: Layout Top menu + content modified: Wednesday, May 5, 2021 8:20:36 PM */
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1em;
	font-size: 100%;
}
div {
	font-size: 1em;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #38507C;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #181C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f4f4f4 repeat-x left top;
}
div#pagewrapper {
	max-width: 200em;
	min-width: 60em;
	margin: 0 auto;
	background-color: #fefefe;
	color: black;
}

div#header {
	height: 100px;
	margin: 0;
	padding: 0;
	background: #f4f4f4 repeat-x left top;
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
	display: block;
	height: 100px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 35px 65px 0px 0px;
	color: #f4f4f4;
}
div.crbk {
	margin: 0;
	padding: 0;
}
div.breadcrumbs {
	padding: 1em 0em 1em 1em;
	font-size: 90%;
        margin: 0px;
        background: #f4f4f4;
	
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}

input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: no-repeat center center;
}
div#content {
	margin: 1.5em auto 2em 0;
	padding: 0px;
}

div#main {
	padding: 10px 15px;
}

div.footback {
	clear: both;
	padding: 0px 10px 0px 0px;
	background: no-repeat right top;
}
div#footer {
	padding: 0px 0px 0px 10px;
	color: #595959;
	background: no-repeat left top;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
}
div#footer p a {
	color: #595959;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #294B5F;
        font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	text-align: center;
	padding-left: 0.5em;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
        font-size: 1.5em;
        font-family: 'Didact Gothic', sans-serif;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}

div#main ul,
div#main ol,
div#main dl {
	margin: 0 0 1.5em 0;
        font-size: 1.5em;
        font-family: 'Didact Gothic', sans-serif;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
