@charset "UTF-8";


/* ############## */
/* Top search bar */
/* ############## */


/* border:thin solid red */
.search_table_frame {
	text-align:center; 
	padding:1px;  
	margin:10px; 
	margin-left: auto; 
	margin-right: auto; 
	/*width: 920px ; */
	width: 30%
	font-size: 0.75em; 
	font-weight: normal; 
	color: #777; 
	line-height: 1.6em;
	font-family: Arial; 
}

div.search_table_layout
{
  text-align: center;
  /*border:thin solid red;*/
}


/* ############ */
/* Google stuff */
/* ############ */

div.google_framex
{
	/*border:thin solid red;*/
  margin: auto;
  width: 60%;
  padding: 10px;
  
}

div.google_frame
{

    position: absolute;
    right: 0px;
    width: 30px;
    border:3px solid #73AD21;
    padding: 10px;
}    


div.googlemap01_layout
{
  text-align: center;
  /*border:thin solid red;*/
}
div.googlemap01_centre
{
	/* border:thin solid red; */
  text-align: left;
  width: 650px;
  ##display: block;
  margin-left: auto;
  margin-right: auto;
}



/* #################################### */
/* Main configuration with frames and shadows */
/* #################################### */
/* # border:thin solid red;  */
#main {width: 790px; margin-left: auto; margin-right: auto; text-align: center	}

/*first block within main */
#wrapper   	{ width: 720px;  margin: 0 auto; text-align: left; background: #fff; }

#header    	{ height: 30px; ; background-color: #ffffff;   }
#header img { margin-top: -49px; margin-left: 15px; z-index: 200; 
	 
	 opacity: 0.5;
-moz-opacity:0.5;
  /* filter:alpha(opacity=60);  For IE8 and earlier */
	}
#header a:link, 
#header a:visited  { color: #fff; text-decoration: none; }
#header a:hover	   {  }
#header a:active   {  }
/*#header-top-bar    { background-color: #fff; height: 15px; z-index: 1;margin-top: 35px; }*/


.mbox {
  width: 85%;
  margin: 0 auto;
	/*background-color:lightblue;*/
	/*border:thin solid red;*/
}

.header_menu a:link, a:visited {
  margin-top:0px; 
  display: block;
  /* width: 164px; */
  width: 128px;
  height: 8px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #e5941e;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
 	font-size: .75em; 
  #font-weight: normal; 
	#color: #000; 
	line-height: 0.2em;
	font-family: Arial; 
}


  ul.header_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}


.header_menu a:hover, a:active {
    #background-color: #7A991A;
    background-color: #000;
    
}




#header-top-bar    { width: 720px; background-color: #e5941e; height: 57px; margin-top: 1px;  }

#header-text {
	text-align:center; 
	padding:20px;  
	margin:25px; 
	#margin-left: 	auto; 
	#margin-right: auto; 
	#width: 900px ; 
	font-size: 1.75em; 
	font-weight: normal; 
	color: #000; 
	line-height: 0.2em;
	font-family: Arial; 
}

/* #header-top-bar    { width: 920px; background-color: #e5941e; height: 50px; margin-top: 1px;  } */


/* #header-text {
	text-align:center; 
	padding:20px;  
	margin:25px; 
	#margin-left: 	auto; 
	#margin-right: auto; 
	#width: 900px ; 
	font-size: 1.75em; 
	font-weight: normal; 
	color: #000; 
	line-height: 0.2em;
	font-family: Arial; 
} */

#header-bottom-bar { background-color: #e5941e; height: 8px; margin-top: 1px; }


.shadow { 
	text-align:center; margin:25px

	/*Shadow Properties*/
	-webkit-box-shadow:0px 0px 10px 1px #ababab;
	-moz-box-shadow:0px 0px 10px 1px #ababab;
	-o-box-shadow:0px 0px 10px 1px #ababab;
	-ms-box-shadow:0px 0px 10px 1px #ababab;
	box-shadow:0px 0px 10px 1px #ababab;
	border: solid 1px #cdcdcd;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=1,color=#ababab,direction=135);
}





/* #################################### */
/* hover with links
/* #################################### */



