@charset "utf-8";
html {
	width: 100%;
	height: 100%
	}

body  {
	background-color: #;
	top:        0px;
	padding: 0;
	height: 95%;
	font-size: 62.5%; /*sets 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(art/backgroundBLK.jpg);
	background-repeat: repeat;
	}
	
#wrapper {
	top: 0px;
	height: auto;
	width: 95em;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: none;
	}

#header {
	text-align: center;
	height: 8.9em;
	width: 95em;
	padding-top: 5px;	
}

#printing #header {
	background-image: url(images/header-print.gif);
	background-repeat: no-repeat;
}

#webdesign #header {
	background-image: url(images/header-webdesign.gif);
	background-repeat: no-repeat;
}

#publicrelations #header {
	background-image: url(images/header-publicrelations.gif);
	background-repeat: no-repeat;
}

#index #header {
	background-image: url(images/header-index.gif);
	background-repeat: no-repeat;
}

#advertising #header {
	background-image: url(images/header-advertising.gif);
	background-repeat: no-repeat;
}

#graphicdesign #header {
	background-image: url(images/header-graphicdesign.gif);
	background-repeat: no-repeat;
}

#mailing #header {
	background-image: url(images/header-mailing.gif);
	background-repeat: no-repeat;
}

#eventmanagement #header {
	background-image: url(images/header-event.gif);
	background-repeat: no-repeat;
}

#contact #header {
	background-image: url(images/header-contact.gif);
	background-repeat: no-repeat;
}

#aboutus #header {
	background-image: url(images/header-aboutus.gif);
	background-repeat: no-repeat;
}

#searchDiv  {
	position: absolute;
	z-index: 1000;
	top: 76px;
	right: 160px;

}

#linkDiv {
	text-align: center;
	font-size: 1em;
	margin: 6px 0 10px 0;
	background-color: #ffffff;
	padding: 0.4em 0;
	}
	
#linkDiv a:link {
	color: #000000;
	text-decoration: none;	
	}
	
#linkDiv a:visited {
	color: #787878;
	text-decoration: none;
	}
	
#linkDiv a:hover {
	color: #b35241;
	text-decoration: none;	
	}
	
#linkDiv a:active {
	color: #000000;
	text-decoration: none;	
	}

#mainContent {
	text-align: left;
	padding: 1em 2em 0;
	font-size: 1.2em;
	line-height: 2em;
	height: auto;
	clear: both;
	background-color: #ffffff;
}

h1	{
	font-size: 1.4em;
	padding-top: 0;
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
	padding-top: 0;
	margin-top: 0;
}

#rightBoxWrapper {
	padding: 0 0 1em;
	margin-top: 0;
	width:    24em;
	height:   auto;
	float:    right;
}

#rightBox {
	font-size: 1em;
	line-height: 1.6em;	
  padding: 0 0 0 1em;
  margin-top: 0;
  width:    20em;
  height:   auto;
  float:    right;
  border-left:   solid 0.1em #808080; }
  
a {
	text-decoration: underline;	
	}
  
a:link {
	color: #b35241;	
	}
	
a:visited {
	color: #787878;
	}
	
a:hover {
	color: #000;	
	}
	
a:active {
	color: #000000;	
	}

#footer {
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	padding: 0;
	margin: 0;
	border-top:   none;
	top: 0px;
	height: auto;
	line-height: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rightPullOut {
	margin: 10px 0px 10px 10px;
	padding: 4px;
	width: auto;
	border: 0px solid #000000;
	float: right;
	position: relative;
}

.verified-badge {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	height: 51px;
	width: 60px;
}
