html, body { /*  Sets up the document and removes auto 10px margin at top of page*/
	margin:0;
	padding:0;
}

body{ /* Sets up the page and aligns everything to center */
	padding:10px 0px 0px 0px;
	margin:0 auto 0;/* makes MOZ center everything*/
	width: 920px; 
	text-align:center; /* makes IE center everything*/
	background:#fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 78%; 
	color:#000;
	line-height:140%;
}

#container { 
	width: 920px; 
	text-align:left;
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

#header {
	float:left;
	width: 920px; 
	text-align:left;
	margin:0px 0px 10px 0px;
}

#header img {
	float:left;
	margin:32px 0px 17px 0px;
}

#headerRight {
	float:right;
	width:600px;
	padding:0 0 20px 0;
}

#flags {
	float:right;
	width:580px;
}

#flags img {
	margin:50px 0px 11px 4px;
}

#flags p {
	font-size:.9em;
	float:right;
	margin:0;
	padding:50px 10px 0 0;
}

#flagsInner {
	float:right;
}

#flagsInnerPad {
}

/* ---------------------- boxes --------------------------*/

.boxOuter {
	float:left;
	width:445px;
	color:#fff;
}

.boxOuter a {
	color:#fff;
}

.boxOuter h1 {
	margin:0px;
	padding:0px;
	line-height:1.2em;
	font-size:2em;
}

.boxOuter p {
	margin:0px;
	padding:20px 0px 0px 0px;
	line-height:1.2em;
	font-size:1.4em;
}

.boxOuter ul {
	margin:0px;
	padding:24px 0px 10px 0px;
	list-style-type:none;
}

.boxOuter ul li {
	margin:0px;
	padding:0px 0px 6px 0px;
	font-size:1.1em;
	font-weight:bolder;
}

.boxOuter ul li a {
	background:url(../images/arrRed.gif) left 5px no-repeat;
	padding:0px 0px 0px 20px;
}

#green ul li a {
	background:url(../images/arrGreen.gif) left 5px no-repeat;
	padding:0px 0px 0px 20px;
}

#green {
	float:right;
	width:445px;
}

.boxMain {
	background:url(../images/bigred.jpg) bottom left #990000 no-repeat;
}

.boxMainInner {
	background:url(../images/bigredTop.gif) top left no-repeat;
	padding:20px;
}

.boxMainFooter {
	background:url(../images/bigredBtm.gif) bottom left #000 no-repeat;
	text-align:center;
	margin:0px 0px 0px 0px;
	float:left;
	width:445px;
}

#green .boxMain {
	background:url(../images/bigGreen.jpg) bottom left #103810 no-repeat;
}

#green .boxMainInner {
	background:url(../images/bigGreenTop.gif) top left no-repeat;
}

.boxMainFooter a {
	text-align:center;
	padding:0px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	display:block;
	font-size:.9em;
	font-weight:bolder;
	color:#333333;
}

.boxMainFooter p {
	padding:0px;
	margin:0px;
}

.boxMainFooter .buttonOuterPad {
	margin:0px;
	padding:0 0 0 126px;
	float:left;
}

#green .boxMainFooter .buttonOuterPad {
	margin:0;
	padding:0 0 0 110px;
	float:left;
}

.boxMainFooter .buttonOuter {
	background:url(../images/greyButton.jpg) bottom left no-repeat #EFEFEF;
	width:197px;
	padding:0;
	margin:14px 0 14px 0;
}

.boxMainFooter .buttonInner {
	background:url(../images/greyButtonTop.jpg) top left no-repeat;
	padding:0;
}

#green .boxMainFooter .buttonOuter {
	background:url(../images/greyButton2.jpg) bottom left no-repeat #EFEFEF;
	width:227px;
	padding:0;
	margin:14px 0 14px 0;
}

#green .boxMainFooter .buttonInner {
	background:url(../images/greyButtonTop2.jpg) top left no-repeat;
	padding:0;
}

#ametekBanner {
	float:left;
	width:922px;
	margin:28px 0px 0px 0px;
}

#ametekBanner h3 {
	text-indent:-9000px;
	display:block;
	background:url(../images/home-page-footer.png) top left no-repeat;
	width:922px;
	height:64px;
	margin:0px;
	padding:0px;
}

#ametekBanner h3 a {
	display:block;
	width:922px;
	height:64px;
}

#copy p {
	padding:0;
	margin:0;
	font-size:.8em;
}

.boxMainInner h1 a:hover {
	text-decoration:none;
}

#footerCredit {
	float:right;
	width:200px;
	padding:0;
	margin:0;
}

#footerCredit p {
	color:#999;
	padding:0;
	margin:0;
	padding-top:10px;
}

#footerCredit p a {
	color:#999;
	text-decoration:underline;
}

#site-maps p {
	margin:0;
	padding:0;
	padding-top:5px;
}

#site-maps p a {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#999;
}

#bestViewedBrowser {
  color:black;
	font-size:0.8em;
}

#bestViewedBrowser p {
  margin:0;
  padding:0;
}

