@charset "utf-8";
/* CSS Document */

#holdShow{
	display:none;
}

.container{
	width:100%;
	margin:0;
}
.content{
	width:85%;
}
.topnav{
	width:100%;
}
.sidebar1{
	width:15%;
}
.headlogo{
	height:151px;
	background: #1170b4;
}
.headtext{
	font-size:200%;
	width:60%;
	text-align:center;
	margin:2% auto;
}
.headtext p{
	text-align:center;
	-webkit-transform: scaleY(2.7); /*stretch it vertically, for elegance of course*/
	-moz-transform: scaleY(2.7); 
	-o-transform: scaleY(2.7);
}
.headtext sup{
	font-size:50%;
}
.headpic{
	width: 95%;
	margin-left: 5%;
}
/*buttons not show grad, maybe trans, use old version*/
ul.MenuBarHorizontal a{
	background-image:url(../images/grad.jpg);
	background-repeat:repeat;/*in case of old browser*/
	background: -moz-linear-gradient(0% 0% 270deg,#41ccfb, #1170b4, #1170b4 200%);/*in case of firefox*/
	background: -o-linear-gradient(270deg,#41ccfb, #1170b4);/*in case of opera*/
  	background: -webkit-gradient(linear, left top, left bottom, from(#41ccfb), to(#1170b4), color-stop(1, #1170b4));
	/* For Internet Explorer 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#41ccfb, endColorstr=#1170b4)";
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#41ccfb, endColorstr=#1170b4)";
}
ul.MenuBarHorizontal a.MenuBarSubmenuVisible, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
	background-image:url(../images/grad2.jpg);
	background-repeat:repeat;/*in case of old browser*/
	background: -moz-linear-gradient(0% 0% 270deg,#1170b4, #41ccfb, #41ccfb 200%);/*in case of firefox*/
	background: -o-linear-gradient(270deg,#1170b4, #41ccfb);/*in case of opera*/
  	background: -webkit-gradient(linear, left top, left bottom, from(#1170b4), to(#41ccfb), color-stop(1, #41ccfb));
	/* For Internet Explorer 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1170b4, endColorstr=#41ccfb)";
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1170b4, endColorstr=#41ccfb)";
}

