/* Meyer 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	font-family:arial;
	background:white;
	font-size:62.5%;
}

div#wrapper {
	width:640px;
	margin:0 auto;
	padding-bottom: 20px;
}

h1 {
	background:#ec5b00;
	display:block;
	height:70px;
	margin-bottom:18px;
	padding-left:25px;
}

h2 {
	font-size:1.4em;
	margin-bottom:15px;
}

h3 {
	font-size:1.2em;
	margin-bottom:15px;
}

p {
	margin-bottom:15px;
	text-align:justify;
}

div#head-links {
	height:20px;
	margin-bottom: 20px;
}

div#head-links p {
	float:left;
	font-weight:bold;
	font-size:1.3em;
	line-height:20px;
	padding: 0 0 0 15px;
	margin: 0 45px 0 30px;
	display:inline;
	background:#fff url(../images/chevron.png) no-repeat 0 6px;
}

div#head-links p.right {
	float:right;
	display:inline;
}

div#head-links p a {color:#ec5b00}

div#head-links p.right a {color:#80a732}

div#head-links p a span {
	color:#999999;
	text-decoration:none;
}

div#head-links p a:hover {text-decoration:underline;}

p#voucherpreview {
	position:relative;
	text-align:center;
	margin-top:40px;
}

#voucherprint {
    display: none;
}

p#footer {
	line-height:1.4em;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	margin:30px 0 14px;
}

ul#footerLinks {
	font-size:1.1em;
	text-align:center;
	margin:5px auto 25px;
	color:#505050;
	width:480px;
}

ul#footerLinks li {
	display:inline;
	float:left;
	padding:0 7px;
	background:#fff url(../images/spacer.png) no-repeat 0 100%;
}

ul#footerLinks li.noline {
	background-image:none;
}

ul#footerLinks li a {color:#80a732;}

.clearfix:after {
	clear:both; 
	content:"."; 
	display:block; 
	height:0px; 
	visibility:hidden;
}