/*  Table of Contents
	-----------------
	GENERAL
	BILLBOARD
		get-started
	FEATURES
	BODY COPY	
	PULLQUOTE
	PRICING TABLE
	CONTACT
	FOOTERS
		logos
		testimonials
	MODAL
----------------------------------------------------------------------------- */

/* GENERAL
----------------------------------------------------------------------------- */

html {
     min-height: 100%;
     margin-bottom: 1px;
}

body{ background: #2b3137
	}

body a {
	color: #21759b;
	text-decoration: none;
	}



#billboard h1,#billboard h2,#get-started,#learn-more-top,#contact-us-top{ text-indent: -9999px; }

#wrap{ 
	margin: 0 auto 50px;
	width: 940px; 
}

/* BILLBOARD
----------------------------------------------------------------------------- */

#billboard{ 
	background: transparent url(../images/billboard.jpg) no-repeat 0 0; 
	margin-top: 14px;
	height: 432px;
	position: relative;
	width: 940px;
}

	/*h1{ position: absolute; }*/
	
	#billboard h1 {
		
	}
		
	#billboard h2{
		background: transparent url(../images/headline.png) no-repeat 0 0;
		float: left;
		height: 84px;
		margin: 80px 0 19px 50px;
		width: 890px;
	}
	
	#billboard p{
		color: #69717d;
		float: left;
		padding: 0 470px 0 50px;
		width: 420px;
	}
	
/* learn-more-top ------------- */
	
		#learn-more-top{
			left: 45px;
			position: absolute;
			top: 336px;
			width: 149px; 
		}

			#learn-more-top a:link,
			#learn-more-top a:visited{
				background: url(../images/btn-learnmore.png) 0 0 no-repeat;
				display: block;
				height: 57px;
			}

/* contact-us-top ------------- */
	
		#contact-us-top {
			left: 200px;
			position: absolute;
			top: 336px;
			width: 149px; 
		}

			#contact-us-top a:link,
			#contact-us-top a:visited{
				background: url(../images/btn-contactus.png) 0 0 no-repeat;
				display: block;
				height: 57px;
			}


/* FEATURES 
----------------------------------------------------------------------------- */

#feat{ 
	background-color: #1a2026;
	float: left;
	padding: 45px 0 6px 40px;
}

	#feat div{
		float: left;
		padding-bottom: 39px;
		padding-left: 10px;                           
		width: 290px;
	}
	
	#feat img {
	height: 48px;
	width: 48px;
	margin-right: 10px;
	float: left;
	}
	
		#feat h3{ 
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		
		#feat p{
			color: #70757b;
			width: 230px;
		}

.learn-more-text-link {
	color: #fff;
	text-decoration: none;
	}

/* BODY COPY 
----------------------------------------------------------------------------- */
#bodycopy{ 
	background: #e5e5e5;
	float: left;
	width: 940px;
	padding-top: 20px;
	
	}

#content {
margin: 0px 50px 0px 50px;
}

#content h1{
font-size: 2em;
}

#content h2{
font-size: 1.3em;
margin-top: 5px;
margin-bottom: 10px;
}

#content p{
font-size: 1em;
margin-bottom: 1em;
}

#col-left{ 
	width: 360px;
	margin: 20px 10px 30px 0px;
	float: left;
	text-align: left;
}

#col-right{ 
	width: 360px;
	margin: 20px 0px 30px 10px;
	float: right;
	text-align: left;
}

#examplead {
	float: right;
	width: 350px;
	}

#examplead img {
	float: left;
	margin-right: 10px;
	}

#examplead p {
	float: right:
	}

#examplead p a {
	color: #000;
	text-decoration: none;
	}

#examplead .served {
	font-size: 9px;
	text-transform: uppercase;
	}

#exampleexplanation {
	float: right;
	width: 350px;
	font-size: 11px;
	text-transform: uppercase;
	}

/* PULLQUOTE
----------------------------------------------------------------------------- */

