/* CSS Document */

<!--
    body {
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   background-color: #FFFFFF;
	   font-size: 14px;
	   background-image: url(../images/background.gif);
       }
	   
	div#container { 
       margin: 0 auto;
	   width: 804px;
	   height: 100%;
	   }
    div#body { 
       position: absolute;
	   top: 0px;
	   }
	a {
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #000000;
       }
	
	a:link {
	   text-decoration: none;
       }
    
	a:visited {
	   text-decoration: none;
       }
    
	a:hover {
	   color: #007DC0;
	   text-decoration: none;
       } 
    
	a:active {
	   text-decoration: none;
	   color: #666666;
       }
	
    
	.menu a:hover {
	   color: #007DC0;
	   text-decoration: underline;
       }
	   
	form {
       color: gray;
	   font-size: 10px;
	   text-align: right;
	   }
   
   
   input {
       color: gray; 
       font-size: 12px;
       }
   
   select {
       color: gray; 
       font-size: 12px;
       }
   
   td.mainimage {
       vertical-align: top;
	   }
	   
   td.header {
	background-image:url(../images/chromebg2.gif);
	background-repeat: repeat-x repeat-y;
	color: #000; 
	font-size: 18px;
	font-weight: bold; 
	padding: 4px 0 4px 45px;
	}
	
	ul.menu {   
	   list-style-type: none; 
	   margin-left: 10px; 
	   padding: 15px 0;
	   font-weight: bold;
	   text-align: right;
	   font-size: 80%;
	   vertical-align: text-top;
	   }  
	
	li.menu {  
	   padding: 0 10px 5px 0;
	   }
    
	td.maintext {
	   text-align: left;
	   color: #333333;
	   padding: 10px 10px 10px 10px;
	   font-size: 80%;
	   }
	
	td.switchcontent {
	   font-size: 70%;
	   color: #999999;
	   padding: 10px 5px 10px 5px;
	   border-width: 1px;
	   border-style: solid;
	   border-color: #027DC3;
	   }
	
	span.language {
	    padding-right: 25px;
		color: #FFFFFF; 
		font-weight: bold;
		}
	
	span.language a {
	    color: #FFFFFF;
		text-decoration: underline;
       }
	
	span.language a:link {
	    color: #FFFFFF;
		text-decoration: underline;
       }
	
	
	#footer {
       font-size: 10px;
       color: gray;
	   text-align: center;
	   border-top: solid #007DC0 1px;
	   padding-top: 15px;
       }
	
	#footer a {
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #000000;
       }
    
	#footer a:link {
	   text-decoration: none;
       }
    
	#footer a:visited {
	   text-decoration: none;
       }
    
	#footer a:hover {
	   text-decoration: none;
	   color: #007DC0;
       }
    
	#footer a:active {
	   text-decoration: none;
	   color: #666666;
	   }


-->
	 <!-- google search box -->
	   
	#searchField #fieldContainer {
	margin: 0px;
	padding: 0px;
}
#searchField #fieldContainer #myField{
	margin-left:-1px;
	margin-top:-1px;
	height:18px;
	float: left;
	width: 160px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	font-size: 11px;
	padding: 3px 0px 0px 0px;
}
#searchField #fieldContainer #googleSearch{
	height:20px;
	width:auto;
	overflow:hidden;
	float:left;
}
#searchField #fieldContainer #leftCurve {
	float: left;
	background-image: url(../images/bg_searchbar_left.png);
	background-repeat: no-repeat;
	width:15px;
	height:20px;
	background-position: left top;
}
#searchField #fieldContainer #mySearch {
	float: left;
	background-image: url(../images/bg_searchbar_right.png);
	background-repeat: no-repeat;
	width:23px;
	height:20px;
	background-position: left top;
	display:block;
	margin-left:-1px;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	color:#fff;
	font-size:1px;
}


-->

<!-- menu style css -->
.menu{
	width:804px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	}
.menu ul{
	background:#eeeeee;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#eeeeee url("http://www.airlink101.com/images/seperator.gif") bottom right no-repeat;
		color:#333333;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 30px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #3c98a2 url("http://www.airlink101.com/images/hover.gif") bottom center no-repeat;
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#eeeeee;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url("http://www.airlink101.com/images/sub_sep.gif") bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:150px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#333333 url("http://www.airlink101.com/images/hover_sub.gif") center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


