html {
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url('../images/ALL-bgHeader.png');
}
body {
    font-family: Verdana, Arial, sans-serif;
    margin-top: 16px;
}
a {
    color: #009;
}
a:hover {
	text-decoration: underline;
    color: #f00;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
#hd {
     position: relative;
     height: 219px;
}
.hasSubnav#hd {
    height: 235px;
    position: relative;
}
#hd h1 {
    width: 380px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    position: absolute;
    top: 90px;
    left: 40px;
}
#hd h2 a {
    width: 230px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    left: 0px;
    outline: none;
}
#hd ul.ticklist{
	text-indent: -999em;
	width: 341px;
	height: 223px;
	position: absolute;
	top: 8px;
	left: 410px;
	margin:0;
    background-repeat: no-repeat;
    background-position: left top;
}

#hd .controlnav {
    position: absolute;
    top: 36px;
    left: 780px;
}
#hd .controlnav li {
    font-size: 110%;
    float: left;
    padding: 0 8px 0 6px;
    line-height: 100%;
    border-right: solid 1px #aaa;
}
#hd .controlnav .last {
    border: none;
    padding-right: 0;
}
#hd .controlnav li a.bloglink {
    display: block;
    height: 16px;
    width: 164px;
    text-indent: -9999px;
    background: url(../../images/buttonBlog.png) no-repeat left top;
    outline: 0;
}
#hd .controlnav li a.bloglink:hover {
    background: url(../../images/buttonBlogHover.png) no-repeat left top;
}
#hd .headnav {
    background: url(../../images/headnavLine.png) repeat-x left bottom;
    width: 100%;
    height: 58px;
    position: absolute;
    top: 161px;
    left: 0;
}
#hd .headnav li {
    float: left;
    width: 172px;
    height: 35px;
    margin: 7px 3px 0 0;
    position: relative;
    left: 40px;
}
#hd .headnav li a {
    display: block; 
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: Corbel, "Trebuchet MS", sans-serif;
    font-size: 167%;
    line-height: 160%;
    text-align: center;
    outline: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    text-decoration: none;
}
#hd .headnav li a:hover,
#hd .headnav li a:focus {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
#hd .headnav li a:active {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
/* current tabs */
#home #hd .headnav .home a { background-position: left top; }
#features #hd .headnav .features a { background-position: left top; }
#pricing #hd .headnav .pricing a { background-position: left top; }
#training #hd .headnav .pricing a { background-position: left top; }
#testimonials #hd .headnav .testimonials a { background-position: left top; }
#start-now #hd .headnav .start-now a { background-position: left top; }

