body {
   margin: 0 0 auto 0;
   bgcolor: #ffffff;
   font-size: 14px;
   font-family: calibri, Arial, helvetica, san-serif;
}

.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: 100%;
	resize: both;
}

#containingBlock {
  width:100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56%;
  padding-top: 5px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_shadow{
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.box_shadow_lite{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.topmenu_bg{
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F5F5', endColorstr='#DFDDDD');
background-image: -ms-linear-gradient(top, #F4F5F5 0%, #DFDDDD 100%);
background-image: -moz-linear-gradient(top, #F4F5F5 0%, #DFDDDD 100%);
background-image: -o-linear-gradient(top, #F4F5F5 0%, #DFDDDD 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F5F5), color-stop(1, #DFDDDD));
background-image: -webkit-linear-gradient(top, #F4F5F5 0%, #DFDDDD 100%);
background-image: linear-gradient(to bottom, #F4F5F5 0%, #DFDDDD 100%);
}
.mainmenu_butt{
border:1px solid #d7dada; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:12px;font-family:arial narrow, arial, helvetica, sans-serif; text-align:center; padding: 15px 15px 15px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.15);font-weight:bold; color: #000000; width: 120px;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.mainmenu_butt:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.myButton {
        
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #124d77;
	
	display:inline-block;
	color:#ffffff;
	font-family: calibri, arial;
    font-size:12px;
    font-weight:normal;
    padding:4px 12px;
    text-decoration:none;
        
    text-shadow:0px 1px 0px #154682;     
}
.myButton:hover { 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

#navi {
	z-index: 10;
}
#topmenu_small a{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding: 15px 15px;
}
#topmenu_small a:hover{
	color: #ffff00;
	text-decoration: underline;
}
#box_left{
	text-align:left;
}
#box_right{
	text-align:right;
}
#bigtitle{
	font-family: Calibri, Arial;
	font-size: 22px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.15);
}
#bigtitle_R{
	font-family: Calibri, Arial;
	font-size: 22px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	text-align: right;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.15);
}
#mediumtitle{
	font-family: Calibri, Arial;
	font-size: 20px;
	color: #281d7e;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05);
}
#smalltitle{
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #281d7e;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05);
}
#smalltitleL{
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #281d7e;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05);
}
#tinytitle{
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #281d7e;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}
#smallheadL{
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #281d7e;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05);
}

#normal_1 a{
	border:none;
	text-decoration: none;
}

#footer{
	font-family: Calibri, Arial;
	font-size:12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#footer a{
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#white_bg{
	background: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}



/***** FOR SLIDE SHOW *****/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }