/* 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: url(images/cms/external.html) 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: url(images/cms/external.html) 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: url(images/cms/external.html) 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 */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}
dfn {
	display:none;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {
	clear: both;
}
#menuwrapper {
	/* Fix for Opera 8 */ 
   /*   overflow: hidden; 
   background-color: #ECECEC; removed 
   border-bottom: 1px solid #C0C0C0; removed*/
   width: 100%;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 200px;
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: 0px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: 0px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #2D4493;
}
#primary-nav li a {
	border-right: 0px solid #000;
	border-left: 1px solid #FFF;
}
#primary-nav li li a {
	border: 0px solid #FFF;
}
#primary-nav li, #primary-nav li.menuparent {
/*background-color: #ececec; removec*/
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	/* arrow for menuparents */
	color:#FFF;
	background-image: url(../uploads/images/navi-hover.html);
	background-repeat: repeat-x;
}
/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
	background-color: #FFFFFF;
	color: #000000;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
	background-color: #28a3e1;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#menuwrapper ul li a {
	color: #FFF;
} /* main links color ' */
#primary-nav ul li a {
	color: #FFF;
}
#primary-nav li a:hover {
	color:#FFF; /* main links hover ' */
	background-color: #009FE2;
}
#primary-nav ul li a {  /* main links color ' */
	display: block;
	margin: 0px;
	padding: 3px 12px;
	text-decoration: none;
	color: #000;
	font-weight:normal;
	background-image:none;
	font-size:12px;
	text-align:left;
	background-color:#37B3E0;
	background-image:none;
	border:0px;
}
#primary-nav li a.menuactive,/* main links active ' */ #primary-nav li.menuactive {
	color:#FFF;
	background-color: #009FE2;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover { /* sub links hover ' */
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#009FE2!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive { /* sub links border ' */
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/* End of 'Menu' */


/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
	/* hide ie/mac \*/
   height: 1%;/* end hide */
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	/* background color for the entire menu row */
   width: 100%;
	margin: 0;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	float: right;
}
/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
}
/* the links, that is each list item */
div#menu_horiz a, .sectionheader span {
	text-decoration: none; /* no underline for links */
	color: #FFF;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px;
}
/* hover state for links */
div#menu_horiz li a:hover {
	color: #000;
	text-decoration: none;
}
div#menu_horiz a.menuactive:hover {
	color: #000;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.menuactive a {
	text-decoration: none; /* no underline for links */
	color: #000;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px;
}
div#menu_horiz h3 {
	text-decoration: none; /* no underline for links */
	color: #000;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px; /* instead of the normal font size for <h3> */
	font-weight: normal;
}

/* Footer */
/* Stylesheet: menu Modified On 2017-01-30 13:09:29 */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #F1F9FB;
	margin: 0px;
	padding: 0px;
}

input, textarea{
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}

#Header{
	width: 950px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}

#Navigation{
	width: 950px;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

#Content{
	background-color: #FFF;
	padding: 20px;
}

#Footer{
	width: 950px;
	background-color: #000000;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

.DottedLineHorizontal{
	background-image: url(uploads/images/dotted_line_h.html);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLineVertical{
	background-image: url(uploads/images/dotted_line_v.html);
	background-repeat: repeat-y;
	background-position: center center;
}

.Title{
	font-size: 26px;
	font-weight: normal;
	color: #0063B1;
	line-height: 1.5em;
	display: block;
}

.LargeText{
	font-size: 16px;
	font-weight: normal;
	color: #0063B1;
	line-height: 1.5em;
}

a{
	color: #0063B1;
}
a:Hover{
	color: #000000;
}
a.FooterLink{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:hover{
	color: #000000;
}

input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

.FooterText{
	color: #FFFFFF;
	font-size: 11px;
}

.PageBorder{
	border: 6px solid #FFFFFF;
}

.ImageBorder {
	border: 4px solid #E7E7E7;
}

.ImageFloatLeft {float: left; margin-right:20px; margin-bottom:14px;}

.ImageFloatRight {float: right; margin-left:20px; margin-bottom:14px;}

a.HomeTab, a.HomeTab:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.HomeTab, a.HomeTab:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-left: 50px;
}

a.HomeTab:hover, a.HomeTab:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	margin-left: 50px;
}
/* Stylesheet: theme Modified On 2017-01-30 13:09:08 */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {border: 1px solid #f60;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: FormBuilder Default Style Modified On 2014-09-10 22:37:35 */
.formcss div {
margin: 0 0 18px 0;
}
.formcss div div {
margin: 0 0 0 160px;
padding: 0 0 5px 0;
}
.formcss fieldset {
}
.formcss form {
}
.formcss input {
}
.formcss input:hover {
}
.formcss input[type="button"] {
}

.formcss input[type="checkbox"] + label,
.formcss input[type="radio"] + label {
width: 300px;
float: left;
}

/*
.formcss input[type="checkbox"] {
}
.formcss input[type="option"] {
}
.formcss input[type="radio"] {
}
*/

.formcss input[type="file"] {
}

.formcss input[type="submit"] {
width: 100px;
margin: 10px 0 0 0;
color: blue;
font-weight: bold;
border: #00d solid 3px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
}

.formcss label {
width: 160px;
float: left;
}
.formcss legend {
}
.formcss optgroup {
}
.formcss select {
}
.formcss textarea,
.formcss input[type="text"] {
width: 300px;
margin: 0 5px 0 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
border: #ccc solid 2px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/* Stylesheet: referral form style Modified On 2017-01-30 13:09:16 */
