/* Print View CSS Document */
/*all styles used in the #body|#body_no_subnav must be mirrored in the print.css file too*/

@charset "utf-8";
/**************************positioning************************************/

#header {
	display: none;
}

#logo {
	display: inline;
}
#number {
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
}

#content {
	display: inline;
}

#navagation {
	display: none;
}

/**************************content************************************/
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #413e42;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	color: #413e42;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #008843;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #413e42;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content ul li {
	list-style-image: url(../images/infinity-symb.gif);
	margin-bottom: 10px;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: 2px;
}


/**************************footer************************************/
#footer {
	display: none;
}

/**************************links************************************/
.Link {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #008843;
}

.Link:link {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:none;
}

.Link:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:none;
}

.Link:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:underline;
}

.bigLink {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #008843;
}

.bigLink:link {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:none;
}

.bigLink:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:none;
}

.bigLink:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #008843;
	text-decoration:underline;
}
div.img
{
  margin: 2px;
  border: none;
  float: left;
}
div.img-one
{
  margin: 2px;
  border: none;
  height: 80px;
  float: left;
}
div.img-two
{
  margin: 2px;
  border: none;
  height: 90px;
  float: left;
}
div.img-three
{
  margin: 2px;
  border: none;
  height: 45px;
  float: left;
}	
div.img-four
{
  margin: 2px;
  border: none;
  height: 50px;
  float: left;
}	
div.img-five
{
  margin: 2px;
  border: none;
  height: 30px;
  float: left;
}	
div.process {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #413e42;
	margin: 0px 0 0 0;
	float: left;
	
}

/**************************hide/show************************************/
#category-0, #category-1, #category-2, #category-3, #category-4, #category-5, #category-6, #category-7, #category-8, #category-9, #category-10, #category-11, #category-12, #category-13, #category-14, #category-15, #category-16, #category-17, #category-18, #category-19, #category-20, #category-21 {
	display: none;
	padding-left:0px;
	padding-right:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#413e42;
}
/**************************Print images views only************************************/
#PrintImage {}
#ScreenImage {
	display: none;
}