/* ---------------------------------------------------------------------
Original Author: Matt Tonak
Contributors: Robert Savian, Brian Litzinger

Target Browsers: IE7, IE8, Firefox 3.5, Safari 4
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

@import url("reset.css");

/* ---------------------------------------------------------------------
General Styles
------------------------------------------------------------------------ */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #848f9a;
	font-size: 11px;
	line-height: 1.53;
	background-image: url(../images/design/body_bg.png);
	background-position: center 380px;
	background-repeat: no-repeat;
}

h1 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}

h2 {
	color: #575757;
	font-size: 14px;
	margin-bottom: 4px;
}

h4 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

p { margin: 0px 0px 20px; }

a {
	color: #679ac9;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------
Global Layout
------------------------------------------------------------------------ */

#wrapper {
	width: 913px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#column_wrapper {
	margin-bottom: 80px;
	background: url(../images/design/vertical_divider_bar.png) repeat-y 612px 37px;
}

#column_left {
	width: 576px;
	padding-right: 36px;
	margin-right: 29px;
	float: left;
	position: relative;
	font-size: 13px;
}

#column_right {
	float: left;
	width: 272px;
}

#title_header,
#two_title_header {
	height: 148px;
	background: url(../images/design/products_header_bg.png) no-repeat;
	position: relative;
	margin-bottom: 39px;
}

#title_header h3  {
	font-size: 23px;
	color: #6b6c6c;
	font-weight: normal;
	position: absolute;
	left: 19px;
	top: 48px;
	width: 100%;
}

#two_title_header h3  {
	font-size: 23px;
	color: #679ac9;
	line-height: 1em;
	font-weight: normal;
	position: absolute;
	left: 19px;
	top: 48px;
	width: 100%;
}

#two_title_header h5 {
	font-size: 17px;
	color: #656565;
	line-height: 1em;
	font-weight: normal;
	position: absolute;
	left: 19px;
	top: 78px;
	width: 100%;
}

.clear {
	clear: both;
	height:0;
}

/* ---------------------------------------------------------------------
Header
------------------------------------------------------------------------ */

#header {
	position: relative;
	height: 123px;
	background-image: url(../images/design/header_bg.gif);
	background-repeat: no-repeat;
}

#branding {
	position: absolute;
	left: 40px;
	top: 49px;
}

/* ---------------------------------------------------------------------
Main Navigation
------------------------------------------------------------------------ */

#nav_main {
	position: absolute;
	right: 0px;
	top: 64px;
	height: 28px;
}

#nav_main li {  float: left; }

#nav_main a {
	display: block;
	width: 100%;
	height: 31px;
	background-image: url(../images/design/nav_main.png);
	text-indent: -9999px;
	overflow: hidden;
}

#nav_products           { width:  95px; }
#nav_technology         { width: 136px; }
#nav_quality            { width: 103px; }
#nav_company            { width: 110px; }
#nav_investor_relations { width: 169px; }

#nav_products a           { background-position:    0px 0px; }
#nav_technology a         { background-position:  -95px 0px; }
#nav_quality a            { background-position: -231px 0px; }
#nav_company a            { background-position: -334px 0px; }
#nav_investor_relations a { background-position: -444px 0px; }

#nav_products a:hover           { background-position:    0px -28px; }
#nav_technology a:hover         { background-position:  -95px -28px; }
#nav_quality a:hover            { background-position: -231px -28px; }
#nav_company a:hover            { background-position: -334px -28px; }
#nav_investor_relations a:hover { background-position: -444px -28px; }

/* ---------------------------------------------------------------------
Secondary Navigation
------------------------------------------------------------------------ */

#nav_secondary {
	position: absolute;
	right: 0px;
	top: 37px;
}

#nav_secondary li {	float: left; }

#nav_secondary a {
	display: block;
	width: 100%;
	height: 31px;
	background-image: url(../images/design/nav_secondary.png);
	text-indent: -9999px;
	overflow: hidden;
}

#nav_news    { width: 79px; }
#nav_contact { width: 90px; }
#nav_careers { width: 55px; }

#nav_news a    { background-position:    0px 0px; }
#nav_contact a { background-position:  -79px 0px; }
#nav_careers a { background-position: -169px 0px; }

#nav_news a:hover    { background-position:    0px -27px; }
#nav_contact a:hover { background-position:  -79px -27px; }
#nav_careers a:hover { background-position: -169px -27px; }

/* ---------------------------------------------------------------------
Breadcrumbs
------------------------------------------------------------------------ */

.breadcrumbs {
	position: absolute;
	left: 20px;
	top: 103px;
	font-weight: bold;
	font-size: 10px;
	color: #30849f;
}

.breadcrumbs a {
	color: #919191;
}

.breadcrumbs span {
    display: inline-block;
    padding: 0 5px;
		color: #919191;
}

/* ---------------------------------------------------------------------
Home Page
------------------------------------------------------------------------ */

#homepage_messaging {
	overflow: hidden; /* clearing floats */
	padding-bottom: 32px;
}

#homepage_featured {
	background: url(../images/design/vertical_divider_bar.png) repeat-y right 37px;
	width: 600px;
	padding-top: 23px;
	padding-bottom: 7px;
	padding-right: 12px;
	margin-top: 39px;
	float: left;
}