/*Subnav*/
#hd .subnav {
    background: url(../../images/headnavSubnav.png) repeat-x left top;
    width: 100%;
    height: 24px;
    position: absolute;
    top: 205px;
    left: 0;
    text-align: center;
    padding-top: 6px;
}
#hd .subnav li {
    display: inline;
    padding: 0 20px 0 20px;
    border-right: 1px solid #cfd0cf;
}
#hd .subnav li.last {
    border-right: none;
}
#hd .subnav li a {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}
#hd .subnav li a:hover {
    color: #fff;
    text-decoration: underline;
}
#bd {
    border: solid 2px #ededed;
    border-top: 0;
    background-color: #fff;
    padding-bottom: 30px;
}
.block {
    padding: 20px 0 20px 20px;
}
.block h1 {
    color: #c30;
    margin: 10px 10px 10px 20px;
    font-size: 240%;
    line-height: 100%;
    font-family: Cambria, Times New Roman, Georgia, serif;
}
.block h2 {
    color: #c30;
    margin: 10px 0 10px 20px;
    font-size: 190%;
    font-family: Cambria, Times New Roman, Georgia, serif;
}
.block h3 {
    color: #f60;
    margin: 10px 0 10px 20px;
    font-size: 170%;
    font-family: Cambria, Times New Roman, Georgia, serif;
}
#training .block h3 {
    margin-left: 40px;
    font-size: 140%;
}
.block p,
.block ul,
.block ol,
.block dl {
    padding: 10px 20px 10px 20px;
    font-size: 108%;
    line-height: 140%;
}
.block ul li {
    background: url(../../images/bulletGray.png) no-repeat 0 4px;
    padding: 0 0 10px 15px;
    line-height: 120%;
}
#training .block ul {
    padding-left: 60px;
}
.block p.intro {
    padding-left: 20px;
    font-size: 123.1%;
}
.block#quotes h2 {
    padding-left: 20px;
    color: #f60;
}
.block#quotes blockquote {
    padding-top: 10px;
    background: url('../../images/imgQuoteOpen.png') no-repeat 8px 14px;
}
.block#quotes blockquote p {
    padding-bottom: 0;
}
.block#quotes blockquote .last {
    background: url('../../images/imgQuoteClose.png') no-repeat 620px bottom;
}
.block#quotes p.quoter {
    text-transform: uppercase;
    font-size: 85%;
}
.block#quotes p.background {
    color: #909090;
    font-size: 108%;
    font-style: italic;
}
.block#pageAlert {
     padding: 10px 0;
     border-bottom: 1px solid #ccc;
     background: #c4e782;
}
.block#pageAlert h2 {
    text-align: center;
    line-height: 100%;
    font-size: 225%;
    color: #000;
    margin: 15px 0;
    padding: 0;
}
.block .date,
.block .source {
    font-family: Cambria, Times New Roman, Georgia, serif;
    color: #666;
    padding-right: 6px;
    border-right: solid 1px #666;
    font-size: 120%;
}
.block .newsLink {
    white-space: nowrap;
}
/* 5 across features */
ul.fiveacross {
    display: block;
    float: left;
    padding: 10px 0 20px 10px;
    margin: 0;
}
ul.fiveacross li {
	float: left;
	width: 113px;
	margin-right: 6px;
	padding: 131px 6px 6px 6px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f5f5f5;
	line-height: 130%;
	height: 120px;
}
ul.fiveacross li.feature5 {
	margin-right: 0;
}
.internationalAlert {
	border-bottom: solid 1px #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 20px;
}
.internationalAlert p {
	padding: 0;
	font-weight: bold;
}
.box {
	background: url(../images/ALL-bgBoxTL.png) no-repeat left top;
	margin: 14px;
}
.box#trial {
	background: url(../images/ALL-bgBoxTL_freeTrial.png) no-repeat left top;
}
.box .boxTR {
	background: url(../images/ALL-bgBoxTR.png) no-repeat right top;
}
.box .boxBL {
	background: url(../images/ALL-bgBoxBL.png) no-repeat left bottom;
}
.box .boxBR {
	background: url(../images/ALL-bgBoxBR.png) no-repeat right bottom;
	padding: 12px;
}
.box h3,
.sideblock h3 {
    color: #000;
    font-size: 180%;
    line-height: 110%;
    padding: 0 0 10px 0;
    font-family: Cambria, Times New Roman, Georgia, serif;
}
.box#trial h3  {
    padding-right: 80px;
    text-shadow: rgb(255,255,255) 1px 1px 2px;
}
.box p {
    font-family: Cambria, Times New Roman, Georgia, serif;
	color: #333;
	font-size: 105%;
	padding: 0 0 10px 0;
    text-shadow: rgb(255,255,255) 1px 1px 2px;
}
.box p em {
    font-size: 110%;
}
.box form {
    margin: 6px 0 6px 0;
}
.sideblock {
    padding: 14px 24px;
}
.sideblock hr {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
    font-size: 1px;
    line-height: 0;
    overflow: visible;
}
.sideblock#demo div {
    height: 70px;
    padding-left: 70px;
}
.sideblock#demo a {
    color: #f60;
    font-size: 116%;
}
.sideblock#demo a:hover {
	text-decoration: underline;
    color: #f00;
}
.sideblock#demo .webinar {
    background: transparent url('../images/ALL-bgDemoWebinar.gif') no-repeat left 4px;
}
.sideblock#demo .webinar p {
    padding-top: 6px;
    font-size: 70%;
}
.sideblock#demo .tour {
    height: 50px;
}
.sideblock#demo .tour {
    padding-top: 20px;
    background: transparent url('../images/ALL-bgDemoTour.gif') no-repeat left 4px;
}
.sideblock#contact {
    line-height: 140%;
    padding-bottom: 30px;
}
.sideblock#contact div.questions {
    font-family: Cambria, Times New Roman, Georgia, serif;
    font-size: 130%;
    padding-bottom: 4px;
}
.sideblock#contact div.phone {
    font-weight: bold;
    padding: 0 0 4px 24px;
    background: transparent url('../images/ALL-contact_phone.png') no-repeat left center;
}
.sideblock#contact div.chat {
    padding: 0 0 4px 24px;
    background: transparent url('../images/ALL-contact_chat.png') no-repeat left center;
}
.sideblock#contact div.email {
    padding: 0 0 4px 24px;
    background: transparent url('../images/ALL-contact_email.png') no-repeat left center;
}

