body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F8F9FD;
}
.top-bg{ background-image:url(http://www.vijaytravels.net/images/top-banner-bg.png); height:157px; width:842px; background-repeat:repeat-x;}
.t-banner{background-image:url(http://www.vijaytravels.net/images/top-banner.png); height:138px; width:842px; background-repeat: no-repeat;}
.leftbg{ background-color:#054768; width:230px;}


.header{ font-family:"Trebuchet MS"; font-weight:bold; font-size:20px; color: #00923f;}

.sub-header{ font-family:"Trebuchet MS"; font-weight:bold; font-size:16px; color:#003366; line-height:20pt;text-decoration:none;}
.sub-header a{ font-family:"Trebuchet MS"; font-weight:bold; font-size:16px; color:#003366; line-height:20pt;text-decoration:none;}
.sub-header a.hover{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#003366; line-height:20pt; text-decoration:underline;}

.top-header{font-family: "Trebuchet MS"; font-weight:bold; font-size:15px; color: #F4F4F4; line-height:14pt}

.left-header{font-family: "Trebuchet MS"; font-weight:bold; font-size:16px; color:#3a3a3c; line-height:18pt;}

.txt{ font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height:13pt;  text-align:justify; text-decoration:none; padding-left:10px; padding-right:20px;}

.txt a{ font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #cococo; line-height:13pt;  text-align:justify; text-decoration:none;}

.txt_l{ font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #032d7f; line-height:15pt;  text-align:justify; text-decoration:none;}

.txt_s{ font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; line-height:13pt; padding-left:5px; padding-right:5px;  text-decoration:none;}

.txt_t{ font-family:"Trebuchet MS"; font-size: 13px; color: #000000; text-decoration:none;}

.foot { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; text-decoration:none; padding-left:15px; line-height:20px;}
.foot a { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; text-decoration:none;  line-height:20px;  }
.foot a:hover { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; text-decoration:underline; }

.list-nav {
list-style:none;
font-family: "Trebuchet MS"; font-weight:bold; font-size:13px; color:#3a3a3c; line-height:30px;
padding:0;
}

.list-nav a{
text-decoration:none;
padding:2px 0px;
color:#000000;
border-bottom:1px dotted; border-color:#999999;
}

list-nav li a:hover {
background:#a2b3a1;
color:#000
}


#topbar{
position:absolute;
padding: 2px;
width:250px;
visibility: hidden;
z-index: 100;
}


#contactform {
	
	width:250px;
	padding:5px;
	background: #f0f0f0;
	overflow:auto;
	filter:alpha(opacity=60);
	
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
	
	}
	
	.field{margin-bottom:7px;}
	
	label {
	font-family: Arial, Verdana; 
	text-shadow: 2px 2px 2px #ccc;
	display: block; 
	float: left; 
	font-weight: bold; 
	text-align: left; 
	width:80px; 
	line-height:18px; 
	font-size: 12px; 
	}
	
	.input{
	font-family: Arial, Verdana; 
	font-size:12px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width:150px; 
	color: #797979;	
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:60px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 255px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
	.button{
	float: right;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	
	}
	
	.button:hover {
	background: #848FB2;
    cursor: pointer;
	}