@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
{
	MARGIN: auto;
	WIDTH: 960px;
	FONT-SIZE: 1.2em;
	COLOR: #333333;
}
.clear{ clear:both;color: #FFFFFF;}

/*************************************************{ HOME PAGE }*************************************************************/
/*header home page*/
#header { width:960px; height: 145px;}
#header_left { width:236px; height: 145px; float:left;}
#header_right { width:724px; height: 145px; float:right;}
#header_tel { width:704px; height: 80px; background:url(../images/pilot_03.jpg) repeat-x; padding: 0px 20px 0px 0px; text-align:right; line-height:80px;}
#header_topmenu { width:724px; height: 40px; background:url(../images/pilot_04.jpg) repeat-x; padding: 0px 0px 25px 0px; }
#topbanner{width:960px; height:258px; background:url(../images/pilot_05.jpg);}
#maintext_container{width:960px; background:url(../images/pilot_06.jpg) repeat-x;}
#maintext_container_left{width:234px; float:left; padding:0 0 0 20px;}
#leftcontent{width:234px; padding:10px 0 10px 0;}

#maintext_container_right{width:626px; float:right; padding:0 20px 0 60px;}
#rightcontent{width:626px;padding:10px 0 10px 0;}

#footer{width:960px; height:75px; border-top:1px solid #198c61;}
#footer_left{width:660px; height:75px; float:left; }
#footer_right{width:300px; height:75px; float:right; }

.title{width:100%; 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:960px; height:138px; background:url(../images/pilot_08.jpg); }
#container_inner{width:920px; background:url(../images/pilot_06.jpg) repeat-x;padding:0px 20px 0px 20px;}
#container_inner_left{width:420px; float:left; padding:10px 40px 10px 0px;}
#container_inner_right{width:420px; float:right; padding:10px 0px 10px 40px;}

/*************************************************{ 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*/

}