/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* link */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,

because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with

normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary… */

/*All credit to Tantek */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	background-color: #fff;
	width: 100%;
}


.skiplink {
		position: absolute;
		left: -999px;
		width: 990px;
}

/* HTML Styles */

p{
	color: #000;
	font-size: 100%;
	margin: 0.8em 10px 0 45px;
	/*width: 470px;*/
}

p a{
	color: #cd202c;
	
	text-decoration: none;

}

p a:visited{
	color: #cd202c;

	text-decoration: none;

}

p a:hover{
	color: #222;
	text-decoration: underline;
}

ol{
	

	font-size: small;
}

ol li{

padding-left: 0;
margin-left: 0;
padding-right: 20px;
}

ul{
	font-size: small;
}

ul li{

padding-left: 0;
margin-left: 0;

}

h1{
	color: #000;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h2{
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
}

h3{
	color: #7e1214;
	font-size: 120%;
	margin: 0;
}

h4{
	color: #7e1214;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h5{
	color: #7e1214;
	font-size: small;
	font-weight: bold;
	margin: 0;
}

/* HTML Styles END*/

/* Layout Styles */

#main_container{

	width: 600px;

	margin-bottom: 0;
	padding: 0;
   text-align: left;
}

#header{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0.5em 0 0.5em 0;
	text-align: left;
	border-bottom: 1px solid #222;
	text-align: right;
}

#screenlogo{
visibility:hidden;
height: 0;
}

#printlogo{
visibility:visible;
height: 64px;
}

#header img{
   /*float: left;*/
   border: none;
	padding: 0;
	margin: 0;
}

#topnav{
	display: none;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}

#topnav ul{
	padding: 1em 0 0.5em 0;
	margin: 0;
}

#topnav li{
	display: inline;
	padding: 0 0.7em 0 0;
}

#topnav li a{
	color: #999;
}

#topnav li a:visited{
	color: #999;
}

#topnav li a:hover{
	color: #333;
	text-decoration: underline;
}

#topnav .selected{
	color: #222;
}


/* column structure */

#leftcol{
	display: none;
	float: left;
	width: 205px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
}

#leftcol li{
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

#leftcol li a{
	color: #444;
	padding-right: 1.2em;
}

#leftcol li a:visited{
	color: #444;
}

#leftcol li a:hover{
	color: #222;
	text-decoration: underline;
}

#leftcol .selected{
   background-image: url(../images/bullet1.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#body_area_home{

	/*width: 100%;
	padding: 0 0 2em 0;
	margin: 0 0 0 0;
	text-align: left;*/
	
	display: block;
	float: right;
	text-align: left;
	width: 450px;
	padding: 0;
	margin: 0 0 1em 0;
}

#body_area_home p{
	text-align: left;
	margin: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	font-size: 10pt;
	width: 100%;
}


#homeboxcontainer{

	text-align: left;
	margin-top: 1em;
	width: 100%;
}

#homeboxcontainer h1{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;

}

#homeboxcontainer p{
	margin-left: 0;
	padding: 0;
}

#homebox1{

	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;

}

#homebox2{
   clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#homebox3{
clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}


.redtext{
	color: #cd202c;
}

#body_area_main{
	display: block;
	float: right;
	text-align: left;
	width: 450px;
	padding: 0;
	margin: 0 0 1em 0;
}

#body_area_main p{
	margin-left: 0;
	margin-right: 0;
	font-size: small;
	width: 450px;
}


/* column structure end */

/* Footer Start */

#footer{
	clear: both;
	width: 100%;
	padding: 0 0 0.5em 0;
	text-align: right;
	font-size: 8pt;

}

#footercontent{
display: block;
/*float: right;*/
clear: both;
	width: 450px;
	padding: 0.6em 0 0 0;
	margin-left: 150px;
	border-top: 1px solid #cd202c;
	color: #666;
}

/* Footer End */




/* Main side menu */

#submenu {
	display: none;
	margin: 0 0 0 0;
	padding: 30px 0 30px 0;
	background-image: url(../_images/nav-corner-top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#submenu li{
	display: block;
	margin: 0 0 0 0;
	padding: 0.6em 0 0.6em 0;

	
}

#submenu a.home{
	padding: 0.6em 5px 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-home.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-home{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-home-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.about{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-about.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-about{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-about-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.history{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-history.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-history{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-history-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.services{
	padding: 0.6em 5px 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-services.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-services{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-services-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.plant{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-plant.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-plant{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-plant-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.case{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-case.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-case{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-case-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.contact{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-contact.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-contact{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-contact-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a:visited{
	color: #000;
	text-decoration: none;
}

#submenu a:hover{
	color: #222;
	text-decoration: underline;
	background-color: #bfbbbb;
	background-image: url(../_images/icon-hover.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* Main side menu end */

/* Contact Foirm */

form{
	margin-left: 45px;
}

.frmele{
	float: left;	
	width: 99%;
	padding: 0.2em 0 0.2em 0;
}

.frmele label{
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

/* CMS Blocks */


/* CMS Blocks End*/

.creamtext {
	color: #fffde1;
}
.redtextnotbold {
	font-weight: normal;
	color: #cd202c;
}



abbr, acronym {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cd202c;
	cursor: help;
}
