/* Viki's First Style Sheet for Invenium */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white url(images/inv_bkg.jpg) repeat;
	}



#banner {
	background: white;
	border: 2px solid white;
	width: 772px;
	}
	

#lcont {
	background-color: white;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	}

td.content {padding-top: 15px;
	vertical-align: top;
	background: white;
	}

td {
	vertical-align: top;
	background: white;
	}

p {
	color: #003266;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, Geneva; sans-serif;
	}

p.qa {
	color: #003266;
	font-size: 12px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Geneva; sans-serif;
	}


p.note {
	color: #003266;
	font-size: 10px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, Geneva; sans-serif;
	font-style: italics;
	font-weight: bold;
	text-align: justify;
	}

span {
	color: #663500;
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:Verdana, Arial, Helvetica, Geneva; sans-serif;
	line-height:80%;
}



#filler {
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	}

	
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 125px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	font-size: 14px;
	}
	
#menu2 li a {
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	font-weight: bold;
	color: #ffffff;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #663500;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #663500;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

/* =-=-=-=-=-=-=-[End Menu Two]-=-=-=-=-=-=-=- */


ul.circle {
	list-style-position: outside;
	list-style-image: url('images/li_circlea.jpg');
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 5px;
	}


ul.diamond {
	list-style-position: outside;
	list-style-image: url('images/li_diamonda.jpg');
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 5px;
	}


/* =-=-=-=-=-=-=-[This is the FAQ div section]-=-=-=-=-=-=-=- */

#faq li a {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	}

#faq li a:link, #faq li a:visited {
	color: #663500;
	padding: 8px 0 0 10px;
	}
	
#faq li a:hover {
	color: #003266;
	font-weight: bold;
	padding: 8px 0 0 10px;
	}
	
#faq li a:active {
	color: #663500;
	padding: 8px 0 0 10px;
	}


h1 {
	color: #663500;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Geneva; sans-serif;
	margin-top: 0px
	margin-bottom: 5px;
	text-align: left;
	}	

h3 {	
	color: #663500;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	}



#footer {
	background: white;
	position: relative;
	height: 45px;
	border-top: 2px solid #663500;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	}

p.footer {
	color: #003266;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva; sans-serif;
	}