/* home
------------------------------------ */

#home #content {
width: 100%;
left: 0;
margin-left: 0;
min-height: 32em;
}

/* home banner ---------------------- */
#home #content #banner {
background: #ff9900 url(../images/bgs/home_banner.gif) repeat-x top;
min-height: 32em;
}
#home #diagram {
float: left;
margin-left: -30px;
padding-top: 15px;
position: relative;
width: 440px;
}
#home #list_products_services {
background: transparent url(../images/banner_postit.png) no-repeat 0 40px;
float: right;
width: 329px;
min-height: 299px;
position: relative;

padding-top: 100px;
}

#home #list_products_services .instructions,
#home #list_products_services #btn_quickbooks_online,
#home #list_products_services #btn_virtual_file_cabinet {
padding-left: 50px;
}
#home #list_products_services ul {
padding-left: 47px;
}
#home #list_products_services li {
background: transparent url(../images/icons/check_orange.gif) no-repeat 0 2px;
color: #666;
font-family: "Helvetica", Arial, sans-serif;
line-height: 1.4em;
padding-left: 25px;
text-decoration: none;
}
#home #list_products_services a {
color: #666;
line-height: 1;
font-size: 120%;
text-decoration: none;
}
#home #list_products_services a:visited {
color: #999;
}
#home #list_products_services a:hover {
color: #333;
}

/* basement
------------------------------------ */
#home #basement {
background: #E8E5DE url(../images/bgs/home_basement.gif) repeat-x top;
min-height: 23em;
padding-bottom: 42px;
}
#basement h2 {
margin: 0 0 .3em;
}
#basement #news {
position: relative;
left: 50%;
margin-left: -385px;
float: left;
width: 340px;
}
#basement #contact_form {
background: transparent url(../images/basement_divider.gif) no-repeat 0 30px;
float: right;
padding-left: 30px;
position: relative;
right: 50%;
margin-right: -385px;
width: 358px;
}
#basement #contact_form address {
padding: 10px 12px;
}
#basement .post {
padding: .4em 0 1em 12px;
}
#basement .post h3 {
color: #E77623;
font-size: 120%;
}
#basement .post .meta {
color: #999;
font-size: 90%;
}
#basement legend {
display: none;
}
