@charset "utf-8";
/* CSS Document */


/* Generic
---------------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	background:#ffffff;
	font: 62%/1.2em Arial, Helvetica, sans-serif;
	color:#636b70;
}

input, textarea {
	 font: 10px/1.2em Arial, Helvetica, sans-serif;
     color:#636b70;
	 background-color: #ffffff;
     border: solid 1px #b1b5b7;
	 padding:2px;
}

p {
	padding: 0 0 1.1em;
}

h1 { /* Main Heading Grey */
	font: normal 125%/110% Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: -0.05em;
	font-weight: bold;
	padding-bottom:18px;
	display: block;
	color:#636b70;
}

h2 { /* Features of Business Benefits Heading */
	text-align: left;
	letter-spacing: -0.035em;
	display: block;
	color:#FFFFFF;
	font-weight: bold;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 100%;
	font-variant: normal;
	text-transform:uppercase;
	white-space: nowrap;
	background-image: url(../images/products/features_title_bg.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

h3 { /* Sub Heading Orange */
	text-align: left;
	letter-spacing: -0.014em;
	display: block;
	color:#de7008;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-variant: normal;
	padding-top:4px;
	padding-bottom:7px;
}

h4 { /* Sub Heading Grey */
	text-align: left;
	letter-spacing: -0.01em;
	display: block;
	color:#636b70;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 100%;
	font-variant: normal;
	padding-top:4px;
	padding-bottom:7px;
}

h5 { /* Sub Heading Green */
	text-align: left;
	letter-spacing: -0.01em;
	display: block;
	/* color:#99cccc; */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-variant: normal;
	padding-top:0px;
	padding-bottom:0px;
}

.bold-text {
	font-weight: bold;
}


.text-green {
	color:#99cccc;
}

.text-sandfield-green {
	color:#a8c4c4;
}

.text-gray{
	color:#636b70;
}

.text-orange{
	color:#de7008;
}

img {
	border: none;
}
a {
	color: #de7008;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font: italic 100% Arial, Helvetica, sans-serif;
	text-indent: -0.55em
}

em strong {
	color: #CC0000;
}
del {
	color: #636b70;
}
ins {
	text-decoration: none;
}

blockquote {
	padding: 0 0 15px 0;
	/* background:url(../images/page-bullet.gif) no-repeat left 2px; */
	font: italic 103%/125% Arial, Helvetica, sans-serif;
	color: #636b70;
	/* border-top: 1px solid #636b70 
	border-bottom: 1px dashed #636b70;*/
	margin: 0px;
	background-image:url(../images/quote-open.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	text-indent: 10px;
}

img.quote{
	padding:0 0 0 3px;
}

cite {
	margin-top:8px;
	margin-bottom:12px;
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	display: block; 
	color: #de7008;
}

ul {
	list-style: none;
	margin:0px;
	padding:0px;
	/* padding-top: .5em; */
}
ul li li{
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 18px;
}
ol {
	font: normal 100% Arial, Helvetica, sans-serif;
	margin: .3em 0 15px;
	font-weight:bold; 
}
ol li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ol p {
	font: normal 80%/150% Arial, Helvetica, sans-serif;
	color: #636b70;
}

p.whats-going-on-quote
{
	background-color:#F0F0F0;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
	margin-right:20px;
}

a.home_whatsGoingOnTitle
{
	font-weight:bold;
	color:#636b70;
	text-decoration:none;
}
/* Standard Form Layout
---------------------------------------------------------------------------------*/
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	margin-left: 0em;
	color: #000000;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
}

label {
	font: normal 94% Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}


/* header
---------------------------------------------------------------------------------*/
#homeHeader {
	height: 94px;
	width: 956px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 33px;
	left: 0px;
}

#nav {
	width:666px;
	height: 33px;
	position: absolute;
	top: 33px;
	left: 290px;
	background:url(../images/nav_rollover.gif) no-repeat 0 0;
}