.sideblock#quote {
    padding: 0 12px;
}
.sideblock#quote p {
    color: #333;
    text-align: right;
    padding: 0 12px 20px;
    line-height: 140%;
}
.sideblock#quote blockquote p {
    font-size: 108%;
    font-style: italic;
    text-align: left;
    padding-top: 20px;
}
.sideblock#quote blockquote p.last {
    padding-bottom: 4px;
}
.sideblock#promoAccountingGuide {
    height: 180px;
    background: transparent url('../images/ALL-thumbAccountingGuide.gif') no-repeat 24px 110px;
    padding-right: 30px;
}
.sideblock#promoNewsletter h3,
.sideblock#promoAccountingGuide h3 {
    font-size: 138.5%;
    padding-top: 6px;
}
.sideblock#promoAccountingGuide a {
    display: block;
    padding: 15px 0 0 75px;
}
.sideblock#promoNewsletter form {
    padding-top: 4px;
}
.sideblock#promoNewsletter .submit {
    width: 68px;
}
.sideblock#promoNewsletter p {
    padding-top: 14px;
}
.video#tour {
    margin: 30px 0 30px 20px;
}
.video#testimonial {
    margin: 30px 0 10px 20px;
}
a.bloglink strong {
    color: #4b9200;
    font-weight: bold;
    text-decoration: none;
}
a.bloglink em {
    color: #7088ac;
    font-style: normal;
    font-weight: bold;
}
a.buttonSignUp {
    display: block;
	height: 30px;
	width: 188px;
	padding-top: 6px;
	text-align: center;
	color: #fff;
	font-size: 138.5%;
	text-decoration: none;
    background: transparent url('../images/ALL-buttonSignUp.png') no-repeat 0 0;
}
a:hover.buttonSignUp {
    color: #d1fc85;
}
a.buttonBig {
    float: left;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    font-size: 120%;
    background: transparent url('../../images/buttonBigRight.png') no-repeat top right;
    height: 48px;
    margin-right: 10px;
    padding-right: 50px;
    text-decoration: none;
}
a.buttonBig span {
    background: transparent url('../../images/buttonBigLeft.png') no-repeat;
    display: block;
    line-height: 38px;
    padding: 5px 8px 5px 18px;
} 
a:hover.buttonBig {
    text-decoration: underline;
}
/* Pricing table */
#pricing table {
	font-size: 100%;
	border-collapse: collapse;
	margin: 20px 10px 20px 20px;
	float: right;
	width: 100%;
}
#pricing table th,
#pricing table td {
    border: solid 2px #fff;
}
#pricing table tbody td {
	text-align: center;
}
#pricing table th,
#pricing table td a {
	font-family: Cambria, Georgia, "Times New Roman", serif;
}
#pricing table td,
#pricing table th {
	padding: 6px;
}
#pricing table thead th {
	background: #ffb926;
	color: #fff;
    border: solid 2px #fff;
	text-align: center;
	font-weight: bold;
	font-size: 123.1%;
	white-space: nowrap;
}
#pricing table thead th.maxunits {
	background: #fff;
	color: #000;
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	padding-right: 5px;
}
#pricing table tbody th {
	font-weight: normal;
	text-align: right;
	color: #c30;
	padding-right: 5px;
	font-size: 116%;
}
#pricing table tbody .pricepermonth th,
#pricing table tbody .priceperyear th {
	color: #030;
}
#pricing table .pricepermonth td {
	background: #ffca9e url(../images/ALL-bgPricingPerMonthTD.gif) repeat-x bottom;
	background: #ffdd9e url(../images/ALL-bgPricingPerYearTD.gif) repeat-x bottom;
}
#pricing table .pricepermonth th{
	background: url(../images/ALL-bgPricingPerMonthTH.jpg) no-repeat bottom right;
	background: url(../images/ALL-bgPricingPerYearTH.jpg) no-repeat bottom right;
}
#pricing table .priceperyear td{
	background: #ffdd9e url(../images/ALL-bgPricingPerYearTD.gif) repeat-x bottom;
}
#pricing table .priceperyear th{
	background: url(../images/ALL-bgPricingPerYearTH.jpg) no-repeat bottom right;
}
#pricing table .onlinesupport td{
	background: #fff4a2 url(../images/ALL-bgPricingOnlineSupportTD.gif) repeat-x bottom;
}
#pricing table .onlinesupport th{
	background: url(../images/ALL-bgPricingOnlineSupportTH.jpg) no-repeat bottom right;
}
#pricing table .phonesupport td{
	background: #ffffa2 url(../images/ALL-bgPricingPhoneSupportTD.gif) repeat-x bottom;
}
#pricing table .phonesupport th{
	background: url(../images/ALL-bgPricingPhoneSupportTH.jpg) no-repeat bottom right;
}
#pricing table .onlinepayments td{
	background: #eaff90 url(../images/ALL-bgPricingOnlinePaymentsTD.gif) repeat-x bottom;
	color:#333;
}
#pricing table .onlinepayments th{
	background: url(../images/ALL-bgPricingOnlinePaymentsTH.jpg) no-repeat bottom right;
}
#pricing table .onlinepayments strong {
	font-weight: normal;
	color: #000;
}
#pricing table .documentstorage td.first{
	background: #e6ffc4 url(../images/ALL-bgPricingDocStorageTD1.gif) repeat-x bottom;
}
#pricing table .documentstorage td.second{
	background: #cfff8f url(../images/ALL-bgPricingDocStorageTD2.gif) repeat-x bottom;
}
#pricing table .documentstorage th{
	background: url(../images/ALL-bgPricingDocStorageTH.jpg) no-repeat bottom right;
}
#pricing table td span.no,
#pricing table td span.yes {
    display: block;
    text-indent: -9999px;
}
#pricing table td span.yes {
    background: url(../images/ALL-imgTickmark.gif) no-repeat center top;
    height: 20px;
    width: 100%;
}
/*Features*/
.feature {
    float: left;
    width: 100%;
}
.feature div.featureButton {
    float: left;
    width: 130px;
    padding-top: 130px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}
