/* CSS Resets */

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, dn, dd, ol, ul, li, button,
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: Helvetica, Arial, Sans-Serif;
	vertical-align: baseline;
	}

:focus {
  	outline: 0;
	}

body {
	background: #F3F3F3;
  	color: #666;
	}

ol, ul {
	list-style: none;
	}	

sup {
	font-size: 80%;
	vertical-align: top;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
  	border-collapse: separate;
  	border-spacing: 0;
	}

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

/* Common Classes */

.clear {
  	height: 1%;
  	clear: both;
  	}

/* Container - This centers the entire content area/page */

#container {
	font-family: Helvetica, Arial, Sans-Serif;
	background: #FFF;
	width: 728px;
	padding: 0 20px;
	margin: 40px auto;
	border: solid 4px #CDCDCD;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
	}

#container-popup {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #666;
	background: #FFF;
	width: 500px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

/* Header - Includes primary nav & login form */

#header {
	position: relative;
	z-index: 500;
	border-bottom: solid 1px #CDCDCD;
	height: 150px;
	}
	
	/* Logo - Home Link */

	#header h1 a {
		background: url(../images/eProsper-logo.png) no-repeat;
		width: 120px;
		height: 69px;
		display: block;
		text-indent: -5000em;
		position: absolute;
		top: 40px;
		left: 178px;
		}

	#header #divider {
		width: 1px;
		height: 69px;	
		background-color: #CDCDCD;
		display: block;
		position: absolute;
		top: 40px;
		left: 164px;
		}	
		
	#header h2 a {
		background: url(../images/SVBanalytics-logo.png) no-repeat;
		width: 152px;
		height: 40px;
		display: block;
		text-indent: -5000em;
		position: absolute;
		top: 69px;
		}	

/* Login Form */

#login-form {
	background: url(../images/subtle-grad.png) repeat-x bottom left;
	position: absolute;
	z-index: 200;
	right: 0;
	bottom: 0;
	width: 211px;
	border-left: solid 1px #CDCDCD;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 58px;
	}


	#login-form a {
		color: #2A8DBE;
		text-decoration: none;
		}

	#login-form a:hover {
		color: #40A7DA;
		}
		
	#login-form p {
		width: 80px;
		margin: 0 8px 4px 0;
		}

	#login-form p.secure {
		font-weight: bold;
		background-image: url(../images/icon-secure.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 18px;
		width: 40px;
		margin-left: 5px;
		margin-top: 6px;
		}
		
	#login-form dl {
		position: absolute;
		top: 0px;
		left: 80px;
		width: 135px;
		}
				
	#login-form dd a {
		background: url(../images/btn-logintxt.png) no-repeat;
		display: block;
		font-size: 11px;
		width: 131px;
		height: 21px;
		margin-top: 2px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 5px;
		padding-right: 7px;
		padding-bottom: 0;
		padding-left: 9px;
		}

/* Primary Nav */

#main-nav {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0;
	}

	#main-nav li {
		float: left;
		margin-right: 30px;
		}

	#main-nav a {
		display: block;
		color: #2A8DBE;
		text-decoration: none;
		padding-bottom: 5px;
		}

	#main-nav a.active {
		color: #666;
		}

	#main-nav li ul {
		display: none;
		}

	#main-nav li:hover a {
		color: #666;
		}

	#main-nav li:hover ul {
		display: block;
		position: absolute;
		z-index: 100;
		width: 145px;
		border-top: solid 1px #CDCDCD;
		border-bottom: solid 1px #CDCDCD;
		}

	#main-nav li ul li a {
	width: 125px;
	padding: 5px 5px 5px 15px;
	border-left: solid 1px #CDCDCD;
	border-right: solid 1px #CDCDCD;
	background-color: #FFF;
	background-image: url(../images/bullet-hollow.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
		}

	#main-nav li:hover ul li a {
		color: #2A8DBE;
		}

	#main-nav li ul li a:hover {
		color: #666;
		}

	#main-nav li ul li a:hover {
	background-color: #F3F3F3;
	background-image: url(../images/bullet-solid.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
		}

/* Content area - styles all content beneath the header */

#content {
	margin-top: 1px;
	position: relative;
	padding-bottom: 1px;
	}

	#content #popup {
		margin-top: 10px;
		}
	
		#content #popup h2 {
			color: #333;
			margin-bottom: 20px;
			}
		
		#content #popup h4 {
			color: #333;
			margin-top: 15px;
			margin-bottom: 5px;
			}
		
		#content #popup p {
			color: #666;
			margin-bottom: 5px;
			}
	
		#content #popup .divider-rule {
			padding-top: 15px;
			margin-bottom: 15px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCCCCC;
			}
	
	#content a {
		color: #2A8DBE;
		text-decoration: none;
		}

	#content a:hover {
		color: #40A7DA;
		}

	#content h2 {
		font-weight: normal;
		font-size: 14px;
		}
	
	#content h4 {
		font-weight: bold;
		}

	#content .bold {
		font-weight: bold;
		}

	/* Main messaging/branding area for each section */

