/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:  18px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link {
	color: #006699;
	display: block;
	text-decoration: none; 
	background-color: inherit;
	display: inline;
}

ul li:link, ul li:hover, ul li, ul li:visted {
    display: inline
}
	
a:visited{
	color: #006699;
	display: block;
	text-decoration: none; 
	background-color: inherit;
	display: inline;
}

a:hover{
	display: block;
	text-decoration: none; 
	background-color: #dddddd;
    background-color: #FFFFFF;
	display: inline;
}


h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight: normal;
 color:#FF0000;
 margin: 0px;
 padding: 5px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	padding-right: 4px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/
#navBar{
	width: 175px;
	margin: 0px;
	padding: 0px;
	background-color: #7F9F55;
	border: 1px 0 0 0;
	border-color: #559F55;
}
#navBarFrame iframe {
	position: absolute;
	top: 191px;
	left: 50px;
	width: 175px;
	height: 1575px;
}
#content{
	position: absolute;
	top: 191px;
	left: 226px;
	width: 545px;
	border-right-color: #007F55;
	border-right-style: solid;
	border-right-width: thin;
	border-left-color: #007F55;
	border-left-style: solid;
	border-left-width: thin;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
}
#HeadlineFrame iframe {
	position: absolute ;
	top: 191px;
	left: 773px;
	width: 180px  ;
	marginwidth: 0 ;
	height: 3000px  ;
	background-color: #e5efe5;
	border: 0 ;
}

#masthead{
	position: absolute ;
	top: 0px;
	left: 50px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 900px;
	vertical-align: middle;
}

#masthead img{
    display: block;
}
#logo {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
   font-style: background-color="#eeeeee";
   font-stretch: narrower;
   width: 180px;
}  
#ByLine {
	font-family: Arial,sans-serif;;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 100px;
}

#pageName{
	margin: 0px;
	width: 25%;
	text-align:right; 
	padding: 0px 20px 0px 20px;
	font-style: italic;
	font-weight: bold;
}


/************** .headline styles ***************/
.headline{
	width: 175px;
	padding: 0px 0px 0px 0px;
	background-color: #e5efe5;
	font-size: 80%;
}
.headline img{
	padding: 0px 0px 0px 0px;
}

.headline h1{
	font-family: Arial,sans-serif;
	font-size: 150%;
	color: #557F55;
	margin: 0px;
	padding: 0px;
}
.headline h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/***********************************************/

/* Components                                  */

/***********************************************/
#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #globalNav styles **************/
#globalNav{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #eeeeee;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

#gobalNav td {
   width: 100px;
   padding: 0;
   margin: 0;
   border: 0;
}
      
#globalNav img{
 display: block;
 padding: 0;
 border: 0;
 margin: 0;
}

#globalNav a {
	font-size: 100%;
}

/*************** #pageName styles **************/

/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
    background-color: #eeeeee;
	border: thin;
}

/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature h1{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************** .Services styles ***************/
#ServicesMenu a {
  font-size: 120%;
  color: #2A5F55;
  margin: 2px 4px 2px 10px;
}

#ServicesMenu a:hover {
  color: #000000;
  font-weight: bold;
}

#ServicesMenu table {
  margin: 2px 4px 20px 20px;
  border-bottom: #000000 thin solid;
}

/************** Readings styles ***************/
#ReadingsMenu a {
  font-size: 120%;
  margin: 0px;
  color: #2A5F55;
  text-decoration: none; 
}

#ReadingsMenu a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none; 
}

#ReadingsMenu a:visited {
  text-decoration: none; 
}

#ReadingsMenu a:link {
  text-decoration: none; 
}

#ReadingsMenu table {
  margin: 2px 4px 10px 10px;
  border-bottom: #000000 thin solid;
}

/************** .ProdImage styles ***************/

#ProductsMenu a {
  font-size: 120%;
  color: #2A5F55;
  margin: 2px 4px 2px 10px;
}

