@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #333333;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-image: url(img/hm_background.jpg);
	background-position: 0px 343px;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 300px;
	background-image: url(img/hm_header.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr   #leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 365px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	position: relative;
}
.twoColFixLtHdr   #rightCol {
	width: 365px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	position: relative;
	margin: 0;
} 
.leftColwide    {
	float: left;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	position: relative;
	padding-right: 40px;
	width: 770px;
}
.twoColFixLtHdr   #rightColnaro {
	width: 270px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0;
	float: right;
	position: relative;
	margin: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topNav {
	text-align: center;
	margin-bottom: 0px;
	height: 22px;
	width: 850px;
}
#topNav   ul   a  {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFFF99;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7DABFF;
}
#topNav   a:hover  {
	color: #FFFFFF;
}
#topNav  li {
	list-style-type: none;
	display: inline;
}
#topNav   ul   a.last  {
	border-right-style: none;
}
#topNav ul a.purp {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #8D74B7;
}
#container #nav {
	height: 33px;
	background-image: url(img/hm_navground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: bottom;
	padding-top: 2px;
	width: 850px;
}
#nav   ul   a  {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #FFFFFF;
}
#nav   a:hover  {
	color: #000000;
}
#nav  li {
	list-style-type: none;
	display: inline;
}
#nav   ul   a.last  {
	border-right-style: none;
}
.button {
	background: #d81f1c;
}
.twoColFixLtHdr   #header h1 {
	font-size: 9px;
	line-height: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1500px;
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: normal;
}
#container h3 {
	color: #FF9600;
	font-size: 14px;
	padding-bottom: 7px;
}
#container p {
	padding-bottom: 10px;
}
#leftCol #topLeft {
	height: 470px;
	margin-bottom: 15px;
}
#rightCol  #topRight {
	height: 470px;
	margin-bottom: 15px;
}
#leftCol img, #rightCol img {
}
#box1  a, #box4 a, {
	color: #000000;
	display: block;
}
#box1 a, #box2 a, #box3 a, #box4 a, #box5 a, #box6 a{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: inline;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover, #box5 a:hover, #box6 a:hover {
	color: #FF5100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF5100;
	display: inline;
}
#box7 a, #box8 a  {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: inline;
}
#box7 a:hover, #box8 a:hover  {
	color: #FF9600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9600;
	display: inline;
}
#box1 {
	background-image: url(img/hm_box1.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 195px;
	padding-top: 20px;
	margin-top: 30px;
}
#box1  h2, #box2  h2, #box5  h2   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
#box2 {
	background-image: url(img/hm_box2.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 195px;
	padding-top: 20px;
}
#box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
#box3 {
	background-image: url(img/hm_box3.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 140px;
	padding-top: 10px;
}
#box3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 6px;
}
#box3 em {
	font-size: 12px;
	font-weight: bold;
}
#box3 .grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FF0000;
}
#box3 .pads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10px;
}
#box4 {
	background-image: url(img/hm_box4.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 97px;
	padding-top: 10px;
}
#box4 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 12px;
	padding-top: 27px;
}
#box5 {
	background-image: url(img/hm_box5.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 195px;
	padding-top: 20px;
	margin-top: 30px;
}
#box5 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#box5 em, #box2 em, #box6 em {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
#box6 {
	background-image: url(img/hm_box6.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 200px;
	padding-top: 15px;
	text-align: center;
}
#box6 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#box6 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: right;
}
#box7 {
	background-image: url(img/hm_box7.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 140px;
	padding-top: 10px;
}
.smallh2 {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
}
#box7 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: -1px;
	text-align: right;
	font-size: 28px;
	padding-top: 8px;
	padding-bottom: 4px;
}
#box7 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
}
#box8 {
	background-image: url(img/hm_box8.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 305px;
	margin-bottom: 20px;
	height: 97px;
	padding-top: 10px;
}
#box8 h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	padding-bottom: 4px;
}
#box8 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	line-height: 13px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #FF9600;
}
.twoColFixLtHdr #footer {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
} 
#contactbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #333333;
	text-align: center;
}
#footerNav {
	text-align: center;
	margin-top: 10px;
}
#footerNav ul {
	text-decoration: none;
	padding-bottom: 5px;
}
#footerNav   ul   a  {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 19px;
	padding-left: 14px;
	font-size: 12px;
	color: #FFFF99;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
}
#footerNav   a:hover  {
	color: #FF9900;
}
#footerNav  li {
	list-style-type: none;
	display: inline;
	padding-bottom: 3px;
	padding-top: 2px;
}
.twoColFixLtHdr   #footerNav   ul   a.last  {
	border-right-style: none;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#container  #leftColwide  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: normal;
}
#container   #leftColwide   h3 {
	color: #FF9600;
	font-size: 14px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
#sideNav  {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFF99;
	right: 140px;
	width: 270px;
	margin-left: 40px;
	float: right;
	margin-top: 35px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#leftColwide img {
	margin-left: 40px;
}
.block {
	float: left;
	width: 770px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	margin-bottom: 10px;
}
.backtotop {
	font-size: 10px;
	line-height: 50px;
}
.orange {
	color: #FF9600;
}
#bestNav {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFF99;
	right: 140px;
	width: 270px;
	margin-left: 40px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#bestNav td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#bestShow {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	width: 770px;
}
#bestShow img {
	padding: 0px;
	margin: 0px;
}
.slide { /* NEW 2010-02-05 */
	position: absolute;
	top: 0x;
	width: 270px;
	height: 450px;
	margin: 0px;
	padding 0px;
}
#wet {
	width: 770px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
#wet h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wet #wet_table {
	display: none;
}
#aboutshow  {
	height: 325px;
	width: 270px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	position: absolute;
	top: 80px;
	right: 40px;
}
.aboutslide {
	top: 0px;
	margin: 0px;
	padding 0px;
	left: 0px;
	padding: 0px;
	position: absolute;
}
#aboutshow img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tributes {
	float: left;
	width: 770px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#leftColwide  #clients  {
	font-size: 16px;
	float: left;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
.normal {
	font-style: normal;
}
#leftColwide   #tributes   img  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#leftColwide  #tributes  table {
	margin-top: 5px;
}
#leftColwide #spacer {
	float: right;
	width: 310px;
	height: 375px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h3Services {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff9600;
}
.twoColFixLtHdr #container #nav table {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#leftColwide    li  {
	color: #FF9900;
	font-weight: normal;
	line-height: 1.85em;
	list-style-position: outside;
	margin-left: 20px;
}
#DigitalPoster_QRF  .box  img {
	padding: 0px;
	margin: 0px;
}
#leftColwide #leftPosterIntro {
	float: left;
	width: 350px;
}
#GridPad_QRF .box  img {
	padding: 0px;
	margin: 0px;
}
#DigitalGreetingCard_QRF .box img {
	padding: 0px;
	margin: 0px;
}
#picture  {
	float: left;
}
#points {
	margin-top: 25px;
	margin-left: 375px;
}
#DigitalPoster_QRF .right {
	float: right;
}
#leftColwide #leftCardsIntro {
	float: left;
	width: 350px;
}
#leftColwide #leftPadsIntro {
	float: left;
	width: 350px;
}
.twoColFixLtHdr #container #header #popup {
	background-color: #FF0000;
	height: 750px;
	width: 600px;
	position: absolute;
	left: 22%;
	top: 30px;
	z-index: 2000;
	border: 2px solid #FFFFFF;
	padding: 4px;
}