.feature div.featureButton a {
    text-indent: -9999px;
    outline: none;
}
.feature div.featureButton a.first {
    height: 21px;
    width: 112px;
    float: left;
    text-indent: -9999px;
    background: url('../images/ALL-buttonScreenshots.gif') no-repeat left top;
    margin-left: 16px;
    margin-top: 10px;
    outline: none;
}
.feature div.featureBody {
    width: 500px;
    float: right;
}
.feature#featureAccounting div.featureButton { background-image: url('../images/ALL-featureAccounting.jpg'); }
.feature#featureBanking div.featureButton { background-image: url('../images/ALL-featureBanking.jpg'); }
.feature#featureBudgeting div.featureButton { background-image: url('../images/ALL-featureBudgeting.jpg'); }
.feature#featureCheckPrinting div.featureButton { background-image: url('../images/ALL-featureCheckPrinting.jpg'); }
.feature#featureExpenses div.featureButton { background-image: url('../images/ALL-featureExpenses.jpg'); }
.feature#featureFinancialReports div.featureButton { background-image: url('../images/ALL-featureFinancialReports.jpg'); }
.feature#featureForums div.featureButton { background-image: url('../images/ALL-featureForums.jpg'); }
.feature#featureIncome div.featureButton { background-image: url('../images/ALL-featureIncome.jpg'); }
.feature#featureOnlineAccessOwners div.featureButton { background-image: url('../images/ALL-featureOnlineAccessOwners.jpg'); }
.feature#featureOnlineAccessResidents div.featureButton { background-image: url('../images/ALL-featureOnlineAccessResidents.jpg'); }
.feature#featureOnlineAccessTeam div.featureButton { background-image: url('../images/ALL-featureOnlineAccessTeam.jpg'); }
.feature#featureOnlineBillPayment div.featureButton { background-image: url('../images/ALL-featureOnlineBillPayment.jpg'); }
.feature#featureOnlinePayments div.featureButton { background-image: url('../images/ALL-featureOnlinePayments.jpg'); }
.feature#featureReporting div.featureButton { background-image: url('../images/ALL-featureReporting.jpg'); }
.feature#featureToDos div.featureButton { background-image: url('../images/ALL-featureToDos.jpg'); }
.feature#featureToDoSecure div.featureButton { background-image: url('../images/ALL-featureToDoSecure.jpg'); }
.feature#featureTrack div.featureButton { background-image: url('../images/ALL-featureTrack.jpg'); }
.feature#featureVacancies div.featureButton { background-image: url('../images/ALL-featureVacancies.jpg'); }
.feature#featureWorkOrders div.featureButton { background-image: url('../images/ALL-featureWorkOrders.jpg'); }

