/*  Bill It Now CSS
    orig:		5-21-12
		mod:		n/a
*/

/* # General plus reset # */
body {
	background: #58585a url(/Static/images/page/background-page.png);
	font: 12pt Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin: 0;
	padding: 0;
}

img {
  border: 0;
}

/* # This is for the drop-shadow effect on the content area in the "gutter" # */
#body-dropshadow {
	background: url(/Static/images/page/background-gutter.png) top center repeat-y;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
	
}



#wrapper {
	background: #e7e7e8;
	margin: auto;
	text-align: left;
	width: 974px;
}

/* # Top of the page elements # */
#top {
	background: #fff;
	border-bottom: 6px solid #961a1d;
	overflow: hidden;
}

#top div {
	float: left;
}

#logo {
	width: 839px;
}

#logo img {
	border: 0;
	margin: 0 0 5px 20px;
}

#login {
	width: 135px;
}

#login a {
	background: url(/Static/images/page/sprite-login_button.png) no-repeat;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 54px;
	margin: 16px 0 0 0;
	text-decoration: none;
	width: 104px;
}

#login a:hover {
	background-position: -104px;
}

/* # Main navigation elements # */
#main-nav {
	background: #ccc url(/Static/images/page/background-main_navigation.png) repeat-x;
	font-size: 15px;
	height: 45px;
}

#main-nav ul {
	list-style: none;
}

#main-nav ul li {
	float: left;
	width: 140px;
}

#main-nav ul li a {
	border-left: 1px solid #999;
	display: block;
	color: #961a1d;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#main-nav ul li a:hover {
	background: url(/Static/images/page/nav_selected.png) right center no-repeat;
}

a.main-selected {
	color: #000 !important;
}

/* # Sub navigation elements # */
#sub-nav {
	background: #6a1315 url(/Static/images/page/background-subnav_dark.png) repeat-x;
	font-size: 13px;
	height: 30px;
}

#sub-nav ul {
	list-style: none;
}

#sub-nav ul li {
	border-right: 1px solid #6a0000;
	float: left;
	width: 105px;
}

#sub-nav ul li a {
  display: block;
  color: #ccc;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#sub-nav ul li a:hover {
	text-decoration: underline;
}

a.sub-selected {
	background: url(/Static/images/page/background-subnav_light.png) repeat-x !important;
  color: #fff !important;
}

/* # Banner box elements # */
#banner {
	/*background: #961a1d url(/Static/images/page/background-banner.png);*/
	background: #555;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	color: #fff;
	min-height: 200px;
	/*padding: 70px 100px 0 100px;*/
}

#banner-sub {
	background: #961a1d url(/Static/images/page/background-subpage_banner.png) no-repeat;
	color: #fff;
	font-size: 18px;
	height: 203px;
}

#banner img,
#banner-sub img {
	border: 0;
	margin: 0;
	padding: 0;
}

#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
	font-size: 56px;
	font-weight: normal;
}

#banner-sub h1, #banner-sub h2, #banner-sub h3, #banner-sub h4, #banner-sub h5, #banner-sub h6 {
	font-size: 36px;
	font-style: italic;
	padding-left: 65px;
}

#banner-sub p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 100px;
	padding-top: 62px;
}

#banner-bars {
	background: #404041;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	height: 10px;
}

#banner-sub-bars {
	background: #404041;
	border-top: 5px solid #fff;
	height: 10px;
}

/* # Rotator elements # */
#banner-rotator div.slide {
	position: relative;
}

#banner-rotator div.slide div {
	background: url(/Static/images/slideshow/transparency.png);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#banner-rotator div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}

#banner-rotator div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}

#banner-rotator div.slide h4,
#banner-rotator div.slide p {
	color: #fff;
	margin: 0;
}

/* # Demo bar elements # */
#demo-bar {
	background: #ccc url(/Static/images/page/background-signup.png) repeat-x;
	height: 46px;
	line-height: 42px;
	position: relative;
	text-align: center;
}

#demo-bar span {
	color: #961a1d;
	font-size: 25px;
}

#demo-bar form {
	display: inline;
}

.demo-bar-captcha {
	display: none;
	justify-content: center;
}

	.demo-bar-captcha.visible {
		display: flex;
	}

#label-email {
	color: #7f7e7f;
	cursor: text;
	margin: 4px 0 0 40px;
	position: absolute;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	z-index: 1;
}

#label-email,
#email {
	font: 12px Arial, Helvetica, sans-serif;
}

#email {
	-webkit-appearance: none;
	background: transparent url(/Static/images/page/background-input.png) top center no-repeat;;
	border: none;
	color: #000;
	height: 23px;
	margin: 0 35px 0 25px;
	outline: none;
	padding: 0 0 2px 10px;
	position: relative;
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	width: 246px;
	z-index: 0;
}

.validation {
	font-size: 1em;
	color: red;
	padding-left: 30px;
	text-align: center;

}




#emailbutton, div#demo-bar input [type="submit"]  {
	-webkit-appearance: none;
	background: transparent url(/Static/images/page/submit_arrow.png) no-repeat;
	border: none;
	color: #961a1d;
	cursor: pointer;
	font: 16px Arial, Helvetica, sans-serif;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 0 0 0 20px;
	text-align: right;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	vertical-align: top;
	width: auto !important;
}

