/*----------------------------------------------------------------------------*/
/*                                                                            */
/* 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        : browser.css                                                   */
/*                                                                            */
/* Description: Main Cascading Style Sheet for site (for browsers)            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* General */

*html div {
	height:1%; /* "holly hack" - to prevent IE peek-a-boo bug */
}
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9b9b98;
	font-size:76%;
	background-color:#504f4f;
	background-image:url(../images/BG.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}
a:link {
	text-decoration: none;
	color:#686868;
}
a:visited {
	text-decoration: none;
	color:#686868;
}
a:hover {
	text-decoration: underline;
	color:#686868;
}
a:active {
	text-decoration: none;
	color:#686868;
}
p {
	margin:0px;
	padding-top:10px;
}
img {
	border:none;
}
#content {
	position:absolute;
	left:50%;
	width:791px;
	margin-left:-393px;
}
#flashbox {
	position:absolute;
	left:65px;
	top:0px;
	/*width:371px;
	height:164px;*/
	z-index:2;
}

/* CMS classes */

.imgleft {
	float:left;
	margin-right:12px;
}
.imgright {
	float:right;
	margin-left:12px;
}
.imgcenter {
	text-align:center;
}
.cellHeader {
	font-weight:bold;
	color:#CC3300;
}
.cellHeader a {
	font-weight:bold;
	color:#CC3300;
}
.cellSubHeader {
	font-size:0.7em;
	color:#686868;
}
.alttext {
	color:#686868;
}
.paraCap {
	font-size:1.4em;
}

/* Header */

#printOnly {
	display:none;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:791px;
	height:194px;
}
#header01 {
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:194px;
}
#logo {
	position:absolute;
	left:65px;
	top:0px;
	width:371px;
	height:164px;
}
#header03 {
	position:absolute;
	left:436px;
	top:0px;
	width:90px;
	height:20px;
}
#header04 {
	position:absolute;
	left:526px;
	top:0px;
	width:64px;
	height:20px;
}
#twitter1 {
	position:absolute;
	left:590px;
	top:0px;
	width:69px;
	height:20px;
}
#facebook1 {
	position:absolute;
	left:659px;
	top:0px;
	width:67px;
	height:20px;
}
#header05 {
	position:absolute;
	left:726px;
	top:0px;
	width:65px;
	height:20px;
}
#header06 {
	position:absolute;
	left:436px;
	top:20px;
	width:355px;
	height:30px;
}
#header07 {
	position:absolute;
	left:436px;
	top:50px;
	width:105px;
	height:114px;
}
#replace-conv {
	position:absolute;
	left:541px;
	top:50px;
	width:239px;
	height:67px;
}
#header09 {
	position:absolute;
	left:780px;
	top:50px;
	width:11px;
	height:114px;
}
#header10 {
	position:absolute;
	left:541px;
	top:117px;
	width:239px;
	height:47px;
}
#header11 {
	position:absolute;
	left:65px;
	top:164px;
	width:224px;
	height:30px;
}
#interviews1 {
	position:absolute;
	left:289px;
	top:164px;
	width:84px;
	height:30px;
}
#book1 {
	position:absolute;
	left:373px;
	top:164px;
	width:65px;
	height:30px;
}
#mobile1 {
	position:absolute;
	left:438px;
	top:164px;
	width:67px;
	height:30px;
}
#news1 {
	position:absolute;
	left:505px;
	top:164px;
	width:58px;
	height:30px;
}
#about1 {
	position:absolute;
	left:563px;
	top:164px;
	width:60px;
	height:30px;
}
#comments1 {
	position:absolute;
	left:623px;
	top:164px;
	width:86px;
	height:30px;
}
#contact1 {
	position:absolute;
	left:709px;
	top:164px;
	width:71px;
	height:30px;
}
#header-21 {
	position:absolute;
	left:780px;
	top:164px;
	width:11px;
	height:30px;
}

/* body */

#bodyarea {
	position:relative;
	margin-top:8px;
	font-size:1.19em;
	padding-left:10px;
	left:0px;
	width:791px;
}

/* footer */

#footer {
	position:relative;
	clear:both;
	margin-top:2px;
	margin-bottom:18px;
	left:0px;
	width:791px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:0.9em;
	color:#b9b9b5;
}
#footer a {
	color:#A29877;
}
