/***** RESET *****/

	* {margin:0;padding:0;}
	body {font-family:'Lucida Grande','Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;font-size:13px;background:black;}
	img {border:none;}

/***** COMMON STYLES *****/

	p, ul, ol {line-height:20px;color:#333; padding-bottom:10px;}
	ul {list-style:none;}
	a { color:#06C;text-decoration:none;}
	a:hover { text-decoration:underline;}
	select, input[type="text"] {padding:1px;font-family:'Lucida Grande','Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
	fieldset {border:none;}
	:focus {outline:none;}
	
	.container {
		background:white url(/images/bg/fade.png) no-repeat top center;
		padding:20px 0 40px;
	}
	
	.wrap {
		margin:auto;
		width:860px;
	}
	
	/* Header */
	
	#header {
		float:left;
		width:100%;
	}
	#header img {
		float:left;
		padding:0 0 20px;
	}
	#header .nav {
		float:right;
		padding-top:17px;
	}
		.nav li {
			float:left;
			padding-left:20px;
		}
		.nav a {
			text-transform:uppercase;
			font-size:18px;
			color:#000;
		}
			.nav .active a, .nav a:hover {
				color:#06c;
				text-decoration:none;
				border-bottom:5px solid #06c;
			}
		.subhead {
			padding:10px 110px 5px;
		}
		.subnav {
			width:100%;
			float:left;
			margin-bottom:15px;
			
		}
		.subnav li {
			float:left;
			padding-right:15px;
		}
			.subnav a {
				text-transform:uppercase;
				font-size:15px;
				color:#666;
			}
				.subnav .active a, .subnav a:hover {
						color:#06c;
						text-decoration:none;
						border-bottom:3px solid #06c;
					}
		
	/* Content */
	
	#content {
		width:600px;
		margin:auto;
		clear:both;
		padding:0 0 20px;
		overflow:auto;
	}
		#content img {
			padding:15px 0;
		}
		h1 {
			color:#6AA643;
			font-size:34px;
			text-transform:uppercase;
			padding-top:10px;
		}
			h1 a {
				color:#6AA643;
				text-decoration:none;
				border:0;
			}
		h2 {
			text-transform:uppercase;
			font-size:18px;
			padding-top:20px;
		}
	
	/*** FOOTER ***/
		
		
	#footer {
		background:#000;
		padding:30px;
		font-size:12px;
		line-height:16px;
		overflow:auto;
	}
	#footer p {
		color:#666;
		float:right;
		padding:0 0 5px 20px;
	}
	#footer ul {
		float:left;
		padding-right:50px;
	}
		#footer h4 {
			font-size:12px;
			color:#fff;
			font-weight:normal;
		}
	
	#footer a {
		color:#666;
		padding:0 5px 0 10px;
	}
		#footer a:hover {
			color:#6AA643;
		}
		#footer a.request {
		clear:right;
		float:right;
		padding:0;
		position:relative;
		right:-5px;
		}
	
	