/* # Features elements # */
#home-video-link {
  background: #fff;
  padding: 20px 20px 0 20px;
  text-align: center;
}

#home-video-link a,
#content .video-link a {
  background: url(/Static/images/page/icon-video.png) no-repeat;
  color: #961a1d;
  font-weight: bold;
  padding-left: 30px;
  text-decoration: none;
}

#home-video-link a:hover,
#content .video-link a:hover {
  color: #404041;
  text-decoration: underline;
}

#home-features {
	background: #fff;
	padding: 20px;
}

#features-box {
  background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: #999 -5px 0 10px;
	-moz-box-shadow: #999 -5px 0 10px;
	-webkit-box-shadow: #999 -5px 0 10px;
  position: relative;
}

#ie-borderfix {
  bottom: 10px;
  display: none;
  margin-bottom: -20px;
  position: relative;
}

#ie-redbar {
  background: #961a1d;
  padding-top: 10px;
}

#ie-whitebar {
  background: #fff;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  padding-top: 10px;
}

#features-header {
	background: #961a1d;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #fff;
	padding: 15px 25px;
  position: relative;
}

#features-header h3 {
	font-size: 31px;
}

#features-content {
	border-bottom: 1px solid #777;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	overflow: hidden;
	padding: 0 20px 40px 10px;
}

.features-column {
	float: left;
	width: 50%;
}

.featured-item {
	overflow: hidden;
	padding: 40px 0 20px 0;
}

.featured-item span {
	cursor: pointer;
	float: left;
	margin-right: 5px;
}

.featured-item a {
	text-decoration: none;
}

.featured-item h4 {
	border-bottom: 2px solid #adaeb0;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 155px;
	margin-right: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-decoration: none;
}

.featured-item a h4 {
	color: #961a1d;
	text-decoration: none;
}

.featured-item a:hover h4 {
	color: #6a1315;
}

.featured-item a p {
	color: #58585a;
	font-size: 15px;
	margin-right: 20px;
	text-decoration: none;
}

/* # Popout styling # */
.popout-box {
	min-height: 200px;
	padding: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	z-index: 3;
}

.popout-box span {
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.popout-box h3 {
	border-bottom: 3px solid #961a1d;
	color: #58585a;
	font-size: 25px;
	padding: 10px 0 5px 0;
}

.popout-box p {
	font-size: 12px;
	margin-left: 165px;
	padding-top: 5px;
}

.popout-box p img {
	margin: 10px;
	max-width: 500px;
}

/* # Content area elements # */
#content {
	background: #fff;
	overflow: hidden;
	padding: 20px;
}

#content-normal {
	
}

#content-indent {
	padding: 0 275px 0 20px;
}

#content-leftimages {
	float: left;
	margin: 20px 20px 0 20px;
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	width: 200px;
}

#content-leftimages img {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

/* H1/H2 currently the same */
#content h1, #content h2 {
	color: #58585a;
	border-bottom: 2px solid #961a1d;
	font-size: 33px;
	padding-bottom: 5px;
}

#content h3 {
	color: #961a1d;
	font-size: 18px;
	margin-top: 20px;
}

/* H4/H5/H6 currently the same */
#content h4, #content h5, #content h6 {
	color: #961a1d;
	font-size: 14px;
}

#content p {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content ul {
	font-size: 13px;
	padding-left: 50px;
}

.clearfix {
	clear: both;
}

.portrait-box {
	clear: both;
}

.portrait-box-left,
.portrait-box-right {
	float: left;
}

.portrait-box-left {
	margin-left: 20px;
	padding-top: 20px;
	width: 150px;
}

.portrait-box-right {
	margin-left: 20px;
	width: 650px;
}

.testimonial-row {
	clear: both;
}

.testimonial-cell {
	float: left;
	width: 50%;
}

.testimonial-left,
.testimonial-right {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.testimonial-left {
	width: 120px;
}

.testimonial-right {
  width: 290px;
}

/* All headers the same */
.testimonial-right h1, .testimonial-right h2, .testimonial-right h3, .testimonial-right h4, .testimonial-right h5, .testimonial-right h6 {
  color: #000 !important;
	font-size: 12px !important;
	font-style: italic;
}

.testimonial-right h6 {
  font-weight: normal;
}

#contact-left,
#contact-right {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#contact-left {
	width: 250px;
}

#contact-left p {
	margin: 0;
}

#contact-left blockquote {
  margin: 15px 0;
  padding: 0 15px;
}

#contact-right {
	width: 600px;
}

#video-box {
  padding: 25px 0;
  text-align: center;
}

#content .video-link {
  font-size: 16px;
  position: relative;
}

#content .video-link a {
  position: absolute;
  right: 0;
  top: 10px;
}

/* # Footer items # */
#footer {
	border-top: 10px solid #961a1d;
	color: #58585a;
  font-size: 11px;
	height: 115px;
	overflow: hidden;
	padding: 5px;
}

#attr-phone span {
	margin: 0 30px;
}

#copyright {
	float: right;
}