@charset "utf-8";

/* default.css */

/* IE5 box model hack; FOR REFERENCE ONLY */
* html #sample-div {
/* \width: 800px; /* IE width */
	/* w\idth: 760px; /* Standard width, with 20px padding+borders on either side */
}

/****************************************************************************************************/
/* DEFAULT STYLES ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Body **********/
body {
	/* Box model */
	margin:0;
	padding:0;
	border:0; /* This removes the border around the viewport in old versions of IE */
	/* Dimensions */
	width: 100%;
	min-width: 800px; /* Enforce a minimum width for the layout; the min-width property does not work in old versions of Internet Explorer */
	/* Text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	/* Background */
	background: #333333 url(../images/bg/bg-555555-333333.jpg) top repeat-x;
}

/********** Headings **********/
h1,
h2,
h3,
h4 {
	/*margin: .8em 0 .2em 0;*/
	margin: 20px 0px 10px 0px;
	padding: 0;
	color: #333333;
/*	clear: both;*/
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

/********** Paragraphs **********/
p {
	/* Box model */
	margin: .4em 0 .8em 0;
	padding: 0;
	/* Text */
	color: #666666;
	text-align: justify;
	overflow: hidden;
}

/********** Link anchors (default) **********/
a,
a:link,
a:visited {
	/* Text */
	color: #C60C30;
	font-weight: bold;
}

/********** Link anchors (active) **********/
a:hover,
a:active,
a:focus {
	/* Text */
	text-decoration: underline;
}

/********** Images **********/
img {
	/* Box model */
	margin: 0;
	border: none;
}



/****************************************************************************************************/
/* MASTER CONTAINER STYLES -------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Master container **********/
div#master-container {
	/* Dimensions */
	width: 960px;
	/* Box model */
	margin-left: auto;
	margin-right: auto;
	/* Positioning */
	position: relative;
	/* Text */
	text-align: left;
	font-size: 13px;
}

/****************************************************************************************************/
/* CONTENT STYLES ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Content container **********/
div#content {
	/* Positioning */
	position: relative;
	top: 110px;
	/* Background */
	background: transparent url(../images/home/4-8-4-columns.jpg) top center repeat-y;
	/* Font */
	color: #666666;
	padding-bottom: 20px;
}

div#left-menu {
	padding-bottom: 20px;
}

/*div.standard div#content[class~="right"] {*/
div.standard-leftmenu div#content {
	background: transparent url(../images/bg/4-12-columns.jpg) top center repeat-y;
}

/*div.standard div#content[class~="left"] {*/
div.standard-rightmenu div#content {
	background: transparent url(../images/bg/12-4-columns.jpg) top center repeat-y;
}

/********** Content headings **********/
div#content h1 {
	/* Box model */
	margin-top: 20px;
	margin-bottom: 14px;
	
	/* Font */
	color: #C60C30;
}

div#page-title {
	padding-left: 20px;
	padding-right: 30px;
}

/* Page titles */
div#page-title h1 {
	margin-top: 0px;
}

div#content h3 {
	/* Box model */
	margin-top: 20px;
	margin-bottom: 10px;
}

div#content h3.first {
	margin-top: 0;
}

/********** Breadcrumbs **********/
div#breadcrumbs {
	color: #666666;
	padding-left: 20px;
	padding-right: 30px;
}

div#content div.full {
	padding-left: 20px;
	padding-right: 30px;
}

div#content div.left-column {
	padding-left: 20px;
}

div#content div.middle-column {
	padding-left: 14px;
	padding-right: 14px;
}

div#content div.right-column {
	padding-right: 20px;
}

div#content div.indent-1 {
	margin-left: 20px;
}

/********** Content paragraphs **********/
div#content p {
	/* Box model */
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	/* Text */
	color: #666666;
	overflow: visible; /* Needed to override overflow: hidden, which results in very strange float clearing and text hightlight behavior. */
}

/********** Standard content images **********/
div#content img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}

div#content img.right {
	float: right;
	margin-left: 20px;
}

div#content img.left {
	float: left;
	margin-right: 20px;
}

/********** Standard content image captions **********/
div#content p.caption {
	margin-top: 0;
	text-align: center;
}