.newFeature h2 {
    border-top: solid 3px #f2f4ef;
    padding-top: 10px;
}
.newFeatureFigures img {
    padding: 10px 0 20px 40px;
}
/* ============================================= */
/* Forms                                         */
/* ============================================= */
fieldset {
	margin-left: 30px;
    margin-bottom: 10px; 
    margin-top: 10px;
	border: none;
	float: left;
	clear: left;
    border: solid 1px #ccc;
    width: 600px;
    padding: 0 0 20px 0;
}
fieldset legend {
    font-family: Cambria, Times New Roman, Georgia, serif;
    color: #f60;
	font-weight: bold;
	padding: 4px;
	margin-left: 10px;
    font-size: 153.9%;
}
fieldset .noLegend {
    height: 22px;
}
fieldset table.form {
	margin-top: 6px;
	width: 100%;
}
fieldset table.form tr {
	vertical-align: top;
}
span.displayValue {
/*    for possible future use */
}
fieldset table.form td {
    padding: 4px 0 4px 0;
}
table.form td br {
    clear: both;
}
fieldset table.form td input,
fieldset table.form td select,
fieldset table.form td textarea {
    margin-right: 4px;
}
fieldset table.form th label {
    float: right;
    padding: 4px 8px 4px 0;
}
p.requiredFieldLegend,
fieldset table.form th label {
    font-weight: normal;
}
p.requiredFieldLegend span,
fieldset table.form th label span {
	color: #a20e0a;
	margin: 0 2px 0 2px;
}
fieldset table.form td span { float: left; }
fieldset table.form td input, fieldset table.form td select { float: left; }
fieldset table.form td table {
	margin: 0;
	padding: 0;
}
fieldset table.form td table tr {
	margin: 0;
	padding: 0;
}
fieldset table.form td table tr td {
	padding: 0 14px 4px 0;
    margin: 0
}
div.pageMessage {
	margin: 10px 0 10px 30px;
    padding: 6px;
    width: 586px;
}
div.error {
    border: solid 2px #990000;
    background: #f9f9f9;
}
div.error p {
	margin: 0;
	padding: 0;
}
div.error p strong {
    color: #990000;
    font-weight: bold;
}

/* ============================================= */
/* Inline form messages                          */
/* ============================================= */
.validationInlineErrorMessage,
.validationInlineWarningMessage {
    float: left;
    clear: both;
    padding: 10px 8px 4px 8px;
    border-bottom: solid 2px #990000;
    margin: 0 0 0 0;
    width: 184px;
    background-image: url('../images/ALL-bgInlineValidationChevron.png');
    background-repeat: no-repeat;
    background-position: left top;
}
.validationInlinePlaceholder {
	display: none;
}
table.form td.inlineInstructions {
    color: #333;
    padding-right: 20px;
    padding-bottom: 20px;
}
table.form td span.inlineHelperText {
    float: left;
    clear: left;
    font-size: 85%;
    color: #666;
    margin-top: 2px;
    padding-right: 20px;
    width: 90%;
}
div.formButtons {
    margin-left: 30px;
    padding: 10px 0 10px 0;
    float: left;
    clear: both;
}
div.formButtons a {
    margin-right: 10px;
    margin-bottom: 10px;
}
#contact .phone { font-weight: bold; }
table.form th { width: auto; white-space: nowrap; }
.formID fieldset table.form th { width: 160px; } 
.formID div.formButtons { padding-left: 160px; }
.formID#demoRequest fieldset#fieldsetContactInformation table.form th { width: 210px; } 
.formID#demoRequest div.formButtons { padding-left: 210px; }
.formID#signUp fieldset { padding: 10px 0; border: 0; border-top: 1px solid #ccc; margin: 5px 0; float: none; width: auto; }
.formID#signUp fieldset table.form th { text-align: left; } 
.formID#signUp fieldset table.form td { padding: 2px 10px 15px 0; } 
.formID#signUp fieldset table.form label { float: none; } 
.formID#signUp fieldset table.form input { width: 200px; } 
.formID#signUp fieldset#fieldsetAboutYou table.form th { width: 280px; }
.formID#signUp fieldset#fieldsetOptIn table.form th { width: 120px; }
.formID#signUp fieldset#fieldsetAccountInformation table.form th { width: 120px; }
.formID#signUp div.formButtons  { padding-left: 0; margin-left: 0; }
.formID#signUp div.formButtons a { float: left; }
.formID#signUp div.formButtons a.cancel { margin: 10px 0 0 20px; }
.formID #ownWebsite { margin-top: 10px; display: none; }
.formID div.pageMessage 
{
	margin: 0 0 10px 0;
}
#start-nowB ul.footnav { display: none; }

