@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeeee;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap h1.logo-panel {
	display: block;
	height: 176px;
	width: 267px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#left-column {
	width: 267px;
	float: left;
}
#right-column {
	width: 678px;
	float: right;
	padding: 0px;
	background-image: url(../images/content-bg-middle.png);
	background-repeat: repeat-y;
	background-position: left;
}
#content-bg-bottom {
	text-indent: -9999px;
	background-image: url(../images/content-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	float: right;
	width: 678px;
	clear: right;
}
#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.6em;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.footer-tools {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.coda-nav   { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 267px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#nav li { /* all list items */
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 267px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: auto;
	margin-top: -37px;
	margin-left: 267px;
}
#nav ul.products {
	background-color: #F8C301;
}
#nav ul.industries {
	background-color: #FFF500;
}
#nav a.home { background-image: url(../images/nav-home.jpg); }
#nav a.customertools { background-image: url(../images/nav-customer-tools.jpg); }
#nav a.products { background-image: url(../images/nav-products.jpg); }
#nav a.industries { background-image: url(../images/nav-industries.jpg); }
#nav a.software { background-image: url(../images/nav-software.jpg); }
#nav a.events { background-image: url(../images/nav-events.jpg); }
#nav a.employment { background-image: url(../images/nav-employment.jpg); }
#nav a.about { background-image: url(../images/nav-about-us.jpg); }
#nav a.contact { background-image: url(../images/nav-contact.jpg); }
#nav a.admin { background-image: url(../images/nav-admin.jpg); }

#nav ul.customertools-menu {
	background-color: #E67817;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BE6314;
	z-index: 100;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BE6314;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BE6314;
}
#nav ul.customertools-menu a {
	height: 30px !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 267px;
}
#nav ul.customertools-menu a:hover {
	background-position: -267px;
}

#nav ul.customertools-menu a.readings { background-image: url(../images/nav-readings.jpg); }
#nav ul.customertools-menu a.supplies { background-image: url(../images/nav-supplies.jpg); }
#nav ul.customertools-menu a.service { background-image: url(../images/nav-service.jpg); }
#nav ul.customertools-menu a.drivers { background-image: url(../images/nav-drivers.jpg); }
#nav ul.customertools-menu a.manuals { background-image: url(../images/nav-manuals.jpg); }
#nav ul.customertools-menu a.safety { background-image: url(../images/nav-safety.jpg); }
#nav ul.customertools-menu a.vcheck { background-image: url(../images/nav-vcheck.jpg); }
#nav ul.customertools-menu a.toner { background-image: url(../images/nav-toner.jpg); }

#nav ul.products-menu {
	background-color: #F8C301;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C99E04;
	z-index: 99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C99E04;
	border-right-color: #C99E04;
}
#nav ul.products-menu a {
	height: 30px !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 267px;
}
#nav ul.products-menu a:hover {
	background-position: -267px;
}

#nav ul.products-menu a.color { background-image: url(../images/nav-color.jpg); }
#nav ul.products-menu a.bw { background-image: url(../images/nav-bw.jpg); }
#nav ul.products-menu a.scanning { background-image: url(../images/nav-scanning.jpg); }
#nav ul.products-menu a.print { background-image: url(../images/nav-printmgmt.jpg); }
#nav ul.products-menu a.faxes { background-image: url(../images/nav-faxes.jpg); }
#nav ul.products-menu a.security { background-image: url(../images/nav-security.jpg); }


#nav ul.industries-menu {
	background-color: #FFF500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CAC602;
	z-index: 98;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CAC602;
	border-right-color: #CAC602;
}
#nav ul.industries-menu a {
	height: 30px !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 267px;
}

#nav ul.industries-menu a:hover {
background-position: -267px;
}

#nav ul.industries-menu a.manufacturing { background-image: url(../images/nav-manufacturing.jpg); }
#nav ul.industries-menu a.government { background-image: url(../images/nav-government.jpg); }
#nav ul.industries-menu a.healthcare { background-image: url(../images/nav-healthcare.jpg); }
#nav ul.industries-menu a.legal { background-image: url(../images/nav-legal.jpg); }
#nav ul.industries-menu a.realestate { background-image: url(../images/nav-realestate.jpg); }
#nav ul.industries-menu a.education { background-image: url(../images/nav-education.jpg); }
#nav ul.industries-menu a.b2b { background-image: url(../images/nav-b2b.jpg); }
#nav ul.industries-menu a.financial { background-image: url(../images/nav-financial.jpg); }
#nav ul.industries-menu a.hospitality { background-image: url(../images/nav-hospitality.jpg); }
#nav ul.industries-menu a.wholesale { background-image: url(../images/nav-wholesale.jpg); }
#nav ul.industries-menu a.churches { background-image: url(../images/nav-churches.jpg); }
#nav ul.industries-menu a.smallbiz { background-image: url(../images/nav-smallbiz.jpg); }
#content-home {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-size: 85%;
	color: #333;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 11px;
	min-height: 485px;
	float: left;
}