div#content div.feature {
	clear: both;
}

div#content div.feature img {
	float: left;
	margin-right: 20px;
}

/********** Content links (default) **********/
div#content a,
div#content a:link,
div#content a:visited {
	/* Text */
	color: #555555;
/*color: #C60C30;*/
	font-weight: bold;
}

/********** Content links (active) **********/
div#content a:hover,
div#content a:active,
div#content a:focus {
	/* Text */
	color: #C60C30;
/*color: #FF0000;*/
	text-decoration: underline;
}

/********** Content heading links (default) **********/
div#content h1 a,
div#content h1 a:link,
div#content h1 a:visited, 
div#content h2 a,
div#content h2 a:link,
div#content h2 a:visited, 
div#content h3 a,
div#content h3 a:link,
div#content h3 a:visited, 
div#content h4 a,
div#content h4 a:link,
div#content h4 a:visited {
	/* Text */
	color: #333333;
/*color: #C60C30;*/
	font-weight: bold;
}

/********** Content links (active) **********/
div#content h1 a:hover,
div#content h1 a:active,
div#content h1 a:focus, 
div#content h2 a:hover,
div#content h2 a:active,
div#content h2 a:focus, 
div#content h3 a:hover,
div#content h3 a:active,
div#content h3 a:focus, 
div#content h4 a:hover,
div#content h4 a:active,
div#content h4 a:focus {
	/* Text */
	color: #C60C30;
/*color: #FF0000;*/
	text-decoration: underline;
}

/********** Content horizontal rules **********/
div#content hr {
	/* Box model */
	margin: 0;
	margin-top: 20px;
}

div.hr-580 {
	display: block;
	height: 1px;
	width: 580px;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hr/hr_580x1.gif) no-repeat;
}

/****************************************************************************************************/
/* SPLASH STYLES --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Splash container **********/
div#splash {
	/* Dimensions */
	width: 900px;
	/* Box model */	
	/*border-bottom: groove 2px #f4f4f4;*/
	padding: 20px;
	/* Background */
	background: #FFFFFF;
}

div#splash-shadow {
	/* Display */.
	display: block;
	/* Positioning */
	position: relative;
	/* Dimensions */
	height: 20px;
	/* Background */
	background: url(../images/bg/4-8-4-header-shadow.png) top center repeat-x;
}

/****************************************************************************************************/
/* BLURB STYLES ------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Blurb wrapper container **********/
div#blurb-wrapper {
	/* Dimensions */
	width:100%;
	height: 370px;
	/* Positioning */
	position: relative;
	/* Text */
	overflow-y: auto;
	/* Background */
	background: #005577 url(../images/blurb/woman-holding-cardlogix-smart-card.jpg) top left no-repeat;
}

/********** Blurb container **********/
div#blurb {
	/* Dimensions */
	width: 580px;
	height: 330px;
	/* Box model */
	padding-right: 20px;
	/* Positioning */
	position: absolute;
	top: 20px;
	right: 2px;
	/* Text */
	overflow: auto;
	overflow-x: hidden;
	/* Background */
	background: none;
}

/********** Blurb paragraphs **********/
div#blurb p {
	/* Dimensions */
	width: 380px;
	/* Box model */
	/*margin: 10px;*/
	/* Float */	
	float: right;
	clear: both;
	/* Text */
	font-size: 1.1em;
	line-height: 1.49em;
	color: #EEEEEE;
}

/********** Blurb link anchors (default) **********/
div#blurb a:link,
div#blurb a:visited {
	/* Text */
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1em;
}

/********** Blurb link anchors (active) **********/
div#blurb a:hover,
div#blurb a:active,
div#blurb a:focus {
	/* Text */
	color: #C60C30;
}

/****************************************************************************************************/
/* SPOTLIGHT STYLES --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Spotlight container ((re)set auto-height through pattern matching) **********/
div[class~="spotlight"] {
	/* Dimensions */
	/*height: auto;*/ /* Originally needed for "floating panel" layout */
}

/********** Spotlight headings **********/
.spotlight h1,
.spotlight h2,
.spotlight h3,
.spotlight h4 {
	/* Box model */
	margin: 10px 0;
	/* Text */
	/*color: #666666;*/ /* Disabled so that standard color classes can take effect, even with lower specificity */
	clear: none;
}

