﻿html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
body a:active
{
  outline: none;
}
body a:focus
{
  -moz-outline-style: none;
}

body {
 background: url('images/airport-background.jpg');
 background-repeat: repeat-x;
 background-position: center top;
 height: 1008px;
 background-color: #ebdabc;
	
}
#pagewidth{ 
 width:876px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 margin-top: 83px;
} 

/* TABSTRIP EDIT */
.RadTabStripLeft_Default .rtsLink { background: none !important;}
.RadTabStripLeft_Default .rtsLast .rtsOut { background: none !important;  }
.RadTabStripLeft_Default .rtsLast .rtsSelected .rtsOut { background: none !important; }
.RadTabStripTop_Default .rtsLevel1 .rtsLI .rtsSelected {background: none !important;  }



#header{
 position:relative; 
 height:208px; 
 width:100%;
 background: url('images/windwood-header.png');
 background-repeat: no-repeat;
 background-position: center top;
} 
#bodytop{
 position:relative; 
 height:192px; 
 width:100%;
 background: url('images/windwood-photos.jpg');
 background-repeat: no-repeat;
 background-position: center top;	
}
 
#leftcol{
 width:17%; 
 float:left; 
 position:relative; 
 padding-left: 7px;

 }
 
#twocols{
 width:77%; 
 float:right; 
 position:relative; 
 height: 410px;
 margin-right: 25px;
 padding-bottom: 15px;


  }
 
#rightcol{
 width:63%; 
 float:right; 
 position:relative; 
 height: 100%;
text-align: center;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:36%; 
 height: 100%;
 overflow: auto;
 overflow-x: hidden;
 }
 
#footer{
 height:30px; 
 clear:both;
 padding-left: 19%; 
 } 
#wrapper{
 background: url('images/windwood-body.jpg') no-repeat center bottom;
 height: 456px;
}

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
