@charset "UTF-8";
/* CSS Document */

body {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding:0;
	background-position:center top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #6d605c;
	font-size: 12px;
}
a:hover {
	color:#bcb3b0;
	}
ul {
	margin-top:2px;
	list-style-type: square;
}


.introText {
	font-size: 14px;
	line-height: 28px;
}
.resume{
	color:Blue;
	text-decoration: none;
}
.resume:hover{
	color:Blue;
	text-decoration:underline;
}

/* CONTENT/LAYOUT DIVS */

/* full width to place PNG rule over BG */
#backgroundRule {
	width: 100%;
	background-image:url(../images/bg_rule.png);
	background-repeat:repeat-x;
}

/* Main container */
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #e6e1df;
	border-left: 2px solid #e6e1df;
	border-right: 2px solid #e6e1df;
}

/* Nests in Container - Separates mast items from remaining content */
#mastBox {
	width: 100%;
	overflow: hidden;
}

#mastLogo {
	width: 250px;
	height: 178px;
	float: left;
	border-right: 2px solid #e6e1df;
	background-image: url(../images/mast_logo.png);
}
#mastNav {
	width: 230px;
	height: 178px;
	margin-left: 252px;
}
#mastHead {
	width: 370px;
	height: 37px;
	float: right;
	text-align: right;
	margin-top: 91px;
}


/* Nests in Container  Separates all content divs from mast items */
#contentBox {
	width: 100%;
	overflow: hidden;
}

/* Nests in ContentBox  Separates banner photos from remaining content */
#banner {
	width:748px;
	border-bottom: 2px solid #e6e1df;
}
/*Nests in ContentBox    Separates Product subNav from remaining content */
#subNav {
	width:748px;
	background-color:e6e1df;
	margin-bottom: 18px;
}
/* Nests in ContentBox  Holds and positions separate inset photo */
#contentLeft {
	width: 250px;
	float: left;
	height: 180px;
	margin-top: 350px;
}
/* Nests in ContentBox  Holds content that flushes to #contentLeft */
#contentRight {
	width: 748px;
	float: right;
	text-align: left;
	border-left: 2px solid #e6e1df;
}
/* Nests in ContentRight  used to pad text from other elements */
#contentText {
	width: 718px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
}


/* CLASSES */

/* classes for contact page */
.country {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #807470;
	height: 20px;
	display: block;
	text-indent: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.addressLeft {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
	padding-left: 20px;
}
.addressRight {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
}
.description {
	font-weight: bold;
	line-height: 20px;
}

/* class for common pop-up box attributes */
.popUp {
	position: absolute;
	z-index: 3;
	visibility: hidden;
	border: 1px solid #807470;
}


#footer {
	color: #a79d99;
	margin: 0 auto;
	width: 750px;
	padding-top: 12px;
	padding-left: 250px;
	position: relative;
}


/* NAVIGATION CLASSES */

/* Should experiment to see if first 3 are necessary as these are holdovers from GFT */
.nav, .nav ul {
		padding: 		0;
		margin: 		0;
		list-style: 	none;
		position: static;
	}