/********** Spotlight paragraphs **********/
.spotlight p {
	/* Box model */
	margin: 10px 0px;
	margin-bottom: 0;
}

/********** Spotlight images **********/
div#content .spotlight img {
	/* Box model */
	margin: 0;
	margin-left: 20px;
	padding: 0;
	/* Float */
	float: right;
}

/* IE5 ONLY (Screws up IE6)*/
/*
* html div.spotlight {
	/width: 576px;
	w/idth: 554px;
}
*/

/****************************************************************************************************/
/* LEFT MENU STYLES --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div#page-links {
	padding-left: 20px;
	padding-right: 10px;
}

div#related-links {
	padding-left: 20px;
	padding-right: 10px;
}

div#page-links h3, 
div#related-links h3 {
	color: #777777;
	font-size: 1em;
	margin-top: 0;
	/*border-top: solid 1px #CCCCCC;*/
	/*border-bottom: solid 1px #DDDDDD;*/
	text-align: center;
}

div#page-links hr, 
div#related-links hr {
	margin: 0;
}

div#page-links ul, 
div#related-links ul {
	list-style: none;
	font-size: 0.9em;
}

div#page-links ul li, 
div#related-links ul li {
	margin-left: 0;
}

div#page-links a, 
div#page-links a:link, 
div#page-links a:visited, 
div#related-links a, 
div#related-links a:link, 
div#related-links a:visited {
	color: #999999;
	font-weight: normal;
	display: block;
	margin: 8px 0;
}

div#page-links a:active, 
div#page-links a:focus, 
div#page-links a:hover, 
div#related-links a:active, 
div#related-links a:focus, 
div#related-links a:hover {
	color: #C60C30;
}

/****************************************************************************************************/
/* SITE SEAL STYLES --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Site seal container **********/
div#siteseal {
	/* Positioning */
	position: absolute;
	top: -60px;
	left: 80px;
	/* The following two styles are for use with the Holy Grail 3-column layout */
	/*left: 300px;*/ /* 300px shift was manually found to accommodate for the 3col.css DIV shifts */
	/*bottom: 10px;*/
	z-index: 99999;
}

/****************************************************************************************************/
/* ENDCAP STYLES -----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********** Endcap-container container **********/
div#endcap-container {
	/* Positioning */
	position: relative;
	top: 110px;
}

/********** Endcap container **********/
div#endcap {
	/* Display */
	display: block;
	/* Dimensions */
	height: 10px;
	/* Background */
	background: url(../images/bg/4-8-4-endcap.png) center bottom no-repeat;
}

/*div.standard div#endcap[class~="right"] {*/
div.standard-leftmenu div#endcap {
	background: url(../images/bg/4-12-endcap.png) center bottom no-repeat;
}

/*div.standard div#endcap[class~="left"] {*/
div.standard-rightmenu div#endcap {
	background: url(../images/bg/12-4-endcap.png) center bottom no-repeat;
}

/****************************************************************************************************/
/* GLOBAL NAVITATION MENU STYLES -------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div#megamenu {
	/* Display */
	display: block;
	/* Positioning */
	position: relative;
	/* Dimensions */
	height: 30px;
	/* Background */
	background-color: #C60C30;
	/* Text */
	line-height: 30px;
}

/********* Global Navigation Menu Container *********/
div#global-nav {
	/* Background */
	background: #C60C30 url(../images/menu/bg-nav-gloss-red.gif) top repeat-x;
	/* Positioning */
	position: absolute;
	bottom: 0;
	/* Text */
	color: #C60C30;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	/* Dimensions */
	width:940px;
	height: 30px;
	/* Float */
	clear: both;
	/* Shadows */
	/*
	-moz-box-shadow: 0px 3px 6px #222222;
	-webkit-box-shadow: 0px 3px 6px #222222;
	box-shadow: 0px 3px 6px #222222;
	*/
}

/****************************************************************************************************/
/* HEADER / FOOTER STYLES --------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/********* Header content container *********/
div#header-content {
	/* Text */
	color: #666;
	/* Background */
	background: #FFFFFF;
}

