/*
1/26/07
	1. .ib	- added 

*/
	
body{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; }

#HeadTop {
	visibility: hidden; }

.left {
	float: left; }
.right {
	float: right; }
.clear {
	clear: both; }
#HeadBottom {
	clear: both;
	font-size: larger;
	font-weight: bold;
	padding-right: 5px; }		

table.main{
	width: 100%; }
#menu{
	visibility: hidden; 
	display: none}

#contentMain {
	padding-left: 5px; }	

	
table.features{
	border-top: 2px solid #9c9a9c;
	width: 100%;
	clear: both; }
	
table.features td{
	vertical-align: top;
	width: 33%;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #000; }	
.headerRt {
	width: 270px;
	float: right; }		

#footer {
	font-size: smaller;
	clear: both; }
#footerSub {
		font-size: smaller;
	margin: 0;
}	
/* table extras ----------------------------------- */

table.border{
	width: auto;
	border: solid 1px #999; }

th.border  {
	color: #306;
	text-align: left;
	vertical-align: bottom;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 2px solid #000; }


td.dash {
	vertical-align: top;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 1px dashed #000; }
	
.provider {
	font-size: x-small;
	text-align: center;
	width: 130px; }
.noWrap {
	white-space: nowrap; }
/* images ----------------------------------- */
.imgLeft  {
	float: left ;
	margin-right: 5px;
	margin-bottom: 5px; }
.imgRight {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px; }
hr.pur {
	color: #999;
	background-color: #306;
	width: 90%;
	height: 1px;
	clear: both;
	margin-left: 0;
	border-style: none; }
/* Text ----------------------------------- */
.u {
	text-decoration: underline; }
.i {
	font-style: italic; }	
.b {
	font-weight: bold; }
.bLarge {
	font-size: larger;
	font-weight: bold; }
.iu {
	font-style: italic;
	text-decoration: underline; }
.ib {
	font-style: italic;
	font-weight: bold; }
.iub {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold; }
.bCaps {
	font-weight: bold;
	text-transform: capitalize; }
.bUpper {
	font-weight: bold;
	text-transform: uppercase; }
.sup {
	font-size: smaller;
	vertical-align: top; }	
.quoteIn{
	padding: 13px 15px; }
.indent {
	padding-left: 15px; }
.quoteInBold{
	font-weight: bold;
	padding: 13px 15px; }
.quoteInItalic{
	font-style: italic;
	padding: 13px 15px; }
.pur {
	color: #306;
	background-color: transparent; }
.purItalic {
	color: #306;
	font-style: italic;
	background-color: transparent; }	
.purBold {
	color: #306;
	font-weight: bold; }
.purBoldLrg {
	color: #306;
	font-size: larger;
	font-weight: bold; }	
.purBoldLCtr {
	color: #306;
	font-size: smaller;
	font-weight: bold;
	text-align: center; }	
.smaller {
	font-size: smaller; }
a.white {
	color: #fff;
	text-decoration: none; }
a.white:hover {
	color: #ccc;
	text-decoration: underline; }
h2 {
	color: #306;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.83em 0; }
.ctr {
	text-align: center; }

/* hacks  */
form {
	margin: 0;
	padding: 0; }
