/*
-----------------------------------------------
Harvest Canada screen style
author: Jay Kerr / JAK MEDIA
version: May 20, 2008, 1:54 AM
----------------------------------------------- */


body {
	margin: .2in;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 11pt;
	background: white;
}	

#header, navigation, #subheader, #section-name, #footer, .column-three-details, .next, #donotprint, .rule-dotted {
	display: none;
}

.clear {
	clear: both;
}


/* Content

----------------------------------------------- */
#content a:link:after, #content a:visited:after {
   font-size: 90%;
}

#destination-details br {
	clear: left;
}

.field-name {
	display: block;
	float: left;
	margin-bottom: 14px;
	padding: 1px 10px 0 0;
	width: 70px;
	text-align: right;
	font: normal 12px/16px "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}	

.field-data {
	display: block;
	float: left;
	margin-bottom: 14px;
	width: 180px;
	text-align: left;
	font: normal 14px/16px "Helvetica Neue", Helvetica, sans-serif;
	color: #222222;
}


/* Coupons
----------------------------------------------- */
#coupon {
	padding: .5em;
	border: 3px dashed #333;
	text-align: center;
}

.coupon-line1 {
	font: 18pt Georgia, "Times New Roman", serif;
	margin-bottom: .2em;
}

.coupon-line2 {
	font: normal 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: .2em;
}

.disclaimer {
	font: normal 9pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: .5em;
}


/* Typography

----------------------------------------------- */
h1	{
	font: 18pt Georgia, "Times New Roman", serif;
	color: #black;
	margin-bottom: .1em;
}

h2	{
	font: 14pt Georgia, "Times New Roman", serif;
	color: #008f00;
	margin-top: 1em;
	margin-bottom: .2em;
}

h3	{
	font: bold 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	margin-top: .5em;
	margin-bottom: .2em;
}

p {
	margin-bottom: .1em;
}