body {
	background: #86bd3c;
	font: 10px/20px lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}
	

		#pageTitle .plc a:visited, a:link {
			color: #fff;
			text-decoration: none;
			}

		#pageTitle .plc a:hover {
			color: #fff;
			text-decoration: underline;
			}


/* CSS Reset | Copyright (c) Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;border-bottom: 1px solid #eaeaea;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: #000;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/system/storage/2/03/0/215/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/system/storage/2/03/0/215/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/system/storage/2/03/0/215/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/system/storage/2/03/0/215/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/system/storage/2/03/0/215/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/system/storage/2/03/0/215/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/system/storage/2/7f/b/214/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/system/storage/2/7f/b/214/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; font-weight: bold; font-size: 1.3em;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/system/storage/2/03/0/215/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/system/storage/2/03/0/215/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/system/storage/2/bb/4/226/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/system/storage/2/e0/6/225/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/system/storage/2/03/0/215/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/*
	CSS Document for OfficeDrop
	Default CSS Settings
	Copyright (c) 2010 Neuro-Designs. All rights reserved.
*/

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}

	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}

		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}


/*

Colors
#84b93b : Green
#0595d5 : Blue
#127db1 : Dark Blue
#fd0    : Yellow
#eaca00 : Dark Yellow

#f9fbf5 : Light Green
#dbeac7 : Green Border	

#f2fafd : Light Blue
#c0e4f4 : Blue Border

*/





/* General Settings */

body {
	font: 10px/20px lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}

a:link, a:visited {
	font-weight: bold;
	color: #84b93b;
	text-decoration: none;
	}

	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1, h2 {  /* Added 2010/0701 */
	font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 20px;
	color: #84b93b;
	}

h2 {
	font-size: 20px;
	}


h3 {
	font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #0595d5;
	}

h4 {
	font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #0595d5;
	}

p {
	margin-bottom: 20px;
	font-size: 13px;
	}

strong {
	font-weight: bold;
	}

em, cite {
	font-style: italic;
	}

small, .small {
	font-size: 9px;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

ul, ol {
	font-size: 13px;
	margin-bottom: 20px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 25px;
	}

	ol {
		list-style-type: decimal;
		}

	#contents ul li, #contents ol li {
		}

input.defaultText, textarea.defaultText {
	background: #fff;
	padding: 5px 5px;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	}

input.defaultButton {
	background: #fd0 url("/system/storage/2/a3/a/845/bg_defaultbutton.png") center repeat-x;
	padding: 6px 10px;
	border: 1px solid #eaca00;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

	input.defaultButton:hover {
		background: #0595d5 url("/system/storage/2/8f/3/844/bg_defaultbutton_hover.png") center repeat-x;;
		color: #fff;
		border-color: #127db1;
		}

input.defaultButtonAlt {
	background: #fff4b0;
	padding: 6px 10px;
	border: 1px solid #ffe95b;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	}

	input.defaultButtonAlt:hover {
		background: #0595d5;
		color: #fff;
		border-color: #127db1;
		}














/* Layout Settings */


/* Header Settings */

#header {
	width: 100%;
	min-width: 960px;
	background: #fff;
	border-top: 5px solid #999;
	}

	#header .plc {
		width: 960px;
		height: 95px;
		margin: 0px auto;
		overflow: hidden;
		}

        #cms_page_content #header .plc {
		height: 150px;
		}

		#header .plc #logo {
			width: 301px;
			float: left;
			padding-top: 27px;
			padding-left: 10px;
			}

			#header .plc #logo a {
				width: 301px;
				height: 57px;
				background: url("/system/storage/2/89/0/249/logo.png") no-repeat;
				display: block;
				text-indent: -10000em;
				}

		#nav {
			width: 600px;
			float: right;
			}

			#nav #topNav {
				width: 600px;
				overflow: hidden;
				}

					#nav #topNav ul {
						overflow: hidden;
						float: right;
						list-style-type: none;
						padding: 0px;
						margin: 0px;
						}

						#nav #topNav ul li {
							float: right;
							margin-left: 2px;
							}

							#nav #topNav ul li a:link, #nav #topNav ul li a:visited {
								background: #999;
								color: #fff;
								font-size: 14px;
								font-weight: normal;
								display: block;
								padding: 8px 15px;
								border-bottom-left-radius: 3px;
								border-bottom-right-radius: 3px;
								-moz-border-radius-bottomleft: 3px;
								-moz-border-radius-bottomright: 3px;
								-webkit-border-bottom-left-radius: 3px;
								-webkit-border-bottom-right-radius: 3px;
								}

								#nav #topNav ul li a:hover {
									background: #0595d5;
									}

							#nav #topNav li.hotline {
								color: #8dc63f;
								font-size: 20px;
								font-weight: bold;
								float: right;
								padding: 7px;
								}


			#nav #mainNav {
				width: 590px;
				overflow: hidden;
				padding-top: 25px;
				}

				#nav #mainNav h3 {
					float: right;
					margin-left: 25px;
					font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
					}

					#nav #mainNav h3 a:link, #nav #mainNav h3 a:visited {
						color: #999;
						font-size: 16px;
						font-weight: normal;
						display: block;
						background: #fff;
						}

						#nav #mainNav h3 a:hover, #nav #mainNav h3 a.selected {
							color: #0595d5;
							}

						#nav #mainNav h3 a.dropArrow {
							background: url("/system/storage/2/0c/5/233/arrow_dropdown.png") right center no-repeat;
							padding-right: 10px;
							}

