@charset "utf-8";
/* CSS Document */

body{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;}

.telstyle{
font-size:24px;font-weight:bold;
color:#FF0000;
text-shadow:2px 2px 2px #000000;
}

#header{
	width: 950px;
	height: 147px;
	display: block;
	background-image: url(/gfx/site/headerbar.jpg);
	background-repeat: no-repeat;
	
}
#header a, #header a:visited{
    padding-top:30px; color: #ffffff; font-size: 14px; text-decoration: none;
}
#clear{
	clear:both;
}
#pagecontent{
	display: block;
	width:950px;
	margin: 0 auto;
	
}
#headbox{
width: 550px; height: 40px; display: block;	
}
.tickul{
	 list-style-image: url('/gfx/tick.png');
}
#realcontent{
	
	float:left;
width:660px;	
text-align:left;
padding-left:30px;
}
#realcontent a:link{
	text-decoration:none;
	color:#333333;
}
#realcontent a:visited{
	text-decoration:none;
	color:#333333;
}
#realcontent a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#footer{
	text-align:center;
	font-size:12px;
	
}
#footer a{
	text-decoration:none;
	color:#333333;
	
}
.marging30{ margin-left:30px;}

.h25{
    padding-top:7px;
    height:30px;
    display:block;
}

.h70{
    display:block;
    margin:0;
    padding:0;
}

.menu{
    margin:0;
    padding:0;
    margin-top: 3px;
    font-weight: normal;
    color:#ffffff;
    width: 260px;
	text-align:left;
}
.menu0{
    background:#73b1eb;
    height: 60px;
    font-size:24px;
    display: block;
    vertical-align: middle;
}
.menu1{
    margin-top: 3px;
/*    background:#bba0b3; */
	background:#6699FF;
}

.menu2{
    margin-top: 3px;
    background: #FF9966;
}

.menu3{
    margin-top: 3px;
    background:#FF66FF;
}

.menu4{
    margin-top: 3px;
    background:#33FF66;
}

.menu5{
    margin-top: 3px;
    background:#6666FF;
}

.menu6{
    margin-top: 3px;
	background:#CC9900;
}
.menu8{
    margin-top: 3px;
    background:#666699;
}

.menu7{
    background:#0099CC;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 10px;

}
#frm{
	width:640px;
	height:750px;
	border: none;
	margin-top:10px;
}

.whiteLink{
     text-decoration: none;
     color: #ffffff;
}
.ulMenu{
    margin-left:20px;
    font-size: 14px;
	text-align:left;
}
#leftpane{
	float:left; width: 260px;background: #F8F8F8;
}
.hamburger-menu-black{
	width:25px;
	height:4px;
	background-color:#111111;
	border-radius:5px; 
	margin:5px 0;
}
#hamburger{
	display:none;
	border-radius:5px; 
	border:#111111 thin solid;
	padding:3px;
	background-color:#FFFFFF;
}
#closebtn{
	display:none;
}
#mobilemenu{
	display:none;
}
#innerhead{
padding-top:85px;
}
@media screen and (max-width : 450px){
	#hamburger{
	display:block;
	position:fixed;
	right:7px;
	top:7px;
		z-index:1200;
		
}

#mobilemenu{
	display:none;
	position:fixed;
	width: 300px;
	top:0px;
	right:0px;
	height: 800px;
	background-color:#FFFFFF;
	border-left:#666666 3px solid;
		z-index:2000;
		overflow:visible;
}
#mobilemenu ul{
	list-style:none;
}



#mobilemenu ul li{
	float:left;
	clear:both;
	padding:0px;
		margin-top:2px;
		margin-left:5px;
		margin-right:15px;
		min-height:30px;
		text-align:left;
		font-size:18px;
			z-index:2000;
	background-color:#FFFFFF;
}

#mobilemenu a{
	color:#000000;
	text-decoration:none;
}
#mobilemenu a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#header{
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(/gfx/site/headerbarMobile.jpg);
	background-repeat: no-repeat;
	
}
#leftpane{
	display:none;
}
#pagecontent{
	display: block;
	width:90%;
	margin: 0 auto;
	
}
#realcontent{
float:left;
width:100%;	
text-align:left;
padding-left:5px;
padding-right:5px;

}
#headbox{
width: 300px; height: 30px; display: block;	
}
.telstyle{
font-size:14px;font-weight:bold;
}
#footer{
	border-top:#666666 solid thin;
	
}
#innerhead{
padding-top:35px;
}
#frm{
	width:100%;
	height:600px;
	
}

}