#content {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	color: #333;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 485px;
	float: left;
	width: 628px;
}
#content h1,h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h1 { font-size: 175%; }
#content h1.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	color: #333;
	margin-bottom: 15px;
}
#content h2 { font-size: 150%; }
#content h3 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content h3.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	color: #333;
	margin-bottom: 15px;
}
#content h3.margin-bottom {
	margin-bottom: 15px;
}
#content h3.color {
	background-image: url(../images/color2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	margin-bottom: 10px;
}
#content h3.bw {
	background-image: url(../images/bw2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	margin-bottom: 10px;
}
#content h3.scanning {
	background-image: url(../images/scanning2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	margin-bottom: 10px;
}
#content h3.customer-tools {
	background-image: url(../images/tools.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.globe {
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.awards {
	background-image: url(../images/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.aboutus {
	background-image: url(../images/users.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.ex {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.info {
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.lightbulb {
	background-image: url(../images/lightbulb.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.help {
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.faxes {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	display: block;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content h3.blog {
	background-image: url(../images/icons/blog2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 35px;
}










#content h4 {
	font-size: 90%;
	font-weight: bold;
}





#content p {
	margin-bottom: 12px;
	line-height: 1.3em;
	text-align: justify;
	font-size: 80%;
}
#content a {
	color: #016ED7;
	text-decoration: none;
}
#content a:hover {
	color: #016ED7;
	text-decoration: underline;
}
#content ul {
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 80%;
}

#content ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 8px;
}
#content ol {
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 80%;
}
#content ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 8px;
}
#content .blue {
	color: #016ED7;
}
#content .red {
	color: red;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#content a.button {
	display: block;
	background-color: #016ED7;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	width: 90px;
	text-align: center;
}

#content a.button:hover {
	text-decoration: underline;
}
#content table {
	font-size: 13px;
}
#content table td {
	padding: 4px;
}












#home-buttons {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}
#home-buttons ul li {
	display: block;
	float: left;
	margin-right: 16px;
}
#home-buttons ul li.last { margin-right: 0px !important
}
#home-buttons ul li a {
	display: block;
	height: 173px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#home-buttons ul li a.buttons-color { background-image: url(../images/button-color.jpg); }
#home-buttons ul li a.buttons-bw { background-image: url(../images/button-bw.jpg); }
#home-buttons ul li a.buttons-scanning { background-image: url(../images/button-scanning.jpg); }
#home-buttons ul li a.buttons-print { background-image: url(../images/button-print.jpg); }


/* Breadcrumbs */
#breadory {
	margin: 0;
	width: 672px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#breadory ol#breadcrumbs {
	background:none repeat scroll 0 0 transparent;
	clear:both;
	color:#666666;
	float:none;
	font-size:11px;
	font-weight:normal;
	height:3em;
	line-height:3em;
	list-style:none outside none;
	margin:0;
	text-shadow:0 1px 0 #FFFFFF;
}
#breadory ol#breadcrumbs li {
background:none repeat scroll 0 0 transparent;
float:left;
margin:0;
padding:0 0 0 1em;
}
#breadory ol#breadcrumbs li a {
	background:url("../images/breadcrumb_separator.png") no-repeat scroll 100% 50% transparent;
	color:#016ED7;
	float:left;
	margin-left:0;
	padding:0 1.75em 0 0;
	text-decoration:none;
	font-weight: bold;
}
#breadory ol#breadcrumbs li a:hover {
color:#333333;
text-decoration:none !important;
}

#breadory #directorynav {
background:none repeat scroll 0 0 transparent;
clear:both;
float:none;
margin-top:0;
}
#breadory #directorynav .capbottom {
font-size:1px;
height:0;
}
#content img.software-logo {
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: #FFF;
}
#about-us-wrap {
	float: left;
	width: 450px;
}
#about-us-menu {
	float: left;
	width: 140px;
	margin-left: 30px;
}
#about-us-menu ul li {
	list-style-type: none;
	font-size: 110%;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 0px;
}
#content img.border {
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 4px;
	background-color: #FFF;
}
#content img.employee {
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 4px;
	background-color: #FFF;
}
#about-us-wrap hr {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	color: #CCC;
}
#about-us-wrap div.employee {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#about-us-wrap .last  {
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}



