@charset "utf-8";

/** Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */
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;
}

/* Start Custom CSS */

/* ------ START: Global Styles ------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

a {
	color: #128942;	
}

h2, h3 {
	color: #656169;
}

h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;	
}

/* ------ Start Global Structure ------ */

.wrap {
	margin: 0 auto;
	width: 780px;
}

.header { 
	width: 100%;
}

.main {
	width: 100%;
}

/* ------ Start Header ------ */

.header {
	height: 78px;
}

.header h2 {
	float: right;
	padding: 30px 30px 0 0;
	font-size: 1.1em;
}

img.logo {	
	padding: 5px 0 0 10px;
	float: left;
}


/* ------ Start Main ------ */

.main {
	border: 1px solid #DDD;
	-webkit-box-shadow: 0px 5px 15px rgba(25, 25, 25, 0.3);
	-moz-box-shadow: 0px 5px 15px rgba(25, 25, 25, 0.3);
	box-shadow: 0px 5px 15px rgba(25, 25, 25, 0.3);
}

.main h4 {
	padding: 25px 30px 0 30px;
}

.align-center {
	text-align:center;
	padding: 15px 0 0 0;
	color: #3e3a44;
	font-size:0.9em;
	line-height: 2em;
}

img#qrcode {
	height: 225px;
	width: 225px;
	border: 1px solid #CCC;
	margin: 30px 0 30px 0;
}

