<style type="text/css">
/* work history listing */
#workhistory {
font-size: .8em;
}
#workhistory ul {
margin: 0; /*removes indent IE and Opera*/
padding: 4px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#workhistory li	{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: .7em;
	color:#000033;
	}

/*navigation for website */
#navlist {
position: absolute;
/* use for fixed text pos left: 36px; */
/* use for fixed text pos top: 86px; */
width: 150px;
height: 50px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .8em;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #666666;
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #ffffff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #333333;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFCC33;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #ffcc33;

background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}

/*top navigation                     */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	}
.sidenavbg {
	background-image: url(images/zts_sidenav01.jpg);
	background-repeat:no-repeat;
	border-top:solid 0px #000000;
	background-position:absolute 600px 10px;
	}
.topnavbg	{
	margin: 0 0 0 0;
	border-top: 0px solid #000000;
	height:72px;
	background-image: url(images/zts_topnav01.jpg);
	background-repeat:no-repeat;
	background-position:20% 50%;
	z-index:1;
	}
	
.topnavimage	{
	margin: 0 0 0 0;
	border-top: 2px solid #000000;
	height:72px;
	background-image: url(images/ZTSLogo2.jpg);
	background-repeat:no-repeat;
	z-index:2;
	}
		
.ztechtag {
	margin:2px 10px 4px 500px;
	padding: 4px 2px 4px 10px;
	border: 1px solid;
	border-color: #000000;
	font-size: .7em;
	font-weight:bold;
	color:#ffffff;
	}
	
.phone {
	font-weight:normal;
	font-size: .8em;
	color:#ffcc33;
	position:relative 0% 80%;
	background-color:#333333;
	}
	
.leader	{
	text-transform: uppercase; 
	font-size: .8em; 
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	}

p.right	{
	padding-top: .5em;
	margin-top: 0;
	border-left: 1em solid #333;
	border-top: 4px solid #000; 	
	font-size: .8em;
	}	
	
/*side or bottom navigation */

h3.side{
	background-color:#fff;
	padding-bottom: 0;
	margin-bottom: 0;
	border-left: 1em solid #FF0000;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase; 
	padding-left: .8em; 
	font-size:.6em;
	width: 160px;	
	}

p.leftside	{
	font-family: Verdana, Helvetica, sans-serif; 
	padding-top: 0.5em;
	padding-left:1.5em;
	margin-top: 0;
	font-size: .7em;
	border-top: 0.1em solid #000;
	width:160px;
	height:120px;
	background-color:#fff;
	}


.mininav	{
	font-family: Arial, Verdana, sans-serif;
	font-size:.6em;
	font-weight:normal;
	color:#666666;
	}
	
/*               */



p.rightside	{
	font-family: Verdana, Helvetica, sans-serif; 
	padding-top: 0.5em;
	margin-top: 0;
	font-size: 1.2em;
	border-top: 0.1em solid #cc0033;
	width:450px;
	}
	
/* main content area */

.contentarea {
	background-image: url(images/zts_img05.jpg);
	background-repeat:no-repeat;
	border-top:solid 2px #ffffff;
	background-position:0px 6px;
	}
	
h3.headline{
	color:#0000FF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	margin:4px 20px 2px 90px;
	border-top: 1px solid #cccccc;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: .9em;
	text-ident:80px;
	}
	
p.content	{
	color:#333333;
	padding-top: 4px;
	margin-top: 6px;
	font-size: .8em;
	margin-left: 100px;
	margin-right: 30px;
	text-align:left;
	
	}	
			
td.cont	{

	padding-top: 0.5em;
	margin-top: 0;
	font-size: .8em;
	border-top: 0.1em solid #cc0033;
	width:530px;
	}

.phonehd {
	font-size:.9em;
	border-bottom:0.1em solid #cc0033;
	font-weight:bold;
	}
	
/*end main content area */


	
</style>

<!--[if IE 5]>
<style>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]-->

<!--[if IE 6]>
<style>
#navlist a {height: 1em;}
</style>
<![endif]-->