/*
Description: Custom Airshow site by Studio Signorella<a href="http://www.signorella.com>Studio Signorella</a>.
Author: Michael Signorella
Author URI: http://www.signorella.com


CONVENTIONAL SITE
*/

/*-------------------------------------
STRUCTURE CONSTANTS
---------------------------------------
*/

body {								/*-- graduated screen in backgroundr --*/
margin: 0px;
background: url("static/bg.jpg") repeat-x top;
}


#cntringwrap { 					/*-- centering container --*/  
width:820px;
margin:0 auto;
clear:both;
position:relative;
}


#homelink {  						/*-- airshow logo --*/ 
position: absolute;
top: 30px;
left: 80px;
z-index: 2;
width: 167px;
height: 45px;
background: url("static/logo.gif") no-repeat;
} 


#header {  							/*-- header --*/
position: absolute;
top: 46px;
left: 246px;
z-index: 2;
width: 550px;
height: 20px;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #999;
font-size: 12px;
font-weight: bold
} 	


#pagebg {							/*-- background for all three columns --*/ 
position: absolute;
left: 19px;
top: 26px;
z-index: 1;
background: url("static/bg1.jpg" ) no-repeat top;
width: 813px;
height: 601px;
}


#left_col {
position: absolute;
top: 115px;
left: 18px;
width: 180px;
z-index: 2;
}

#center_col {
position: absolute;
top: 95px;
left: 263px;
width: 393px;
z-index: 2;		
}	

#right_col {
position: absolute;
top: 115px;
left: 720px;
width: 89px;
z-index: 2;
}



/*-------------------------------------
TYPOGRAPHY
---------------------------------------
*/

body {
color:#000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:70%;
line-height:20px;
}

.center_head {
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #663333;
font-size: 12px;
font-weight: bold;
line-height: 18px;
}


.center_text {
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333; 
font-size: 11px;
line-height: 24px;
}

.center_text a {
text-align: left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #663333; 
font-size: 11px;
line-height: 24px;
text-decoration: none;
}

.center_text a:hover {
text-align: left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #000; 
font-size: 11px;
line-height: 24px;
text-decoration: underline;
}

.right_col_text {
text-align: center;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333; 
font-size: 10px;
line-height: 12px;
}

.right_col_text a {
text-align: center;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333; 
font-size: 10px;
line-height: 12px;
text-decoration: none;
}

.right_col_text a:hover {
text-align: center;
font: Verdana, Arial, Helvetica, sans-serif;
color: #663333; 
font-size: 10px;
line-height: 12px;
text-decoration: none;
}

.credits_text {
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333333; 
font-size: 10px;
line-height: 12px;
}

.credits_text a{
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333333; 
font-size: 10px;
line-height: 12px;
text-decoration: none
}

.credits_text a:hover{
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333333; 
font-size: 10px;
line-height: 12px;
text-decoration: underline
}

/*-------------------------------------
NAVIGATION FOR CONVENTIONAL SITE 
---------------------------------------
*/

#menu {                 
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
text-align: right;
font-color: #000;
font-weight: bold;
border: 0 none;
background: none;
}

#menu a {    
color: #003399;
text-decoration: none;
display: block;
border: 0 none;
}

#menu a:hover {  
background: none;
color:#000;
}

#submenu {                 
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 24px;
text-align: right;
font-color: #000;
border: 0 none;
}

#submenu a {    
color: #003399;
text-decoration: none;
border: 0 none;
display: block;
}

#submenu a:hover {  
background: none;
color:#000;
}

/*-------------------------------------
IMAGES FOR CONVENTIONAL SITE 
---------------------------------------
*/

img { border: none; } 



/*-------------------------------------
FORMS
---------------------------------------
*/

.form_right {
position: absolute;
left: 202px;
top: 114px;
z-index: 3;
width: 200px;
}

.form_bottom {
position: absolute;
left: 0px;
top: 453px;
z-index: 4;
width: 393px;
}

.form_text {
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
color: #333333; 
font-size: 11px;
line-height: 20px;
}