.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-top: 5px;
	display: block;
	padding: 0px;
	width: 250px;
	z-index: 1000;
	font-size: 12px;
	-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	}

	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #0595d5;
		padding: 5px 10px;
		color: #fff;
		font-weight: normal;
		cursor: pointer;
		border-bottom: 1px solid #0e81aa;
		}

	.dropdown a:hover {
		color: #fff;
		background: #999;
		}

	.dropdown a.top {
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		}

	.dropdown a.bottom {
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom: none;
		}







/* Main Image Settings */

#pageTitle {
	width: 100%;
	background: #fff url("/system/storage/2/78/f/238/bg_mainimage.png") top repeat-x;
	clear: both;
	}

	#pageTitle .plc {
		width: 960px;
		min-height: 55px;
		position: relative;
		margin: 0px auto;
		overflow: hidden;
		}

		#pageTitle .plc h1, #pageTitle .plc h2 {  /* Added 2010/0701 */
			width: 700px;
			float: left;
			margin: 0px;
			line-height: 0.8em;
			padding: 25px 10px;
			color: #fff;
			font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
			font-size: 28px;
			}

		#pageTitle a#btnSignUpSmall {
			float: right;
			width: 142px;
			height: 53px;
			display: block;
			background: url("/system/storage/2/a7/2/243/btn_signup_small.png") top no-repeat;
			text-indent: -10000em;
			margin: 10px 10px 10px 0px;
			position: relative;
			}

			#pageTitle a#btnSignUpSmall:hover {
				background-position: bottom;
				}

#mainImageTitle {
	width: 100%;
	height: 380px;
	background: #fff url("/system/storage/2/78/f/238/bg_mainimage.png") repeat-x;
	clear: both;
	}

	#mainImageTitle .plc {
		width: 960px;
		height: 380px;
		position: relative;
		margin: 0px auto;
		}

				#slideshow {
					width: 960px;
					height: 380px;
					position: relative;
					}

					#slideshow ul {
						height: 1%; /* IE fix */
						}

						#slideshow ul:after {
							content: ".";
							clear: both;
							display: block;
							height: 0;
							visibility: hidden;
							}

					#slideshow .slides {
						width: 960px;
						height: 380px;
						overflow: hidden;
						}

						#slideshow .slides ul {
							/* total width of all slides */
							width: 960px;
							list-style: none;
							}

							#slideshow .slides li {
								width: 960px;
								height: 380px;
								float: left;
								padding: 0px;
								}

								#slideshow .slides div {
									width: 960px;
									height: 380px;
									}

									#slideshow .slides div h1, #slideshow .slides div h2, #slideshow .slides div h3 { 
										width: 430px;
										padding-bottom: 10px;
										font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
										color: #fff;
										font-size: 34px;
										line-height: 36px;
										text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
										}


									#slideshow .slides div h4 {
										font-family: helvetica, arial, sans-serif;
										font-size: 14px;
										line-height: 1.2em;
										font-weight: bold;
										margin-bottom: 10px;
										margin-left: 10px;
										color: #fff;
										text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
										width: 420px;
										}

										#slideshow .slides div h4.check {
											width: 390px;
											background: url("/system/storage/2/f0/2/846/icon_check_white.png") 0px 5px no-repeat;
											padding-left: 25px;
											text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
											}
											
										#slideshow .slides div a:link, #slideshow .slides div a:hover {
											color: #fd0;
											}
											
										#slideshow .slides div a:hover {
											color: #fff;
											}
								


								#slideshow .slides .slideshowFloat {
									background: none;
									padding: 20px 0px 0px 20px;
									}
									
								#slideshow .slides .slideshowFloat h2 {
									font-size: 34px;
									line-height: 36px;
									}

								#slideshow .slides .slideshowFloat .cta {
									position: absolute;
									top: 250px;
									}

								#slideshow .slides .slideshowFloat .cta a {
									color: #000;
									}

								#slideshow .slides .slideshowFloat .cta a:hover {
									color: #FFF;
									}

								#slideshow .slides .slideshowFloat a, #slideshow .slides .slideshowFloat a:hover {
									color: #F4D400;
									}

									#slideshow .slides .slideshowFloat .videoPlacementLeft {
										background: none;
										float: left;
										width: 460px;
										}

									#slideshow .slides .slideshowFloat .videoPlacementRight {
										background: none;
										float: right;
										width: 440px;
										height: 244px;
										padding: 10px;
										margin-right: 30px;
										}

					#slideshow .slides-nav {
						width: 460px;
						margin: 0px auto;
						position: absolute;
						bottom: 25px;
						right: 10px;
						z-index: 10000;
						}

						#slideshow .slides-nav h2 { /* Added 2010/0701 */
							float: left;
							font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
							margin-left: 1px;
							margin-bottom: 0px;
							}

						#slideshow .slides-nav h2 a {
							display: block;
							outline: none;
							width: 82px;
							height: 40px;
							padding: 8px 15px 12px 15px;
							border: 1px solid #658e2f;
							background: url("/system/storage/2/65/e/237/bg_main_image_button.png") top repeat-x;
							box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							color: #fff;
							text-align: center;
							font-size: 11px;
							line-height: 14px;
							}

							.js #slideshow .slides-nav h2.on,
							.js #slideshow .slides-nav h2.on a,
							.js #slideshow .slides-nav h2 a:hover
							{
								background-position: bottom;
								}