#pullquote{ 
	background-color: #1a2026;
	float: left;
	padding: 30px 40px 30px 50px;
	width: 850px;
}

	#pullquote div{
		float: left;
		padding-bottom: 39px;
		padding-left: 10px;                           
		width: 290px;
	}
	
	#pullqote img {
	height: 48px;
	width: 48px;
	margin-right: 10px;
	float: left;
	}
	
		#pullquote h1{ 
			font-size: 32px;
			font-weight: bold;
			line-height: 1.3em;
			color: #fff;
		}
		
		
		#pullquote p{
			color: #70757b;
			width: 230px;
		}


/* PRICING TABLE
----------------------------------------------------------------------------- */

div.container {
  width: 700px;
  margin: 0 auto;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

div.jacket {
	height: 360px;
	font-family: helvetica, arial, sans-serif;
}

div.short {
	width: 200px;
	height: 270px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

div.tall {
	width: 200px;
	height: 310px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 8px 10px 10px 10px;
	background-color: #fff9df;
}

div.no-r {
	border-right: 0;
}

div.r-shadow {
	background-position: right;
	background-repeat: no-repeat;
}

div.no-l {
	border-left: 0;
}

div.l-shadow {
	background-position: left;
	background-repeat: no-repeat;
}

div.short h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}

div.short h1, div.short h1 a, div.short h2 {
	color: #333;
	text-decoration: none;
}

div.tall h1, div.tall h1 a {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #000;
	text-decoration: none;
}

div.short h2 {
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 25px;
	font-size: 20px;
	font-weight: normal;
}

div.tall h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

div.short h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	color: #73a1c7;
}

div.tall h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #4582b5;
}

div.short li, div.tall li {
	font-size: 14px;
	color: #64503f;
}

div.tall li {
	font-size: 16px;
}

div.tall ul, div.short ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.tall ul.highlight, div.short ul.highlight {
	margin-top: 0;
}

div.tall ul.highlight li, div.short ul.highlight li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1em;
}

div.tall li strong, div.short li strong {
	color: #c33700;
}

div.tall ul.highlight li {
	font-size: 24px;
	margin-bottom: 5px;
}

div.tall img {
	margin: 1px 0 4px 0;
}

div.short img {
	margin: 1px 0 0px 50px;
}

div.tall small {
	color: #C33700;
	font-size: 12px;
}

div.under_chart_left, div.under_chart_right {
	width: 362px;
	position: relative;
	top: -44px;
	font-size: 11px;
	float: left;
} 

div.under_chart_right {
	float: right;
}



/* CONTACT
----------------------------------------------------------------------------- */

#contact{ 
	background-color: #1a2026;
	float: left;
	padding: 45px 0 30px 40px;
	width: 900px;
}

	#contact div{
		float: left;
		padding-bottom: 39px;
		padding-left: 10px;                           
		width: 290px;
	}
	
	#contact img {
	margin-right: 10px;
	float: left;
	}
	
	
		#contact h3{ 
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		
		#contact h2 a:link { 
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		
		#contact h1{
			color: #fff;
		}
		
		#contact p{
			color: #70757b;
		}
		
		#contact p a {
			color: white;
		}

.contactlink a{
	color: white;
	font-size: 3.5em;
	}


/* FOOTER 
----------------------------------------------------------------------------- */
	
#footer{
	background: #e5e5e5 url(../images/footer.png) no-repeat 0 bottom;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	width: 940px;
}

	
	#footer div{ 
		margin: 20px auto 20px 20px;
		padding: 0 20px;
		width: 800px;
	}
	
		#footer p{
			color: #777;
			text-align: left;
		}
		
		#footer p a {
			color: #21759b;
			text-decoration: none;
			}
	
			#footer span{
				color: #999;
				font: bold 14px;
			}
		
				#footer em{ font: italic 14px; }
				
	#footer .legal {
	font-size: 11px;
	line-height: 6px;
	}
				
/* MODAL 
----------------------------------------------------------------------------- */
#img-bg-modal {
	width: 1px;
	height: 1px;
	display: none;
}
