﻿html {
	font-family: AvantGarde Bk BT, Arial, Geneva, Helvetica;
	font-size: 12pt;
	color: black;
}

body {
	margin: 20px;
	padding: 0px;
}

.png {
	behavior: none !important;
	behavior: url('../IEpngFix/iepngfix.htc');
}


#header {
	clear: both;
	margin: 0px auto -25px auto;
	text-align:center;
	width: 900px;
}

#wrapper { 
	clear: both;
	height: auto !important; /* IE FIX FIX FOR MIN-HEIGHT */
	height: 600px; /* IE FIX FIX FOR MIN-HEIGHT */
	margin: 0px auto;
	text-align: center;
	width: 900px;
	
}

#left {
	float: left;
	width: 182px;
}

#right {
	float: right;
	width: 150px;
	overflow: auto;
}

#right.home {
	border-left: blue 2px solid;
	float: right;
	width: 150px;
	overflow: auto;
}

#container {
	
	float: left;
	position: relative;
	top: 50px;
	left: 20px;
	text-align: left;
	width: 530px;
}

#footer {
	clear: both;
	margin: 0px auto;
	text-align: center;
	position: relative;
	top: -40px;
	width: 900px;	
}


#container p:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.container p {
	display: inline-block;
	z-index: 100;
}



#bodyContent
{
	font-family: AvantGarde Bk BT, Arial, Geneva, Helvetica;
	font-size: 12pt;
	color: #231F20;
	text-align: justify;
	padding: 50px -8px 50px 50px;
}

li
{
	margin: px 0px 5px -5px;
}

#bodyText
{
	font-family: AvantGarde Bk BT, Arial, Geneva, Helvetica;
	font-size: 12pt;
	color: #231F20;
	text-align: left;
	padding: 0px 100px 0px 100px;
}

#leftBodyContent
{
	font-family: AvantGarde Bk BT, Arial, Geneva, Helvetica;
	font-size: 10pt;
	color: #231F20;
	text-align: left;
	vertical-align: text-top;
	padding: 50px -20px 50px 50px;
}

#rightBodyContent
{
	font-family: AvantGarde Bk BT, Arial, Geneva, Helvetica;
	font-size: 10pt;
	color: #231F20;
	text-align: left;
	vertical-align: text-top;
	padding: 50px -8px 50px 50px;
}



div#contentHeader
{
    margin-bottom: 18px;
}

div#bodyContent div#imgContainer
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.imgContainer
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}




/** NAV **/

#nav {
	background: white  url('images/navbg.jpg') no-repeat center top;
	height: 435px;
	margin-left: -20px;
	padding-top: 20px;
	width: 155px;
}

#nav ul {
	float: right;
	height: 57px;
	list-style: none;
	margin: 0px 9px 0px 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	float: left;	
}

#nav ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	height: 57px;
}


#nav a span {
	display: none;
}

#nav ul a#mailing {
	background: url('images/mailing.png') no-repeat;
	margin-left: 60px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#printing {
	background: url('images/printing.png') no-repeat;
	margin-left: 37px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#design {
	background: url('images/design.png') no-repeat;
	margin-left: 27px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#lists {
	background: url('images/lists.png') no-repeat;
	margin-left: 20px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#services {
	background: url('images/services.png') no-repeat;
	margin-left: 32px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#contact {
	background: url('images/contact.png') no-repeat;
	margin-left: 42px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

#nav ul a#home {
	background: url('images/home.png') no-repeat;
	margin-left: 60px;
	width: 102px;
	behavior: none !important;
	behavior: url('IEpngFix/iepngfix.htc');
}

