/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}

/* 1em = 10px */

body {
font-size: 62.5%;
font-family:Arial,Trebuchet MS,  Sans-Serif;
background:;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#000;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
color:#000;
text-decoration:none;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#bcd2c3;
}


p { 
font-size: 1.2em; 
}

h1{}
h2{}
h3{}
h4{}

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;

	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	color:; 
	background-color:;
	width: 770px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	height:252px;
}
#innerhead{
	height:222px;
}
#nav{
	width:296px;
	background:url(images/navbg2.jpg) no-repeat;
	display:block;
	height:222px;
	float:left;
}

#notnav{
	background:url(images/notnav.jpg) no-repeat;
	width:474px;
	margin-left:296px;
	height:222px;
}
#indexhead{
	padding-top:192px;

}
#abouthead{
	padding-top:195px;
	padding-left:20px;
	font-size:1.8em; font-weight:bold;
}
#slblogo {
	float:right;
	margin-top:118px;
	margin-right:32px;
	text-align:center;
	width:124px;
	height:86px;
		}
#slblogo p {font-size:1em; font-style:italic; font-family:Arial, Helvetica, sans-serif;}
#slblogo img {border:none;}

#nav ul {margin-top:35px; list-style-type:none;margin-left:75px;padding-right:35px;}
#nav ul li{height:22px; margin-bottom:12px;}
#nav ul li a{display:block; padding-top:5px}
#nav ul li a:visited{text-decoration:none;color:#000;}
#nav ul li a:hover{text-decoration:none; background-color:#0066FF; color:#fff;}
#homelink {float:left;margin-top:84px;margin-left:20px; border:none;}
/* content */
#pagebody{

}

#leftcol{
	width:266px;
	padding-top:20px;
	float:left;
}
.leftbox{height:181px; width:246px;margin-left:20px; background:url(images/leftbox.jpg) no-repeat;margin-bottom:33px; color:#fff;}
.leftbox h2{ font-size:1.4em; margin-left:32px;margin-right:20px;padding-top:37px;}
.leftbox p{margin-left:40px; margin-right:25px; line-height:2em;}
.morebutton{margin-left:40px; border:none;}
#rightcol{
	margin-left:266px;
	width:504px;
	background:url(images/rightcolbg2.jpg) no-repeat 0px 17px #fff;
}
#rightcol p {margin:10px 15px 10px 15px; font-size:1.4em; line-height:1.8em;}
.empname{ font-size:1.2em; font-weight:bold;}
.dottedtop{margin:10px 15px 10px 15px; border-top:3px dotted #13019e;}
#rightcol img {border:none;}
#rightcol a:visited{text-decoration:none;color:#000;}

#Products {line-height:1.8em;width:503px;}
#EmailList {width:351px;margin-left:35px;}
#EmailList a {text-decoration: underline;}
#EmailList a:visited {text-decoration: underline;}
#Companies {width:455px;margin-left:20px;}
.dottedtop2{ border-top:3px dotted #13019e;}



/* footer */
#footer{
margin-top:-2px;
	clear:both;
	text-align:center;
	height:55px;
	background:url(images/footerbg.jpg) repeat-x #1f2b65;
}
#footer p {font-size:1em; line-height:1.2em;}
#private {}
#copyright {padding-top:15px;text-align:center; color:#fff;}
#copyright a{color:#fff;text-decoration:underline;}