.nav a{
	display:		block;
	float: 			left;
	text-indent: 	-9999px;
	overflow:		hidden;
}
.nav a:link, 
.nav a:visited {
	color:			#FFF;
	text-decoration: none;
	font-size: 		12px;
	}
	
	/* Nagivation graphics UP */
	.nav  a#spacer{
		width:	230px;
		height:			5px;
		padding: 		0;
	}
	.nav  a#link1{
	width:	230px;
	height:			24px;
	padding: 		0;
	background-image: url(../images/nav_homeUp.gif);
	background-repeat: no-repeat;
	}
	.nav  a#link2{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_aboutUp.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link3{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_productsUp.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link4{
	width:	230px;
	height:			24px;
	padding: 		0;
	background-image: url(../images/nav_certsUp.gif);
	background-repeat: no-repeat;
	}
	.nav a#link5{
		width:	230px;
		height:	24px;
		background:		url(../images/nav_downloadsUp.gif) no-repeat; 
		padding: 		0;
	}
		.nav a#link6{
		width:	230px;
		height:	24px;
		background:		url(../images/nav_contactsUp.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link7{
		width:	230px;
		height:	24px;
		background:		url(../images/nav_careersUp.gif) no-repeat; 
		padding: 		0;
	}

	/* Nagivation graphics OVER */
	.nav a#spacer:hover{
		width:	230px;
		height:			5px;
		padding: 		0;
	}
	.nav a#link1:hover{
	width:	230px;
	height:			24px;
	padding: 		0;
	background-image: url(../images/nav_homeOver.gif);
	background-repeat: no-repeat;
	}
	.nav a#link2:hover{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_aboutOver.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link3:hover {
		width:	230px;
		height:			24px;
		background:		url(../images/nav_productsOver.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link4:hover{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_certsOver.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link5:hover{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_downloadsOver.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link6:hover{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_contactsOver.gif) no-repeat; 
		padding: 		0;
	}
	.nav a#link7:hover{
		width:	230px;
		height:			24px;
		background:		url(../images/nav_careersOver.gif) no-repeat; 
		padding: 		0;
	}

/* SUB NAVIGATION */

	.subNav a {
	display:		block;
	float: 			left;
	height:			18px;
	text-indent: 	-9999px;
	overflow:		hidden;
	}
.subNav	a:link,.nav
a:visited {
		color:			#FFF;
		text-decoration: none;
		font-size: 		12px;
		font-family: 	trebuchet, verdana, tahoma, arial;
	}
	
/* Sub Nagivation graphics */
	.subNav a#link1{
	width:	83px;
	height:	18px;
	background-image: url(../images/subNav_fbv_up.gif);
	background-repeat: no-repeat;
	}
.subNav a#link2{
	width:	88px;
	height:	18px;
	background: url(../images/subNav_tbv_up.gif) no-repeat;
	}
.subNav	 a#link3{
	width:	114px;
	height:	18px;
	background: url(../images/subNav_msbv_up.gif) no-repeat;
	padding: 		0;
	}
.subNav a#link4{
	width:	93px;
	height:	18px;
	background: url(../images/subNav_tebv_up.gif) no-repeat;
	}
.subNav a#link5{
	width:	111px;
	height:	18px;
	background: url(../images/subNav_wbbv_up.gif) no-repeat;
	}
.subNav a#link6{
	width:	96px;
	height:	18px;
	background: url(../images/subNav_cbv_up.gif) no-repeat;
	}
.subNav a#link7{
	width:	59px;
	height:	18px;
	background: url(../images/subNav_evs_up.gif) no-repeat;
	}
.subNav a#link8{
	width:	104px;
	height:	18px;
	background: url(../images/subNav_auto_up.gif) no-repeat;
	}
	
/* Nagivation graphics rollover */
	.subNav a#link1:hover {
	width:	83px;
	height:	18px;
	background: url(../images/subNav_fbv_over.gif) no-repeat;
	}
.subNav a#link2:hover {
	width:	88px;
	height:	18px;
	background: url(../images/subNav_tbv_over.gif) no-repeat;
	}
.subNav	 a#link3:hover {
	width:	114px;
	height:	18px;
	background: url(../images/subNav_msbv_over.gif) no-repeat;
	padding: 		0;
	}
.subNav a#link4:hover {
	width:	93px;
	height:	18px;
	background: url(../images/subNav_tebv_over.gif) no-repeat;
	}
.subNav a#link5:hover {
	width:	111px;
	height:	18px;
	background: url(../images/subNav_wbbv_over.gif) no-repeat;
	}
.subNav a#link6:hover {
	width:	96px;
	height:	18px;
	background: url(../images/subNav_cbv_over.gif) no-repeat;
	}
.subNav a#link7:hover {
	width:	59px;
	height:	18px;
	background: url(../images/subNav_evs_over.gif) no-repeat;
	}
.subNav a#link8:hover {
	width:	104px;
	height:	18px;
	background: url(../images/subNav_auto_over.gif) no-repeat;
	}
	
/* careers */	
	.addressLeft {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
	padding-left: 20px;
}
.addressRight {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
}
	