/* Contents Settings */

#contents {
	clear: both;
	width: 100%;
	min-height: 400px;
	background: #fff;
	overflow: hidden;
	}

	#contents .plc {
		width: 960px;
		margin: 0px auto;
		padding-top: 10px;
		}

.col1, .col2, .col3, .col4, .col5, .col6 {
	float: left;
	padding: 10px;
	}

.col1 {
	width: 140px;
	}

.col2 {
	width: 300px;
	}

.col3 {
	width: 460px;
	}

.col4 {
	width: 620px;
	}

.col5 {
	width: 780px;
	}

.col6 {
	width: 940px;
	clear: both;
	}







		/* Contents - Home - Media Settings */

		#media {
			padding: 15px 0px;
			overflow: hidden;
			}

			.video {
				padding: 9px;
				border: 1px solid #eaeaea;
				box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				}

			.testimonials {
				border: 1px solid #eaeaea;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
				}

			.media {
				text-align: center;
				margin: 0px 0px 10px 0px;
				}

				.media img {
					margin: 0px 5px;
					}

				#slideTestimonial {
					width: 458px;
					background: #fff;
					}

					#slideTestimonial ul {
						height: 1%; /* IE fix */
						}

						#slideTestimonial ul:after {
							content: ".";
							clear: both;
							display: block;
							height: 0;
							visibility: hidden;
							}

					#slideTestimonial .slides {
						background: #f9fbf5;
						overflow: hidden;
						width: 458px;
						border-bottom: 1px solid #eaeaea;
						}

						#slideTestimonial .slides ul {
							/* total width of all slides */
							width: 1832px;
							}

							#slideTestimonial .slides li {
								width: 418px;
								float: left;
								padding: 15px 20px 0px 20px;
								color: #666;
								}

								#slideTestimonial .slides img.author {
									float: right;
									background: #fff;
									padding: 6px;
									margin: 0px;
									margin-left: 20px;
									box-shadow: rgba(0,0,0,0.2) 0 0 3px;
									-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
									-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
									border-radius: 3px;
									-moz-border-radius: 3px;
									-webkit-border-radius: 3px;
									}

								#slideTestimonial .slides h4 {
									font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
									background: url("/system/storage/2/11/3/247/icon_quote.png") 0px 4px no-repeat;
									padding-left: 40px;
									color: #999;
									font-size: 18px;
									font-weight: normal;
									letter-spacing: -0.0625em;
									line-height: 1.2em;
									margin-bottom: 15px;
									}

								#slideTestimonial .slides p {
									margin: 0px;
									padding-left: 40px;
									font-size: 11px;
									font-style: italic;
									}

					#slideTestimonial .slides-nav {
						width: 300px;
						margin: 0px auto;
						background: #fff;
						padding: 0px;
						list-style-type: none;
						}

						#slideTestimonial .slides-nav li {
							float: left;
							}

						#slideTestimonial .slides-nav li a {
							display: block;
							outline: none;
							width: 45px;
							height: 60px;
							border: 5px solid #fff;
							text-indent: -10000em;
							box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
							margin: 10px;
							}

							#slideTestimonial .slides-nav li a.testimonialNorman {
								background: url("/system/storage/2/de/a/261/norman-tippens.jpg") bottom;
								}

							#slideTestimonial .slides-nav li a.testimonialRichard {
								background: url("/system/storage/2/08/1/263/richard-glassberg.jpg") bottom;
								}

							#slideTestimonial .slides-nav li a.testimonialScott {
								background: url("/system/storage/2/8c/2/265/scott.jpg") bottom;
								}

							#slideTestimonial .slides-nav li a.testimonialBethany {
								background: url("/system/storage/2/78/8/257/bethany-chadwick.jpg") bottom;
								}

							#slideTestimonial .slides-nav li.on,
							#slideTestimonial .slides-nav li.on a
							{
								background-position: top;
								border-color: #eaeaea;
								}







		/* Contents - Home - Features Settings */

		#features {
			padding: 15px 0px;
			border-top: 1px solid #eaeaea;
			overflow: hidden;
			}

			.featureRow {
				clear: both;
				width: 620px;
				margin-bottom: 20px;
				}

				.featureRow .img {
					width: 200px;
					background: #fff;
					padding: 9px;
					border: 1px solid #eaeaea;
					float: left;
					box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					margin-bottom: 20px;
					text-align: center;
					}

					.featureRow .img img { /* Added 2010/07/02 */
						width: 200px;
						}

				.featureRow .desc {
					width: 380px;
					float: right;
					margin-bottom: 20px;
					}

					.featureRow .desc h2 {
						font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
						font-size: 22px;
						line-height: 1.3em;
						color: #0595d5;
						margin-bottom: 0px;
						}

			.featureModule {
				margin-bottom: 10px;
				padding: 14px;
				border: 1px solid #eaeaea;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				}

				.featureModule h4 {
					font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
					font-size: 22px;
					line-height: 1.3em;
					color: #84b93b;
					margin-bottom: 15px;
					}

				.featureModule a {
					color: #0595d5;
					}

					.featureModule a:hover {
						color: #999;
						}

				.featureModule p {
					font-size: 12px;
					}

					.featureModule p.more {
						width: 270px;
						margin: 5px 0px 0px -15px;
						padding: 5px 15px 0px 15px;
						border-top: 1px solid #eaeaea;
						}

						.featureModule p.more a.subscribe {
							background: url("/system/storage/2/58/0/248/icon_rss.png") 0px 4px no-repeat;
							display: inline-block;
							padding-left: 20px;
							}

			#modAddOns {
				}

				#modAddOns p {
					margin: 0px;
					}

			#modRecentPost {
				background: #f2fafd;
				border-color: #c0e4f4;
				padding-bottom: 5px;
				}

				#modRecentPost h3 {
					font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
					color: #0595d5;
					font-size: 12px;
					line-height: 1.5em;  /* Added 2010/0701 */
					margin: 0px;
					}

					#modRecentPost p.date {
						font-style: italic;
						margin: 0px;
						}

			#modTestimonial, .modTestimonial {
				background: #f9fbf5;
				border-color: #dbeac7;
				padding-bottom: 5px;
				}

				.modTestimonial {
					background: #f9fbf5 url("/system/storage/2/11/3/247/icon_quote.png") 15px 15px no-repeat;
					padding-left: 60px;
					}

				#modTestimonial img.author {
					float: right;
					background: #fff;
					padding: 6px;
					margin: 5px;
					box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					-moz-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 3px;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					}

				#modTestimonial p.author, .author {
					font-style: italic;
					}

					.modTestimonial p.author {
						font-weight: bold;
						margin-bottom: 10px;
						}

					.modTestimonial p.readMore {
						margin: 15px 0px 10px 0px;
						padding-top: 5px;
						border-top: 1px solid #dbeac7;
						}

					.modTestimonial p.quote {
						font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
						color: #999;
						font-size: 18px;
						line-height: 1.4em;
						margin-bottom: 15px;
						}

				#modTestimonial p.continue {
					margin: 0px;
					}







		/* Contents - Home - Old Contents Settings */

		#oldContents {
			padding: 15px 0px;
			border-top: 1px solid #eaeaea;
			overflow: hidden;
			}

			#oldContents h2 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 22px;
				color: #84b93b;
				margin-bottom: 15px;
				}

			#oldContents h3 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 18px;
				line-height: 1.3em;
				color: #0595d5;
				margin-bottom: 0px;
				}







		/* Contents - Partners Page Template Settings */

		#partners {
			overflow: hidden;
			}

			#partners .left {
				width: 460px;
				float: left;
				}

			#partners .right {
				width: 460px;
				float: right;
				}

			#partners .partnerModule {
				float: left;
				border: 1px solid #eaeaea;
				margin-bottom: 20px;
				}

				#partners .partnerModule h3 {
					padding: 10px 10px 0px 10px;
					}

				#partners .partnerModule p {
					padding: 10px;
					margin: 0px;
					border-top: 1px solid #eaeaea;
					background: #fafafa;
					}







		/* Contents - Tour Page Template Settings */

		#tour {
			}

			#tour h2 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 22px;
				color: #84b93b;
				margin-bottom: 25px;
				}

			#tour h3 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 18px;
				line-height: 1.3em;
				color: #0595d5;
				margin-bottom: 0px;
				}

			#tour h4 {
				font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 13px;
				}







		/* Contents - Landing Page Template Settings */

		#landing {
			}

			#landing h2 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 22px;
				color: #84b93b;
				margin-bottom: 25px;
				}

				#landing h2.nomargin {
					margin: 0px;
					}

			#landing h3 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 18px;
				line-height: 1.3em;
				color: #0595d5;
				margin-bottom: 0px;
				}

			#landing h4 {
				font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 13px;
				}

			#landing .pane {
				width: 940px;
				margin: 20px 0px;
				}

				#landing .pane h3 {
					font-size: 20px;
					}

				#landing .pane .left {
					float: left;
					width: 440px;
					padding: 9px;
					background: #f2fafd;
					border: 1px solid #c0e4f4;					
					}

				#landing .pane .right {
					float: right;
					width: 440px;
					padding: 9px;
					background: #f2fafd;
					border: 1px solid #c0e4f4;					
					}








		/* Contents - Blog Page Template Settings */

		#blog {
			}

			#blog .post {
				margin-bottom: 45px;
				}

			#blog .post h2 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 20px;
				line-height: 25px;
				color: #0595d5;
				}

			#blog .post p.postdate {
				font-size: 11px;
				font-weight: bold;
				}

			#blog .post p.meta {
				font-size: 11px;
				font-weight: bold;
				padding: 9px;
				background: #f9fbf5;
				border: 1px solid #dbeac7;					
				}

			#blog .comments {
				}

				#blog .comments ol {
					font-size: 11px;
					list-style-type: none;
					padding: 9px;
					background: #f9fbf5;
					border: 1px solid #dbeac7;					
					}

					#blog .comments ol li {
						overflow: hidden;
						border-bottom: 1px solid #dbeac7;
						margin-bottom: 10px;
						}

						#blog .comments ol li.last {
							margin-bottom: 0px;
							border: 0px;
							}

						#blog .comments ol li span.avatar {
							display: block;
							width: 32px;
							height: 32px;
							background: #fff;
							border: 1px solid #eaeaea;
							padding: 5px;
							float: left;
							}

						#blog .comments ol li span.commentText {
							float: right;
							width: 540px;
							display: block;
							}

							#blog .comments ol li span.commentText p {
								font-size: 12px;
								}

						#blog .comments ol li span.meta {
							float: right;
							width: 540px;
							display: block;
							}

							#blog .comments ol li span.meta p {
								font-size: 11px;
								margin: 0px;
								padding-bottom: 5px;
								}

			#blog .reply {
				padding: 10px;
				margin-bottom: 45px;
				background: #f9fbf5;
				border: 1px solid #dbeac7;
				}

			#blog .blogNav {
				width: 100%;
				overflow: hidden;
				font-size: 13px;
				margin-bottom: 10px;
				border-top: 1px solid #eaeaea;
				}

				#blog .blogNav .left {
					width: 48%;
					float: left;
					}

				#blog .blogNav .right {
					width: 48%;
					float: right;
					text-align: right;
					}

			#blog .blogNavTop {
				width: 100%;
				overflow: hidden;
				font-size: 11px;
				line-height: 16px;
				padding-bottom: 10px;
				margin-bottom: 25px;
				border-bottom: 1px solid #eaeaea;
				}

				#blog .blogNavTop .left {
					width: 48%;
					float: left;
					}

				#blog .blogNavTop .right {
					width: 48%;
					float: right;
					text-align: right;
					}

			#blog .sidebar {
				}

			#blog .sidebar ul {
				list-style-type: none;
				padding: 0px;
				}

				#blog .sidebar ul li {
					padding: 10px 14px;
					margin-bottom: 15px;
					background: #f2fafd;
					border: 1px solid #c0e4f4;					
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					font-size: 11px;
					}

					#blog .sidebar ul li h2 {
						font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
						font-size: 18px;
						margin-bottom: 15px;
						color: #84b93b;
						}

					#blog .sidebar a {
						color: #0595d5;
						}

						#blog .sidebar a:hover {
							color: #999;
							}

					#blog .sidebar ul li p {
						font-size: 11px;
						}

					#blog .sidebar ul li ul {
						padding: 0px;
						margin: 0px;
						}

						#blog .sidebar ul li ul li {
							padding: 5px 0px;
							margin: 0px;
							border: 0px;
							border-bottom: 1px solid #c0e4f4;
							line-height: 18px;
							}

						#blog .sidebar ul li ul li.last {
							border: 0px;
							}



		/* Contents - Pricing Page Template Settings */

		#pricing {
			width: 940px;
			}

			#pricing h2 {
				font-family: NillandBold, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				font-size: 22px;
				color: #0595d5;
				margin-bottom: 25px;
				}

			#pricing .priceList {
				width: 940px;
				overflow: hidden;
				}

				#pricing .priceList .priceModule {
					width: 225px;
					float: left;
					border: 1px solid #ccc;
					margin: 4px;
					text-align: center;
					}

					#pricing .priceList .priceModule h3 {
						background: #0595d5;
						color: #fff;
						margin: 0px;
						font-size: 24px;
						}

						#pricing .priceList .priceModule h3 a:link, #pricing .priceList .priceModule h3 a:visited {
							color: #fff;
							display: table-cell;
							padding: 10px 10px 0px 10px;
							vertical-align: middle;
							width: 215px;
							}

							#pricing .priceList .priceModule h3 a:hover {
								}

					#pricing .priceList .priceModule h4 {
						font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
						font-size: 13px;
						font-weight: normal;
						background: #0595d5;
						color: #f2fafd;
						margin: 0px;
						padding: 5px 0px 10px 0px;
						line-height: 20px;
						}

					#pricing .priceList .priceModule ul {
						padding: 0px;
						margin: 0px;
						font-size: 11px;
						font-weight: bold;
						line-height: 15px;
						text-align: left;
						}

						#pricing .priceList .priceModule ul li {
							list-style-type: none;
							padding: 5px 10px;
							}

						#pricing .priceList .priceModule ul li.alt {
							background: #eaeaea;
							}

							#pricing .priceList .priceModule ul li ul {
								padding-left: 17px;
								font-weight: normal;
								}

								#pricing .priceList .priceModule ul li ul li {
									list-style-type: square;
									padding: 0px;
									margin: 0px;
									}

			#pricing .featureDetails {
				width: 940px;
				}

				#pricing .featureDetails .colWrap {
					background: #f2fafd;
					border: 1px solid #c0e4f4;
					overflow: hidden;
					}

				#pricing .featureDetails .col {
					width: 203px;
					float: left;
					margin-right: 10px;
					padding: 10px;
					}

					#pricing .featureDetails .col h4 {
						margin-bottom: 15px;
						color: #84b93b;
						}

					#pricing .featureDetails .col ul {
						padding-left: 17px;
						font-size: 12px;
						}

			table.priceGrid {
				width: 100%;
				font-size: 12px;
				border-collapse: collapse;
				}

				table.priceGrid tr {
					}

					table.priceGrid th {
						padding: 5px 10px;
						border: 1px solid #ccc;
						text-align: center;
						background: #0595d5;
						}

						table.priceGrid th.alt {
							background: #ccc;
							border: 1px solid #ccc;
							}

						table.priceGrid th h3, table.priceGrid th h3 a, table.priceGrid th h4 {
							color: #fff;
							margin: 0px;
							padding: 0px 0px 5px 0px;
							}


						table.priceGrid th h3 {
							font-size: 19px;
							}

						table.priceGrid th h4 {
							font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
							font-weight: normal;
							font-size: 14px;
							line-height: 20px;
							padding: 5px 0px;
							border-top: 1px solid rgba(255,255,255,0.3);
							}

					table.priceGrid td {
						padding: 5px 10px;
						border: 1px solid #ccc;					
						text-align: center;
						}

					table.priceGrid tr.alt td {
						background: #eaeaea;
						}

					table.priceGrid tr.signup td {
						}

					table.priceGrid td.title {
						font-weight: bold;
						text-align: left;
						}

				#pricing table.priceGrid a.actionCall {
					padding: 6px;
					}

						table.priceGrid th.noborder {
							border: none;
							}

						table.priceGrid th.tab {
							-moz-border-radius-topleft: 5px;
							-moz-border-radius-topright: 5px;
							-webkit-border-top-left-radius: 5px;
							-webkit-border-top-right-radius: 5px;
							border-top-left-radius: 5px;
							border-top-right-radius: 5px;
							border-bottom: 2px solid #fff;
							border-collapse: separate;
							}					

						table.priceGrid th.tabb {
							}					

						table.priceGrid th.blank {
							background: none;
							border: none;
							}

						table.priceGrid th.green {
							background: #84b93b;
							font-weight: bold;
							color: #fff;
							}

						table.priceGrid th.blue {
							color: #fff;
							font-weight: bold;
							}

						table.priceGrid td.highlight, table.priceGrid tr.alt td.highlight {
							background: #f9fbf5;
							}



		/* Contents - Sign Up Page Template Settings */

		#signup {
			}

			#signup form label {
				width: 130px;
				display: inline-block;
				}





