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

HTML
{	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	padding-top:0px; 
	padding-bottom:0px; 
	padding-left:0px; 
	padding-right:0px;
}
BODY
{	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	padding-top:0px; 
	padding-bottom:0px; 
	padding-left:0px; 
	padding-right:0px;
    FONT-SIZE: 62.5%;
    BACKGROUND:#ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; background:url(../images/pilot_01.jpg) repeat-x;
}

#wrapper{width:95%;}
.clear{ display:none;}

/*************************************************{ HOME PAGE }*************************************************************/
/*header home page*/
#header {width:95%;}
#header_left {width:95%; float:none;}
#header_right { display:none;}
#header_tel { display:none;}
#header_topmenu { display:none;}
#topbanner{ display:none;}
#maintext_container{width:95%;}
#maintext_container_left{ display:none;}
#leftcontent{ display:none;}

#maintext_container_right{width:95%; float:none; padding:0px;}
#rightcontent{width:95%;padding:0px;}

#footer{ display:none;}
#footer_left{ display:none;}
#footer_right{ display:none;}

.title{width:95%; height:45px; border-bottom:1px dotted #198c61;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #198c61;
	text-decoration: none; line-height:45px;
}
/*************************************************{ INNER PAGE }*************************************************************/
#topbanner_inner{width:95%; padding:0px; height:auto;}
#container_inner{width:95%;}
#container_inner_left{width:95%; float:none;} 
#container_inner_right{width:95%; float:none;}

/*************************************************{ TEXT CSS }*************************************************************/
UL
{
    LIST-STYLE-IMAGE: url(../images/list_arrow.gif);
    LIST-STYLE-TYPE: square
}
.header_tel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #198c61;
	text-decoration: none;
}
.contact_title{
	font-size: 1.1em;
	font-weight: bold;
	color: #198c61;
	text-decoration: none;
}
.contact_subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #198c61;
	text-decoration: none;
}
.maintext{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/*************************************************{ TOP MENU }*************************************************************/
/*top menu*/
.indentmenu{
background-color: #198c61;
color: White;
width: 100%; height:40px;
font-family: "Times New Roman", Times, serif;
font-size: 1.6em;
font-weight: normal;
list-style-type: none; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding:0px 30px 0px 30px;
text-decoration: none;
border-right: 1px solid  #FFFFFF; line-height:40px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
background:#016c44; /*shift text down 1px for selected and active item*/

}