* {
	font-size: 1em;
	line-height: 1.7em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

HTML {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #383838;
	font-size: .7em;
	line-height: 150%;
	margin:0;
	padding:0;
}

#wrapper {
	width: 975px;
}

a img  {
	border: 0;
	padding: 0;
	margin: 0;
}

img.outlined {
	padding: 4px;
	border: 1px solid #7a6816;
}

img.locations {
	padding: 2px;
	border: 1px solid #333333;
}

.smallBody {
	font-size: 10px;
	line-height: 14px;
}

.mediumBodyGold {
	font-size: 12px;
	line-height: 15px;
	color: #7a6816;
}

.mediumBodyBlue {
	font-size: 12px;
	line-height: 15px;
	color: #005bc3;
}

.bigBodyBlue {
	font-size: 14px;
	line-height: 15px;
	color: #005bc3;
}

.bigBodyGold {
	font-size: 14px;
	line-height: 15px;
	color: #7a6816;
}

.blue {
	color: #005bc3;
}

.gold {
	color: #7a6816;
}

.lite_gray {
	color: #999999;
}

/* Global Link Styles */

a {
	color: #005bc3;
}

a:link, a:visited {
	color: #005bc3;
	text-decoration: none;
}

a:hover, a:active {
	color: #7a6816;
	text-decoration: underline;
}

/* End Global Link Styles */

h1 {
 	font-size: 15px;
	line-height: 22px;
 }

h2{
 	font-size: 13px;
	line-height: 19px;
 }
 
h3 {
 	font-size: 12px;
	line-height: 17px;
 } 
 
h4 {
 	font-size: 11px;
	line-height: 16px;
 }

h1.blue {
 	font-size: 15px;
	color: #005bc3;
	line-height: 22px;
 }

h2.blue {
 	font-size: 13px;
	color: #005bc3;
	line-height: 19px;
 }
 
h3.blue {
 	font-size: 12px;
	color: #005bc3;
	line-height: 17px;
 } 
 
h4.blue {
 	font-size: 11px;
	color: #005bc3;
	line-height: 16px;
 }

h1.gold {
 	font-size: 15px;
	color: #7a6816;
	line-height: 22px;	
 }

h2.gold {
 	font-size: 13px;
	color: #7a6816;
	line-height: 19px;	
 }
 
h3.gold {
 	font-size: 12px;
	color: #7a6816;
	line-height: 17px;	
 } 
 
h4.gold {
 	font-size: 11px;
	color: #7a6816;
	line-height: 16px;
 }

ul.list_gray {
list-style: circle url(../images/bullet.gif) outside;
color: #383838;
margin-left: 25px;
background: tranparent;
}
 
ul.list_blue {
list-style: circle url(../images/bullet.gif) outside;
color: #005bc3;
margin-left: 25px;
background: tranparent;
}

/* Header */

#header {
	height: 98px;
	background: url(../images/header_bg.gif) no-repeat bottom center;
	text-align: right;
}

#logo {
	float: left;
	width: 149px;
	height: 68px;
	padding: 10px 3px 0px 80px;
}

#header_links {
	float: right;
	text-align: left;
	padding-top: 58px;
	padding-right: 80px;
}

a:link.header_links, a:visited.header_links {
	color: #005bc3;
}

a:hover.header_links, a:active.header_links {
	color: #7a6816;
	text-decoration: underline;
}

a:link.header_links_active, a:visited.header_links_active {
	color: #7a6816;
	text-decoration: underline;
}

a:hover.header_links_active, a:active.header_links_active {
	color: #7a6816;
	text-decoration: underline;
}


/* End Header */


/* Drop Down Navigation */

#nav {
	height: 22px;
	text-align: left;
	padding: 4px 0px 0px 94px;
	border: 0px solid #990000;
	text-align: center;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a:link {
	font-weight: bold;
	font-size: 11px;
	color: #0053a6;
	text-decoration: none;
}

#nav a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #0053a6;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #7a6816;
	text-decoration: none;
}

#nav li li a:link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #0053a6;
	padding: 0.2em 10px;
}

#nav li li a:visited {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #0053a6;
	padding: 0.2em 10px;
}


#nav li li a:hover {
	padding: 0.2em 5px;
	font-size: 10px;
	border: 5px solid #7a6816;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 15em;
	text-align: left;
	cursor: default;
	background-color: white;
}

