@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.jpg) left top repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	
}
#header {
	padding: 15px 0 14px;
	height: 57px;
}
#nav {
	list-style: none;

}
#nav li {
	float: left;

	text-align:center;
	line-height:35px;
	background: url(/images/nav-divider.jpg) right center no-repeat;
	margin-right: 10px;
	padding-right: 10px;
	height: 35px;
	cursor:pointer;
}
#nav li a {
	display: block;
	float:left;
	height: 35px;
	text-decoration: none;
	font-weight:bold;
	line-height:35px;
	color: #024589;
	cursor:pointer;
}
#nav li a span {
	display: block;
	float:left;
	line-height:35px;
	height: 35px;
	padding: 0px 15px;
	cursor:pointer;
}
#nav li#last {
	background-image: none;
}
#nav li.nobackground {background-image: none;}
#nav li#current {
	background: #024589;
	padding-right:0px;
}
#nav li#current a {
	background: url(/images/nav-left.jpg) left top no-repeat;
	color:#fff;
}
#nav li#current span {
	background: url(/images/nav-right.jpg) right top no-repeat;
}

#banner {
	height: 238px;
	/*-background: url(/images/banner-bg.jpg) left top no-repeat;-*/
}
#banner span {
	display: block;
}
#banner-text {
	font-size: 16px;
	color:#fff200;
	padding-top: 150px;
	width: 500px;
}
#banner-text strong {
	font-size: 110%;
}
#content {
	float: left;
	width: 620px;
	padding: 20px 0;
}
#content a {
	color: #004488;
	text-decoration: none;
}
#content a:hover, #content a:visited {
	color: #30b457;
}
#content ul, #content ol {
	padding: 15px 30px;
	font-size:.9em;
}
#content ul li, #content ol li {
	line-height: 1.5em;
}

/*-SIDEBAR-*/
#sidebar {
	width: 265px;
	float:right;
	padding: 30px 0;
}
#free-demo-btn {
	text-align: center;
}
#sidebar ul {
	padding: 30px 0px 30px 30px;
	color: #004488;
	font-size:1.2em;
}
#sidebar ul li {
	padding: .1em 0 .3em .1em;
}
#sidebar ul li a {
	color: #004488;
	text-decoration:none;
}
#sidebar ul li a:hover {text-decoration: underline;}
#logos {
	text-align: center;
}
#logos img {
	margin: 10px 0px;
}
/*-FOOTER-*/
#footer-wrapper {
	padding: 20px 0;
	border-top: 6px solid #003670;
	background: #004488;
	height:1%;
	clear:both;
}
#footer {
	width: 900px;
	margin: 0 auto;
	color: #fff;
}
#testimonials {
	padding-left: 100px;
	background: url(/images/instascreen-footer.jpg) left top no-repeat;
	
	font-size:16px;
}
#testimonials1 {
	padding-left: 100px;
	background: url(/images/quickapp-button.jpg) left top no-repeat;
	
	font-size:16px;
}
#testimonials p, #testimonials1 p {
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 500px;
}
#testimonials p a, #testimonials1 p a {
	font-size: .9em;
	color: #97cbff;
	text-decoration: underline;
}
#footer-quote {
	padding: 15px 0 10px 80px;
	background: url(/images/large-quote-left.jpg) left top no-repeat;
	width: 80%;
}
#footer-quote p {
	padding: 0;
	margin:0;
}
#footer-quote blockquote {
	background: #003b76;
	border: 1px dashed #01509e;
	padding: 15px 20px;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer-nav {
	text-align: center;
	font-size:.8em;
	color:#fff;
	padding:10px 0 0;
}
#footer-nav a {
	color: #fff;
}
/*-HOME STYLES-*/
#content #home-ul {
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style:none;
}
#content #home-ul li {
	color: #004488;
}
#content #home-ul li a {
	color: #004488;
	text-decoration:none;
}
/*-PRODUCTS-*/
.additional-info {
	display: none;
	background: #FFFFCC;
}
.info-padding {
	padding: 0 10px;
}
/*-TESTIMONIALS-*/
#flash {
	margin: 20px 40px;
	width: 240px;
	
}
/*-GENERAL STYLES -*/
h1 {
	color: #004488;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 0 5px;
}
h2 {
	color: #30b457;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 5px 5px;
}
h3 {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 5px;
}
p {
	padding: .6em .3em;
	font-size:.8em;
}
.clear {clear:both; display:block;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.all-caps {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.green-check {list-style-image: url(/images/green-check.jpg);}
img {border:none;}
a img {border:none;}
address {font-size: .9em; font-style: normal;}
.bold {font-weight:bold;}
hr {
	height: 1px;
	border:0 none;
	background: #ccc;
	display:block;
	text-align: left;
	margin:15px auto;
	width: 90%;
}
.italic {font-style: italic;}

/*---------------CONTACT US----------------*/
#contact-form {
	padding: 20px 0px 30px 0px;
	width: 600px;
	float: left;
}
#contact-form span {
	display: block;
	margin-top: 5px;
}
#contact-form span label {
	display: block;
	width: 120px;
	text-align: right;
	padding: 1px 0px;
	padding-right: 5px;
	float: left;
}
#contact-form span input, #contact-form span textarea {
	width: 200px;
	padding: 1px 2px;
}
#contact-form span textarea {
	height: 150px;
	width: 400px;
}
#contact-form .submitBtn {
	width: 100px;
	margin: 15px 0px 0px 430px;
}
#error_box {
	color: #ff0000;
	border: 1px solid #FF0000;
	}
#error_box ul {margin-left: 30px}
#city-state-zip {
	margin-top: 5px;
}
#city-state-zip label {
	display: block;
	width: 120px;
	text-align: right;
	padding: 1px 0px;
	padding-right: 5px;
	float: left;
}
#city-state-zip input {
	float: left;
	margin-right:5px;
}
#city-state-zip input#state {
	width: 25px;
}
#city-state-zip input#zip {
	width: 60px;
}


