@charset "utf-8";
body,html{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.0em;
	font-size:65.5%;
	color:#FFF;
	background: url("../images/bg.gif") repeat-y scroll center top #FFF;
}
@font-face {
    font-family: Katy Berry;
    font-style:  normal;
    font-weight: normal;
    src: url(../KATYBER0.eot);
}
@font-face {
    font-family:'katy-true';
   	src: local('katy-true'), url('../fonts/Segoe Print.ttf') format('truetype');
}
@font-face
{
    font-family:'katy-woff';
   	src: local('katy-woff'), url('../fonts/kberry.woff') format("woff");
}
ul, li, img, body,html{
	margin:0;
	padding:0;
}
#wrap{
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height:850px;
	background:url("../images/help-nepal.jpg") no-repeat center bottom fixed;
}
#block-i,#block-ii,#block-iii
{
    width:100%;
    clear:both;
}
ul.tabs{
    list-style: none;
    vertical-align: middle;
}
ul.tabs li{
    display:block;
    margin:5px 0px 0px 5px;
    text-align:center;
    font:24px arial;
    /*
    font:24px Katy Berry,katy-woff,katy-true;
    _font:24px Katy Berry;
    */
    letter-spacing: 0.08em;
    height: 100px;
    width:310px;
    background-color:yellowgreen;
    opacity:0.8;
    filter:alpha(opacity=80); 
    line-height: 36px;
    float: left;
    cursor:pointer;
    
}
ul.tabs li.inactive{
    background-color: lightgrey;
    color: #999;
    opacity:1.0;
    filter:alpha(opacity=100); 
}
ul.tabs li:hover{
    opacity:1.0;
    filter:alpha(opacity=100); 
}
ul.tabs li#logo{
    opacity:1.0;
    filter:alpha(opacity=100);
    background-image: url('../images/logo.jpg');
    background-position: 10px 25px;
    background-repeat: no-repeat;
}
#content{
    width: 100%;
    clear: both;
    color:dimgrey;
    padding-top: 20px;
}
#content h1{
    font-size:28px;
    text-align: center;
}
/*
#content table{
    width:100%;
    border-top:1px solid #4F5155;
    border-left: 1px solid #4F5155;
    
    margin:0 auto;
}
#content table th{
    font-weight: bold;
}
#content table td,#content table th{
    padding:10px;
    font-size: 16px;
    line-height: 18px;
    border-bottom:1px solid #4F5155;
    border-right: 1px solid #4F5155;
}
*/
ul#form-list{
    list-style: none;
    padding-bottom: 20px;
}
ul#form-list li{
    clear:both;
    width:100%;
    padding:10px 0px;
}
ul#form-list li h1{
    font-size:18px;
    color:#333;
}
ul#form-list li label{
    width:130px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    font-size:14px;
    color:#333;
    float:left;
    vertical-align:middle;
}
ul#form-list li span{
    width:100px;
    text-align: left;
    font-size:14px;
    color:#333;
    float:left;
}