/********* Left header column container *********/
div#header-left {
	/* Display */
	display: block;
	/* Dimensions */
	width: 50%;
	height: 80px;
	/* Text */
	line-height: 40px; 
	/* Float */
	float: left;
}

/********* Right header column container *********/
div#header-right {
	/* Dimensions */
	width: 50%;
	/* Positioning */
	float: right;
	/* Background */
	background: none;
	/* Text */
	text-align: right;
	/* Display */
	display: inline;
	overflow: hidden;
}

/********* Company heading container (hides the page's H1 heading) *********/
div#company-heading {
	/* Dimensions */
	width: 100%;
	/* Positioning */
	position: absolute;
	left: -9999%; /* Maintains content in HTML code, but moves it out of site in the browser viewport */
	/* Float */
	float: left;
	clear: both;
	/* Text */
	text-align: center;
}

/********* Company heading *********/
div#company-heading h1 {
	/* Box model */
	margin: 0;
	/* Text */
	font-size: 1px;
}

/********* Company logo image *********/
img#company-logo {
	/* Positioning */
	position: relative;
	top: 20px;
	left: 20px;
}

div#header-shadow {
	/* Display */
	display: inline;
	/* Positioning */
	position: relative;
	/* Dimensions */
	height: 20px;
	/* Background */
	background: url(../images/bg/header-shadow.png) top center repeat-x;
}

div.standard-leftmenu div#header-shadow {
	/* Display */
	display: inline;
	/* Positioning */
	position: relative;
	/* Dimensions */
	height: 20px;
	/* Background */
	background: url(../images/bg/4-12-header-shadow.png) top left repeat-x;
}

div.standard-rightmenu div#header-shadow {
	/* Display */
	display: inline;
	/* Positioning */
	position: relative;
	/* Dimensions */
	height: 20px;
	/* Background */
	background: url(../images/bg/12-4-header-shadow.png) top right repeat-x;
}

/********* Footer container *********/
div#footer {
	/* Positioning */
	position: relative;
	top: 110px;
}

/********* Left footer column container *********/
div#footer-left {
	/* Background */
	background: none;
	/* Text */
	color: #999999;
	line-height: 30px;
	/* Dimensions */
	height: 30px;
	/* Float */
	float: left;
}

/********* Right footer column container *********/
div#footer-right {
	/* Background */
	background: none;
	/* Text */
	color: #999999;
	text-align: right;
	/* Float */
	float: right;
}

/********* Shared header / footer links lists *********/
ul#header-links,
ul#footer-links, 
ul.horizontal-links {
	/* Box model */
	margin: 0;
	padding: 0;
	/* List */
	list-style: none;
}

/********* Header links list *********/
ul#header-links {
	/* Box model */
	padding-top: 10px;
	padding-right: 20px;
	/* Text */
	text-align: right;
}

/********* Footer links lists *********/
ul#footer-links {
	/* Dimensions */
	height: 30px;
	/* Text */
	line-height: 30px;
}

/********* Shared header / footer links list items *********/
ul#header-links li,
ul#footer-links li, 
ul.horizontal-links li {
	/* Display */
	display: inline;
	/* Box model */
	padding: 0 10px;
	margin:0; /* a previous margin style has to be overriden */
	border: none;
	/* Text */
	line-height: 24px;
}

/********* Header links list items *********/
ul#header-links li {
	border-left: solid 1px #666666;
}

ul.horizontal-links li {
	border-right: solid 1px #666666;
}

/********* Footer links list items *********/
ul#footer-links li {
	border-left: solid 1px #999999;
}

/********* Shared header / footer first link list item *********/
ul#header-links > li:first-child,
ul#footer-links > li:first-child {
	/* Box model */
	border-left: none; /* Removes the left divider from the first link */
}

ul.horizontal-links > li:first-child {
	/*padding-left: 0;*/
}

ul.horizontal-links > li:last-child {
	border-right: none;
	padding-right: 0;
}

/********* Shared header / footer last Link list item *********/
ul#header-links > li:last-child,
ul#footer-links > li:last-child {
	/* Box model */
	padding-right:0; /* Removes the padding from the right side of the last link */
}