/* Footer Settings */

#footer {
	clear: both;
	width: 100%;
	min-height: 440px;
	background: #86bd3c url("/system/storage/2/8a/4/236/bg_footer.png") repeat-x;
	}

	#footerLinks {
		width: 960px;
		padding: 20px 0px;
		margin: 0px auto;
		background: url("/system/storage/2/94/d/244/divider_footer.png") repeat-y;
		overflow: hidden;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		}

		#footerLinks .col1 {
			width: 140px;
			padding: 10px;
			float: left;
			}

		#footerLinks .col2 {
			width: 300px;
			padding: 10px;
			float: left;
			}

		#footerLinks ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			font-size: 11px;
			}

			#footer #footerLinks ul li {
				}

				#footer #footerLinks ul li a {
					color: #fff;
					}

					#footer #footerLinks ul li a:hover {
						color: #adda6e;
						}

		#footerLinks h4 {
			font-family: NillandBold, lucida grande, lucida sans, helvetica, arial, sans-serif;
			font-size: 18px;
			margin-bottom: 15px;
			color: #fff;
			}

		#footerLinks h4.logo a {
			background: url("/system/storage/2/9c/4/250/logo_footer.png") no-repeat;
			width: 144px;
			height: 28px;
			margin-top: -9px;
			margin-bottom: 15px;
			display: block;
			text-indent: -10000em;
			}

		#footerLinks p {
			font-size: 11px;
			}

			#footer #footerLinks p.copyright {
				color: #446c21;
				}

	#footer #security {
		border-top: 1px solid #97bf60;
		}

		#footer #security .plc {
			width: 420px;
			padding: 15px 20px;
			margin: 20px auto;
			border: 1px solid #eaeaea;
			background: #fff;
			text-align: center;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			}