/* Form Buttons
---------------------------------------------------------------------------------*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('../images/button_bg_right.gif') no-repeat scroll top right;
    display: block;
	float: left;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #de7008;
    margin-right: 10px;
}

a.button span {
	background: transparent url('../images/button_bg_left.gif') no-repeat;
	display: block;
	line-height: 13px; /* button height */
    padding: 2px 0 3px 17px; /* push text down 1px  */
} 

a.button:active {
    background-position: bottom right;
	text-decoration:underline;    
	color: #de7008;
    outline: none;  /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	text-decoration:underline;
    padding: 2px 0 3px 17px; /* push text down 1px  */
}

a.button:hover {
	background-position: bottom right;
	text-decoration: none;
    color: #de7008;
    outline: none;  /* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: bottom left;
	text-decoration: none;
    padding: 2px 0 3px 17px; /* push text down 1px  */
}


/* Main Navigation
---------------------------------------------------------------------------------*/
#nav li { float: left; padding: 0; margin: 0 0 0 0px;}
#nav li a { display: block; height: 33px;}
	
	li#nav-home a {width: 76px; background:url(../images/home_btn.gif) no-repeat 0 0;}
	li.nav-spacer {width: 1px;}
	li#nav-services a { width: 106px; background: url(../images/services_btn.gif) no-repeat 0 0;}		
	li#nav-products a { width: 108px; background: url(../images/products_btn.gif) no-repeat 0 0;}		
	li#nav-customers a {width: 102px; background: url(../images/customers_btn.gif) no-repeat 0 0;}		
	li#nav-news a {width: 79px; background: url(../images/news_btn.gif) no-repeat 0 0;}		
	li#nav-aboutus a { width: 100px; background: url(../images/about_us_btn.gif) no-repeat 0 0;}		
	li#nav-contactus a {width: 89px; background: url(../images/contact_us_btn.gif) no-repeat 0 0;}
		
#nav li.on a { background-position: 0 -30px;}
#nav li a:hover { background-position: 0 -30px}


#products-nav {
	position: relative;
	margin:0;
	padding:0;
	z-index: 20;
}

#subpage-nav {
	position: relative;
	margin:0;
	padding:0;
	list-style-type: none;
}

#subpage-newsletter {
	position: relative;
	margin: 0px ;
	padding:0px;
	list-style-type: none;
}

/* Subpage Navigation
---------------------------------------------------------------------------------*/
#subpage-nav a { display:block;  padding: 0px 0px 10px 15px; margin: 0px; background:url(../images/submenu_l1_arrows.gif); background-repeat:no-repeat; background-position:left 1px; color: #636b70;}
#subpage-nav li li a { display:block;  padding: 0px 0px 10px 10px; margin: 0px; background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left 1px; color: #636b70;}
#subpage-nav li.on a { background:url(../images/submenu_l1_arrows.gif); background-repeat:no-repeat; background-position: 0px -41px; color: #de7008; text-decoration:none; outline: none;}
#subpage-nav li.off a {background:url(../images/submenu_l1_arrows.gif); background-repeat:no-repeat; background-position: left 1px; display:block;    color: #636b70;}
#subpage-nav li a:hover { background:url(../images/submenu_l1_arrows.gif); background-repeat:no-repeat; background-position: left -41px; color: #de7008; text-decoration:none; outline: none;}
#subpage-nav li li a:hover { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left -41px; color: #de7008; text-decoration:none; outline: none;}
#subpage-nav li li.on a { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left -41px; color: #de7008; text-decoration:none; outline: none;}
#subpage-nav li li.off a { display:block;  padding: 0px 0px 10px 10px; margin: 0px; background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left 1px; color: #636b70;}
#subpage-nav li li.off a:hover { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left -41px; color: #de7008; text-decoration:none; outline: none;}
/* Subpage Navigation Firefox Fix
---------------------------------------------------------------------------------*/
#subpage-subnav li a { display:block;  padding: 0px 0px 10px 25px; margin: 0px; background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: 15px 1px; color: #636b70;}
#subpage-subnav li.on a { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: 15px -41px; color: #636b70; text-decoration:none; outline: none;}
#subpage-subnav li a:hover { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: 15px -41px; color: #de7008; text-decoration:none; outline: none;}

