body { 
	margin: 0px;
	font-family: "Lucida Grande", Arial;
}

p {
	font-size: 12px;
	color: #868686;
}

p span, li span {
	color: #000000;
}

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


h1 {
	color: #1965D3;
	font-size: 15px;
	margin: 0px; 
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px; 
	padding: 0px;
}

input {
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	background: none;
	border: none;
}

.button input {
	color: #FFFFFF;
	margin: 12px 0px 0px 2px; 	
}

.clear {
	clear: both;
}

#container {
	width: 985px;
	margin: 0 auto;
}



/* Header - Branding */
#top { 
	background: #FFFFFF;
	text-align: center;
	padding: 0px 10px 0px 10px;
}
#logo {
    padding: 20px 0px 0px 0px;
    float: left;
}

#socialmedia {
	padding: 25px 15px 0px 15px;
	float: left;
}

#phonenumber {
	padding: 37px 0px 0px 90px;
	float: left;
}

#addthis {
	padding: 25px 0px 0px 0px;
	float: left;
}

.addthis_toolbox {
	padding: 8px 0px 10px 0px;
}


/* Header - Press Signups */

#press {
	float: left;
	padding: 7px 15px 0px 0px;
	margin: 0px;
}


#press .textinput { 
	width: 232px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	float: left;
}
#press .textinput input {
	color: #000000;
	width: inherit;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
}
#press .button {
	margin: 20px 0px 0px 0px;
	width: 61px;
	height: 40px;
	float: left;
}
#press .button input {
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}


/* Banner */

#banner { 
	clear: both;
	position: relative;
	margin: 10px 0px 0px 0px;
	width: inherit;
}

#banner p {
	margin: 0px auto;
}

#banner p img {
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	display: block;
}

#banner .quote {
	position: absolute;
	/*width: 40%;*/
	width: 45%;
	top: 45%;
	left: 30px;
	font-style: italic;
	color: #868686;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#banner .callouts {
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	display: table;
}

#banner .callouts p {
	display: table-cell;
	width: 245px;
	line-height: 1.6em;
	padding: 0px 15px 0px 10px;
}

#banner .callouts p span {
	text-transform: uppercase;
	color: #1965D3;
	font-weight: bold;
	font-size: 14px;
}

#banner .button {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.brands {
	background: #FFFFFF url('/images/banner_brands2.jpg') no-repeat top left;
	height: 175px;
}

.consumers {
	background: #FFFFFF url('/images/banner_consumers.jpg') no-repeat top left;
	height: 475px;
}

.consumersurvey {
	background: #FFFFFF url('/images/banner_consumersurvey.jpg') no-repeat top left;
	height: 175px;
}

.homecallout {
	background: #FFFFFF url('/images/banner_callout.jpg') no-repeat top left;
	height: 40px; 
}

.homecallout p {
	padding: 10px 15px 0px 125px;
	font-size: 14px;
}

.homecallout p.link {
	float: right;
}

.homecallout p a {
	color: #1965D3;
}

/* Navigation */

#navigation {
	/*height: 500px;*/
	border-right: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: top;
}

#navigation #menu {
	 list-style:none; 
	 margin: 15px 0px;
}

#navigation #menu li {
	font-size: 12px;
	font-weight: bold;
	color: #868686;
	padding-bottom: 15px;
	
}

#navigation #menu li a {
	padding: 3px 10px;
	color:#000000;
	text-decoration:none;
	background: url('/images/navigation_bg.jpg') repeat-x top left;
}

#navigation #menu li a:hover {
	color: #FFFFFF;
}

#navigation #menu li a.active {
	color: #FFFFFF;
	background-position: 0 -250px;
}

.long {
	width: 275px;
}

.short {
	width: 175px;
}


/* Content - Homepage Columns */


#main {  
	
	width: 978px;
	height: 450px;
	background: url('/images/homepage_banner.jpg') no-repeat top left;
	margin: 5px 5px 0px 5px;
}

#main_callout {
	float: left;
	padding-top: 365px;
	width: 500px;
	
}

#main_callout p {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#main_callout p a {
	color: #000000;
}

#main_callout .button {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-left: 40px;
}

#homepage {
	float: right;
	width: 390px;
	padding: 20px 30px 0px 25px;
}

#homepage .section {
	padding: 20px 0px;
}

#homepage p {
	margin: 0px auto;
}