/* Floatbar Settings */

#floatbar {
	width: 100%;
	min-width: 960px;
	height: 34px;
	padding-top: 10px;
	position: fixed;
	bottom: 0px;
	background: url("/system/storage/2/cd/a/235/bg_floatbar.png") repeat-x;
	color: #fff;
	font-weight: bold;
	z-index: 100000000;
	}


.cms_div #floatbar {
	z-index: 10;
	position: static;
}


	#floatbar .plc {
		width: 960px;
		margin: 0px auto;
		overflow: hidden;
		}

		#floatbar .plc #mailingList {
			width: 470px;
			float: left;
			padding-top: 5px;
			padding-left: 10px;
			}

			#floatbar .plc #mailingList input.defaultText {
				background: #fff;
				border: 1px solid #cfcfcf;
				height: 20px;
				padding: 0px 5px;
				color: #666;
				}

			#floatbar .plc #mailingList input.defaultButton {
				display: inline-block;
				background: #80b238 url("/system/storage/2/37/f/234/bg_btn_mailinglist.png") bottom repeat-x;
				border: 1px solid #83b73a;
				color: #fff;
				height: 22px;
				padding: 0px 7px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}

				#floatbar .plc #mailingList input.defaultButton:hover {
					background: #999;
					border: 1px solid #888;
					cursor: pointer;
					}

		#floatbar .plc #socialMedia {
			width: 470px;
			float: right;
			text-align: right;
			padding-top: 7px;
			padding-right: 10px;
			}

			#floatbar .plc #socialMedia a#btnFacebook {
				width: 76px;
				height: 16px;
				display: inline-block;
				text-indent: 80000em;
				background: url("/system/storage/2/12/4/245/floatbar_facebook.png") no-repeat;
				margin-left: 10px;
				}

			#floatbar .plc #socialMedia a#btnTwitter {
				width: 70px;
				height: 16px;
				display: inline-block;
				text-indent: 80000em;
				background: url("/system/storage/2/93/d/246/floatbar_twitter.png") no-repeat;
				margin-left: 5px;
				}