#messaging {
	margin-bottom: 1px;
	position: relative;
	}

	#messaging h2 {
		font-size: 24px;
		color: #FFF;
		margin-left: 195px;
		padding-top: 10px;
		padding-right: 70px;
		padding-bottom: 3px;
		padding-left: 0;
		}

	#messaging p {
		font-size: 14px;
		color: #FFF;
		margin-left: 195px;
		padding-right: 50px;
		}

	#messaging .callout {
		position: absolute;
		top: 10px;
		right: 10px;
		}

	#messaging .callout img {
		display: block;
		margin-bottom: 5px;
		}

#messaging .callouttxt {
	background: url(../images/btn-blue.png) no-repeat;
	display: block;
	font-size: 11px;
	width: 122px;
	height: 21px;
	margin-top: 2px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 9px;
	color: #FFFFFF;
	}

	#messaging .callouttxt:hover {
	color: #B3EAF9;	
	}
	
	/* Messaging background images for each section - section ID is placed on the body tag */

#sitework #messaging .subcolor {
	background: url(../images/messaging-sitework.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
		
#home #messaging {
	background: url(../images/messaging-home.jpg) no-repeat;
	width: 728px;
	height: 210px;
	}
	
#solutions #messaging {
	background: url(../images/messaging-solutions.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#solutions #messaging .subcolor {
	background: url(../images/messaging-solutions.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}
	
#customers #messaging {
	background: url(../images/messaging-customers.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#customers #messaging .subcolor{
	background: url(../images/messaging-customers.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}
	
#support #messaging {
	background: url(../images/messaging-support.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#support #messaging .subcolor{
	background: url(../images/messaging-support.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}
	
#news #messaging {
	background: url(../images/messaging-news.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#news #messaging .subcolor{
	background: url(../images/messaging-news.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}
	
#company #messaging {
	background: url(../images/messaging-company.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#company #messaging .subcolor{
	background: url(../images/messaging-company.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}
	
#contact #messaging {
	background: url(../images/messaging-contact.png) no-repeat #BFBBAD;
	width: 728px;
	height: 140px;
	}
	
#contact #messaging .subcolor{
	background: url(../images/messaging-contact.png) no-repeat #ACB8AC;
	width: 728px;
	height: 140px;
	}	

/* Homepage Messaging Area */

#home #positioning-statement {
	font-size: 16px;
	padding: 10px 15px;
	margin-left: 0;
	width: 525px;
	}		
	
	#home #positioning-statement a {
		color: #FFF;
		text-decoration: underline;
		font-weight: bold;
		}
	
#home #messaging dl {
	position: absolute;
	top: 103px;
	left: 35px;
	width: 350px;
	}
	
#home #messaging dt {
	color: #FFF;
	padding-right: 10px;
	display: inline;
	padding-bottom: 1px;
	}
	
#home #messaging dd a {
	background: url(../images/solution-link-bg.png) no-repeat;
	display: block;
	font-size: 12px;
	width: 278px;
	height: 23px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	}


/* Primary Column - Homepage modification for 2 column layout */

#home #primary-column {
	width: 566px;
	padding-top: 0px;
	height: 100px;
	padding-left: 0px;
	}
		
	#home #primary-column h2 {
		color: #666;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		}
		
	#home #primary-column p {
		margin-top: 3px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		}

/* Primary Column */
	
#primary-column {
	float: left;
	width: 371px;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

	#primary-column h2 {
		color: #333333;
		margin-bottom: 10px;
		margin-top: 0px;
		}
		
	#primary-column p {
	margin-top: 5px;
	font-size: 12px;
		}
		
	#primary-column p strong {
		font-weight: bold;
		}
		
	#primary-column a.active {
		color: #999;
		}
		
	#primary-column .divider-rule {
		background: #F3F3F3;
		border-bottom: solid 1px #FFF;
		padding-top: 15px;
		margin-bottom: 15px;
		}	

	/* Primary Content - Form */

	#primary-column form p {
		margin-bottom: 2px;
		}
		
	#primary-column input, #primary-column textarea {
		margin-bottom: 10px;
		width: 80%;
		border: solid 1px #CDCDCD;
		}
		
	#primary-column input:focus, #primary-column textarea:focus {
		border: solid 1px #2A8DBE;
		}
		
	#primary-column form button {
		color: #2A8DBE;
		background: url(../images/btn-blue-def.png) no-repeat;
		display: block;
		font-size: 12px;
		height: 23px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 1px;
		padding-right: 7px;
		padding-bottom: 0;
		padding-left: 7px;
		text-align: left;
		width: 128px;
		cursor: pointer;
		}
		
	#primary-column form button:hover {
		color: #40A7DA;
		}		











				