li#first {
	width: 144px;
}

li#second{
	width: 120px;
}

li#third{
	width: 98px;
}

li#technology{
	width: 120px;
}

li#fourth{
	width: 110px;
}

li#fifth{
	width: 115px;
}

li#sixth{
	width: 120px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: auto;
	left: 0;
	font-weight: normal;
	background: url(../images/drop_down_bg.gif) bottom left repeat-x;
	padding-top: 1px;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border-top: 1px solid #898989;
}

li:hover ul, li.over ul { display: block;} 

/* End Drop Down Navigation */


/* Sub Nav */

#left_navigation {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	padding-top: 20px;
	width: 162px;
}


a:link.left_navigation {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	color: #005bc3;
}

a:visited.left_navigation {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	color: #005bc3;
}

a:hover.left_navigation {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	color: #7a6816;
	text-decoration: underline;
}

a:link.left_navigation_active, a:visited.left_navigation_active {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	color: #7a6816;
	text-decoration: underline;
}

a:hover.left_navigation_active {
	font-size: 10.5px;
	line-height: 18px;
	text-align: left;
	color: #7a6816;
	text-decoration: underline;
}

/* Home Page Map */

#map {
	float: left;
}
#map3 {
	float: left;
	height: 210px;
}
#map_container {
		float: left;
	width: 975px;
}

#map3 img {

	border: none;
}

#map_details {
	width: 285px;
	height: 209px;
	background: url(../images/location_details_bg.jpg) no-repeat top left;
}

#locations_flash {
	width: 259px;
	height: 185px;
	float: left;
}

/* End Map */

/* Company Profile Page */

#profile {

	height: 106px;
	background: url(../images/company_profile_main.jpg) no-repeat top left;
}

#responsibility {
	width: 308px;
	height: 471px;
	background: url(../images/responsibility.gif) no-repeat top left;
}

/* End Company Profile Page */

/* News Page */

#news {
	height: 106px;
	background: url(../images/news_main.jpg) no-repeat top left;
}

p.news_list {
	margin: 0;
	padding: 2px 0px;
}

/* End News Page */

/* site_map Page */

#site_map {
	height: 106px;
	background: url(../images/site_map_main.jpg) no-repeat top left;
}

#site_map_right {
	width: 308px;	
}

#site_map_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

/* End site_map Page */

/* links Page */

#links {

	height: 106px;
	background: url(../images/links_main.jpg) no-repeat top left;
}

#links_right {
	width: 308px;
}

#links_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

/* End links Page */

/* Markets Page */

#markets {

	height: 106px;
	background: url(../images/markets_main.jpg) no-repeat top left;
}

#pie_chart {
	width: 308px;
	height: 471px;
	background: url(../images/pie_chart.gif) no-repeat top left;
}

#markets_main {
	width: 450px;
	padding: 20px 50px 15px 0px;
}

/* End Markets Page */

/* Locations Page */
#locations {
	height: 106px;
	background: url(../images/locations_main.jpg) no-repeat top left;
}		

#locations_main {
	width: 662px;
	padding: 20px 0px 15px 45px;
}

#locations_content {
	background: url(../images/locations_pin_stripes.jpg) no-repeat bottom right;
}
/* End Locations Page */

#wide_content_top {
	width: 774px;
	height: 45px;
	background: url(../images/wide_content_top.jpg) no-repeat top left;
}

#wide_content_body {
	width: 774px;
	background: url(../images/wide_content_body.jpg) no-repeat center center;
	padding-left: 20px;
}

#wide_content_bottom {
	width: 774px;
	height: 33px;
	background: url(../images/wide_content_bottom.jpg) no-repeat top left;
}

#loc_console_top {
	width: 662px;
	height: 26px;
	background: url(../images/loc_console_top.jpg) no-repeat top left;
}

#loc_console_body {
	width: 662px;
	background: url(../images/loc_console_body.jpg) repeat-y top left;
}
#loc_console_bottom {
	width: 662px;
	height: 26px;
	background: url(../images/loc_console_bottom.jpg) no-repeat top left;
}

/* End Locations Page */

/* contact Page */

#contact {
	height: 106px;
	background: url(../images/contact_main.jpg) no-repeat top left;
}

