/* 
 *  Styles used in TPP project
 *  @author Tim Allen
*/




/* Global / top-level HTML redefinitions */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #FAFBF7;
}




/* header / logo and so fourth */
div#logo {
	position:absolute;
	left:36px;
	top:30px;
	width:414px;
	height:54px;
}
div#nav {
	position:absolute;
	left:24px;
	top:98px;
	width:689px;
	height:58px;
}

div#contact {
	position:absolute;
	left:0px;
	top:169px;
	width:272px;
	height:558px;
}

div#contact_narrow {
	position:absolute;
	left:0px;
	top:169px;
	width:265px;
	height:558px;
}

div#findoutmore {
	position:absolute;
	left:266px;
	top:641px;
	width:180px;
	height:22px;
}



/* panels */
div#panel {
	position:absolute;
	left:265px;
	top:170px;
	width:701px;
	height:228px;
}
div#goldpanel {
	position:absolute;
	left:785px;
	top:411px;
	width:190px;
	height:135px;
}
div#silverpanel {
	position:absolute;
	left:785px;
	top:534px;
	width:190px;
	height:135px;
}

div#q_panel {
	position:absolute;
	left:257px;
	top:161px;
	width:722px;
	height:1400px;
}


div#contact {
	position:absolute;
	left:48px;
	top:135px;
	width:170px;
	height:98px;
	visibility: visible;
}

/* other architecture */
div#aircraft {
	position:absolute; 
	left:651px; 
	top:169px;
	width:315px; 
	height:110px;
}

div#title {
	position:absolute;
	left:272px; 
	top:169px;
	width:379px; 
	height:61px;
}

div#q_title {
	position:absolute; 
	left:236px; 
	top:158px;
	width:472px;
	height:72px;

}

div#download {
	position:absolute; 
	left:23px; 
	top:728px;
	width:172px;
	height:172px;

}

/* Body related */
div#pagecontent {
	position:absolute;
	left:52px;
	top:390px;
	width:587px;
	height:70px;
}


div#pagecontent_home {
	position:absolute;
	left:47px;
	top: 395px;
	width: 550px;
	height: 200px;
	visibility: visible;
	
}

div#rates_pagecontent {
	position:absolute;
	left:59px;
	top:390px;
	width:550px;
	height:100px;
}

div#pagecontent_sub {
	position: absolute;
	left:54px;
	width:550px;
	height:110px;
	top: 393px;
}

div#pagecontent_sub_home {
	position: absolute;
	left:47px;
	width:550px;
	height:110px;
	top: 643px;
	visibility: visible;
}


div#pagecontent_amenities {
	position: absolute;
	left:47px;
	top:903px;
	width:550px;
	height:360px;
	visibility: visible;
}

div#about_content_01 {
	position: absolute;
	left:54px;
	top:532px;
	width:550px;
	height:320px;
}

div#about_content_02 {
	position: absolute;
	left:54px;
	top:395px;
	width:550px;
	height:270px;
}

div#about_content_03 {
	position: absolute;
	left:54px;
	top:737px;
	width:550px;
	height:140px;
}

div#about_content_04 {
	position: absolute;
	left:54px;
	top:981px;
	width:550px;
	height:370px;
}



.bodycopy {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	line-height: 18px;
	color: #747170;
}


.body_link {
	text-decoration: underline;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	line-height: 18px;
	color: #747170;
}

.bold_blue {
	color: #4F6280;
	font-weight: bold;
}

.contact_text {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	line-height: 18px;color: #FFFFFF;
}

.subhead {
	color: #426ea5;
	font-weight: bold;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 14px;
	line-height: 28px;
}




/* footer */
#footer {
	position: absolute;
	left: 36px;
	bottom: 0px;
	height: 28px; /* .push must be the same height as .footer */
}
body > div#footer { /* use fixed positioning if supported by browser... using the CSS2 selector > ensures this rule will be ignored by IE */
  position: fixed;
}
#pagecontent_homeintro {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10px;
	color: #F0F0F0;
}

