/* paragraph style formats */

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}

pD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}

h1{
       font-family: Verdana,Arial,sans-serif;
       font-size: 125%;
       color: #334d55;
       margin: 0px;
       padding: 0px;
}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bold;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
       font-family: Arial,sans-serif;
       font-size: 100%;
       font-weight: normal;
       color: #333333;
       margin: 0px;
       padding: 0px;
}

h5{
       font-family: Verdana,Arial,sans-serif;
       font-size: 100%;
       color: #334d55;
       margin: 0px;
       padding: 0px;
}

dt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}

dd{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}

/* set these parameters for lists
a:link
a:visited
a:hover
a:active */

/* Properties of the main container */
#container
{
	width: 95%;
	margin: 10px auto;
	background: #fff;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
}

/* Properties of the top block which contains the Technopac Logo */
#header
{
	padding: 1em 1em 1em;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	height: 65%;
	background-color: #FFFFFF;
}

/* Properties of the block which contains the navbar (called navlist) */
#top
{
	padding: 1em 0em 0em;
	background-color: #FED44C;	
	border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

/* Properties of the left block of the screen */
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

/* Properties of the right block of the screen */
#rightnav
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
	clear: both;
}

/* Properties of the main / central content area of the screen */
#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 1em;
	max-width: 36em;
}

#contentPayroll
{
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 0em;

}

#contentDownloads
{
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 0em;
	max-width: 36em;
}
/* Properties of the footer at the bottom of the page */
#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	border-top: 2px solid gray;
	background-color: #FED44C;
	height: 20px;
}

#footer p
{
	font:75% Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0D1089;
	vertical-align: middle;
}

#leftnav p {
	margin: 0 0 0.25em 0.25;
	font-size: 85%;
	color: #FED44C;
}
#rightnav p {
	margin: 0 0 .25em;
	font-size: 90%;
	color: #000033;
}
#content h2 {
	margin: 0 0 .5em 0;
}
body {
	background-image: url();
	background-color: #CCCCCC;
}
.style2 {color: #000000}

/* Horizontal tab navbar settings */
#navlist
{
border-bottom: 2px;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

/* Forcing the ul and li elements into one line */
#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #334d55;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

/* Changes the attributes of the tab for the active page being viewed */
#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #FED44C;
}

#navlist a:hover {color: #6D8608;}

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #6D8608;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

/* Changes the colour of the text on the active tab as you hover over it */
#navlist ul a:hover 
{
	color: #006B51;
}

/* End of nav settings */

/* Beginning of Meyers Simple List*/
#simplelist
{
	padding-left: 0;
	margin-left: 0;
	width: 140px;
	background-color: #CCCC99;
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
}

#simplelist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: .25px solid #FF0000;
}

#simplelist li a {
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

#simplelist li a:hover {
	color: #006B51;
	font-size: small;
	line-height: 14px;
	font-weight: normal;
}
/*End of Simple List*/

/* Header image */
#header_img
{
	float: right;
	margin: 0;
}

#vertnavlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 120px;
}

#vertnavlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#vertnavlist li a { 
	text-decoration: none; 
}

#vertnavlist li a:visited {
	color: #008469;
}

#vertnavlist li a:hover 
{
	color: #FED44C;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FED44C;
	border-bottom-color: #FED44C;
}

/* Changes the attributes of the vertical list item for the active page being viewed */
#vertnavlist a:link#current, #vertnavlist a:visited#current, #vertnavlist a:hover#current
{
background: #fff;
border-top-color: #fff;
border-bottom-color: #fff;
color: #000;
}

#date {
	border: none;
	position: absolute;
	float: left;
	left: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	top: 70px;
}

/* Creates a list class and defines the bullet for each list item*/
.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.arrow
{
background-image: url(../images/bullet_arrow.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

li.bullseye
{
background-image: url(../images/bullet_bullseye.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

li.circle
{
background-image: url(../images/bullet_circle.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

li.circle_small
{
background-image: url(../images/bullet_circle_small.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

/* Quote Style*/

.quotation
{
	clear:both;
	font-size: 75%;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 12px;
	text-decoration: blink;
}
	
.quotation p
{
	padding: 0px 15px 0px 15px;
}

/* Dropcap Indent*/

.dropcap
{
	float: left;
	width: 0.4em;
	font-size: 2em;
	line-height: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}

/* Address section format */
.address
{
	font-size: 75%;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 12px;
	border: none #990000;
}

.address p
{
	padding: 0px;
	margin-top: -12px;
	margin-left: 35px;
}

/* Login Form */

form
	{
	background:url(../images/form_login_button.gif) no-repeat right top;
	width: 120px;
	height: 140px;
	}
	
form .inputbox
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #103BC7;
	background-color: #FFFFE6;
	text-align: left;
	height: 13px;
	width: 70px;
	font-weight: lighter;
	cursor: text;
	}

label
	{
	font:bolder normal 75% Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	right: 50px;
	}

/* Scrolling Content */

.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	list-style-image: url(images/bullet_circle.gif);
	list-style-type: none;
}

/*heading */

.heading
{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#008469;
}

.productstabletext {
	font-size:85%;
	color: #008469;
	padding: 3px 3px 0px 5px;
	line-height: 14px;
}