/* Reusable Elements */

.leftSidebar { /* Added 2010/07/02 */
	}

	.leftSidebar ul { /* Added 2010/07/02 */
		padding: 20px 0px 60px 0px;
		margin: 0px;
		list-style-type: none;
		background: url("/system/storage/2/10/b/843/bg_pixel_dbeac7.png") right repeat-y;
		}

		.leftSidebar ul li { /* Added 2010/07/02 */
			font-size: 12px;
			line-height: 1.4em;
			overflow: hidden;
			border-top: 1px solid #dbeac7;
			}

			.leftSidebar ul li:last-child { /* Added 2010/07/02 */
				border-bottom: 1px solid #dbeac7;
				}

			.leftSidebar ul li a:link, .leftSidebar ul li a:visited { /* Added 2010/07/02 */
				display: block;
				padding: 10px;
				border-right: 1px solid #dbeac7;				
				color: #0595d5;
				background: #f9fbf5 url("/system/storage/2/63/6/842/bg_left_sidebar.png") right repeat-y;
				overflow: hidden;
				}

				.leftSidebar ul li a:hover { /* Added 2010/07/02 */
					color: #84b93b;
					}

				.leftSidebar ul li a img { /* Added 2010/07/02 */
					float: left;
					}

				.leftSidebar ul li a span { /* Added 2010/07/02 */
					width: 85px;
					float: left;
					margin-left: 10px;
					}

				.leftSidebar ul li a.selected { /* Added 2010/07/02 */
					background: #fff;
					border-right: 1px solid #fff;
					}



