@charset "utf-8";
/* CSS Document */

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;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
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;
}

/*------------------------------------------------------------------------------*/

body {
	background-image:url(images/background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #c1d1e3;
}

#wrapper {
	width: 800px;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#header {
	width: 800px;
	height: 180px;
}

#headerl {
	width: 470px;
	height: 180px;
	float:left;
	display: block;
}

#headerr {
	width: 330px;
	height: 180px;
	float:right;
	display: block;
}

#divider {
	width: 800px;
	height: 23px;
	background-color: #0055a4;
	display:block;
}

#mainbody {
	width: 800px;
	background-color: #ffffff;
	min-height: 405px;
	display: block;
}

#mainbodyl {
	width: 540px;
	float: left;
	background-color: #ffffff;
	display:block;
}

#mainbodyr {
	width: 260px;
	float: right;
	background-color: #ffffff;
	display:block;
}

#flyerlinks {
	width: 260px;
}

#flyerlinksl {
	width: 36px;
	float: left;
}

#flyerlinksr {
	width: 224px;
	float: right;
	padding-top:1px;
}

#filler {
	clear: both;
	background-color: #FFFFFF;
	height: 10px;
}

/*---------------Text and Image Styling----------------*/

h1 {
	color: #0055a4;
	font-size: 2.4em;
	line-height: 1.1em;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 12px;
}

h6 {
	font-style: italic;
	font-size: .9em;
	color: #0055a4;
	margin-top: 5px;
	font-weight: normal;
	margin-left: 20px;	
}

h6 a {
	color: #ff6600;
	text-decoration: none;
}

h6 a:hover {
	color: #b35212;
}

h2 {
	font-size: 1.4em;
	color: #0055a4;
	font-weight: normal;
	margin-top:10px;
	margin-right: 50px;
	line-height:1.4em;
	margin-left: 20px;
}

h2 a {
	color: #ff6600;
	text-decoration: none;
}

h2 a:hover {
	color: #b35212;
}

.redeem {
	margin-top: 10px;
	margin-left: 140px;
	display: block;
	margin-bottom:15px;
}

.flyerimage {
	margin-left: 15px;
	margin-top:10px;
	display: block;
}

h4 {
	font-size: 1.2em;
	color: #0055a4;
	margin-left:15px;
	margin-top: 8px;
	margin-bottom: 12px;
}

h4 a{
	color: #ff6600;
	text-decoration: none;
}

h4 a:hover {
	color: #b35212;
}

.smallbutton {
	margin-left: 13px;
}

h5 {
	font-size: 1.2em;
	color: #0055a4;
	line-height: 1.8em;
}

h5 a{
	color: #ff6600;
	text-decoration: none;
}

h5 a:hover {
	color: #b35212;
}
