/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2007 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : inner.css                                                     */
/*                                                                            */
/* Description: Cascading Style Sheet for site (for interview pages)          */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* CMS classes */

.interviewHeader {
	font-size:1.5em;
	font-weight:bold;
	color:#CC3300;
}
.interviewTitle {
	font-size:1.2em;
	font-weight:bold;
}
.interviewSubTitle {
	font-weight:bold;
}
.interviewDate {
	font-size:0.8em;
	color:#686868;
}
.interviewCopy {
	font-size:0.8em;
	color:#686868;
}
.questionStyle1 {
	color:#CC3300;
	font-weight:bold;
}
.questionStyle2 {
	color:#3177B0;
	font-weight:bold;
	font-size:0.9em;
}
#prefooter {
	position:relative;
	margin-top:16px;
}
.interviewPostA {
	font-weight:bold;
	color:#CC3300;
}
.interviewPostB {
	font-size:0.9em;
}

/* page elements */

#cornerarea {
	position:absolute;
	top:18px;
	left:720px;
	z-index:2;
}
#botNav {
	position:relative;
	margin-left:86px;
	margin-top:42px;
	width:496px;
	height:22px;
}
#botinterviews1 {
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	height:22px;
}
#botbook1 {
	position:absolute;
	left:86px;
	top:0px;
	width:57px;
	height:22px;
}
#botmobile1 {
	position:absolute;
	left:143px;
	top:0px;
	width:70px;
	height:22px;
}
#botnews1 {
	position:absolute;
	left:213px;
	top:0px;
	width:58px;
	height:22px;
}
#botabout1 {
	position:absolute;
	left:271px;
	top:0px;
	width:63px;
	height:22px;
}
#botcomments1 {
	position:absolute;
	left:334px;
	top:0px;
	width:87px;
	height:22px;
}
#botcontact1 {
	position:absolute;
	left:421px;
	top:0px;
	width:75px;
	height:22px;
}