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

html {
	scrollbar-base-color: #132962; scrollbar-arrow-color: #162e6d; scrollbar-face-color: #132962;
	background-color: #fff2c1; background-position: center top;
	background-repeat: repeat; background-attachment: fixed;
	height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}
body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #001344; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left;}
div {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
p {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}
/*========================================================================*/
/* DEFAULT HEADING STYLES */
h1 {font-family: Verdana, Geneva, sans-serif; color:#ffffff; font-weight:normal; font-size:18px;}
h2 {font-family: Verdana, Geneva, sans-serif; color:#162e6d; font-weight:bold; font-size:15px;}
h3 {font-family: Verdana, Geneva, sans-serif; color:#ffc804; font-weight:bold; font-size:16px;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	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: 12px;
	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-position: center center; background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #000000;
	background-color: #ffc804; border: solid 1px #ffffff;
	-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: #ffffff; border: solid 1px #ffffff; background-color: #58595b; border: solid 1px #ffffff;}
input[type="submit"]:focus,input[type="button"]:focus {outline: none; color: #ffffff; border: solid 1px #ffffff; background-color: #58595b; border: solid 1px #ffffff;}
/*========================================================================*/
/* TEMPLATE CLASSES */
a.button,a.button:visited {
	cursor: pointer; text-decoration: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	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: #132962; border: solid 1px #132962;
	-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-image:url('../images/copyright-bg.jpg'); }
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 */
div.website-wrap {
	width: 1002px; background-color: #ffffff; background-position: center top;
}

.menuCell {background-image: url('../images/bg_menu.jpg'); width: 1002px; height: 50px; text-align: center; font-size: 14px;}

a.menuLink_home,a.menuLink_home:visited,
a.menuSpeakers,a.menuSpeakers:visited,
a.menuGallery,a.menuGallery:visited,
a.menuServices,a.menuServices:visited,
a.menuTraining,a.menuTraining:visited {
	text-decoration: none; color: #FFFFFF; font-size: 14px; font-weight: normal; font-family: Verdana, Geneva, sans-serif; outline: none; display: block; text-align:center;
}
a.menuLink_home:hover,a.menuLink_home:visited:hover,
a.menuSpeakers:hover,a.menuSpeakers:visited:hover,
a.menuGallery:hover,a.menuGallery:visited:hover,
a.menuServices:hover,a.menuServices:visited:hover,
a.menuTraining:hover,a.menuTraining:visited:hover {
	text-decoration: none; color: #FFFFFF; outline: none;
}

a.menuLink_home,a.menuLink_home:visited {width: 100px; height: 50px; display: block; font-family: Verdana, Geneva, sans-serif;}
a.menuLink_home:hover,a.menuLink_home:visited:hover {background-image: url('../images/over-state-bg.jpg'); }
a.menuLink_home_active,a.menuLink_home_active:visited {background-image: url('../images/over-state-bg.jpg'); color: #FFFFFF;}

a.menuSpeakers,a.menuSpeakers:visited {width: 150px; height: 50px; display: block; font-family: Verdana, Geneva, sans-serif;}
a.menuSpeakers:hover,a.menuSpeakers:visited:hover {background-image: url('../images/over-state-bg.jpg');}
a.menuSpeakers_active,a.menuSpeakers_active:visited {background-image: url('../images/over-state-bg.jpg'); color: #FFFFFF;}

a.menuGallery,a.menuGallery:visited {width: 100px; height: 50px; display: block;}
a.menuGallery:hover,a.menuGallery:visited:hover {background-image: url('../images/over-state-bg.jpg');}
a.menuGallery_active,a.menuGallery_active:visited {background-image: url('../images/over-state-bg.jpg'); color: #FFFFFF;}

a.menuServices,a.menuServices:visited {width: 100px; height: 50px; display: block;}
a.menuServices:hover,a.menuServices:visited:hover {background-image: url('../images/over-state-bg.jpg');}
a.menuServices_active,a.menuServices_active:visited {background-image: url('../images/over-state-bg.jpg'); color: #FFFFFF;}

a.menuTraining,a.menuTraining:visited {width: 100px; height: 50px; display: block;}
a.menuTraining:hover,a.menuTraining:visited:hover {background-image: url('../images/over-state-bg.jpg');}
a.menuTraining_active,a.menuTraining_active:visited {background-image: url('../images/over-state-bg.jpg'); color: #FFFFFF;}

.menuLink, .menuLink:visited               {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 14px; font-family: Verdana, Geneva, sans-serif; }
.menuLink:hover, .menuLink:visited:hover   {text-decoration: none; color: #fecc09; font-weight: normal; outline: none;}

.btn-divider {background-image:url('../images/btn-divider.png'); width:2px; height:50px; }

.top-email, .top-email:visited               {text-decoration: none; font-size:16px; color:#223d84; font-weight: normal; }
.top-email:hover, .top-email:visited:hover   {text-decoration: none; color: #fecc09; font-weight: normal; outline: none;}

.contactsPageLink, .contactsPageLink:visited               {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.contactsPageLink:hover, .contactsPageLink:visited:hover   {text-decoration: none; color: #fecc09; font-weight: normal; outline: none;}

.musicPic{max-height: 200px; max-width: 200px;}
/*========================================================================*/
.top-contacts {width:392px; font-family:Verdana, Geneva, sans-serif; text-align:right;  }
.top-contacts-pos {padding:40px 20px 0px 0px; font-size:16px; color:#223d84;}

.company-profile {width:74px; height:50px; }
/*========================================================================*/
.heading-bg {background-image:url('../images/bg_menu.jpg'); width:1002px; height:50px; }
.heading-pos {padding:13px 0px 0px 10px; }
/*========================================================================*/
.top-textbox {width:1002px; background-image:url('../images/top-textbox.jpg'); height:36px; }
.mid-textbox {width:1002px; background-image:url('../images/mid-textbox.jpg'); background-repeat:repeat;  width:950px;}
.bottom-textbox {width:1002px; background-image:url('../images/bottom-textbox.jpg'); height:22px; }

.text-pos {padding:0px 40px 0px 33px; text-align:justify; }
/*========================================================================*/
.contacts-bg {background-image:url('../images/contacts-bg.jpg'); width:1002px; color:#ffffff; }
.contacts-pos {padding:10px 0px 10px 33px; width:430px; text-align:justify; }

.form-pos {padding:10px 0px 10px 33px; width:420px; text-align:justify; }

.line {width:2px; height:301px; padding:10px 0px 10px 0px; background-image:url('../images/line.png'); background-repeat:no-repeat }

.yellow {color:#fed63c; font-weight:bold; }
/*========================================================================*/
.btm-images {padding:10px 0px 10px 10px; }