/*//--------------------------------------------------------------
// THESE ARE THE STYLES REFERENCED IN THE GENERAL SITE AT LARGE
//--------------------------------------------------------------*/

html {
	height: 100%;
	}
	
body {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	min-width: 744px;
	/*safari requires pixel-specific background-position*/
	/*http://www.quirksmode.org/css/backgroundposition.html*/
	/*mac IE requires color before non-quoted image url*/
	/*http://www.webmasterworld.com/forum83/3651.htm*/
	/*macs will not read this from an external stylesheet!!!*/
	/*http://css.nu/pointers/bugs-ie.html*/
	background-color: #EDF0F4;
	background-image: url(/interface/frontend_longrightedge.jpg);
	background-repeat: repeat-y;
	z-index: 0;
	}
	
/* hide from macIE \ */
body {
	/*safari requires the color after the quoted image url*/
	background-image: url('/interface/frontend_longrightedge.jpg');
	background-repeat: repeat-y;
	background-color: #EDF0F4;
	}

/*hide from mozilla*/
* html body {
	/* min-height and min-width for IE */
	height: 100%;
	/* http://www.experts-exchange.com/Web/Web_Languages/CSS/Q_21106870.html */
	width: expression((this.parentNode.clientWidth <= 744 + 0)?744+"px":"auto");
	}
	
body, table, td, tr, th, p, div, li {
	/*font-family: Verdana, Arial, Helvetica;
	font-size : 11px;*/
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size : 12px;
	/*font-family: Comic Sans MS, cursive, sans;
	font-size: 12px;*/
	color: #423B5A;
	}

p, li, ul { margin-top: 0px; }

p a, p a:link, p a:active, p a:visited { 
	color: #1F5F7E; 
	font-family: Trebuchet MS, Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
	}  

p a:hover { 
	font-weight: bold;
	color: #0000FF; 
	text-decoration: underline;	
	font-family: Trebuchet MS, Arial, Helvetica;
	}
	
p.companylinks {
	/*background: url('/interface/frontend_companylinks.jpg');*/
	/*font-color: #EFEFEF;*/
	}
	
a.companylinks, a.companylinks:link, a.companylinks:active, a.companylinks:visited { 
	/*color: #EDF0F4; */
	font-family: Trebuchet MS, Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
	}  

a.companylinks:hover { 
	font-weight: bold;
	/*color: #FFFFFF; */
	text-decoration: underline;	
	font-family: Trebuchet MS, Arial, Helvetica;
	}

a, a:link, a:active, a:visited{ 
	color: #1F5F7E; 
	text-decoration: none;
	font-weight: bold;
	}  

a:hover{ 
	font-weight: bold;
	color: #0000FF; 
	text-decoration: underline;	
	}
	
