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

html {scrollbar-base-color: #1f3e7d; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #1f3e7d;	background-color: #ffffff; background-image: url('../images/bg.jpg'); background-position: center top; background-repeat: repeat; background-attachment: fixed; height: 100%; width: 100%; padding: 0px; margin: 0px;background-size: cover;}
body {font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; font-size: 18px; text-align: left;}
div {font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; font-size: 18px;}
p {font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; font-size: 18px;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {font-family: 'AmbleRegular', 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;}
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: 'AmbleRegular', 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;}
select:hover {border: solid 1px #aaa; outline: none;}
select:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}
/* Submit button */
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: 'AmbleRegular', Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #0e448c; border: solid 1px #1864ba;
}
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 */
/* Contact form result container */
div.form-result {position: absolute; display: block; min-width: 15px; min-height: 15px; background-position: center center; background-repeat: no-repeat;}
/* Rounding / smoothing loader images on form results and other places */
img.loading-img {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;}
/*========================================================================*/
/* SITE-SPECIFIC CLASSES */
/* Date selection field (Calendar Input) */
input[type="text"].date-field {width: 70px; padding-left: 22px; background-image: url('../images/but_cal.png'); background-position: left center; background-repeat: no-repeat;}
.musicPic{max-height: 200px; max-width: 200px;}
/*========================================================================*/
.website-wrap {background-color: #ffffff; text-align: left; width: 1002px; display: inline-block; -ms-box-shadow: 0px 0px 10px #000000; -moz-box-shadow: 0px 0px 10px #000000; -webkit-box-shadow: 0px 12px 10px #000000; -o-box-shadow: 0px 0px 10px0px #000000; box-shadow: 0px 0px 10px #000000;}
.top-wrap {background-image: url('../images/top-bg.png'); width: 1002px; height: 266px;}
.bot-wrap {background-image: url('../images/top-bg.jpg'); width: 1002px; height: 310px;}
.menu-float {position: absolute; z-index: 1; padding: 209px 0px 0px 352px;}
.logo-pad {padding: 9px 0px 0px 7px;}

a.menuLink_home,a.menuLink_home:visited,a.menuLink_safety,a.menuLink_safety:visited,a.menuLink_rent,a.menuLink_rent:visited,a.menuLink_training,a.menuLink_training:visited {text-decoration: none; color: #000000; font-weight: normal; font-size: 15px; font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; outline: none; text-align: center; display: block;}
a.menuLink_home:hover,a.menuLink_home:visited:hover,a.menuLink_safety:hover,a.menuLink_safety:visited:hover,a.menuLink_rent:hover,a.menuLink_rent:visited:hover,a.menuLink_training:hover,a.menuLink_training:visited:hover {text-decoration: none; color: #fff; outline: none;}
a.menuLink_home,a.menuLink_home:visited {width: 82px; height: 50px; display: block;}
a.menuLink_home:hover,a.menuLink_home:visited:hover {background-image: url('../images/menu/home.png');}
a.menuLink_home_active,a.menuLink_home_active:visited {background-image: url('../images/menu/home.png'); color: #fff;}
a.menuLink_safety,a.menuLink_safety:visited {width: 87px; height: 50px; display: block;}
a.menuLink_safety:hover,a.menuLink_safety:visited:hover {background-image: url('../images/menu/services.png');}
a.menuLink_safety_active,a.menuLink_safety_active:visited {background-image: url('../images/menu/services.png'); color: #fff;}
a.menuLink_rent,a.menuLink_rent:visited {width: 84px; height: 50px; display: block;}
a.menuLink_rent:hover,a.menuLink_rent:visited:hover {background-image: url('../images/menu/gallery.png');}
a.menuLink_rent_active,a.menuLink_rent_active:visited {background-image: url('../images/menu/gallery.png'); color: #fff;}
a.menuLink_training,a.menuLink_training:visited {width: 106px; height: 50px; display: block;}
a.menuLink_training:hover,a.menuLink_training:visited:hover {background-image: url('../images/menu/contact.png');}
a.menuLink_training_active,a.menuLink_training_active:visited {background-image: url('../images/menu/contact.png'); color: #fff;}

.content-pad {padding: 20px; text-align: justify;}
.blue-block {background-color: #1571b8; width: 1002px; height: auto;}
.blue-pad {padding: 15px 20px 17px 20px;}
.mid-line {background-color: #fff; height: 200px; width: 1px;}
.top-pad {padding: 15px 0px 0px 30px;}

td.bot {height: 98px; vertical-align: middle; text-align: center; font-size: 12px; font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; color: #ffffff; background-color: #454545; width: 1002px;}
a.bot,a.bot:visited {text-decoration: none; font-size: 13px; color: #ffffff; font-weight: normal; font-family: 'AmbleBold', Arial, Helvetica, sans-serif;}
a.bot:hover,a.bot:visited:hover {text-decoration: none; font-size: 13px; color: #c11f25; font-weight: normal; font-family: 'AmbleBold', Arial, Helvetica, sans-serif;}
/*========================================================================*/
/* DEFAULT HEADING STYLES */
h1 {font-family: 'AmbleBold', Arial, Helvetica, sans-serif; font-size: 18px; color: #fff; font-weight: normal; padding-bottom: 10px;}
h2 {font-family: 'AmbleBold', Arial, Helvetica, sans-serif; font-size: 18px; color: #1571b8; font-weight: normal; padding-bottom: 10px;}
span.content-text {font-size: 18px; font-family: 'AmbleRegular', Arial, Helvetica, sans-serif;}
span.website {font-size: 12px; font-family: 'AmbleRegular', Arial, Helvetica, sans-serif; color: #ffffff;}
span.blue-text {color: #fff; font-size: 13px;}
span.white-large {color: #fff; font-size: 27px; font-family: 'AmbleLightCondensed', Arial, Helvetica, sans-serif; color: #ffffff;}
span.bold {font-family: 'AmbleBold', Arial, Helvetica, sans-serif; font-weight: normal;}
span.heading {color: #c11f25; font-family: 'AmbleBold', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 16px;}