/* Testimonials */
				
#testimonial {
	margin-top: 2px;
	}
	
	#testimonial h2 {
		color: #333333;
		margin-bottom: 5px;
		margin-top: 15px;
		}
		
	#testimonial ul {
		background-image: url(../images/bullet-em.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin-left: 50px;
		}
		
	#testimonial li {
		background-image: none;
		font-weight: normal;
		margin-left: 15px;
		}

/* Left Sidebar */
	
#secondary-column {
	float: left;
	width: 175px;
	padding: 10px 10px 10px 0;
	}
	
	#secondary-column h2 {
		color: #666666;
		}
		
	#secondary-column p {
		margin: 10px 0;
		}

/* Section & Tertiary Nav & Lists */

#section-list {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 12px;
	}
	
	#section-list ul {
		list-style-type: none;
		}
	#section-list-indent {	
		padding-left: 10px;
		padding-top: 3px;	
		}	

	#section-list li {
		text-indent: 0px;
		background-image: url(../images/bullet-hollow.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10px;
		margin-bottom: 4px;
		}	

	
	#section-list li:hover {
		background-image: url(../images/bullet-solid.png);
		background-repeat: no-repeat;
		background-position: 0px 5px;		
		}

	#section-list a.news {
	display: block;
		}

		#section-list a.active {
	color: #B5B5B5;
		}					
		
/* Section Nav */

#section-nav {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
	#section-nav ul {
		list-style-type: none;
		}

	#section-nav li {
		text-indent: 0px;
		background-image: url(../images/bullet-hollow.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10px;
		margin-bottom: 3px;
		}	

	
	#section-nav li:hover {
		background-image: url(../images/bullet-solid.png);
		background-repeat: no-repeat;
		background-position: 0px 5px;		
		}

	#section-nav a.active {
		color: #B5B5B5;
		}	


		/* Section Sub Nav */
		
		#section-subnav {
			margin-top: 10px;
			margin-right: 0;
			margin-bottom: 15px;
			margin-left: 0;
			}
		
		#section-subnav a {
			background: url(../images/bullet-hollow.png) no-repeat 0 center;
			padding-left: 10px;
			}		
	
		#section-subnav a:hover {
			background: url(../images/bullet-solid.png) no-repeat 0 center;
			}
	
		#section-subnav a.active {
			color: #B5B5B5;
			}


/* Right Sidebar */

#tertiary-column {
	float: left;
	width: 142px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	}

	#tertiary-column p {
		margin-bottom: 15px;
		}

/* Footer */

#footer {
	color: #B5B5B5;
	clear: both;
	width: 576px;
	padding-top: 5px;
	border-top: solid 1px #CDCDCD;
	padding-bottom: 15px;
	float: left;
	}

	#footer a {
		color: #666;
		}

	#footer p {
		float: left;
		}

	#footer-nav {
		float: left;
		margin-left: 10px;
		}

	#footer-nav li {
		background: url(../images/footer-nav-spacer.png) no-repeat 0 3px;
		display: inline;
		padding: 0 5px 0 10px;
		}

#footer-sitework {
	color: #B5B5B5;
	clear: both;
	padding-top: 5px;
	border-top: solid 1px #CDCDCD;
	padding-bottom: 30px;
	}
	
	#footer-sitework a {
	color: #666;
	}
		
/* SiteMap */

#sitemap-list {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
	#sitemap-list ul {
		list-style-type: none;
		}
		
	#sitemap-list li ul {	
		padding-left: 10px;
		padding-top: 7px;	
		padding-bottom: 15px;	
		}	

	#sitemap-list li {
		text-indent: 0px;
		background-image: url(../images/bullet-hollow.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10px;
		margin-bottom: 3px;
		}	
		
		#sitemap-list li:hover {
			background-image: url(../images/bullet-solid.png);
			background-repeat: no-repeat;
			background-position: 0px 5px;		
			}	
		
/* FORM VALIDATION */

	#formContainer {
		}

/* FORM VALIDATION */

	input.required, textarea.required {
		width: 250px;
		height: 18px;
		font-size: 11px;
		border: solid 1px #CCCCCC;
		margin-top: 1px;
		padding-top: 3px;
		padding-left: 4px;
		}
		
	input.optional {
		width: 250px;
		height: 18px;
		font-size: 11px;
		border: solid 1px #CCCCCC;
		margin-top: 1px;
		padding-top: 3px;
		padding-left: 4px;
		}
		
	input.validation-failed, textarea.validation-failed {
		border: 1px solid #FF3300;
		}
		
	input.validation-passed, textarea.validation-passed {
		border: 1px solid #CCCCCC;
		}
	
	.validation-advice {
		color : #FF3300;
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 15px;
		}
	
	.custom-advice {
		margin: 5px 0;
		padding: 5px;
		background-color: #C8AA00;
		color : #FFF;
		font-weight: bold;
		}
