body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

h1{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0px;
	margin-bottom:0xp;
	padding-top:0px;
	font-weight:normal;
}

h2 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
}
h3 {
	font-size:14px;
	font-weight:normal;
	line-height: 1.3em;
}
h4 {
	font-weight:bold;
	margin-bottom:4px;
	margin-top: 5px;
	font-size:14px;
}

sup {
	font-weight:normal;
	font-size:6px;
}

ul {
	margin-left: 0px !important;
	list-style-type: square !important;
	/* padding-left: 15px !important; */
		
}

ul li {
	list-style-type: square !important;
	margin-left: 0px !important;
	list-style-image: url(../images/bullet.png);
}

img {
	border: none;
}
a img {
	border: none;
}

#masterContainer {
	width: 1000px;
	border: 1px solid lightgray;
	margin: 10px auto 80px auto;
	font-family: verdana;
	color: gray;
	font-size: 13px;
}

#leftColumn {
	float: left;
	width: 325px;
	text-align: left;
	padding-right: 15px;
}

.leftColumnText{

	padding-left: 15px;
}


#rightColumn {
	margin-left: 355px;
	width: 630px;
	padding-left: -15px;
}

.minimumHeight{
	height:309px;
}

.entry-title {
	color: black;
	margin-bottom: 30px;
	margin-left: 355px;
	font-size: 20px;
	line-height: 1.6em;
	width: 550px;
}
#logo {
	margin-top: 30px;
}

#blogLogo {
	float: right;
	margin-top: 30px;
}

#content {
	line-height: 1.5em;
	margin-top: 70px;
}
#content a {
	color: orange;
}
a {
	color: gray;
	text-decoration: none;
}

#nav {
	float: right;
}
#nav ul {
	margin-top: 50px;
	margin-right: 0px;
}
#nav li {
	list-style: none;
	font-size: 12px;
	color: gray;
	display: inline;
	margin-right: 50px;
	color: #111111;
}
#nav li a {
	padding-left: 7px;
	border-left: 3px solid transparent;
}
#nav li a:hover {
	border-left: 3px solid gray;
}
#nav li ul {
	margin-top: 20px;
	margin-left: 425px;
	visibility: hidden;
}
#nav li ul li {
	display: block;
	margin-bottom: 20px;
}

#navHome { 
	display:none
}

#footer {
	padding-left: 315px;
	float: left;
	width: 684px;
	margin-top: 15px;
	border: 1px solid lightgray;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

/* ----
	width: 1000px;
	border: 1px solid lightgray;
	margin: 10px auto 80px auto;
	font-family: verdana;
	color: gray;
	font-size: 12px;
--*/

#footer ul li {
	list-style: none;
	margin: 0px 40px 0px 40px;
	display: inline;
	font-size: 10px;
}

#downloadLink{
	text-align:center;
	height: 300px;
	background-color: lightgray;
	background-image:url(../images/downloadArrow2.png);
	background-position: center 190px;
	background-repeat:no-repeat;
	background-size:90px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: -15px;
}
#downloadSignup{
	text-align:center;
	height: 300px;
	background-color: lightgray;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: -15px;
	padding-top: 40px;
	color: black;
}

#downloadSignup label{
	font-weight:bold;
	margin-bottom:5px;
}

#downloadSignup input{
	width:185px;
}
#downloadSignup select{
	width:185px;
	text-align:center;
}

#downloadSignup option{
	text-align:center;
}

.downloadHeadline {
	padding-top: 20px;
	text-align:center;
	font-weight:bold;
	font-size:32px;
	color: #ff9900;
	margin-bottom: 20px;
	line-height: 36px;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}


/*	--------------------------------------------------
	Reveal Modal - PopOver Layout
	-------------------------------------------------- */
	
#reveal-modal-LeftColumn {
	width: 400px;
	float: left;
	margin-left: 40px;
	padding-top: 40px;
	height: 420px;
}
#reveal-modal-RightColumn {
	width: 400px;
	float: right;
	margin-right:40px;
	padding-top:40px;
}


/*	--------------------------------------------------
	Reveal Modal - Close
	-------------------------------------------------- */

#reveal-modal-Close {
	clear:both;
	height:30px;
	text-align:left;
	margin-left: 40px;
}


	.close-reveal-modal {
		cursor: pointer;
		} 


/*	--------------------------------------------------
	Reveal Modal - Consumer Insights Outputs
	-------------------------------------------------- */	
	.reveal-modalConsumerInsightsOutputs {
	visibility: hidden;
	top: 100px;
	left: 10%;
	margin: 0 auto;
	width: 960px;
	height: 520px;
	background-image:url(../images/reveal-PopOver_ConsumerInsights_Background.png);
	position: absolute;
	z-index: 101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	text-align: center;
		}
		
/*	--------------------------------------------------
	Reveal Modal - Consumer Insights Projects
	-------------------------------------------------- */	
	.reveal-modalConsumerInsightsProjects {
		visibility: hidden;
		top: 100px; 
		left: 10%;
		margin: 0 auto;
		width: 960px;
		height: 520px;
		background-image:url(../images/reveal-PopOver_ConsumerInsights_Background.png);
		position: absolute;
		z-index: 101;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
  
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	
/*	--------------------------------------------------
	Contact Form Styles
	-------------------------------------------------- */
	
.freecontactform {
	margin-left:-6px;
width: 460px;
}

.freecontactformmessage {
	text-align:center;
	padding-top: 30px;
}
.freecontactform td {
padding:4px;
padding-left:0px;
font-size:12px;
}
.freecontactform p {
padding:4px;
}
.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}