#contact_benes {
	height: 106px;
	background: url(../images/contact_main_plain.jpg) no-repeat top left;
}

#contact_main {
	width: 450px;
	padding: 20px 50px 15px 0px;
}

#employment {
	height: 106px;
	background: url(../images/employment_main.jpg) no-repeat top left;
}

#employment_right {
	width: 308px;
}

#employment_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#terms {
	height: 106px;
	background: url(../images/terms_main.jpg) no-repeat top left;
}		


/* End contact Page */

/* suppliers Page */

#suppliers {

	height: 106px;
	background: url(../images/suppliers_main.jpg) no-repeat top left;
}


#suppliers_main {
	width: 450px;
	padding: 20px 50px 15px 0px;
}

#suppliers_right {
	width: 308px;
}

#suppliers_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#vcard_top {
	width: 355px;
	height: 24px;
	background: url(../images/vcard_top.gif) no-repeat bottom left;
}

#vcard_name {
	width: 255px;
	height: 74px;
	background: url(../images/vcard_name.gif) no-repeat top left;
}

#vcard_body {
	width: 355px;
	background: url(../images/vcard_body.gif) repeat-y top left;
}

#vcard_bottom {
	width: 355px;
	height: 56px;
	background: url(../images/vcard_bottom.gif) no-repeat top left;
}

/* End suppliers Page */


/* Technology Page */

#technology_main {

	height: 106px;
	background: url(../images/technology_main.jpg) no-repeat top left;
}

/* End Technologies Page */


/* capabilities Page */

#capabilities {
	height: 106px;
	background: url(../images/capabilities_main.jpg) no-repeat top left;
}

#capabilities_main {
	width: 450px;
	padding: 20px 50px 15px 0px;
}

#quality_right {
	width: 308px;
}

#quality_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}


#manufacturability_right {
	width: 308px;
}

#manufacturability_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#tooling_right {
	width: 308px;
}

#tooling_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#tooling_right p {
	width: 240px;
	padding: 0px 6px 4px 6px;
	color: #686868;
}

#large_part_right {
	width: 308px;
}

#large_part_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#clean_room_right {
	width: 308px;
}

#clean_room_right img {
	padding: 4px;
	border: 1px solid #7a6816;
}

#clean_room_right p {
	width: 240px;
	padding: 0px 6px 4px 6px;
	color: #686868;
}

.gas_container {
	width: 354px;
	padding: 0px 20px;
}
#gasassist {
	width: 350px;
	height: 200px;
	text-align: center;
}

#gas_text p {
	width: 350px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}

p.gas_text {
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}

#equipment_main {
	width: 675px;
	padding: 20px 0px 15px 53px;
}

table.equipment_main { width: 647px; padding: 3px; border: none;}
table.equipment_main tr.header td { font-size: 12px; padding: 8px; color: #005bc3; border: none; background-color: #FFFFFF; text-align: center; vertical-align: middle; font-weight: bold; }
table.equipment_main tr.gray { font-size: 10px; padding: 13px; border: none; background-color: #E9E9E9; vertical-align: middle; }
table.equipment_main tr.white { font-size: 10px; padding: 3px; border: none; background-color: #ffffff; vertical-align: middle; }
table.equipment_main tr.dark { font-size: 11px; padding: 6px; border: none; background-color: #C4C4C4; vertical-align: middle; font-weight: bold; }

#chart_top {
	width: 647px;
	height: 38px;
	background: url(../images/chart_top.gif) no-repeat bottom left;
}

#chart_body {
	width: 647px;
	background: url(../images/chart_body.gif) repeat-y bottom left
}

#chart_bottom {
	width: 647px;
	height: 93px;
	background: url(../images/chart_bottom.gif) no-repeat bottom left;
}

/* End capabilities Page */

#interior_main {
	width: 350px;
	padding: 20px 20px 15px 45px;
}

/*p.interior_main:first-letter {font-size: 15px} */

/* History Main Content */

#history {

	height: 106px;
	background: url(../images/history_main.jpg) no-repeat top left;
}		

#history_main {
	width: 727px;
	height: 418px;
	padding: 0;
	background: url(../images/slider_bg.jpg) no-repeat top left;

}

.history_container {
	width: 700px;
	height: 290px;
	margin-top: 0px;
	color: #666666;
}

