@charset "utf-8";
/*========================================================================*/
/* DEFAULT WEBSITE STYLES */
a,a:visited {text-decoration: none; color: #000; font-size: 14px; font-family: Century Gothic, Arial, Helvetica, sans-serif; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #b2d234; outline: none;}

html {
	scrollbar-base-color: #b2d234; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #b2d234;
	background-color: #ffffff; height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}
body {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px; color: #231f20; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px; text-align: left;}
div {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px;}
p {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}
/*========================================================================*/
/* DEFAULT HEADING STYLES */
span.heading {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 33px; color: #b2d234; font-weight: normal; border-bottom: 2px solid #bcbdc0;}
h1 {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 18px; color: #231f20;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px;
	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: Century Gothic, Arial, Helvetica, sans-serif; font-size: 14px;
	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: Century Gothic, Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #231f20;
	background-color: #b2d234; border: solid 1px #b2d234;
	-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; background-color: #231f20; color: #b2d234; border: solid 1px #231f20;}
input[type="submit"]:focus,input[type="button"]:focus {outline: none; background-color: #231f20; color: #b2d234; border: solid 1px #231f20;}
/*========================================================================*/
/* 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: Century Gothic, 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: Century Gothic, Arial, Helvetica, sans-serif; color: #000; background-color: #d1d2d4; border-top: 1px solid #b2d234;}
a.bot,a.bot:visited {text-decoration: none; font-size: 11px; color: #000; font-weight: normal;}
a.bot:hover,a.bot:visited:hover {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
/*========================================================================*/
/* SITE-SPECIFIC CLASSES */
div.website-wrap {
	background-color: #ffffff; text-align: left; width: 1002px;
}
.contentpad {padding: 22px 17px 22px 17px;}
.green {color: #b2d234;}

.menuLink, .menuLink:visited               {text-decoration: none; color: #999b9e; font-weight: normal; font-size: 18px; font-family: Century Gothic, Arial, sans-serif; outline: none; padding: 0px 0px 25px 0px; margin: 0 16px 0 16px;}
.menuLink:hover, .menuLink:visited:hover   {text-decoration: none; color: #231f20; font-weight: normal; outline: none;}
/*========================================================================*/