#homepage_featured h1 {
	margin-left: -2px;
	margin-bottom: 4px;
}

#homepage_featured p {
	margin-left: -1px;
	margin-bottom: 0;
}

.learn_more {
	background-image: url(../images/design/learn_more_link_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: inline-block;
	color: #30849f;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
}

#homepage_featured .learn_more {
	margin: 7px 0 0 -1px;
}

#table_group .learn_more {
	margin: 12px 20px 0;
}

#homepage_news {
	float: left;
	width: 270px;
	margin-top: 35px;
	padding-left: 27px;
}

#homepage_news li {
	padding-right: 15px;
}

#homepage_news li:first-child {
	border-bottom: 1px solid #d3e3f2;
	padding-bottom: 17px;
	margin-bottom: 16px;
}

#homepage_news h4 {
	padding: 0;
	margin: 0 0 6px;
} 

#homepage_news h6 {
	font-size: 13px;
	color: #679ac9;
	margin-bottom: -2px; /* lte_ie7.css */
}

#homepage_news p {
	margin: 0;
	line-height: 14px;
}

.table_top_bg h2 {
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 18px 0px 18px;
}

.table_top_bg {
	background: url(../images/design/homepage_highlight_top_bg.png) no-repeat;
	height: 95px;
	vertical-align: middle;
	width: 291px;
}

.table_middle_bg {
	background: #f3f7fa url(../images/design/homepage_highlight_middle_bg.png) no-repeat;
	width: 291px;
}

.table_middle_bg p {
	font-weight: bold;
	margin-bottom: -1px;
	padding: 15px 30px 0px 20px;
}

.table_bottom_bg {
	background: url(../images/design/homepage_highlight_bottom_bg.png) no-repeat;
	height: 65px;
}

.table_gutter {
	width: 20px;
}

#homepage_art {
	position: relative;
	z-index: 2;
	bottom: -7px;
	left: -66px;
	height: 86px;
	width: 979px;
}

#table_group {
	position: relative;
	z-index: 1;
	margin-bottom: 79px;
	width: 933px;
}

.no_header #column_left h1{
	margin-bottom: -7px; 
}

/* ---------------------------------------------------------------------
Products
------------------------------------------------------------------------ */

#column_left h1 {
	margin-bottom: 15px;
}

#column_left h1:first-child {
	margin-top: -5px;
}

#column_left p {
	margin-bottom: 21px;
}

.section_products_subnav h1,
.section_products_subnav_g h1,
.section_products h1 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0px 0px 25px;
}

.section_products_subnav_g h1{
	padding: 30px 0px 25px;
}

#column_left ul#learn_more {
	padding-top: 7px;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

#learn_more li {
	background:url(../images/design/products_learn_more_underline.png) no-repeat left bottom;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

#learn_more h2 {
	color: #679ac9;
	font-size: 13px;
	padding-bottom: 0px;
	margin-left: -1px;
	margin-bottom: -2px;
}

#learn_more p {
	margin-bottom: 3px;
	line-height: 1.2;
}

#learn_more .learn_more {
	margin-left: -1px;
}

a.back_arrow  {
	background-image: url(../images/design/back_arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
}

#column_left.back_button {
	margin-top: 30px;
}

#column_left.back_button .back_arrow {
	position: absolute;
	top: -44px;
	left: -1px;
}

#column_left.back_button h1 {
	position: relative;
	top: -8px;
}

#column_left ul {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 21px;
}

#column_left ol {
	list-style-type: decimal;
	padding-left: 30px;
	margin-bottom: 21px;
}

/* ---------------------------------------------------------------------
Products Sub Navigation
------------------------------------------------------------------------ */

.nav_sub {
	position: absolute;
	left: 21px;
	bottom: 0;
}

.nav_sub li {
	float: left;
}

.nav_sub a {
	display: block;
	height: 34px;
	line-height: 38px;
	min-width: 174px;
	text-align: center;
	background-image: url(../images/design/products_subnav_tabs.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav_sub .last a {
	width: 175px;
}

.nav_sub a:hover {
	text-decoration: none;
	color: #666;
}

.nav_sub .here a,
.nav_sub .parent_here a {
	background-position: 0 -34px;
	text-decoration: none;
	color: #666;
}

/* ---------------------------------------------------------------------
Products Right Column
------------------------------------------------------------------------ */

#column_right li {
	background: url(../images/design/rigth_column_links_underline.png) no-repeat left bottom;
	height: 28px;
	line-height: 26px;
}

/* ---------------------------------------------------------------------
Careers Contact
------------------------------------------------------------------------ */

#career_contact {
	padding-top: 20px;
}

#career_contact h4 {
	margin-bottom: 15px;
}

#career_contact strong {
	color: #000;
}

/* ---------------------------------------------------------------------
Footer
------------------------------------------------------------------------ */

#footer {
	border-top: 1px solid #d6e5f3;
	font-weight: bold;
	font-size: 10px;
	padding: 34px 0px 40px 19px;
	clear: both;
}

#footer li {
	float: left;
	padding-right: 28px;
}

