body
{
  background-image: url("images/bg2.gif" );
}

.Main
{
  background: url("images/bg3.gif" ) bottom repeat-x;
}



.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
	width: 950px;
	margin: auto;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 890px;
  height: 225px;
}



div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 890px;
  height: 225px;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin ContentLayout */
.contentLayout
{
  BACKGROUND-IMAGE: url(images/mainBg.gif);overflow: visible;
}

.content
{
  float: left;
  width: 717px;
  overflow: visible;
}

.sidebar1
{
  float: right;
  width: 222px;
}

.spacer {
  height:1px;
  clear:both;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 50px;
  z-index: 0;
  line-height: 50px;
  padding: 0 8px;
  margin-bottom: 0px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  line-height: 50px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 50px;
}

.BlockHeader .l
{
  left: 0;
  right: 11px;
}


.BlockHeader .r
{
  right: 0;
  width: 11px;
}


.BlockHeader .r div
{
  width: 890px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 23px;
  background-repeat: no-repeat;
  min-height: 12px;
  margin: 0 0 0 5px;
  font-weight:bold;
}




/* end BlockHeader */

/* begin Box, BlockContent */
/*.BlockContent
{
  overflow: hidden;
  min-width:23px;
  min-height:23px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.BlockContent-body
{
  color:#241F19;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.BlockContent-body a:link
{
  color: #732C21;
  font-family: Arial, Helvetica, Sans-Serif;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #849366;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #9B3B2C;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #362F26;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 14px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}
*/
/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 15px;
}


.Post
{
  margin: 10px;
}


/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 0px;
  border-color: #BEC7AE;
  margin: 1em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #A09079;
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */
/* end Box, Post */


/* begin PostHeader */
.PostHeader a:link, .PostHeader a:visited, .PostHeader a.visited, .PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Tahoma;
  font-weight:bold;
  text-decoration: none;
  text-align: left;
  color: #ED4C00;
}

/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
	font-size: 11px;
	font-family: Tahoma;
	color: #525252;
}

.PostContent
{
	font-size: 14px;
	line-height:24px;
	font-family: Arial, Tahoma;
	color: #525252;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  text-decoration: none;
  color: #ed4c00;
}

/* Adds special style to an unvisited link. */
a:link
{
  text-decoration: none;
  color: #ed4c00;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  text-decoration: none;
  color: #ed4c00;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  text-decoration: underline;
  color: #ed4c00;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 32px;
  color: #833225;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 24px;
  color: #833225;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 19px;
  color: #596345;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 16px;
  color: #3C1711;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 13px;
  color: #3C1711;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 11px;
  color: #3C1711;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

/*
ul
{
  list-style-type: none;
  color: #453C31;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}



.Post ul li
{
  padding:0px 0 0px 20px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

*/
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#10120D;
  font-family: Arial, Helvetica, Sans-Serif;
}

blockquote
{
  border-color:#BEC7AE;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#DDE2D5;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin Footer */

.rss-tag-icon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#6C7854;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#776955;
}
/* end PageFooter */

.commentlist, .commentlist li
{
    background: none;
}

.commentlist li li
{
    margin-left:30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin:1px;
  background: #fff;
}

.commentlist li cite
{
  font-size:1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
    border:none;
    margin:0;
    padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}

.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.indextitle {color: #ED4C00;font-weight:bold;}
.common{ padding-left:8px;padding-bottom:7px; padding-top:7px;}
.icon { float:left; margin:0 10px}
.alt{ background-color:#F1F1F1; padding-bottom:7px; padding-top:7px;padding-left:8px;}

.scanIcon
{
	height: 102px;
	margin: 0;
}
.scanIcon a
{
	float: right;
	width: 313px;
	height: 102px;
	display: block;
	background: url("images/scanIcon.jpg" ) no-repeat center;
	margin-right: 17px;
}
.scanIcon a:hover
{
	background: url("images/scanIcon2.jpg" ) no-repeat center;
}

.logo
{
	width: 285px;
	height: 49px;
	margin: 0px 0 -6px 10px;
	padding-top: 7px;
	position: absolute;
}
.homepic
{
	background: url("images/homepic.jpg" ) no-repeat;
	width: 950px;
	height: 290px;
}
.freescan
{
	background: url("images/freescan1.jpg" ) no-repeat;
	width: 180px;
	height: 40px;
	display: block;
	margin-left: 20px;
}
.freescan:hover
{
	background: url("images/freescan2.jpg" ) no-repeat;
}
.freescan2
{
	background: url("images/freescan3.jpg" ) no-repeat;
	width: 181px;
	height: 55px;
	display: block;
	margin-left: 20px;
}
.freescan2:hover
{
	background: url("images/freescan4.jpg" ) no-repeat;
}
.header {
	MARGIN-TOP: 16px; FLOAT: right
}
.header LI {
	WIDTH: 223px; LINE-HEIGHT: 28px; HEIGHT: 28px
}
.header LI A {
	DISPLAY: block; PADDING-LEFT: 20px; COLOR: white; LINE-HEIGHT: 28px; HEIGHT: 28px; TEXT-ALIGN: left
}
.header LI A:visited {
	DISPLAY: block; PADDING-LEFT: 20px; COLOR: white; LINE-HEIGHT: 28px; HEIGHT: 28px; TEXT-ALIGN: left
}
.header LI A:hover {
	FONT-WEIGHT: 900; BACKGROUND: url(images/homeMenuBg2.gif) no-repeat left 50%; COLOR: red
}

.boxFooter
{
	line-height: 8px;
	background: url("images/box_dl.gif" ) no-repeat left;
	padding-left: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	margin-bottom: -1px;
}
.boxFooter div
{
	line-height: 8px;
	background: url("images/box_dr.gif" ) no-repeat right;
	margin: 0;
	padding: 0;
	margin-right: -1px;
}
.footerBox
{
	width: 950px;
	height: 100px;
	margin: auto;
	background-color: #212121;
}
.footerLogo
{
	float: left;
	margin-right: 33px;
	margin-left: 14px;
	margin-top: 14px;
	margin-bottom: 18px;
}
.footerMenu
{
	float: left;
	line-height: 20px;
	color: White;
	margin-top: 24px;
	margin-bottom: 18px;
}
.footerMenu a
{
	color: White;
}
.alert
{
	font-weight: 900;
	color: #ee4d00;
}
.imgSpan{float:left; display:block; margin-right:10px;} 
.div1{padding:10px}
.div2{background-color:#f3f3f3; padding:10px}
.table1 tr{height:28px}
.download a
{
	background: url("images/download.gif" );
	width: 259px;
	height: 40px;
	display: block;
}
.download a:hover
{
	background: url("images/download2.gif" );
}
.faqpage {list-style:square inside;}
.faqpage li {color:#ee4d00}
.mail
{
	color: #ee4d00;
}

#topbar{
position:absolute;
width: 160px;
visibility: hidden;
z-index: 9000;
}