#homepage .line {
	height: 4px;
	background: #E7EAEF;
}

#homepage .headline {
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

#homepage .headline a {
	color: #1965D3;
}

#homepage .button {
	float: right;
}

#homepage .caption {
	color: #868686;
	text-align: left;
	width: 90%;
	float: left;
}

#homepage .caption span {
	font-weight: bold;
}

/* modules */
    
.modules {
	margin-top: 5px;
	margin-left: 5px;
}

.modules div {
    background-image: url('/images/module_bg.jpg'); background-repeat: no-repeat;
    margin-left: 10px;
    width: 484px;
    height: 190px;
    float: left;
    text-align: center;
 }
 
 .modules div div {
    clear: both;
    background: none;
    margin-left: 30px;
    margin-top: 20px;
    text-align: left;
    float: none;
   	
 }
 
 .modules div p {
 	padding: 0;
 	margin-bottom: 12px;
 	font-size: 12px;
 }
 
 .modules div p.module-image { 
 	float: right;
 	margin: 0px 31px 0px 0px; 
 	padding: 0px;
 }
 
 .modules div div a:link, .modules div div a:active, .modules div div a:visited {
   font-size: 14px;
   color: #1965D3;
 }
 
 .modules div div a.headline:link, .modules div div a.headline:active, .modules div div a.headline:visited {
   letter-spacing: 1px;
   color: #000000;
   font-size: 13px;
   text-transform: uppercase;
 }

.modules div#left {
    background-image: url('/images/module_bg_left.jpg'); background-repeat: no-repeat;
    margin-left: 0px;
 }

.modules div#right {
    background-image: url('/images/module_bg_right.jpg'); background-repeat: no-repeat;
    margin-right: 0px;
 }

/* Marquee and Ticker */
div.ticker-container {
	width: 980px;
	height: 45px;
	float: left;
}


div.ticker img {
	float: left; 
	padding: 0px 10px 0px 0px;
}

div.ticker p {
	width: 910px;
	
}

div.ticker a:link, div.ticker a:active, div.ticker a:visited {
 	font-size: 11px; 
 	font-weight: bold;
 	color: #868686;
 	text-decoration: none;
}


/* Content - Secondary Pages */

#content {
	width: 750px;
	display: table-cell;
	vertical-align: top;
	padding: 0px 0px 20px 20px;
}

#content .row {
	display: table-row;
}

#content p {
	padding: 0px 10px 10px 10px;
	line-height: 1.5em;
}

#content .row div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

#content .seehowitworks {
	padding-left: 25px;
	padding-top: 10px; 
	border-left: 1px solid #CCCCCC;
	/*height: 500px;*/
}

#content .headline {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	
}

#content .subheadline {
	padding: 3px 10px;
	color:#FFFFFF;
	font-weight: bold;
	background: #67CD50;
	display: table-cell;
	text-transform: uppercase;
}

#content .blue {
	background: #1965D3;
	display: table-cell;
}

#content .data {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#content .seehowitworks img {
	padding-top: 10px; 
}

#content ul.bullet {
	list-style-type: none;
	margin-left: 0px;
	
}

#content ul.bullet li {
	background: url('/images/bulletarrow.png') no-repeat 0px 3px;
	padding: 0px 0px 10px 20px;
	font-size: 12px;
	font-weight: normal;
	/*text-align: justify;*/
	line-height: 1.6em;
	display: block;
	color: #868686;
}

/* Event */

.event {
	display: table;
	padding: 10px 0px 0px 0px;
	width: 650px;
}

.event .icon { 
	display: table-cell;
	width: 125px;
	padding: 10px 15px 10px 0px;
	vertical-align: top;
}
.event:nth-child(even) {
	background: #EFEFEF;
}
.event .description {
	display: table-cell;
	font-weight: bold;
	vertical-align: top;
}


/* Privacy */

#privacy {
	display: table;
	padding-top: 40px;
}

/* Footer */


#footer {
	clear: both;
	width: 980px;
	padding-top: 20px;
	text-align: center;
	margin: 0px auto;
	color: #868686;
	font-size: 11px;
}

.addborder {
	border-top: 1px solid #CCCCCC;
}

#footer h1 {
	padding: 5px 0px 10px 0px;
}

#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#footer div {
	display: inline;
	padding: 0px 10px 0px 10px;
}

/* Messages */

