body{
	background: #DEE1E4;
}
a{
	color: #cc0000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover{
	color: #cc0000;
	text-decoration: underline;
}
p{
	margin-bottom: 20px;
}
h1, h2, h3{
	margin: 0;
	margin-bottom: 1em !important;
}
.red-box{
	background: #cc0000;
}
.red-box img{
	text-align: left;
}
.red-box-tp{
	background: url('/public/images/red_box_tr.gif') no-repeat top right; 
}
.red-box-bt{
	background: url('/public/images/red_box_br.gif') no-repeat top right; 
}
.dark-box{
	background: #660000;
}
.dark-box-tp{
	background: url('/public/images/dark_box_tr.gif') no-repeat top right; 
}
.dark-box-bt{
	background: url('/public/images/dark_box_br.gif') no-repeat top right; 
}
img.corner{
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}
#doc{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
	border: 1px solid #e0e0c0;
}
#hd{
	padding: 5px;
}
#menu-cont{
	padding-left: 10px;
	padding-bottom: 3px;
}
#menu{
	margin: 0;
	padding: 0;
}
#menu a{
	padding: 3px 10px;
	font-family: verdana;
	font-size: 77%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu a:hover{	
	background: #a04040;
	color: #fff;
}
#menu li{
	margin-left: 0;
	position: relative;
	list-style: none;
	float: left;
}
#menu li.last a{
	border-right: none;
	list-style: none;
	display: inline;
}
.submenu{
	background-color: #a04040;
	font-size: 10px;
	margin-top: 2px;
	opacity: 0.90;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 150px;
	z-index: 100;
}
.submenu a {
	color: #FFFFFF;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	text-indent: 3px;
}
.submenu a:hover {
	color:#FFFFFF;
	background: #cc0000 url('/public/images/arrow_white.gif') 3px 50% no-repeat;
	text-decoration: none;
}
.home #home,
.printing #printing,
.industrial #industrial,
.information #information,
.contact #contact,
.employment #employment{
	background: #fff !important;
	color: #cc0000 !important;
}
#quick-links{
	margin: 3px;
	width: 100px;
	text-align: right;
	float: right;
}
#quick-links a{
	padding-right: 3px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
}
#quick-links img{
	vertical-align: middle;
}
#logo{
	margin-bottom: 2px;
	height: 100px;
	background: #cc0000 url('/public/images/bg_header.jpg') top right no-repeat;
}
#logo-img{
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}
.yui-b{
	padding: 0 5px;
}
#ft{
	padding: 5px;
}
#ft-box{
	padding: 5px;
	color: white;
	font-size: 85%;
	font-weight: bolder;
	text-align: center;
}
#ft-box a{
	color: white;
	text-decoration: none;
}
#ft-box a:hover{
	text-decoration: underline;
}
#ft-box p{
	margin-bottom: 0;
}
#error{
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
.x-form-focus, textarea.x-form-focus {
	border:1px solid #c09797 !important;
}
.x-combo-list {
	background:#ffffff none repeat scroll 0% !important;
	border:1px solid #c09797 !important;
	overflow:hidden !important;
}
.x-combo-list .x-combo-selected {
	background:#cc0000 none repeat scroll 0% !important;
	border:1px dashed #660000 !important;
	cursor:pointer !important;
	color: #ffffff !important;
}
