/*
	CSS for Landing Page, Version Five
	Written by BePrivy LLC
	http://www.beprivy.com/
*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, fieldset, div {
	margin: 0px;
	padding: 0px;
}

/* Body and Structure */

body {
	background: #004B6C none repeat scroll 0%;
	color: #000000;
	height: 100%;
	font-size: 62.5%;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#container {
	width: 600px;
	padding: 0 50px 10px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
}


/* Header */

h1#masthead, h1#masthead span {
	width: 600px;
	height: 94px;
	background: url("../images/new/header.gif") 0 0 no-repeat;
}

p#telephone {
	position: absolute;
	top: 47px;
	right: 50px;
	font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #7C98AE;
	font-size: 1.4em;
	letter-spacing: .2em;
}


/* Headline & Primary Image Container */

#headpriimgcont {
	position: relative;
	margin: 0 0 2em 0;
}

	/* Headline */

	#headline {
		font-size: 3.2em;
		line-height: 1.3em;
		font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
		font-weight: normal;
		color: #004B6C;
		margin: 24px 0 1em 0;
		text-align: center;
	}


	/* Primary Image */

	#primaryimage {
		margin: 0 auto;
		width: 285px;
		display: block;
	}
	

/* ATF-CTA */

#atf-cta {
	font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #E55300;
	text-align: center;
	margin: 0 0 1em 0;
	cursor: pointer;
}

#atf-cta:before, #atf-cta:after {
	content: "•";
	padding: 0 .5em;
}

#atf-cta a, #atf-cta a:visited {
	color: #E55300;
	text-decoration: none;
}

#atf-cta a:hover {
	text-decoration: underline;
}


/* Subhead, Benefits, Testimonial Container */

	/* Subhead, Benefits Container */

	#subheadbenecont {
		margin-bottom: 3em;
	}


		/* Subhead */

		#subhead {
			font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
			font-size: 1.6em;
			font-weight: normal;
			line-height: 1.4em;
			color: #7C98AE;
			margin: 0 0 1em;
			padding: 0 80px;
			text-align: center;
		}
	
	
		/* Benefits list */
	
		#benefits {
			list-style: disc outside;
			font-family: 'Trebuchet MS', 'Trebuchet', sans-serif;
			color: #000;
			font-size: 1.1em;
			line-height: 1.3em;
			padding: 0 115px 0 155px;
		}
	
		#benefits li {
			margin: 0 0 1em 0;
		}
	
	
	/* Testimonials */
	
	#testimonials {
		clear: both;
		overflow: auto;
		margin: 0 0 2em 0;
	}
	
	#testimonials p {
		font-family: 'Verdana', sans-serif;
		font-style: italic;
		font-size: 1.1em;
		color: #000;
		font-weight: normal;
	}
	
	#testimonials p.testname {
		text-transform: uppercase;
		font-style: normal;
		text-align: right;
		margin: .8em 0 0 0;
		display: none; /* hidden since not using a person */
	}
	
	p.testname span.companyname {
		display: block;
	}
	
	
		/* Left Image Testimonial */
		
		.testleft {
			width: 285px;
			float: left;
			overflow: auto;
			margin: 0 0 2em 0;
		}
		
		.testleft img {
			float: left;
			margin: 0 .5em .5em 0;
			max-width: 150px;
			height: inherit;
		}
		
		
		/* Right Image Testimonial */
		
		.testright {
			width: 285px;
			float: right;
			overflow: auto;
			margin: 0 0 2em 0;
		}
		
		.testright img {
			float: right;
			margin: 0 0 .5em .5em;
			max-width: 150px;
			height: inherit;
		}


/* CTA */

#cta {
	font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #E55300;
	font-size: 2.2em;
	line-height: 1.2em;
	text-align: center;
	margin: 0em 0 .8em 0;
	clear: both;
}


/* Form */

#formcontainer {
	width: 351px;
	margin: 0 auto 10px;
}

	/* Top & Bottom */
	
	#formtop {
		background: url("../images/new/1/formcont_top.gif") 0 0 no-repeat;
		height: 27px;
		width: 351px;
	}
	
	#formbot {
		background: url("../images/new/1/formcont_bot.gif") 0 0 no-repeat;
		height: 23px;
		width: 351px;
	}
	
	/* Body */
	
	#formbody {
		background: url("../images/new/1/formcont_body.gif") 0 0 repeat-y;
		padding: 0 35px;
		overflow: visible;
		clear: both;
	}
	
	#formbody h4 {
		color: #FFF;
		font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', 'Trebuchet', sans-serif;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1.2em;
		margin: 0 0 1em 0;
	}
	
	.textfield {
		width: 275px;
		margin: 0 0 .6em 0em;
		display: block;
	}
	
	label {
		margin: 0em 0 .2em 0;
		display: block;
		font-size: 1.1em;
	}
	
	#formbody p {
		font-size: 1.1em;
	}
	
	#subscribelabel {
		display: inline;
	}
	
	#submitbutton {
		width: 298px;
		height: 54px;
		margin: 1em 0 .1em;
		position: relative;
		right: 8px;
	}
	
#privacy {
	text-align: center;
	font-size: .9em;
	margin: 0 0 12em;
}


/* Misc */

.note {
	font-size: 1em;
}

.red {
	color: red;
}

.text-right {
	text-align: right;
}

.dispblock {
	display: block;
	margin-bottom: 1em;
}