@charset "utf-8";
/* CSS Document */

/******************/
/* GENERAL STYLES */
/******************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #eeeeee;
}

p, br, img, form, object, li, ul, ol, a {
	margin: 0;
	padding: 0;
}

/******************/
/* PAGE STRUCTURE */
/******************/

div#background {
	background-image: url(http://www.advancedtech.com/images/common/background_pattern.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

div#top {
	text-align: left;
	background-image: url(http://www.advancedtech.com/images/common/logo_area.png);
	width: 1025px;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
div#top a.link1{
	width:300px;
	height:50px;
	top:32px;
	left:200px;
	position:absolute;
} 

div#breadcrumb {
	width: 983px;
	height: 19px;
	padding-left: 34px;
	padding-top: 7px;
	float: left;
	background-image: url(http://www.advancedtech.com/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;
}

div#footer {
	position: relative;
	width: 991px;
	height: 17px;
	background-image: url(http://www.advancedtech.com/images/common/bottom_edge.png);
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	padding-bottom: 20px;
	padding-left: 34px;
	clear: both;
	background-repeat: no-repeat;
}

/***************/
/* TOP SECTION */
/***************/

div#top_links {
	height: 20px;
	margin-left: 341px;
	margin-top: 3px;
	float: none;
}

.red_divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #ff0000;
	margin-left: 13px;
	margin-right: 13px;
}

div#top_links img {
	padding-top: 3px;
	padding-left: 1px;
}

div#customer_service {
	margin-top: 36px;
	width: 783px;
	float: left;
	text-align: right;
}

div#search {
	margin-top: 38px;
	margin-left: 14px;
	width: 187px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e1e1e;
	border-right-color: #7b7b7b;
	border-bottom-color: #7b7b7b;
	border-left-color: #1e1e1e;
	float: left;
}

div#search input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #757575;
	width: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-left: 6px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div#search input.submit {
	width: 23px;
	height: 22px;
	float: right;
}

div#main_menu {
	float: none;
	width: 983px;
	margin-top: 34px;
	margin-left: 38px;
}

/**********************/
/* 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;
}

/***************/
/* FOOTER AREA */
/***************/

div#footer a.social_link {
	margin-right: 25px;
	float: left;
}

div#footer a.social_link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#footer_items {
	margin-top: 0px;
	/*margin-left: 157px;*/
	margin-left: 130px;
	float: left;
}

/***************/
/* TEXT STYLES */
/***************/

.verdana_reg_12_28_blk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #000;
}

.verdana_reg_11_16_blk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

.verdana_bold_14_17_blk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}

.verdana_bold_12_18_blk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #272727;
}

.verdana_bold_12_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #f00;
}

.verdana_bold_12_20_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #494949;
}

.verdana_bold_14_18_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #494949;
}

.verdana_bold_14_20_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #494949;
}

.verdana_bold_14_14_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #f00;
}

.verdana_bold_14_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
}

.verdana_bold_16_20_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #494949;
}

.verdana_reg_11_18_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #494949;
}

.verdana_reg_11_20_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #494949;
}

.verdana_reg_10_20_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #494949;
}

.verdana_reg_10_18_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #494949;
}

.verdana_bold_11_18_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #494949;
}

.verdana_reg_11_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #f00;
}

.verdana_reg_12_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #f00;
}

.verdana_bold_11_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
}

.verdana_unln_11_18_gry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #494949;
	text-decoration: underline;
}

.verdana_reg_14_22_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #f00;
}

.verdana_bold_14_22_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #f00;
}

.arial_bold_11_14_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #ff0000;
}

.arial_reg_11_14_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}

.arial_bold_10_15_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #8b8b8b;
}

.arial_regular_12_18_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ff0000;
}

.arial_bold_9_12_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #ff0000;
}

.arial_bold_11_12_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #c1c1c1;
}

.arial_bold_10_11_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #ff0000;
}

.arial_bold_unln_10_14_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

.arial_reg_11_16_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

.arial_reg_12_22_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #494949;
}

.vertical_1px_spacer {
	line-height: 1px;
}

.vertical_2px_spacer {
	line-height: 2px;
}

.vertical_4px_spacer {
	line-height: 4px;
}

.vertical_6px_spacer {
	line-height: 6px;
}

.vertical_8px_spacer {
	line-height: 8px;
}

.vertical_10px_spacer {
	line-height: 10px;
}

/***************/
/* LINK STYLES */
/***************/

a.lnk_verdana_bold_12_28_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.lnk_verdana_bold_12_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

a.lnk_verdana_bold_unln_10_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}

a.lnk_verdana_bold_11_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

a.lnk_verdana_bold_11_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

a.lnk_verdana_bold_unln_11_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}

a.lnk_verdana_bold_unln_12_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}

a.lnk_verdana_reg_12_20_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #f00;
}

a.lnk_verdana_bold_11_16_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.lnk_verdana_reg_11_18_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ff0000;
	text-decoration: underline;
}

a.lnk_arial_bold_10_14_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.lnk_arial_bold_9_12_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #c1c1c1;
	text-decoration: none;
}

a.lnk_arial_bold_11_12_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

a.lnk_arial_bold_10_15_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: none;
}

a.lnk_arial_bold_12_16_gry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

a.lnk_arial_bold_12_16_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

a.lnk_arial_reg_11_16_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
}

ul.red_arrows {
	list-style-image: url(http://www.advancedtech.com/images/common/red_arrow_bullet.gif);
	margin-left: 18px;
}

img.image_left {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.image_top_left {
	float: left;
	padding-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

img.image_top_left_no_bottom_margin {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
}

img.image_top_left_extra_bottom_margin {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}

img.image_right {
	float: right;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

p.videoright
{
	margin:0;
	padding:0;
}
.chromestyle {
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	margin-right: 27px;
	padding-bottom: 3px;
	color: #616161;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.chromestyle ul li a.current_screen {
	color: #f00;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #f00;
}

.dropmenudiv {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height:16px;
	z-index:100;
	background-color: #000;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.dropmenudiv a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #F00;
}
@charset "utf-8";

div#main {
	text-align: left;
	background-image: url(http://www.advancedtech.com/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(http://www.advancedtech.com/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(http://www.advancedtech.com/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(http://www.advancedtech.com/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;
}
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;
}

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(http://www.advancedtech.com/images/interior_pages/right_col_background.jpg);
	background-repeat: repeat-y;
}

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(http://www.advancedtech.com/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(http://www.advancedtech.com/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(http://www.advancedtech.com/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#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;
}

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;
}