#ProductsMenu a:hover {
  color: #000000;
  font-weight: bold;
}

#ProductsMenu table {
  margin: 2px 4px 20px 20px;
  border-bottom: #000000 thin solid;
}

.ProdImage{
	padding: 0px 0px 0px 0px;
	width: 420px;
	font-size: 80%;
}

.ProdImage h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.ProdImage img{
	float: middle;
	padding: 0px 0px 0px 0px;
}

/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 5px 0px 10px;
	font-size: 14px;
}

.story p{
	padding: 0px 5px 10px 0px;
}

.story 	ul a:link,
.story a:link,
.story a:visited,
.story ul a:visited, 
.story h2 a:link, 
.story h2 a:visited, 
.story h2 {display: inline; color: #2A5F55; text-decoration: none; font-weight: 700}

.story  ul a:hover,
.story a:hover,
.story  h2 a:hover {display: inline; color: #000000; font-weight: bold; text-decoration: none}

.storytop {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 115%;
}
.storytop p{
	padding: 0px 0px 10px 0px;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #search2 styles ***************/
#search2{
	font-size: 90%;

}

#search2 form{
 margin: 0px;
 padding: 0px;
}

#search2 label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
    background-color: #eeeeee;
    color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
    font-size: 110%;
    font-variant:normal; font-family:Georgia; font-style:italic; font-weight:bold; text-align:center
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #000fff;
	padding: 2px 0px 2px 10px;
}
#sectionLinks li:link {
	display: block;
	text-decoration: none;
	color: #000000;
}
/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block; color: #000000}

#navBar ul {list-style: none; margin: 0; padding: 0;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {border-bottom: 1px solid #EEE;}



/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #557F00;
	font-size: 80%;
}

.relatedLinks h3 {
    background-color: #eeeeee;
    color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
    font-size: 16pt;
    font-variant:normal; font-family:Georgia; font-style:italic; font-weight:bold; text-align:center
}

.relatedLinks td a:link,
.relatedLinks td a:visited {
	padding: 2px 0px 2px 2px;
    color: #000000;
	display: block;
	background : url(images/blankgreen300x56.png) no-repeat; background-size: auto;
	text-decoration: none;
}
.relatedLinks td a:hover {
	background : url(images/blankgreen300x56h.png) no-repeat; background-size: auto;
    color: #000000;
}
.relatedLinks td {
    height: 100%;
	width: 100%;
	text-align:center;
	vertical-align:middle;
	
	
}
/**  historyLinks ***/
.historyLinks{
	position: relative;
	background-color: #7F9F55;
	margin: 0px;
	border-bottom: 1px solid #557F00;
	font-size: 80%;
}

.historyLinks h3 {
    background-color: #eeeeee;
    color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
    font-size: 16pt;
    font-variant:normal; font-family:Georgia; font-style:italic; font-weight:bold; text-align:center
}

.historyLinks td a:link,
.historyLinks td a:visited {
	padding: 2px 0px 2px 2px;
    color: #000000;
	display: block;
	background : url(images/blankgreen300x56.png) no-repeat; background-size: auto; 
	text-decoration: none;
}
.historyLinks td a:hover {
	background : url(images/blankgreen300x56h.png) no-repeat; background-size: auto;
    color: #000000;
}
.historyLinks td {
    height: 100%;
	width: 100%;
	text-align:center;
	vertical-align:middle;
}

/*********** .Tips styles ***********/

.Tips {
	font-size: 90%;
}

.Tips h3{
  background-color: #eeeeee;
  font-size: 110%; 
  line-spacing: 125%;
}

.Tips a:link,
.Tips a:visited {
	display: block; 
}

.Tips p{
  margin-left: 10px;
  font-size: 120%;
}

   /*********** .Links styles ***********/

.Links {
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	line-height: 80%;
}

.Links a:link,
.Links a:visited {
	display: block; 
}