/* Subpage Navigation
---------------------------------------------------------------------------------*/
#subpage-newsletter a { display:block;  padding: 0px 0px 10px 15px; margin: 0px; background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position:left 3px; color: #636b70;}
#subpage-newsletter li.on a { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: 0px -39px; color: #de7008; text-decoration:none; outline: none;}
#subpage-newsletter li a:hover { background:url(../images/submenu_l2_arrows.gif); background-repeat:no-repeat; background-position: left -39px; color: #de7008; text-decoration:none; outline: none;}
/* Images
---------------------------------------------------------------------------------*/
img.floatright {
	float: right;
	margin: 2px 0px 10px 10px;
	border: 1px solid #b1b5b7;
	padding: 2px;
}

img.floatleft {
	float: left;
	margin: 2px 10px 10px 0px;
	border: 1px solid #b1b5b7;
	padding: 2px;
}

/* Products Navigation
---------------------------------------------------------------------------------*/
#products-nav li { padding: 0; margin: 0 0 0 0px;}
#products-nav li a { display: block; height: 20px;}
	
	li#products-nav-astro a {width: 195px; background:url(../images/products/nav/astro_btn.gif) no-repeat 0 0;}
	li#products-nav-astro a:hover {width: 195px; background:url(../images/products/nav/astro_on_btn.gif) no-repeat 0 0;}
	li#products-nav-astro.producton a {width: 195px; background:url(../images/products/nav/astro_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-crossfire-edi a {width: 195px; background:url(../images/products/nav/crossfire_edi_btn.gif) no-repeat 0 0;}
	li#products-nav-crossfire-edi a:hover {width: 195px; background:url(../images/products/nav/crossfire_edi_on_btn.gif) no-repeat 0 0;}
	li#products-nav-crossfire-edi.producton a {width: 195px; background:url(../images/products/nav/crossfire_edi_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-elevate a {width: 195px; background:url(../images/products/nav/elevate_btn.gif) no-repeat 0 0;}
	li#products-nav-elevate a:hover {width: 195px; background:url(../images/products/nav/elevate_on_btn.gif) no-repeat 0 0;}
	li#products-nav-elevate.producton a {width: 195px; background:url(../images/products/nav/elevate_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-eyesite a {width: 195px; background:url(../images/products/nav/eyesite_btn.gif) no-repeat 0 0;}
	li#products-nav-eyesite a:hover {width: 195px; background:url(../images/products/nav/eyesite_on_btn.gif) no-repeat 0 0;}
	li#products-nav-eyesite.producton a {width: 195px; background:url(../images/products/nav/eyesite_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-harvest a {width: 195px; background:url(../images/products/nav/harvest_btn.gif) no-repeat 0 0;}
	li#products-nav-harvest a:hover {width: 195px; background:url(../images/products/nav/harvest_on_btn.gif) no-repeat 0 0;}
	li#products-nav-harvest.producton a {width: 195px; background:url(../images/products/nav/harvest_on_btn.gif) no-repeat 0 0;}

	li#products-nav-iportal a {width: 195px; background:url(../images/products/nav/iportal_btn.gif) no-repeat 0 0;}
	li#products-nav-iportal a:hover {width: 195px; background:url(../images/products/nav/iportal_on_btn.gif) no-repeat 0 0;}
	li#products-nav-iportal.producton a {width: 195px; background:url(../images/products/nav/iportal_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onaccount a {width: 195px; background:url(../images/products/nav/onaccount_btn.gif) no-repeat 0 0;}
	li#products-nav-onaccount a:hover {width: 195px; background:url(../images/products/nav/onaccount_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onaccount.producton a {width: 195px; background:url(../images/products/nav/onaccount_on_btn.gif) no-repeat 0 0;}

	li#products-nav-onevent a {width: 195px; background:url(../images/products/nav/onevent_btn.gif) no-repeat 0 0;}
	li#products-nav-onevent a:hover {width: 195px; background:url(../images/products/nav/onevent_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onevent.producton a {width: 195px; background:url(../images/products/nav/onevent_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onhliday a {width: 195px; background:url(../images/products/nav/onhliday_btn.gif) no-repeat 0 0;}
	li#products-nav-onhliday a:hover {width: 195px; background:url(../images/products/nav/onhliday_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onhliday.producton a {width: 195px; background:url(../images/products/nav/onhliday_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onissue a {width: 195px; background:url(../images/products/nav/onissue_btn.gif) no-repeat 0 0;}
	li#products-nav-onissue a:hover {width: 195px; background:url(../images/products/nav/onissue_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onissue.producton a {width: 195px; background:url(../images/products/nav/onissue_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onnews a {width: 195px; background:url(../images/products/nav/onnews_btn.gif) no-repeat 0 0;}
	li#products-nav-onnews a:hover {width: 195px; background:url(../images/products/nav/onnews_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onnews.producton a {width: 195px; background:url(../images/products/nav/onnews_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onsale a {width: 195px; background:url(../images/products/nav/onsale_btn.gif) no-repeat 0 0;}
	li#products-nav-onsale a:hover {width: 195px; background:url(../images/products/nav/onsale_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onsale.producton a {width: 195px; background:url(../images/products/nav/onsale_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-onservice a {width: 195px; background:url(../images/products/nav/onservice_btn.gif) no-repeat 0 0;}
	li#products-nav-onservice a:hover {width: 195px; background:url(../images/products/nav/onservice_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onservice.producton a {width: 195px; background:url(../images/products/nav/onservice_on_btn.gif) no-repeat 0 0;}

	li#products-nav-onsure a {width: 195px; background:url(../images/products/nav/onsure_btn.gif) no-repeat 0 0;}
	li#products-nav-onsure a:hover {width: 195px; background:url(../images/products/nav/onsure_on_btn.gif) no-repeat 0 0;}
	li#products-nav-onsure.producton a {width: 195px; background:url(../images/products/nav/onsure_on_btn.gif) no-repeat 0 0;}	
	
	li#products-nav-ontickets a {width: 195px; background:url(../images/products/nav/ontickets_btn.gif) no-repeat 0 0;}
	li#products-nav-ontickets a:hover {width: 195px; background:url(../images/products/nav/ontickets_on_btn.gif) no-repeat 0 0;}
	li#products-nav-ontickets.producton a {width: 195px; background:url(../images/products/nav/ontickets_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-pipeline-catalyst a {width: 195px; background:url(../images/products/nav/pipeline_catalyst_btn.gif) no-repeat 0 0;}
	li#products-nav-pipeline-catalyst a:hover {width: 195px; background:url(../images/products/nav/pipeline_catalyst_on_btn.gif) no-repeat 0 0;}
	li#products-nav-pipeline-catalyst.producton a {width: 195px; background:url(../images/products/nav/pipeline_catalyst_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-seafreight a {width: 195px; background:url(../images/products/nav/seafreight_btn.gif) no-repeat 0 0;}
	li#products-nav-seafreight a:hover {width: 195px; background:url(../images/products/nav/seafreight_on_btn.gif) no-repeat 0 0;}
	li#products-nav-seafreight.producton a {width: 195px; background:url(../images/products/nav/seafreight_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-tradeanalyser a {width: 195px; background:url(../images/products/nav/tradeanalyser_btn.gif) no-repeat 0 0;}
	li#products-nav-tradeanalyser a:hover {width: 195px; background:url(../images/products/nav/tradeanalyser_on_btn.gif) no-repeat 0 0;}
	li#products-nav-tradeanalyser.producton a {width: 195px; background:url(../images/products/nav/tradeanalyser_on_btn.gif) no-repeat 0 0;}
	
	li#products-nav-vms a {width: 195px; background:url(../images/products/nav/vms_btn.gif) no-repeat 0 0;}
	li#products-nav-vms a:hover {width: 195px; background:url(../images/products/nav/vms_on_btn.gif) no-repeat 0 0;}
	li#products-nav-vms.producton a {width: 195px; background:url(../images/products/nav/vms_on_btn.gif) no-repeat 0 0;}
	

