/* 
 *  Styles used in TPP project
 *  @author Tim Allen
*/




/* Global / top-level HTML redefinitions */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-image: url('../_images/tpp_bg.jpg');
}




/* 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:778px;
	height:58px;
}
div#flashplayer {
	position:absolute;
	left:834px;
	top:107px;
	width:222px;
	height:37px;
}
div#contact_top {
	position:absolute;
	left:0px;
	top:169px;
	width:265px;
	height:194px;
}

div#contact_image {
	position:absolute;
	left:0px;
	top:363px;
	width:265px;
	height:363px;
}

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;
}

div#qst_dl {
	position:absolute;
	left:0px;
	top:743px;
	width:265px;
	height:131px;
}



/* 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_panel {
	position:absolute;
	left:249px;
	top:155px;
	width:722px;
	height:1400px;
}

/* 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:265px;
	top:427px;
	width:494px;
	height:410px;
}

div#pagecontent_sub {
	position: absolute;
	left:290px;
	top:261px;
	width:486px;
	height:950px;
	padding-bottom: 25px;
}

div#pagecontent_sub_service {
	position: absolute;
	left:282px;
	top:257px;
	width:512px;
	height:950px;
}


.bodycopy {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	line-height: 18px;
	color: #747170;
}


.bold_blue {
	color: #426ea5;
	font-weight: bold;
}

.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;
}
#spacer {
	height:12px;
}
#spacerNews {
	height:20px;
}
#imgspacer {
	height:2px;
}


.headline {
	color: #426ea5;
	font-size: 12px;
	font-weight: bold;
}

.publication {
	font-weight: bold;
	text-decoration: none;	
}

.publication a {
	font-weight: bold;
	text-decoration: none;
}

#newsHeadlines a {
	text-decoration: none;
} 
#newsHeadlines a:hover {
	text-decoration: underline;
}

#newsHeadlines h3 { 
	color: #426ea5;
	font-size: 11px;
	font-weight: bold;
}

#newsHeadlines p a{ 
	color: #747170;
}

#newsHeadlines .heading{ 
	font-weight: bold;
}
