/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body{
	padding:0;
	margin:0;
	background:#e0eff2;
	font: .81em/150% Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

.body-wrapper {
	margin:0 auto;
	width: 978px;
	min-height:466px;
	background:url(../images/light.png) no-repeat center top;
}

.clearfix{
	clear:both;
}

header{
	position: relative;
}

.logo {
	height: 140px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
	padding:20px 0 0;
}

.tagline {
	font-size:5em;
	text-transform:uppercase;
	text-shadow:0.01em 0.01em 0.02em black;
	color:#32a0f5;
	text-align:center;
	margin:80px 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.desc {
	color: #4d4d4d;
	text-align: center;
	font-size:1.4em;
	width:700px;
	margin:0 auto;
	line-height:1.4em;
}

.inquiries-statement {
	text-align: center;
	font-size:1.2em;
	color:#f15a29;
	margin:80px 0 0 0;
}

.inquiries-inner-wrapper {
	width:365px;
	height:47px;
	background:#4d4d4d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:99;
	filter:Alpha(opacity=100);
	opacity:1;
	left:0;
	margin-left:205px;
	margin-top:25px;
	padding:30px 100px;
}

.img-email {
	float:left;
}

.email-link {
	font-size:1.3em;
	line-height:45px;
	margin-left:10px;
	float:left;
}

.email-link a, .email-link a:visited, .email-link a:link{
	color:#fff;
	text-decoration:none;
}

.email-link a:hover{
	text-decoration:underline;
}

.copyright {
	color:#4d4d4d;
	font-size:0.9em;
	text-align:center;
	margin-top:40px;
}

.stat-counter{
	text-align:center;
}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
	width: 100%; 
	border-collapse: collapse; 
	margin-top:20px;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
}
th { 
	background: #333; 
	color: white; 
	font-weight: bold; 
}
td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: "5 Pages"; }
	td:nth-of-type(3):before { content: "less than 12 pages"; }
	td:nth-of-type(4):before { content: "less than 25 pages"; }
}