/* #Reset
================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Layout
================================================== */

body {
    font: 16px/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #dceaf6 url(../images/background.png) repeat-x;
}

.container {
	min-height: 100%;
	position: relative;
}

.header {
	margin: 40px 0 0 0;
	text-align: center;
}
.content {
	margin: 50px 0 0 0;
	padding: 0 0 120px 0;
	background: url(../images/background-overlay.png) center no-repeat;
}

	.google-header-banner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.content h1 {
		font-size: 24px;
		font-weight: bold;
		color: #14325c;
		text-align: center;
	}
		.content h1 a:link,
		.content h1 a:visited {
			text-decoration: none;
			color: #0071bc;
		}
		.content h1 a:hover,
		.content h1 a:active {
			color: firebrick;
		}
	.content h2 {
		font-size: 24px;
		font-weight: bold;
		color: #14325c;
		text-align: center;
	}
		.content h2 a:link,
		.content h2 a:visited {
			text-decoration: none;
			color: #0071bc;
		}
		.content h2 a:hover,
		.content h2 a:active {
			color: firebrick;
		}
		
	.phone-contact-detail {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		color: #14325c;
	}
	
	.google-banner {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	
		
.footer-content {
	position: absolute;
	bottom: 0;
	padding-top: 50px;
	text-align: center;
	width: 100%;
	color: #13335c;
}
.contact-detail {
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #13335c;
}
	.contact-detail a:link,
	.contact-detail a:visited {
		font-weight: bold;
		color: #13335c;
		text-decoration: none;
	}
	.contact-detail a:hover,
	.contact-detail a:active {
		color: firebrick;
	}
	.contact-detail img {
		vertical-align: bottom;
	}
.company-details {
	padding: 10px 0 0 0;
	font-size: 12px;
}
.company-number {
	margin: 0 0 0 20px;
}


/* #Typography
================================================== */

strong,
b {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}

/* #Shared
================================================== */



/* #Links
================================================== */



/* #Images
================================================== */



/* #Objects
================================================== */



/* #Tables
================================================== */


/* #Forms
================================================== */


/* #Clearfix
================================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}