/* Main content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 956px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#flash-feture {
	width: 956px;
	margin: 0;
	padding: 0;
	height:194px;
}

#home-feature {
	width: 956px;
	margin: 0;
	padding: 0;
	height:314px;
}

#bottom-frame {
	background-image: url(../images/screen_bottom_frame.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	height:8px;
	width: 956px;
}

#main-content {
	position:relative;
	width: 956px;
	margin-top: 0px;
	overflow:hidden; /* Firefox Fix*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:auto;
}

#main-features {
	color:#636b70;
	float: left;
	display: inline; /* Fix IE double margin float bug */
	margin-left:30px;
	margin-right:30px;
	font-size: 125%;
}

#main-features .sub-feature {
	float: left;
	width: 260px;
	padding-bottom: 1px;
	/*min-height: 16em; */
	line-height: 1.45em;
}

/* Sub section content 
---------------------------------------------------------------------------------*/
#section-features {
	color:#636b70;
	float: left;
	display: inline; /* Fix IE double margin float bug */
	margin-left:15px;
	margin-right:15px;
	font-size: 125%;
}

#sub-section-links {
	float: left;
	width: 195px;
	margin-right:15px;
	padding-bottom: 15px;
	/*min-height: 16em; */
}

.sub-section-content {
	float: left;
	width: 466px;
	margin-right:30px;
	padding-bottom: 1px;
	/*min-height: 16em; */
	line-height: 1.45em;
	z-index:25;
}