.blackLinkBold A:link {
 font-weight:bold;
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 12px;
 font-style: normal;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkBold A:visited {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 /*font-family: Verdana;*/
 font-size: 10px;
 font-style: normal;
 font-weight:bold;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkBold A:active {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkBold A:hover {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #979696;
 text-decoration: underline;
}

/* modify hover */

.blackLinkNormal A:link {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 12px;
 font-style: normal;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkNormal A:visited {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 /*font-family: Verdana;*/
 font-size: 10px;
 font-style: normal;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkNormal A:active {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
 

.blackLinkNormal A:hover {
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #979696;
 text-decoration: underline;
}




/* ###### */
/* FOOTER */
/* ###### */

 
/* #footer         	   	{ text-align: right; font-size: 0.85em; color: #999; margin: 70px 10px 0 0; } */
/* #footerpf          	   	{ text-align: right; font-size: 0.85em; color: #999; margin: 70px 10px 10 10; } */

.goLeft  { float: left; }
.goRight { float: right; }
.clear   { clear: both; }
 


#footer {
    text-align: left;
    font-size: 0.85em;
    color: #999;
    margin: 70px 10px 0 10px;
}



.hitcounter {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; margin: 9px; 
}

.hitcounter h1 {
    color: #999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.5em;
  	text-align: center; 
}


#privacy { text-align: right; color: #999; margin: 70px 10px 0 0; font-family: arial,serif; font-size: 0.85em; background-color: #fff;  } 







/* ############### */
/* Address Details (and others) */
/* ############### */



table.AddressData {
 width: 650px ;
 box-shadow: 10px 10px 5px #888888;
 text-align: left;
 margin-left: auto ;
 margin-right: auto ;
 font-size:12px;

}

table.AddressData TR {
	background-color: white;
	
}

table.AddressData TH {
	background-color: #e5941e;
  background-repeat : repeat-x;
	padding:4px;
}

table.AddressData TD {
	padding:4px;
	color:#000000;
	#width: 70px ;
	
	#position:absolute; 
#top:530px; 
#left:50px; 
#bottom:50px; 
#right:50px;
##background-color:#fdd;

}




/* ################### */
/* ################### */


.about_description {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; margin: 9px
}

.about_description h3 {
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.5em;
	BORDER-BOTTOM: #dcdcdc 3px solid;
}

.about_description h2 {
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.2em;
}


.about_description p {
    color:#474641;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:18px;
    margin-bottom:15px;
    margin-top:5px;
}


/* ############# */
/*  Feedback */
/* ############# */
#feedback         	   	{ text-align: right; font-size: 0.85em; color: #000; width: 500px; padding: 50px; }


.about_feedback {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; margin: 9px;
}

.about_feedback h3 {
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.5em;
	BORDER-BOTTOM: #dcdcdc 3px solid;
	
}

.about_feedback p {
    color:#474641;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:18px;
    #margin-bottom:15px;
    #margin-top:5px;
}




#feedback-wrapper    { 
	#border:thin solid red;
	width: 650px; 
	#height: 500px;  
	background-color: #fff; 
	padding:20;	 
	margin-left: 	auto; 
	margin-right: auto; 
	}

#feedback-from    { width: 200px; background-color: #fff; 
	#border:thin solid orange;
	float: left;
	#padding:5;	 
	#height: 100px;
	#margin-bottom:-30px;
	#margin-left: 	auto; 
	#margin-right: auto; 
	#margin-left: 	1px; 
	}


#feedback-from-text {
	text-align:left; 
	margin-top: 0px;
	#border:thin solid blue;
	#padding:20px;  
	#margin:25px; 
	#margin-left: 	1px; 
	#margin-right: auto; 
	#width: 900px ; 
	font-size: 0.8em; 
	font-weight: bold; 
	color: #000; 
	#line-height: 0.2em;
	font-family: Arial; 
}

#feedback-from-input {
	width: 200px;
	text-align:left; 
	margin-top: -10px;
	border:thin solid black;
	#padding:20px;  
	#margin:25px; 
	#margin-left: 	1px; 
	#margin-right: auto; 
	#width: 900px ; 
	font-size: 0.8em; 
	font-weight: normal; 
	color: #000; 
	#line-height: 0.2em;
	#font-family: Arial; 
}

#feedback-wrapper-from    { 
	#border:thin solid blue;
	width: 450px; 
	#height: 200px;  
	background-color: #fff; 
	padding:20;	 
	margin-left: 	auto; 
	margin-right: auto; 
	}