/************** #advert styles **************/
#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

#advert h1{
  text-decoration:none;
}

/****************  Other Style *****************/
.callfree {
  font-style:italic;
  color:#FF0000;
}  

#callfree {
  font-style:italic;
  color:#FF0000;
}  

/************** Contact US Table tag styles **************/

.CUTable {
	border: thin #999999;
	position: absolute;
	left: 193px;
	top: 221px;
	width: 623px;
	height: 885px;
}

.CUTable td {
	font-size: 90%;
	padding: 3px 3px 3px 3px;
	width: 20%;
}

/*********** .ResLinks styles ***********/
.Res {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	line-height: 100%;
    border: thin solid #000000 ;
	border-spacing: 0;
    background-image: url('images/3DGreenGradBk02_22.gif');
}

.Res a:link {
	display: block;
	text-decoration: none; 
	color: #336600;
}

.Res a:hover {
	display: block;
	text-decoration: none; 
	color: #000000;
    background-color: #FFFFFF;
}

.Res a:visited {
	display: block;
	text-decoration: none; 
	color: #336600;
}

.Res h3{
  padding: 10px 0px 2px 0px;
  line-height: 80%;
  font-size: 110%;
}   

.Res h1{
	background-color: #eeeeee;
    color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
    font-size: 110%;
    font-variant:normal; font-family:Georgia; font-style:italic; font-weight:bold; text-align:center
} 
.Res h2{
	background-color: #eeeeee;
}  

.Res p{
  margin-left: 10px;
  font-size: 100%;
}

.Res ul {
  margin: 1em 1em 0em 1em;
  line-height: 1;
}

.Res li{
  margin: 0em 1% 0em 1%;
  line-height: 1;
}

/*********** .Res Div styles ***********/
#ResNews{
  float: left;
  width: 49%;
}

#ResNews img, #ResLinks img, #ResTools img, #ResTips img {
  float: right;
}

#ResLinks {
  float: right;
  width: 50%;
}

#ResTips {
  float: right;
  width: 50%;
}

#ResTips Table {
  width: 100%;
}

#ResTools {
  float: right;
  width: 50%;
}

#ResMenu {
   width: 100%; /px;	
   background: #FFFFFF;
}

#ResBody {
   background: #FFFFFF;
}
/***  containerul **/
#containerul, #containerul ul {
  text-align:left;
  font-size:small;
  margin:4px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 10 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 10%;
  background-repeat:no-repeat;
}
#containerul h2 {
	color: #2A5F55;
}
/***  containerul2 **/
#containerul2, #containerul2 ul {
  text-align:left;
  font-size:small;
  margin:4px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul2 li{
  margin:0 0 10 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul2 .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 10%;
  background-repeat:no-repeat; 
}
#containerul2 h1 {
	color: #2A5F55;
	margin-top: 10px;
	padding-left: 12px;
}
#containerp p {
  background-image: url(images/blackrec06x06.png);
  background-repeat:no-repeat;
  background-position: top left;
  text-indent: 0px;
  padding-left: 13px;
  margin: 0 0 0 10px;
}

#containerp2 p {
  background-image: url(images/blackrec04x04.png);
  background-repeat:no-repeat;
  background-position: top left 20px;
  text-indent: 0px;
  padding-left: 23px;
  margin: 0 0 0 30px;
}

/*** Facebook Stuff **/
.mbm{margin-bottom:10px}

/*** Bubble Tips 
.bubbleTooltip {
   width: 200px;
   color:#000;
   font: 0.7em sans-serif;
   text-decoration:none;
   text-align:center;
}

.bubbleTooltip span.top {
   padding: 30px 8px 0;
   background: url(immage/bubble.gif) no-repeat top;
}

.bubbleTooltip span.bottom {
   padding:3px 8px 15px;
   color: #000;
   background: url(image/bubble.gif) no-repeat bottom;
} **/