li a, li a:link, li a:active, li a:visited{ 
	color: #1F5F7E; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}  

li a:hover{ 
	font-weight: bold;
	color: #0000FF; 
	text-decoration: underline;	
	font-family: Arial, Helvetica;
	}
		
input, textarea, select { 
	color: #333333; 
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size : 12px;
	width: 40px;
	}  
	
textarea:focus, input:focus {
	background-color: rgb(255, 255, 238);
	}

.zoetrope { /*process.php*/
	position: relative;
	margin-top: 44px;	
	margin-left: -20px;
	padding: 0px;
	}
	
/*hide from mozilla */
* html .zoetrope { 
	position: relative;
	margin-top: 24px;
	margin-left: -40px;
	padding: 0px;	
	}
	
.leftfeaturesposter {
	float:left;
	display:block;
	width:360px;
	text-align:center;
	margin:0px;
	padding-top:95px;
	padding-left:40px;
	padding-bottom:40px;
	}
	
/*hide from mozilla */
* html .leftfeaturesposter { 
	float:left;
	display:block;
	width:360px;
	text-align:center;
	margin:0px;
	padding-top:75px;
	padding-left:40px;
	padding-bottom:40px;	
	}
	
.leftshortsposter {
	float:left;
	display:block;
	width:360px;
	text-align:center;
	margin:0px;
	padding-top:95px;
	padding-left:33px;
	padding-bottom:40px;
	}	
	
/*hide from mozilla */
* html .leftshortsposter { 
	float:left;
	display:block;
	width:360px;
	text-align:center;
	margin:0px;
	padding-top:75px;
	padding-left:33px;
	padding-bottom:40px;	
	}
	
.rightfeaturesposter { /*features and shorts*/
	float:left;
	display:block;
	width:290px;
	text-align:center;
	margin:0px;
	padding-top:95px;
	padding-bottom:40px;
	}
	
/*hide from mozilla */
* html .rightfeaturesposter { 
	float:left;
	display:block;
	width:290px;
	text-align:center;
	margin:0px;
	padding-top:75px;
	padding-bottom:40px;
	}
	
.rightshortsposter { /*features and shorts*/
	float:left;
	display:block;
	width:290px;
	text-align:center;
	margin:0px;
	padding-top:95px;
	padding-bottom:40px;
	}
	
/*hide from mozilla */
* html .rightshortsposter { 
	float:left;
	display:block;
	width:290px;
	text-align:center;
	margin:0px;
	padding-top:75px;
	padding-bottom:40px;
	}

/*tiny icon external links*/
.external {
	background: transparent url(/interface/frontend_externalarrow.gif) 0px 3px no-repeat;
	padding-left: 15px;
	}
		
.results { /*block.class.php*/
	text-align:center;
	margin: 0 auto 0 auto;	
	padding-top: 5px;
	width: 99%;
	}

.messageribbon { /*messages.php*/
	width: 99%;
	margin: 0px auto 10px auto;
	}
		
.messageribbon td {
	text-align: center;
	padding: 2px;	
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFF99;
	border: 1px solid #999999;	
	}
	
/*//--------------------------------------------------------------
// THESE ARE CSS-P TABLES
//--------------------------------------------------------------*/
div.header {
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	}

div.content {
	position: relative;
	display: block;
	/*center this table*/
	margin: 0 auto 0 auto;
	/*without width, content is chopped*/
	width: 100%;
	/*background-color: transparent;*/
	z-index: 4;
	}
	
/*hide from windows*/
html>body, div.content, div.content p{
	font-size : 12px;
	line-height: 16px;
	} 
	
div.marqueegroup {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto 0 auto;
	width: 744px;
	}
	
span.marqueeimage {
	position: absolute;
	top: 122px;
	left: 73px;
	border: 1px solid #224A83;
	/*background-color: #AAB9CE;*/
	background-color: #253A4F;
	}
	
table.marqueecontent {
	position: absolute;
	top: 468px;
	left: 73px;
	width: 600px;
	}
	
span.marqueetext {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-left: 2px;
	color: #607188;
	font-size: 11px;
	}
	
/*hide from windows*/
html>body, span.marqueetext{
	font-size : 11px;
	line-height: 16px;
	} 	

/* in order to place the footer at the bottom of the screen and have it wrap,
   the body needs to be relative and have min-height (see body), and the wrapper
   needs to be relative with bottom padding*/
div.wrapper {
	position: relative;
	display: block;
	min-height: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*allow room for footer
	margin-bottom: -77px;*/
	background-color: transparent;
	z-index: 2;
	}
	
div.footer {
	/*position: absolute;
	bottom: 0px;
	width: 744px;
	background-color: #899FB4;
	line-height: 25px;
	height: 60px;
	margin: 0px auto 0px auto;
	padding: 0px;*/
	position: relative;
	display: block;
	width: 744px;
	margin: 0px;
	/*put the footer behind the links so as not to impede*/
	z-index: 1;
	/*testing color
	background-color:#00FF00;*/
	}
	
div.barrier {
	position: relative;
	display: block;
	height: 90px;
	margin-top: 60px;
	padding: 0px;
	z-index: 2;
	/*testing color
	background-color: #FF0000;*/
	}
	
/*hide from mozilla*/
* html div.barrier {
	height: 120px;
	margin-top: 0px;
	}
	
div.navigationrow {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 240px;
	padding-top: 10px;
	z-index: 3;
	}	

div.horizontal{
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 15px;
	z-index: 3;
	}
	
div.spacer {
	/*float left required for all versions of IE*/
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;	
	}
	
div.row {
	clear: both;
	padding: 0px;
	margin: 0px;	
	}
	
div.column {
	clear: both;
	padding: 0px;
	margin: 0px;
	}
	
/*//--------------------------------------------------------------
// THESE ARE ADDITIONAL TEXT DEFINITIONS
//--------------------------------------------------------------*/
/*content area for workflow pages*/
div.column span.contentprocesscell{
	float: left;
	width: 565px;
	margin-left: -76px;
	text-align: left;
	padding-right: 10px;
	padding-top: 0px;
	}
	
div.column span.contentprocessreturns{
	position: relative;
	width: 560px;
	display: block;
	text-align: left;
	padding-left: 3px;
	padding-top: 10px;
	}
	
/*content area for department pages*/
div.column span.pipelinebodycell{
	float: left;
	width: 565px;
	margin-left: -76px;
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	}
	
/*hide from mozilla*/
* html div.column span.pipelinebodycell {
	padding-top: 0px;
	}
	
div.column div.pipelineleftcell{
	float:right;
	width: 100%;
	padding-top: 32px;
	}
	
div.column div.pipelinerightcell{
	float:right;
	width: 408px;
	padding-top:0px;
	padding-left: 10px; 
	}
	
div.column div.pipelinegallery{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin: 0 auto 0 auto;
	text-align: center;
	min-height: 200px;
	max-width: 408px;
	/*macs will not read this from an external stylesheet!!!*/
	/*http://css.nu/pointers/bugs-ie.html*/
	background-image: url('/interface/frontend_gallerymiddle.gif');
	background-repeat: repeat-y;
	}
	
div.column span.gallerynavigation{
	padding-right: 8px;
	padding-left: 8px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica;
	}
	
div.column span.gallerynavigationhover{
	color: #0066CC;
	text-decoration: none;
	cursor: pointer;
	}
	
div.column span.gallerynavigationdormant{
	padding-right: 8px;
	padding-left: 8px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica;
	color: #7A96AE;
	text-decoration: none;
	}
	
/*hide from mozilla*/
* html div.pipelinegallery {
	height: 254px;
	}
	
div.column p.pipelinecontent{
	padding-top: 90px;
	padding-bottom: 30px;
	padding-right: 25px;
	margin:0px;
	/*text-align: justify;*/
	}

/*everything else but the kitchen sink*/
div.row span.leftfooter {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	}
	
div.row span.centerfooter {
	/*position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	color: #253A4F;
	width: 644px;
	line-height: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 50px;*/
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	/*color: #253A4F;*/
	color: #7CA3C8;
	width: 734px;
	/*line-height: 50px;*/
	padding: 5px;
	border-top: 1px solid #B4C4D2;
	border-bottom: 1px solid #B4C4D2;
	/*border-bottom: 1px solid #7A96AE;*/
	}
	
a.centerfooter:link, a.centerfooter:visited {
	/*color: #EDF0F4;*/
	/*color: #666666;*/
	color: #547FA7;
	}

div.row span.rightfooter {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: middle;
	}

/*the navigation that floats over
the left nav fade column*/	
div.column span.contentnavover{
	position: absolute;
	top: 130px;
	left: 12px;
	z-index: 2;
	width: 100px;
	text-align: left;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
	/*font-family: Verdana, Arial, sans;*/
	font-family: Arial, sans;
	font-weight: bold;
	font-size: 11px;
	z-index: 7;
	}
	
a.contentnavhead:link, a.contentnavhead:visited{
	color: #CCCCCC;
	/*font-family: Verdana, Arial, sans;*/
	font-family: Arial, sans;
	font-weight: bold;
	font-size: 11px;
	}
	
a.contentnavhead:hover{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.contentnavunder, a.contentnavunder:link, a.contentnavunder:visited{
	color: #CCCCCC;
	margin-left: 25px;
	/*font-family: Verdana, Arial, sans;*/
	font-family: Arial, sans;
	font-weight: bold;
	font-size: 11px;
	z-index: 7;
	}
	
.contentnavunder, a.contentnavunder:hover{
	text-decoration: none;
	color: #FFFFFF;
	}

/*the left navigation fade column*/
div.column span.contentnavcell{
	float: left;
	width: 131px;
	text-align: left;
	padding-right: 100px;
	margin-top: 28px;
	padding-bottom: 28px;
	z-index: 6;
	}
	
/*hide from mozilla*/
* html div.column span.contentnavcell {
	margin-top: 9px;
	padding-bottom: 9px;
	}
	
div.column span.contentbodycell{
	float: left;
	width: 460px;
	text-align: left;
	padding-top: 100px;
	padding-left: 3px;
	padding-right: 50px;
	}
	
div.column span.contentbodyreturns{
	position: relative;
	width: 455px;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
	padding-top: 10px;
	/*margin-bottom: 50px;*/
	}
	
	
a.contentbodyreturns:link, a.contentbodyreturns:visited{
	font-weight: normal;
	font-size: 11px;
	}

.contentbodysubtitle, a.contentbodysubtitle:link, a.contentbodysubtitle:visited{
	border-bottom: 1px solid #CED1D6;
	font-weight: bold;
	font-size: 13px;
	}
	
div.column span.contentbodylargetext{
	font-size: 13px;
	color: #0088CC;
	}
	
.redtext {
	color: #FF0000;	
	}
	
.graytext {
	color: #666699;
	}
	
/*//--------------------------------------------------------------
// THESE ARE FOR THE FLASH LEADERBOARD
//--------------------------------------------------------------*/
#flash_box_id {
	margin-top: -15px;
	margin-left: 72px;
	padding-bottom: 15px;
	}
	