.history_details {
	width: 707px;
	height: 270px;
	padding: 20px 0px 20px 20px;

}

p.history_details {
	width: 475px;
	height: 220px;
	margin-left: 90px;
	margin-top: 0px;
	margin-right: 20px;
	color: #666666;
	font-size: 11.5px;
	line-height: 18px;
}

p.history_details:first-letter {font-size: 15px}

p.history_year {
	width: 450px;
	height: 50px;
	margin: 0px 0px 0px 110px;
}

/* End History Main Content */

/* home content */

#home_content {
	background: #ffffff;
	padding: 16px 0px 0px 0px;
}

/*p.intro {
	width: 290px;
	padding: 3px 10px 0px 20px;
}
*/
p.technologies {
	width: 335px;
	padding: 0px 0px 0px 35px;
}

#banners {
	width: 290px;
	padding: 0;
	margin: 0;
}
p.banners {
	width: 300px;
	padding: 0px 0px 0px 0px;
}

/* End Home Content */



/* Box */

.box {
	width: 257px;
}

.box_body {
	border: 1px solid #cccccc;
}

.box_bottom {
	width: 255px;
	height: 11px;
	background: url(../images/box_bottom.gif) no-repeat bottom left;
}

/* End Box*/



#nav_box_top {
	width: 163px;
	height: 31px;
	background: url(../images/nav_box_top.jpg) no-repeat top left;
}

#nav_box_body {
	width: 163px;
	background: url(../images/nav_box_body.jpg) repeat-y top left;
}

#nav_box_bottom {
	width: 163px;
	height: 43px;
	background: url(../images/nav_box_bottom.jpg) no-repeat top left;
}

/* End Box*/




/* Footer */

#footer {

	height: 108px;
	margin: 0 auto 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9.5px;
    line-height: 23px;
    color: #012952;
    text-align: left;
	background: url(../images/footer_bg.gif) no-repeat center top;
}


#international {
	float: left;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9.5px;
    line-height: 23px;
    color: #012952;
	text-align: left;
	padding: 9px 0px 9px 60px
}

#copyright {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    line-height: 150%;
    color: #012952;
	text-align: left;
	padding: 22px 0px 10px 60px
}

a:link.copyright, a:visited.copyright {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    line-height: 150%;
    color: #012952;
	text-align: left;
}

a:hover.copyright, a:active.copyright {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    line-height: 150%;
    color: #012952;
	text-align: left;
}

/* #international a:link, a:visited {
    color: #012952;
}

#international a:hover {
    color: #7a6816;
} */

#international img {
	border: 0;
	vertical-align: middle;
}

#credit {
	float: right;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9.5px;
    line-height: 23px;
    color: #7b7979;
	text-align: right;
	padding: 9px 60px 9px 0px;
}

a:link.credit, a:visited.credit {
    color: #7b7979;
}

a:hover.credit, a:active.credit {
    color: #7a6816;
}


/* End Footer */

label {
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.fieldTitle {
	font-weight:bold;
	text-align:right;
	vertical-align:text-top;
}

.fieldValue {

}

.fieldValue, input, select, textarea {
	border: thin solid #586633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	background-color: #ffffff;
}

textarea {
	color: #000000;
	width: 215px;
	height: 200px;
}

textarea.content  {
	color: #000000;
	width: 235px;
	height: 250px;
}

.error {
	border-bottom: 2px solid #ff0000;
	border-right: 1px solid #ff0000;
	color:#FF0000;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 0;
}

.infoNote {
	font-size:.9em;
	color:#666666;
}

input.button {
	border: 0;
	padding: 0px;
	margin-right: 72px;
	float: right;
}

.button {
	background-color: #ebebeb;
	border: thin solid #586633;
	font-family: Verdana, arial, Helvetica, sans-serif;
}
/* End Admin */


/* Drop Down Navigation */

#admin_nav {
	height: 22px;
	text-align: left;
	padding: 4px 0px 0px 94px;
	border: 0px solid #990000;
	text-align: center;
}

#admin_nav a:link {
	font-weight: bold;
	font-size: 11px;
	color: #0053a6;
	text-decoration: none;
}

#admin_nav a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #0053a6;
	text-decoration: none;
}

#admin_nav a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #7a6816;
	text-decoration: none;
}