/********* Shared header / footer link anchors (default) *********/
ul#header-links li a,
ul#header-links li a:link,
ul#header-links li a:visited,
ul#footer-links li a,
ul#footer-links li a:link,
ul#footer-links li a:visited {
	/* Text */
	text-decoration: none;
}

/********* Header link anchors (default) *********/
ul#header-links li a,
ul#header-links li a:link,
ul#header-links li a:visited {
	/* Text */
	color: #666666;
}

/********* Footer link anchors (default) *********/
ul#footer-links li a,
ul#footer-links li a:link,
ul#footer-links li a:visited {
	/* Text */
	color: #999999;
}

/********* Shared header / footer link anchors (active) *********/
ul#header-links li a:hover,
ul#header-links li a:active,
ul#header-links li a:focus,
ul#footer-links li a:hover,
ul#footer-links li a:active,
ul#footer-links li a:focus {
	/* Text */
	text-decoration: underline;
	
}

/********* Header link anchors (active) *********/
ul#header-links li a:hover,
ul#header-links li a:active,
ul#header-links li a:focus {
	/* Text */
	color: #C60C30;
}

/********* Footer link anchors (active) *********/
ul#footer-links li a:hover,
ul#footer-links li a:active,
ul#footer-links li a:focus {
	/* Text */
	color: #FFCC00;
}

/********* Google Translator container *********/
div#google_translate_element {
	/* Float */
	float: right;
	clear: both;
	/* Box model */
	padding-right: 20px;
}

/****************************************************************************************************/
/* CORPORATE SECTION -------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div.job-listing {
	margin-top: 2em;
}

div.job-listing h2 {
	margin-bottom: 1.2em;
	font-size: 1.2em;
}

div.industry-links h2, 
div#main-content h2.inset, 
div#main-content p.inset {
	color: #666666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: url(../images/bg/heading-650-inset.png) top center no-repeat;
	margin-bottom: 10px;
}

div.press-releases h2 {
	font-size: 1.2em;
}

div.horizontal-logos {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div#main-content div.horizontal-logos img {
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

/****************************************************************************************************/
/* TEXT MODIFIERS ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.normal {
	font-weight: normal;
}

/****************************************************************************************************/
/* STANDARD COLORS ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #C60C30;
}

.gold {
	color: #FFCC00;
}

.darkgray {
	color: #333333;
}

.mediumgray {
	color: #666666;
}

.lightgray {
	color: #999999;
}

/****************************************************************************************************/
/* STANDARD SHIMS ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div.shim_10 {
	display: block;
	height: 10px;
	clear: both;
}

div.shim_20 {
	display: block;
	height: 20px;
	clear: both;
}

div.shim_40 {
	display: block;
	height: 20px;
	clear: both;
}

/****************************************************************************************************/
/* STANDARD COLORS ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div#ie-notice {
	border: groove 4px #000000;
	border-left: 0;
	border-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-align: center;
	background: #FFFF00;
	width: 940px;
	height: auto;
	position: relative;
	top: 110px;
	color: #333333;
	display: none; /* Do not display the IE notice container (required for Google Chrome) */
}

* html div#ie-notice {
	display: block; /* Display the IE notice container for Internet Explorer 5 and 6 */
}

div#ie-notice a,
div#ie-notice a:link,
div#ie-notice a:visited {
	color: #000000;
}



/****************************************************************************************************/
/* DOORWAY TILES -----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

div.tiled {
	clear: both;
}

div.tiled div.left, 
div.tiled div.middle, 
div.tiled div.right {
	display: inline-block;
	width: 200px;
	/*height: 200px;*/
	height: 182px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.tiled a, 
div.tiled a:link, 
div.tiled a:visited {
	display: block;
	width: 180px;
	/*height: 180px;*/
	height: 162px;
	padding: 10px;
	background-position: bottom center;
	/* Change to this line for grayscale default images */
	/*background-position: bottom center;*/
	background-repeat: no-repeat;
}

div.tiled a:hover, 
div.tiled a:active, 
div.tiled a:focus {
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#sitemap h3, 
div#sitemap li h3, 
div#sitemap li h4, 
div#sitemap ul,  
div#sitemap ul li {
	margin-top: 0;
	margin-bottom: 0;
}

div#sitemap h3 {
	margin-top: 10px;
}
