@charset "utf-8";
/*========================================================================*/
/* DEFAULT WEBSITE STYLES */
a,a:visited {text-decoration: none; color: #25629f; font-size: 13px; font-family: Arial, Helvetica, sans-serif; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #000000; outline: none;}

html {
	scrollbar-base-color: #232461; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #232461;
	background-color: #c8c8c8; 
	height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}
body {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: left;}
div {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
p {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}
/*========================================================================*/
/* DEFAULT HEADING STYLES */
h1 {font-family: Arial, Helvetica, sans-serif;}
span.blue {color: #2793cd;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover {border: solid 1px #aaa; outline: none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

textarea {overflow: auto; display: block;}

select {
	background: none; border: none; cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
select:hover {border: solid 1px #aaa; outline: none;}
select:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

input[type="checkbox"],input[type="radio"] {cursor: pointer;}

input[type="submit"],input[type="button"] {
	cursor: pointer; background: none; border: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #1864ba; border: solid 1px #1864ba;
	-ms-border-radius:     7px; -ms-box-shadow:     0px 1px 2px #000000;
	-moz-border-radius:    7px; -moz-box-shadow:    0px 1px 2px #000000;
	-webkit-border-radius: 7px; -webkit-box-shadow: 0px 1px 2px #000000;
	-o-border-radius:      7px; -o-box-shadow:      0px 1px 2px #000000;
	border-radius:         7px; box-shadow:         0px 1px 2px #000000;
}
input[type="submit"]:hover,input[type="button"]:hover {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
input[type="submit"]:focus,input[type="button"]:focus {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
/*========================================================================*/
/* TEMPLATE CLASSES */
a.button,a.button:visited {
	cursor: pointer; text-decoration: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #1864ba; border: solid 1px #1864ba;
	-ms-border-radius:     7px; -ms-box-shadow:     0px 1px 2px #000000;
	-moz-border-radius:    7px; -moz-box-shadow:    0px 1px 2px #000000;
	-webkit-border-radius: 7px; -webkit-box-shadow: 0px 1px 2px #000000;
	-o-border-radius:      7px; -o-box-shadow:      0px 1px 2px #000000;
	border-radius:         7px; box-shadow:         0px 1px 2px #000000;
}
a.button:hover,a.button:visited:hover {text-decoration: none; outline: none; color: #56a5ff; border: solid 1px #56a5ff;}

div.form-result {/* Contact form result container */
	position: absolute; display: block;
	min-width: 15px; min-height: 15px;
	background-position: center center; background-repeat: no-repeat;
}

img.loading-img {/* Rounding / smoothing loader images on form results and other places */
	padding: 3px;
	background-color: #ffffff; border: solid 1px #ffffff;
	-ms-border-radius:     5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-o-border-radius:      5px;
	border-radius:         5px;
}

td.bot {height: 50px; vertical-align: middle; text-align: center; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #ffffff; background-color: #242862;}
a.bot,a.bot:visited {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
a.bot:hover,a.bot:visited:hover {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
/*========================================================================*/
/* SITE-SPECIFIC CLASSES */
.main {width: 1002px;}
.heading {background-image: url('../images/heading_bg.png'); width: 1002px; height: 40px; background-repeat:no-repeat; text-align:center;  color: #232362; font-size: 13px; font-weight: bold; padding-top: 11px;}
.content {background-image: url('../images/content_bg.png'); width: 1002px; vertical-align: top;}
.content-top {background-image: url('../images/content_top.png'); width: 1002px; background-repeat:no-repeat; vertical-align: top;}

.menuLink, .menuLink:visited               {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 14px; font-family: Arial, sans-serif; outline: none; padding: 13px 30px 13px 30px;}
.menuLink:hover, .menuLink:visited:hover   {text-decoration: none; color: #000000; font-weight: normal; outline: none;}

/*========================================================================*/