/* Ardmore Flying School Styles css File */

body {
	margin: 0;
	padding: 0;
	background-color:#F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

p
{
font-size: 0.8em;
}

h4
{
margin-top: 25px;
margin-bottom: -5px;
text-decoration: underline;
color: #666666;
}

.headban 
{
	width: 100%;
	height: 60px;
	margin-top: 5px;
	background-color:#F4F4F4;
}

.bdylft
{
width: 20%;
height: auto;
background-image: url(images/gmn1_bg_lft.jpg);
background-position: center 200px;
background-repeat: no-repeat;
background-attachment: scroll;
}

.bdyrt
{
width: 20%;
height: auto;
background-image: url(images/gmn2_bg_rt.jpg);
background-attachment: scroll;
background-position: center 200px;
background-repeat: no-repeat;
background-attachment: scroll;
}

.bdycntr
{
 width: 60%;
 height: auto;
 background-color: #FFFFFF;
}

.nav, .ftrnav
{
 	width: 100%;
	height: 40px;
    border-bottom: double #999999;
}

.ftrnav
{
clear: both;
}

#stmt
{
 text-align: center;
}

.hdpnls
{
width: 100%;
height: 20px;
background-color: #DDDDDD;
font-size: 0.8em;
font-weight: bold;
}


ul.mainnav, ul.footernav
{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.ul.linknav
{
	 list-style-type: disc;
	 text-align: left;
	 margin-left: 25px;
 }


ul.mainnav li, ul.footernav li

  {
	display: inline;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 4px;
 }
 
  ul.linknav li
  {
  display: block;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #5F87AD;
  margin-bottom: 5px;
  }

ul.mainnav li a:link, ul.mainnav li a:visited
{
	 text-decoration: none;
	 font-weight: bold;
	 color: #5F87AD;
 }
 
 ul.mainnav li a:hover, ul.mainnav li a:active
{
	 text-decoration: underline;
	 font-weight: bold;
	 color: #024F96;
	 background-image: url(images/bgrnd.jpg);
	 background-position: center center;
	 background-repeat: repeat-x;
}
 
ul.footernav li a:link, ul.footernav li a:visited, ul.linknav li a:link, ul.linknav li a:visited
{
 font-weight: normal;
 text-decoration: none;
 color: #5F87AD;
 }
 
ul.footernav li a:hover, ul.footernav li a:active 
{
	 text-decoration: underline;
	 font-weight: normal;
	 color: #024F96;
	 background-image: url(images/bgrnd.jpg);
	 background-position: center center;
	 background-repeat: repeat-x;
 }

 
ul.linknav li a:hover, ul.linknav li a:active
{
	text-decoration: underline;
	font-weight: normal;
	color: #024F96;
}

.hdlhr
{
 width: 85%;
 color:#999999;
}

.icndiv
{
width: 109px;
height: auto;
text-align: center;
}

.contdlft
{
width: 17%;
height: auto;
}

.contdcntr
{
width: 66%;
height: auto;
}

.contdrt
{
width: 17%;
height: auto;
}

.contimg
{
	width: 100%;
	height:auto;
}
 
 .content img, .contdlft img
 {
 padding-right: 20px;
 }
 
 .contimg img
{
	float: none;
}
 
 .content
 {
	 width: 586px;
	 height: auto;
	 background-color: #FFFFFF;
	 border: none;
	 border-collapse: collapse;
 }
 
  .corstbl, .corstbl2
 {
  	 width: 95%;
  	 height: auto;
	 background-color: #FFFFFF;
	 border: none;
	 border-collapse: collapse;
}

.corstbl2
{
	width: 100%;
}
 
 .contentnew
 {
 	 width: 100%;
	 height: auto;
 }
 
 .content td
 {
 padding: 5px;
 }
 
 .corstbl td,  .corstbl2 td
 {
  font-size: 0.8em;
  height: auto;
  padding-left: 7px;
  vertical-align: top;
 }
 
 .corstbl2 td
{
   font-size: 0.7em;
}
 
 .corstbl td1
 {
 width: 12%;
 }
 
  .corstbl td2
 {
 width: 22%;
 }
 
 .corstb2 td1
 {
 width: 12%;
 }
 
 .corstbl2 td2
 {
 width: 50%;
 }
 
.corstbl2 td2a
 {
 width: auto;
 }

.corstbl2 td3
 {
 width: 18%;
 }
 .corstbl2 td4
 {
 width: 20%;
 }

 .conthr
 {
 width: 100%;
 margin-left: 0;
 margin-top: 10px;
 color: #FF0000;
}

 .content p
 {
	 text-align: left;
	 font-size: 0.8em;
	 font-weight: normal;
	 margin-left: 20px;
	 margin-right: 10px;
	 color: #000000;
 }

ul.services {
	list-style-type: square;
	margin-left: 50px;
}

 ul.services li{
 	text-align: left;
	font-size: 0.8em;
	text-decoration: none;
	margin-top: 5px;
	color: #000000;
 }
 
ul.services li a:link, ul.services li a:visited{
	text-decoration: none;
	color: #6b1101;
	background: transparent;
	font-weight: bold;
 }
 
 ul.services  li a:hover, ul.services  li a:active {
	text-decoration: none;
	color: #968C85;
	background: transparent;
	font-weight: bold;
 }
 
 /* Image Gallery styles*/
 
 #imginstr
 {
 text-align: left;
 font-size: 0.7em;
 }
 
 #imgtbl
{
 width: 720px;
 height: auto;
 border: 2px solid #714D94;
 border-collapse: collapse;
 font-size: 0.7em;
 text-align: center;
 color: purple;
 
}

#imgtd
{
 width: 16.6%;
 height: auto;
 padding-top: 5px;
 padding-bottom: 5px;
 vertical-align: middle;
}

#imgtd img
{
 border: 1px solid #cdcc00;
}

#gallnav
{
 margin-top:3px;
 margin-bottom: -10px;
 text-align:center;
 color:#666666; 
}

#gallnav a:link, #gallnav a:visited
{
	font-weight: normal;
	color:#666666; 
	text-decoration: none;
	margin-bottom: 0;
}

#gallnav a:hover, #gallnav a:active
  {
	font-weight: bold;
	color: #968C85;
	text-decoration: underline;
	margin-bottom: 0;
}
 
  /* End Image Gallery styles*/
 
  .contable  {
	width: 90%;
	height: auto;
	border: 2px solid #B5B5B5;
	background-color: #F9F9F9;
	color: #000000;
	font-size: 95%;
	margin-left: 5%;
    margin-right: 5%;
  }

  
  #conth3 {
	text-align: center;
	margin-bottom: 5px;
 }

  #contdleft 
  {
	width: 30%;
	height: 20px;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	vertical-align: middle;
	font-weight: bold;
}

   #contdleft p
 {
 font-weight: bold;
 text-align: right;
 }
 
  #contdright   {
	width: 70%;
	height: 20px;
	font-weight: normal;
	border-bottom: 1px solid #B5B5B5;
	vertical-align: middle;
 }
 
  #contdright span
{
   font-size: 0.8em;
}

