/* -------------------------------------------- */
/* jason.css                           */
/* -------------------------------------------- */
/*
   These styles are used by all css compliant
   browsers including Netscape 4
*/

/* CSS definition file containing sitestyle stylesheets */

body { font-family:Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
  font-size:11px; color:rgb(118,118,118); 
  background:#FFF url(/images/background.gif); }

a { font-weight: bold; }
a:active { color:#99F; }
a:link { color:#625495;  }
a:visited { color:#262039; }
a:hover { color:#8c77d3; }

ul { font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  color:rgb(118,118,118); }

ol { font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  color:rgb(118,118,118); }

p { font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  color:rgb(118,118,118); }


/* ---------------------------------------------------
   Left Navigation
   --------------------------------------------------- */

#navigation { margin-top:18px;  }
#navigation ul { padding-left:0; margin-left:0; width:110px; 
  border-top:1px solid #E4E4E4; }
#navigation li { list-style-type:none; line-height:24px; 
  border-bottom:1px solid #E4E4E4; }
#navigation li a { color:#333; font-size:12px; background-color:transparent; 
  padding:3px 6px; display:block; text-decoration:none; }
#navigation li a:hover { color:#000; background-color:#b6d8a1; }
  


/* ---------------------------------------------------
   Miscellaneous
   --------------------------------------------------- */

.TextObject { line-height:1.6em; }

.TextNavBar {  }

.red, .dkred, .blue, .green, .dkgreen { background:transparent none; }
.red { color:#FF0000; }
.dkred { color:#CC0033; }
.blue { color:#0066CC; }
.green { color:#99CC66; }
.dkgreen { color:#669900; }

/* ---------------------------------------------------
   Footer
   --------------------------------------------------- */

#footer { margin:9px 0 24px 0; font-size:10px; color:rgb(118,118,118); }
#footer a { font-size:10px; font-weight: bold; }
#footer a:link { color:#625495; }
#footer a:active { color:#9999ff; }
#footer a:visited { color:#262039; }
#footer a:hover { color:#8c77d3; }


/* ---------------------------------------------------
   Switch Menu Styles
   --------------------------------------------------- */

/*.menutitle {
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #ECECFF;
	color: #000;
	width: 140px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
} */

li.menutitle {
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	list-style-image: url(/images/design/bullet.gif);
}

.submenu{
	margin: 0.5em 0 0.5em 0;
}

ul.submenu {
	list-style-type:square;
	padding: 0 0 0 11px;
}

ul.submenu li {
	padding: 2px 0 0 0;
}

/* For use on the products pages to list the product benefits. */
ul.benefits {
	list-style-type: square
	}
	
ul.benefits li { 
 	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 	color: rgb(118,118,118);
 	margin: 0 -50px 0 0;
 	}