#message {
	width: 980px;
	background: #000000 url(/images/message_bg.jpg); 
	background-position: bottom;
	background-repeat: no-repeat;
}

#message p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}

#message #close {
	float: right;
	padding: 10px 10px 0px 0px;
}

/* Say Yes */

#sayyes {
	padding: 10px 25px 0px 25px;
	height: 300px;
}

#sayyes #click {
	width: 92px;
}

#sayyes p {
	font-size: 10px;
	color: #868686;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* 40 to follow */

#fortytofollow {  
	width: 978px;

	background: url('/images/fortytofollow_banner.png') no-repeat top left;
	margin: 5px 5px 0px 5px;
}
#fortytofollow .button {
	margin: 20px 0px 0px 0px;
	width: 61px;
	height: 40px;
	float: left;
}
#fortytofollow .button input {
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
#fortytofollow .textinput { 
	width: 710px;
	height: 40px;
	margin: 16px 0px 0px 0px;
	float: left;
}


/* Form Validation */

/* Form Validation */
    
    
	.formular label span {
		color: #000;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.formular input, .formular select, .formular textarea {
		display : block;
		margin-bottom: 5px;
		
	}
	
	.formular select {
		margin-top: 5px;
		border: 1px solid #B5B8C8;
		width: 340px;
		height: 20px;
		background: #FBFBFB;
	}
	
	.formular .text-input {
		width: 250px;
		color: #555;
		padding: 4px;
		border: 1px solid #B5B8C8;
		font-size: 14px;
		margin-top: 4px;
		background: #FBFBFB url('/images/form/text-bg.gif') repeat-x;
		
	}
	.formular textarea {
		width: 250px;
		height:70px;
		color: #555;
		padding: 4px;
		border: 1px solid #B5B8C8;
		font-size: 14px;
		margin-top: 4px;
		background: #FBFBFB url('/images/form/text-bg.gif') repeat-x;
		
	}
	.formular .infos {
		background: #FFF;
		color: #333;
		font-size: 12px;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.formular span.checkbox, .formular .checkbox {
		display: inline;
	}
	
	.formular .submit {
		background: url('/images/form/button-bg.png') repeat-x;
		border: 1px solid #AAA;
		padding: 4px;
		margin-top: 20px;
		text-decoration: none;
		cursor:pointer;
	}
	
	.formular hr {
		clear: both;
		visibility: hidden;
	}
	
	.formular .fc-error {
		width: 350px;
		color: 555;
		padding: 4px;
		border: 1px solid #B5B8C8;
		font-size: 12px;
		margin-bottom: 15px;
		background: #FFEAEA;
	}
	
	.formError {
		position:absolute;
		top:300px; left:300px;
		padding-bottom:13px;
		display:block;
		z-index:5000;
	}
	#debugMode{
		background:#000;
		position:fixed;
		width:100%; height:200px;
		top:0; left:0;
		overflow:scroll;
		opacity:0.8;
		display:block;
		padding:10px;
		color:#fff;
		font-size:14px;
		z-index:100000;
	}

	.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
	.formError .formErrorContent {
		width:100%; 
		background:#ee0101;
		color:#fff;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:2px solid #ddd;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.greenPopup .formErrorContent {background:#33be40;}
	
	.blackPopup .formErrorContent {background:#393939;color:#FFF;}
	
	.formError .formErrorArrow{
		position:absolute;
		bottom:0;left:20px;
		width:15px; height:15px;

		z-index:5001;
	}
	.formError .formErrorArrowBottom{top:0;margin:-6px;}
	
		.formError .formErrorArrow div{
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			box-shadow: 0px 2px 3px #444;
			-moz-box-shadow: 0px 2px 3px #444;
			-webkit-box-shadow: 0px 2px 3px #444;
			font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
			
		.greenPopup .formErrorArrow div{background:#33be40;}
		.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

		.formError .formErrorArrow .line10{width:15px;border:none;} 
		.formError .formErrorArrow .line9{width:13px;border:none;} 
		.formError .formErrorArrow .line8{width:11px;} 
		.formError .formErrorArrow .line7{width:9px;} 
		.formError .formErrorArrow .line6{width:7px;} 
		.formError .formErrorArrow .line5{width:5px;} 
		.formError .formErrorArrow .line4{width:3px;} 
		.formError .formErrorArrow .line3{width:1px;
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			border-bottom:0px solid #ddd;} 
		.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
		.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}

