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

body{
	margin:0;
	padding:0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.title{
	font-family:Forte;
	color:#fff;
	font-size:45px;
}

.welcome{
	/*background:url(../images/welcomelinebg.png) no-repeat bottom left;*/
	display:block;
	font-family:"Monotype Corsiva";
	font-size:28px;
	color:#300;
}

.content{
	text-align:justify;
	padding:0 8px;
}

.content1{
	text-align:justify;
	padding:0 6px 0 6px;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.national{
	font-size:26px;
	font-family:"Monotype Corsiva";
	color:#930;
}

.contact{
	/*background:url(../images/contactbg.jpg) no-repeat right top;*/
}


.inputfield{width:175px; height:20px; border:1px solid #999;}

.inputarea{width:170px; height:70px; border:1px solid #999;}
	
.airticket{
	background:url(../images/feedbackbg.png) no-repeat center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#030;
	border:solid 1px #033;
	font-weight:bold;
}

.submit{
	width:90px;
	height:30px;
	background:url(../images/submit.jpg) no-repeat center;
	color:#FFF;
	border:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.title2{
	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	color:#480000;
	padding-top:10px;
	display:block;
}