@charset "utf-8";
/* CSS Document */

/******************/
/* PAGE STRUCTURE */
/******************/

div#main {
	text-align: left;
	background-image: url(../images/common/background_edges.png);
	background-repeat: repeat-y;
	width: 1017px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: auto;
	margin-left: auto;
}

div#banner {
	background-image: url(../images/common/background_edges.png);
	background-repeat: repeat-y;
	width: 1017px;
	height: 205px;
	float: left;
	clear: both;
}

div#breadcrumb {
	width: 983px;
	height: 19px;
	padding-left: 34px;
	padding-top: 7px;
	float: left;
	background-image: url(../images/common/breadcrumb_background.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #898989;
	clear: both;
}

div#content {
	width: 1017px;
	padding-top: 20px;
	float: left;
	background-color: #FFF;
	background-image: url(../images/interior_pages/content_background.jpg);
	background-repeat: repeat-y;
	clear: both;
}

div#content_wide { /* This style is used for the Case Studies pages, which have a 2 column layout */
	width: 1017px;
	padding-top: 20px;
	float: left;
	background-color: #FFF;
	clear: both;
}

/**********************/
/* BREADCRUMB SECTION */
/**********************/

div#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

div#breadcrumb .inactive_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #c9c9c9;
}

/****************/
/* CONTENT AREA */
/****************/

div#col1 {
	width: 195px;
	margin-left: 30px;
	margin-right: 37px;
	float: left;
}

div#col2 {
	width: 448px;
	margin-right: 35px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #484848;
}

div#col2_wide { /* This style is used for the Case Studies pages, which have a 2 column layout */
	width: 675px;
	padding-right: 35px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #484848;
}

div#col3 {
	width: 226px;
	margin-top: 2px;
	margin-left: 12px;
	margin-right: 34px;
	float: left;
	background-image: url(../images/interior_pages/right_col_background.jpg);
	background-repeat: repeat-y;
}

/************************/
/* LEFT HAND NAVIGATION */
/************************/

div#col1 div#nav_header {
	padding-left: 4px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #f00;
}

div#col1 .left_nav_button {
	width: 181px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 10px;
	background-image: url(../images/interior_pages/left_nav_button_background.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
}

div#col1 .left_nav_dropdown {
	width: 181px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
	background-color: #efefef;
}

div#col1 .left_nav_divider {
	width: 195px;
	height: 1px;
	margin-top: 2px;
	margin-bottom:2px;
	background-color: #dcdcdc;
}

div#col1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

div#col1 a:hover {
	color: #f00;
}

div#col1 p.subnav {
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
}

div#col1 p.subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

div#col1 p.subnav a:hover {
	color: #f00;
}

div#col1 p.subnav_style2 {
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #f00;
	text-decoration: underline;
}

div#col1 p.subnav_style2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #494949;
	text-decoration: underline;
}

div#col1 p.subnav_style2 a:hover {
	color: #f00;
}

div#col1 .leftNavCollapsible {
	background-image: url(../images/interior_pages/left_nav_button_background.jpg);
	background-repeat: repeat-y;
}

div#col1 div.CollapsiblePanelContent p {
	margin-top: 3px;
	margin-bottom: 10px;
}

div#col1 div.CollapsiblePanelContent p.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

div#col1 div.CollapsiblePanelContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

div#col1 div.CollapsiblePanelContent a:hover {
	color: #f00;
}

div#col1 .CollapsiblePanelTab {
	margin-left: 5px;
}

div#col1 .CollapsiblePanelContent {
	margin-left: 20px;
}

div#col1 .left_link_button {
	width: 171px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 20px;
	background-image: url(../images/interior_pages/left_nav_button_background.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
}


/*************************/
/* CENTER CONTENT COLUMN */
/*************************/
div#col2 ul, div#col2_wide ul {
	margin-left: 16px;
}

div#col2 ol, div#col2_wide ol {
	margin-left: 30px;
}

table.career_fair {
	width: 95%;
	border: 1px solid #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #494949;
}

table.career_fair th {
	margin: 0px;
	background-color: #f00;
	color: #fff;
	border: 1px solid #494949;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

table.career_fair td {
	margin: 0px;
	color: #494949;
	border: 1px solid #494949;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

table.contact_us {
	width: 100%;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #494949;
}

table.contact_us td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
}


/****************/
/* RIGHT COLUMN */
/****************/

div#col3 .right_divider {
	width: 226px;
	height: 1px;
	margin-top: 0px;
	margin-bottom:0px;
	background-color: #c3c3c3;
}

div#col3 a.register_button img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#col3 select {
	width: 226px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #272727;
}

div#col3 input.search {
	width: 163px;
	height: 19px;
	margin-right: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #272727;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

div#col3 input {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#col3 img.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
}

div#col3 div.recent_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #f00;
}

div#col3 div.recent_news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

div#col3 div.recent_news a:hover {
	color: #f00;
}

div#col3 .rightNavCollapsible {
	background-image: none;
}

div#col3 div.CollapsiblePanelTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
}

div#col3 div.CollapsiblePanelContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #f00;
	margin-left: 18px;
}

div#col3 div.CollapsiblePanelContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #494949;
	text-decoration: none;
}

div#col3 div.CollapsiblePanelContent a:hover {
	color: #f00;
}

div#col3 div.atsVideos {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #494949;
}

div#col3 div.atsVideos img {
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#col3 .partssearch
{
	margin: 0;
	padding: 0;
}
div#fms
{
	float: left;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}