html, BODY {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size : 13px;
	background: url(/images/background20160229.jpg) repeat scroll top;
	/*background: #fff;*/

	scrollbar-3dlight-color:E9E9F5;
	scrollbar-arrow-color: #384A95;
	scrollbar-base-color:1D3A58;
	scrollbar-darkshadow-color:1D3A58;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#384A95;
	scrollbar-shadow-color:#000000;
	text-align:center; 
	margin:0 auto;

}

h1{ font-size:28px; margin-top:0;}
h2{ font-size:20px;}

A {
	text-decoration:none;
	color : #49B3C2;
}
A:HOVER {
	text-decoration:underline;
	color : #0DDDC8;
}
#footer A{
	text-decoration:none;
	color : #49B3C2;
}
#footer A:HOVER {
	text-decoration:underline;
	color : #0DDDC8;
}
.header{position:relative; text-align:left; max-width:980px; height:140px;}
#navlist li a.s{ background-color:transparent; color: #666;}

#navlist,#navlist li {margin:0px; padding:0px; display: inline-block; list-style-type:none; *display: inline; *zoom: 1;}
#navlist li a{	display: inline-block;
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100%;
	padding: 24px 12px;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 6%;
	text-shadow: 0px 0px 14px rgba(3,195,222,.4) ;
	-webkit-box-shadow: 0 4px 24px rgba(3,195,222,.2);
	-moz-box-shadow: 0 4px 24px rgba(3,195,222,.2);
	box-shadow: 0 4px 24px rgba(3,195,222,.2);
	color: rgba(59,59,59,1.00);
	border: solid 1px #018B9E;
	font-size:15px;
	background-color:rgba(255,255,255,0.85);
	 transform: rotate(-25deg);
 -ms-transform: rotate(-25deg); /* IE 9 */
 -webkit-transform: rotate(-25deg); /* Safari and Chrome */
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');*/}
	.navinner{ display:block;
	 transform: rotate(25deg);
 -ms-transform: rotate(25deg); /* IE 9 */
 -webkit-transform: rotate(25deg); /* Safari and Chrome */}
#navlist li a:hover {
		background-color:rgba(3,195,222,.8);
		text-shadow: 0px 0px 14px rgba(255,255,255,.8) ;
		color: #fff;
}

.holder{ text-align:center; margin:0 auto; max-width:980px;
 }
.mainframe {
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: left;
	text-decoration: none;
	padding: 2em;
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); 
	background-image:url(/images/bg.png);
	border: solid 1px #73DFEE;
 
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');*/
 } 
.mainframe2 { text-decoration: none; padding: 1.25em;  -webkit-border-radius: 2em;  -moz-border-radius: 2em; border-radius: 2em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); background-image:url(/images/bg.png); border: solid 1px #b7b7b7;}

TD {
	font-size : 13px;

}
.TextSmaller {
	font-size : 11px;
}
.copyright {
	color : 000000;
	text-decoration : none;
	font-size : 10px;
}

.baselink {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #262F35;
	border-bottom-color : Black;
	border-left-color : #43535C;
	border-top-color : #43535C;
	border-right-color : Black;
}
.baselink2 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #344149;
	border-bottom-color : Black;
	border-left-color : #43535C;
	border-top-color : #43535C;
	border-right-color : Black;
}
a.Sublink {
	padding:6px;
	display:inline-block;
	width:100%;
	color : #0E1C29;
	text-decoration : none;
	font-weight : bold;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	border-bottom-color : #F1F5FA;
	border-left-color : #FCFDFE;
	border-top-color : #F5F9FC;
	border-right-color : #EFF5FA;
		-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
}
a.Sublinks {
	padding:6px;
	display:inline-block;
	width:100%
	background-color:transparent;
	color : #0E1C29;
	text-decoration : none;
	font-weight : bold;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	border-color:#6CF;
		-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;

}
.link2 {
	color : #705F63;
	text-decoration : none;
	font-size : 10;
	font-weight : bold;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : 0;
	border-width : 1;
}
.IndxForm {
	color : Navy;
	background: transparent;
	border: 1px solid Silver;
}
.ContactForm {
	background: transparent;
	border: 1px solid Silver;
}

 .move1{display:inline; opacity:0; color:#49B3C2; font-size:48px; text-shadow: 0px 0px 40px #fff}
 .move2{display:inline; font-size:28px; opacity:0; color:#49B3C2;}
 .move3{opacity:0; font-size:26px; display:inline;}
 .move4{padding:12px 0px 0px 20px; display:none; color:#000}