/***** PAGE STYLES *****/	
	/* Home */
	.ad {
		text-align:center;
		padding-bottom:10px;
	}
	#home #header {
		padding-bottom:20px;
	}
		#home #header .nav {
			float:none;
			padding:20px 0 30px;
			clear:both;
			overflow:auto;
			}
			#home #header .nav a {
				font-size:24px;
			}
			.nav #about {
				background:url(/images/bg/about.gif) no-repeat;
				padding:10px 60px 20px 80px;
			}
			.nav #technology {
				background:url(/images/bg/technology.gif) no-repeat;
				padding:10px 60px 20px 80px;
			}
			.nav #success {
				background:url(/images/bg/success.gif) no-repeat;
				padding:10px 0 20px 75px;
			}
			.how {
				position:absolute;
				top:280px;
				left:32px;
				color:#06c;
				font-weight:bold;
				font-size:18px;
			}
	
		#home #content p {
			font-size:15px;
			line-height:22px;
		}
		.partner {
			padding:0 110px;
		}
	
	/* About */
	
	.mission {
		padding:10px 0 10px 100px;
	}
		.mission h2 {
			padding:0;
		}
		#about #tech {
			background:url(/images/layout/mission_tech.gif) no-repeat 10px 30px;
		}
		#about #traffic {
			background:url(/images/layout/mission_traffic.gif) no-repeat 10px 30px;
		}
		#about #creative {
			background:url(/images/layout/mission_creative.gif) no-repeat 10px 30px;
		}
		.more {
			background:url(/images/buttons/more.gif) no-repeat;
			width:37px;
			height:17px;
			text-indent:-9999px;
			display:inline-block;
			margin-left:5px;
		}	
	
	/* Predictive Tech */
	
	.explanation span {
		color:#000;
		background:#FEDE58;
		padding:0 2px;
	}
	
	/* Case Study */
	
	#content img#case_study {
		float:right;
		margin:5px 0 30px 50px;
		padding:0;
	}
	#success form {
		padding:20px 0 50px;
		overflow:visible;
	}
		#success .request, .form .request {
			display:none;
		}
	
	/* Clients */
	.client_logos {
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #bbb;
	}
		.clients {
			overflow:auto;
		}
			.clients li {
				width:190px;
				padding-right:10px;
				float:left;
				font-size:9px;
			}
		
	/* Traffic */
	#content .guide img {
		float:right;
		padding:0 0 0 10px;
	}	
	/* How */
	.benefits {
		width:270px;
		float:left;
		padding:0 20px 30px 10px;
	}
		.benefits h2 {
			padding:0;
		}
		.benefits h3 {
			color:#06c;
			text-transform:uppercase;
			font-size:24px;
		}
		.benefits ol {
			padding-left:30px;
		}
	
	
	/* Team */
	
	.profile {
		padding:15px 0;
		clear:left;
	}
		#content .profile img {
			float:left;
			margin:0 20px 20px 0;
			padding:0;
		}
		.profile h2 {
			display:inline;
			margin-right:5px;
			padding-top:0;
		}
		.title {
			font-weight:bold;
			position:relative;
			bottom:1px;
		}	
		
	/* Contact */
	.callout {
		background:#eee;
		padding:20px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		margin-bottom:10px;		
	}
		.callout p {
			padding:0;
		}
		.callout h2 {
			padding:0;
		}
		.callout li {
			width:115px;
			display:inline-block;
			padding-right:20px;
		}
	form {
		width:400px;
		padding:20px 100px 50px;
		overflow:auto;succ
	}
	form ol {
		list-style:none;
	}
		form li {
			padding-bottom:10px;
		}
		form div.fieldWithErrors { display:inline; }
		form div.formError {
			color:#CC0000;
			font-size:10px;
			padding-left:150px;
			display:block;
			clear:both;
		}
			form label {
				font-weight:bold;
				padding-right:10px;
				float:left;
				width:140px;
				text-align:right;
			}
			form label span {
				color:#999999;
				display:block;
				font-style:italic;
				font-weight:normal;
				font-size:11px;
			}
			form ul.col {
				float:left;
				padding-bottom:10px;
				width:220px;
			}
				form ul.col li {
					padding:0;
				}
				form label.choice {
					color:#000000;
					display:block;
					float:none;
					margin:-20px 0 0 15px;
					padding:0 5px;
					font-weight:normal;
					text-align:left;
				}
			form input[type="text"], form select {
				width:240px;
			}
			form input[type="image"] {
				float:right;
				padding:10px 0 20px;
			}
	#contact .request {
		display:none;
	}
	
	/* Privacy */
	
	#privacy h2 {
		text-transform:none;
		font-size:16px;
		padding:0;
	}
  	#privacy ul {
  		margin:0 0 15px 25px;
  	}
	
  	#privacy dl {
  		margin-top:10px;
  	}
	
  	#privacy dt {
  		font-size:85%;
  		margin-left:10px;
  		font-weight:bold;
  	}
	
  	#privacy dd {
  		color:#444;
  		font-size:75%;
  		font-style:italic;
  		margin-bottom:12px;
  		margin-left:20px;
  	}
		#content #privacy img {
			padding:0;
		}