#about-us-wrap div.employee ul {
	margin-top: 10px;
	clear: both;
}

#about-us-wrap div.employee ul li {
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 7px;
}
#about-us-wrap div.employee a.contact-personnel {
	font-size: 90%;
	display: block;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-bottom: 7px;
}


#content h1.output-header {
	display: block;
	background-image: url(../images/output-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#reports {
	background-image: url(../images/output1.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#questions {
	background-image: url(../images/output2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#network {
	background-image: url(../images/output3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#content div.product-button {
	display: block;
	min-height: 110px;
	width: 140px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #eeeeee;
	text-align: center;
	padding-top: 15px;
	background-image: url(../images/product-div-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

#content div.product-button a.product-text {
	display: block;
	text-align: center;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	margin-top: 15px;
}

#content div.product-button:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
div.product-thumb {
	height: 80px;
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content div.product-wrapper {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #eeeeee;
	background-image: url(../images/product-div-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	clear: both;
	width: 610px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 20px;
}
#content div.product-wrapper div.product-title-wrapper {
	width: 130px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
#content div.product-wrapper div.product-title-wrapper a:hover {
	text-decoration: underline;
}
#content div.product-wrapper div.product-details {
	float: left;
}
#content div.product-title-wrapper a.product-text {
	display: block;
	text-align: center;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	margin-top: 5px;
}
#content div.product-wrapper:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#content div.details-header {
	float: left;
	width: 625px;
}

#content div.details-header div.images {
	float: left;
	margin-right: 50px;
	margin-left: 25px;
}
#content .details-header div.info {
	float: left;
	margin-top: 5px;
}
#content div.details-header div.info a.get-a-quote {
	display: block;
	text-align: center;
	width: 110px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #eeeeee;
	border: 1px solid #CCC;
	color: #333;
	font-weight: bold;
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content div.details-header div.info a.get-a-quote:hover {
	border: 1px solid #999;
	text-decoration: none;
	background-color: #CCC;
}
#content h3.sharp-logo {
	background-image: url(../images/logos/sharp.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content div.details-tabs {
	float: left;
	margin-top: 30px;
}
.clear {
	clear: both;
}
ul.file-list li.pdf{
	list-style-type: none !important;
	list-style-image: none !important;
	display: block !important;
	background-image: url(../images/icons/pdf.png) !important;
	background-repeat: no-repeat !important;
	padding-left: 65px !important;
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}
ul.file-list li.security-pdf {
	list-style-type: none !important;
	list-style-image: none !important;
	display: block !important;
	background-image: url(../images/icons/security.jpg) !important;
	background-repeat: no-repeat !important;
	padding-left: 70px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

ul.security-list {
}
ul.security-list li {
	font-size: 120%;
}
object ,embed,param{
	z-index: 1;
	position: relative;
}
#wp-left-column {
	width: 425px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	padding-right: 20px;
}
#wp-sidebar {
	float: left;
	width: 160px;
	padding-left: 15px;
}
#wp-sidebar ul {
	font-size: 90% !important;
}
#wp-sidebar ul li{
	list-style-position: outside !important;
	list-style-type: none !important;
	margin-bottom: 0px !important;
}

#searchform {
	margin-bottom: 10px !important;
}

#searchform input {
	padding: 3px;
	border: 1px solid #CCC;
	color: #666;
}

#wp-left-column #byline {
	display: block;
	font-size: 80% !important;
	color: #999;
	margin-bottom: 10px;
}
#wp-left-column #byline-bottom {
	display: block;
	margin-bottom: 10px;
	font-size: 80% !important;
	color: #999;
}
#wp-left-column .post-wrapper {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#wp-left-column .post-wrapper h2 {
	margin-bottom: 0px !important;
}
#wp-left-column .more-link {
	display: block;
	margin-top: 10px;
}
#wp-left-column blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1.blog-header {
	background-image: url(http://www.copeco.com/images/blog-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 91px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 15px !important;
}
#wp-left-column #respond {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	margin-top: 20px;
	padding-top: 20px;
}
#author,#email,#url,#comment {
	padding: 3px;
	border: 1px solid #CCC;
	color: #333;
}
#comments-title {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	display: block;
}
#comments-list {
	font-size: 100% !important;
}
#wp-left-column .reply,.comment-meta {
	font-size: 90%;
}
#wp-left-column .wp-text-header {
	font-size: 140%;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#wp-left-column .wp-post-title {
	font-size: 125%;
}.subscribe {
	background-image: url(../images/subscribe.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 36px;
	width: 123px;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.subscribe:hover {
	background-position: 0px -36px;
}