.verticalTabs {
	width: 938px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	min-height: 560px;
	}

	.verticalTabs ul.tabs {
		overflow: hidden;
		width: 150px;
		float: left;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 1.4em;
		background: #fff url("/system/storage/2/52/7/239/bg_tab_inactive.png") right repeat-y;
		min-height: 580px;
		border-right: 1px solid #eaeaea;
		}

		.verticalTabs ul.tabs li {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			border-bottom: 1px solid #eaeaea;
			background: #fff url("/system/storage/2/52/7/239/bg_tab_inactive.png") right repeat-y;
			}

			.verticalTabs ul.tabs li a {
				display: block;
				padding: 10px;
				outline: none;
				color: #0595d5;
				overflow: hidden;
				}

				.verticalTabs ul.tabs li a img {
					float: left;
					margin: 0px 10px 10px 0px;
					}


	.verticalTabs .tabContainer {
		width: 768px;
		float: right;
		overflow: hidden;
		padding: 10px;
		background: #f9fbf5;
		min-height: 560px;
		margin-left: -1px;
		}

		.verticalTabs .tabContainer .tabContent {
			width: 746px;
			height: 538px;
			background: #fff;
			border: 1px solid #dbeac7;
			padding: 10px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			}

	.verticalTabs ul.tabs li.active {
		}

		.verticalTabs ul.tabs li.active, .verticalTabs ul.tabs li.active a:hover { 
			background: #f9fbf5;
			}