/* Contact Form*/

.contbl
{
 width: 100%;
 height: auto;
 border: 2px solid #B5B5B5;
}

.contbltdlft
{
background-color:#FAF8EC;
border-bottom:1px solid #FFFFFF;
padding:5px 10px 5px 12px;
font-size: 0.8em;
}

.contbltdrt {
background-color:#F5F0D8;
border-bottom:1px solid #FFFFFF;
padding:5px 12px 5px 10px;
font-size: 0.8em;
}

.contbltdcont
{
width: 50%;
height:auto;
font-size: 0.8em;
vertical-align: top;
padding:7px;
background-color:#FAF8EC;

}

.contbltdgn
{
 padding: 7px;
 font-weight: normal;
 text-align: left;

}

.contbltdgn1
{
 padding: 10px;
 font-size: 0.9em;
 font-weight: bold;
 text-align: center;

}

.contbltdwht
{
background-color: #FFFFFF;
text-align: right;
font-size: 0.8em;
padding: 7px;
}


/*.contblfrmhdr
{
 width: 100%;
 height: auto;
 font-weight: bold;
 text-align: center;
 color: #FF0000;
 border-bottom: 2px solid #71625B;
 border-top: 2px solid #71625B;
 padding-top: 5px;
 padding-bottom: 3px;
 }

.contblfrmhdr2
{
 font-weight: normal;
 color: #000000;
 text-align: center;
}

.contblfrmlft
{
width: 40%;
height: auto;
font-weight: bold;
text-align: right;
padding: 3px;
padding-right: 10px;
color: #000000;
}

.contblfrmrt
{
width: 70%;
height: auto;
color: #000000;
font-weight: normal;
text-align: left;
padding: 3px;
padding-left: 10px;
}

.frmbtn
{
margin-left: 40px;
font-size: 0.9em;
font-weight: bold;
width: 70px;
}

/* End contact form */

	#cdimglyr
{
	position:absolute;
	width:351px;
	height:215px;
	margin-left: 310px;
	margin-top: 295px;
	background: none;
	border: none;
	z-index:1;
}
 
    #Layer1
	{
	position:absolute;
	width: 220px;
	height:220px;
	margin-left: 360px;
	margin-top: 220px;
	border: none;
	background: none;
	z-index:1;
	left: 225px;
	top: 5px;
	}
	
	#Layer2
	{
	position: absolute;
	width: 210px;
	height: 240px;
	margin-left:40px;
	margin-top: 200px;
	border: none;
	background: none;
	z-index:2;
	left: 155px;
	top: 5px;
	}
	
	#Layer3
	{
	position: absolute;
	width: 302px;
	height: 354px;
	margin-left:360px;
	margin-top: 100px;
	border: none;
	background: none;
	z-index:1;
	left: 225px;
	top: 5px;
	}

.tstmnlimgs1
{
	background-color: #FFFFFF;
}

.tstmnlimgs1 img
{
	margin-top: 20px;
	float: right;
}
	
.tstmnlimgs2
{
	background-color: #F7F7F7;
}

.tstmnlimgs2 img
{
	margin-top: 20px;
	float: right;
}

#tstp
{
 font-size: 0.7em;
 margin-right: 10px;
}

.enqtbl
{
	width: 90%;
	height: auto;
	margin-left: 5%;
	border-collapse: collapse;
	border: 2px solid #CCCCCC;
	font-size: 0.8em;
}

.enqtbl .enqtdlft
{
	 width: 35%;
	 height: auto;
	 vertical-align: middle;
	 text-align: right;
	 padding-right: 5px;
	 border-bottom: 1px solid #CCCCCC;
	 border-right: 1px solid #CCCCCC;
}

.enqtbl .enqtdrt
{
	 width: 65%;
	 height: auto;
	 vertical-align: middle;
	 text-align: left;
	 padding-right: 5px;
}

.footnav 
{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	background-color: #F7F7F7;
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCF;
}

   .footer {
	width: 100%;
	height: auto;
	font-size:0.8em;;
	text-align: center;
	padding: 5px;
	color: #000000;
	margin-left: 0;
}

.footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}

  /* ************************ */
  /*For Highslide imaging*/
  .highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background-color: #FFFFFF;
}
.highslide-image {
    border: 2px solid white;
}

/*.highslide-image-blur 
{

}*/

.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits, a.highslide-credits i 
{
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i 
{
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

