html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 100%;
	top: 0;
}


/* ie hack  - layout REQUIRES a height here to work */
/* (1% will do) if no min-height is required*/
/* this it where it fails in Strict Mode */
* html #wrapper {height: 80%;} 

#header{
	position: relative;
	width: 780px;
	margin: 0 auto;
	height: 487px;
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
}
#headercontent{
	margin: 0px 40px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #08388a;
	text-align: left;
	position: relative;
	padding-top: 330px;
	text-decoration: none;
}
#headercontent a{
	text-decoration: none;}
#home a{
	background-image: url('../img/m1b.gif');
	vertical-align: top;
	z-index: 100;
}
#home a:hover{
	background-image: url('../img/m1b.gif');
	vertical-align: bottom;
}
#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background-image: url('../images/quickbooksfooter.jpg');
	background-repeat: no-repeat;
	height: 220px;

}
#footer H1 {
	text-align: right;
	padding:10px 50px 0 0;}
#footercontent {
	font-size: small;
	color: #999999;
	text-align: left;
	padding: 115px 50px 0 50px;
}
/* bringing the center content into position (clear the sides)
is best using a wrapper div to avoid more IE Box Model issues */
#contentwrap {
	position: relative;
	padding: 0px 40px 0 40px;
	width: 700px;
	margin: 0 auto;
	background-image: url('../images/left.jpg');
	text-align: left;
	background-repeat: repeat-y;
}

#content {
position: relative;  /* to enable further positioned divs inside content area */
z-index: 100; /* to make sure if long words overflow they show above the right column */ 

background: #fff;
padding: 0;
margin: 0;
}

/* IE/Win Hack for peekaboo bug */
/* hide from IE/Mac \*/
* html #content {height: 1%;} 
/* end hide */

table tr, td
{


	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}
p {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;}
table, img
{
	border: none;
}
h1 {
	color: #08388a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	margin: 0 0 10px 10px;
	padding: 0;
}
.big
{
	background-image: url(../img/bgbig.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 520px;
}

.main
{

	vertical-align: top;
}

.main td
{
	vertical-align: top;
	padding: 3px 10px 3px 10px !important;
}



.main td h1
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #014C94;
}
h2{
	padding: 0px 10px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #014C94;
}
.main td span
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #014C94;
}

.vertdot
{
	background: transparent url(../img/vertdot.gif) repeat-y;
}



.footer td
{
	vertical-align: top;
}

.copy
{
	padding: 20px 0px 0px 40px;
}

.faq
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}

.faq td
{
	background: transparent url(../img/hdot.gif) bottom repeat-x;
	padding: 20px 10px 20px 0px;
}

.sbsl
{
	background: transparent url(../img/sbsl.gif) repeat-y;
}

.sbsr
{
	background: transparent url(../img/sbsr.gif) repeat-y;
}

.bluetable
{
	background: #03408C url(../img/sbht.gif) top repeat-x;
}

.bluetable ol, .bluetable li
{
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	list-style: decimal;
}

.SEOkeys
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #CCCCCC;
	line-height: 1; 
}
ul {
	list-style-type: none;
}
ul li {
	display: inline;
	padding-left: 24px;
	padding-right: 24px;
}
#baseline {padding: 20px 24px 0 24px;}
.nocss{
	display: none;
}
form {padding-left: 10px;}