#feedback-wrapper-from-message    { 
	#border:thin solid green;
	width: 450px; 
	height: 300px;  
	background-color: #fff; 
	padding:20;	 
	margin-left: 	auto; 
	margin-right: auto; 
	}


#feedback-from-message    { width: 400px; background-color: #fff; 
	#border:thin solid yellow;
	float: left;
	#padding:5;	 
	#height: 100px;
	#margin-bottom:-30px;
	#margin-left: 	auto; 
	#margin-right: auto; 
	#margin-left: 	1px; 
	}


#feedback-from-message-input {
	width: 400px;
	height: 260px;

	text-align:left; 
	margin-top: -10px;
	#border:thin solid black;
	#padding:20px;  
	#margin:25px; 
	#margin-left: 	1px; 
	#margin-right: auto; 
	#width: 900px ; 
	font-size: 1.2em; 
	font-weight: normal; 
	color: #000; 
	#line-height: 0.2em;
	#font-family: Arial; 
}

#submit_align {width: 80px; margin-left: auto; margin-right: auto; text-align: center; 	}


.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf");
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#ededed");
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */








/* ##################### */
/* Address Detail Header */
/* ##################### */

.address_details {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; margin: 9px; 
}

.address_details h3 {
	 
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.5em;
	  BORDER-BOTTOM: #dcdcdc 3px solid;
	text-align: left; 
}

.address_details p {
	 
    color:#474641;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:18px;
    margin-bottom:15px;
    margin-top:5px;
}



/* ----------------------  */
/* airport  */
/* ----------------------  */


/*	.airport-info tr{
		border-top:1px solid #EBEBEB; */

table.AirData {
 width: 590px ;
 padding:6px;  
 margin:50px; 
 text-align: center
 #margin-left: auto ;
 margin-left: 120px ;
 margin-right: auto ;
 font-size:14px;
 #box-shadow: 10px 10px 5px #888888;
}

table.AirData TR {
	background-color: white;
}

table.AirData TH {
	#background-color: #e5941e;
	background-color: white;
  background-repeat : repeat-x;
	padding:4px;
	font-weight: bold;
}

table.AirData TD {
	padding:4px;
	color:#000000;
	#width: 70px ;
	#position:absolute; 
  #top:530px; 
  #left:50px; 
  #bottom:50px; 
  #right:50px;
  ##background-color:#fdd;
}


/* ----------------------  */
/* airport Search */
/* ----------------------  */
table.TransferData {
 width: 660px ;
 padding:1px;  
 margin:30px; 

 text-align: center
 margin-left: auto ;
 margin-right: auto ;
 font-size:12px;
 box-shadow: 10px 10px 5px #888888;
}

table.TransferData TR {
	background-color: white;
}

table.TransferData TH {
	background-color: #e5941e;
  background-repeat : repeat-x;
	padding:4px;
}

table.TransferData TD {
	padding:4px;
	color:#000000;
	#width: 70px ;
	
	#position:absolute; 
#top:530px; 
#left:50px; 
#bottom:50px; 
#right:50px;
##background-color:#fdd;

}




/* ############### */
/* GeoSearch */
/* ############### */



table.GeoData {
 width: 650px ;
 #box-shadow: 10px 10px 5px #888888;
 text-align: left;
 margin-left: auto ;
 margin-right: auto ;
 font-size:14px;
 font-family: Arial; 
}


table.GeoData TR {
	background-color: white;
	
}


table.GeoData TH {
	background-color: #e5941e;
  background-repeat : repeat-x;
	padding:4px;
}


table.GeoData TD {
	padding:4px;
	color:#000000;
	#width: 70px ;
	
	#position:absolute; 
#top:530px; 
#left:50px; 
#bottom:50px; 
#right:50px;
##background-color:#fdd;

}

/* ################### */

/* ################### */
/* ################### */