.anchor {
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
	display: block;
	}

.nomargin {
	margin: 0px;
	}

.defaultFrame {
	background: #fff;
	padding: 9px;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	}

.defaultShadow {
	-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	}

.defaultRound {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.alignLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}

.alignTextLeft {
	text-align: left;
	}

div.halfColumnLeft {
	width: 49%;
	float: left;
	}

div.halfColumnRight {
	width: 49%;
	float: right;
	}

div.clear {
	clear: both;
	}

.alignRight {
	float: right;
	margin: 0px 0px 15px 15px;
	}

.divider {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

.required {
	color: #f00;
	}

a.btnDigitization {
	clear: both;
	width: 362px;
	height: 52px;
	display: block;
	background: url("/system/storage/2/dc/c/241/btn_digitization.png") top no-repeat;
	text-indent: -10000em;
	margin-left: -2px;
	margin-bottom: 10px;
	position: relative;
	}

	a.btnDigitization:hover {
		background-position: bottom;
		}

a.btnHighVolume {
	clear: both;
	width: 362px;
	height: 52px;
	display: block;
	background: url("/system/storage/2/cd/1/240/btn_bulk_scanning.png") top no-repeat;
	text-indent: -10000em;
	margin-left: -2px;
	margin-bottom: 10px;
	position: relative;
	}

	a.btnHighVolume:hover {
		background-position: bottom;
		}

		a.btnSignUp {
			width: 142px;
			height: 81px;
			display: block;
			background: url("/system/storage/2/fa/9/242/btn_signup.png") top no-repeat;
			text-indent: -10000em;
			margin-left: -2px;
			position: relative;
			}

			a.btnSignUp:hover {
				background-position: bottom;
				}

a.actionCall { /* Added 2010/07/09 */
	background: #fd0 url("/system/storage/2/a3/a/845/bg_defaultbutton.png") center repeat-x;
	padding: 6px 30px;
	border: 1px solid #eaca00;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	margin: 10px auto;
	}

	.largeAction {
		clear: both;
		}

	.slideshowFloat .actionCall, .largeAction .actionCall { /* Added 2010/07/09 */
		padding: 12px;
		font-size: 14px;
		width: 345px;
		text-align: center;
		margin: 7px auto;
		}

	a.actionCall:hover { /* Added 2010/07/09 */
		background: #0595d5 url("/system/storage/2/8f/3/844/bg_defaultbutton_hover.png") center repeat-x;;
		color: #fff;
		border-color: #127db1;
		}



/* Tooltip Settings */

#tooltip {
	text-align: left;
	width: 200px;
	position: absolute;
	background-color: #84b93b;
	color: #fff;
	padding: 5px 10px;
	opacity: 1;
	font-size: 10px;
	line-height: 16px;
	z-index: 3000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;			
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	}

#tooltip h3, #tooltip div {
	margin: 0; 
	font: 10px/18px lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
	color: #fff;
	}

#tooltip h3 {
	font-size: 12px;
	}



/* About */ /* Added 2010/0701 */

.aboutMenu {
	background: #f9fbf5;
	border-color: #dbeac7;
	padding-bottom: 5px;
	}

	.aboutMenu h2:last-child {
		border: none;
		}

	.aboutMenu h2 {
		font-family: lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
		font-size: 12px;
		margin: 0px;
		border-bottom: 1px solid #eaeaea;
		padding: 5px 0px;
		}


.seoText h1, .seoText h2, .seoText h3, .seoText h4, .seoText p {text-indent: -50000em; width: 1px; height: 1px; margin:0 0 0 0; padding: 0 0 0 0; line-height: 1px; visibility: hidden; display: none;}

#bannerImage {
  width: 940px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}


/* forms */
.regRow {
	overflow:hidden;
	width:100%;
	}

.asterix {
	color:red;
	}

.col2Fill {
	width: 256px;
	}