.sub-section-features {
	float: left;
	width: 220px;
	padding-bottom: 1px;
	/*min-height: 16em; */
	line-height: 1.45em;
	margin:0 0 40px 0px;
}

.sub-section-spacer {
	margin-top:3px;
	margin-bottom:3px;
/*	margin:0px;
	padding-top: 2px;
	padding-bottom: 2px;
*/
	height:1px;
	background-repeat:repeat-x;
	background-image: url(../images/products/feature_dotted_line.gif);
	background-position: 0px 0px;
}

.spacer {
	margin-top:3px;
	margin-bottom:3px;
	height:1px;
	background-repeat:repeat-x;
	background-image: url(../images/spacer.gif);
	background-position: 0px 0px;
}

.sub-section-title {
	width:220px;
	height:20px;
	z-index:20;
	display:inline;
	float: none;
}

.sub-section-text {
	margin-top: 12px;
	padding-left:10px;
	padding-right:10px;	
	z-index:30;
}

#sub-section-text {
	margin-top: 12px;
	padding-left:10px;
	padding-right:10px;	
	z-index:30;
}

.spacer-fetures {
	float: left;
	width: 1px;
	margin-left:29px;
	margin-right:28px;
	padding-bottom: 1px;
}

.title-image {
	margin:0;
	padding-bottom:18px;
}

.sub-title-image {
	margin:0;
	padding-top:8px;
	padding-bottom:8px;
}

/* About US 
---------------------------------------------------------------------------------*/
#nav-avc {
	width:446px;
	height:21px;
	position: relative;
	background:url(../images/aboutus/acv-nav-off.gif) no-repeat 0 0;
}

#nav-avc li { float: left; padding: 0; margin: 0 0 0 0px;}
#nav-avc li a { display: block; height: 21px;}
	
	li#nav-agility a {width: 89px; background:url(../images/aboutus/about-us-agility-off-btn.gif) no-repeat 0 0;outline:0;}
	li#nav-certainty a { width: 111px; background:url(../images/aboutus/about-us-certainty-off-btn.gif) no-repeat 0 0;outline:0;}		
	li#nav-value a { width: 87px; background:url(../images/aboutus/about-us-value-off-btn.gif) no-repeat 0 0;outline:0;}		

#nav-avc li.acvon a { background-position: 0 -21px;}
#nav-avc li a:hover { background-position: 0 -21px;}

.agility {
	width:446px;
	height:294px;
	background:url(../images/aboutus/about-us-agility-bg.gif) no-repeat;
}

.certainty {
	width:446px;
	height:294px;
	background:url(../images/aboutus/about-us-certainty-bg.gif) no-repeat;
}

.values {
	width:446px;
	height:294px;
	background:url(../images/aboutus/about-us-value-bg.gif) no-repeat;
}

p.acv {
	padding-left:11px;
	padding-top:107px;
	padding-right:182px;
	line-height:1.4em;
}


/* Contact Us 
---------------------------------------------------------------------------------*/
.contact-us-content {
	float: left;
	margin:0 30px 80px 0;
	padding-bottom: 1px;
	
}

/* News 
---------------------------------------------------------------------------------*/
.news-content {
	float: left;
	margin:0 30px 80px 0;
	padding-bottom: 1px;
	width:672px;
}

.sub-section-news-content {
	float: left;
	width: 585px;
	margin-right:40px;
	padding-bottom:15px;
	/*min-height: 16em; */
	line-height: 1.45em;
	z-index:25;
}
.sub-section-news-features {
	float: left;
	/* width: 165px;*/
	padding-bottom: 1px;
	/*min-height: 16em; */
	line-height: 1.45em;
	margin:0 0 40px 0px;
}

#sub-section-news-links {
	float: left;
	width: 165px;
	margin-right:15px;
	padding-bottom: 1px;
	/*min-height: 16em; */
}

p.postedBy {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	display: block; 
}

/* Footer 
---------------------------------------------------------------------------------*/
#footer {
	width: 956px;
	height: 132px;
	margin: 0 auto;
	padding: 0 0 0px;
	position: relative;
}

#footer-text-wrap {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	z-index:1;
	margin: 72px 0 0 0;
	z-index: 9;
}

#footer-image {
	clear:both;
	float: left;
	display: inline; /* Fix IE double margin float bug */
	width: 720px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: visible;
}

#footer-image-rotate {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	width: 236px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#footer-links {
	font-size: 100%;
	letter-spacing: 0.05em;
	word-spacing: 0.17em;
	color: #b1b5b7;
	clear: both;
	margin: 0;
	padding-bottom: 5px;
	z-index: 10;
}

#footer-links a {
	color: #b1b5b7;
}

#footer-links a:hover {
	color: #999999;
}

#credits  {
	font-size: 100%;
	letter-spacing: 0.1em;
	color: #b1b5b7;
	clear: both;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#credits a {
	color: #b1b5b7;
}

#credits a:hover {
	color: #999999;
}

li.bullet {
	font-size: 90%;
	line-height: 100%;
	padding-left: 15px;
	background-image: url(../images/products/gray_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}


li.page-bullet {
	line-height: 120%;
	margin-left: 16px;
	padding-left: 15px;
	background-image:url(../images/page-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

li.pdf {
	font-size: 90%;
	line-height: 100%;
	padding-left: 15px;
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #636b70;
}

#downloads {
	position: relative;
	margin:0;
	padding:0;
	list-style-type: none;
}

/* Subpage Navigation
---------------------------------------------------------------------------------*/
#downloads a { display:block; padding: 5px 0px 10px 3px; margin: 0px; color: #636b70;}
#downloads li a:hover {color: #de7008; text-decoration:none; outline: none;}



#careers-section-features {
	color:#636b70;
	float: left;
	display: inline; /* Fix IE double margin float bug */
	margin-left:15px;
	font-size: 125%;
}

td.Careers
{
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
}

