* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#292929;
	background:url(/img/bkgd.gif) 40% repeat;
}


/* Links and Text */
a {
	text-decoration:none;
	color:#18639e;
}
a:hover {
	color:inherit;
}
a img {
	border:none;
}
h1 {
	font-size:1.3em;
	color:#18639e;
	margin-bottom:5px;
}
h2 {
	font-size:1.1em;
	margin:5px 0 5px 0;
}


/* Forms */
input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#292929;
	width:250px;
	padding:2px 3px;
	border:1px solid;
}


/* Tables */
table {
	margin:10px 0 20px 0;
	font-size:.9em;
}
table th {
	text-align:left;
	border-bottom:2px solid;
	padding:3px 5px;
}
table td {
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:3px 5px;
}


/* Layout */
#header {
	width:100%;
	font-size:.8em;
}
#header div.content {
	width:978px;
	margin:0 auto;
}
#header div.content div {
	float:left;
}
#header #logo {
	display:block;
	float:left;
	width:143px;
	height:82px;
	background:url(/img/logo.jpg) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
#header #courtesy_nav {
	width:379px;
	height:23px;
	padding:7px 0;
	float:right;
	background:url(/img/bkgd_cnav.jpg) no-repeat;
	text-align:center;
}
#header #courtesy_nav ul {
	list-style:none;
	display:inline-block;
}
#header #courtesy_nav li {
	float:left;
}
#header #courtesy_nav li a {
	float:left;
	padding:3px 13px;
	color:#e9eeeb;
	font-size:.85em;
}
#header #courtesy_nav li a:hover {
	color:#99b2b7;
}

#header #nav {
	width:780px;
	float:right;
	padding-top:30px;
}
#header #nav ul {
	list-style:none;
}
#header #nav ul li {
	display:block;
	float:left;
	margin-right:5px;
}
#header #nav ul li a {
	display:block;
	float:left;
	height:30px;
	overflow:hidden;
	text-indent:-999px;
}
#header #nav ul li a.download_gift_card {
	width:153px;
	background:url(/img/nav/download_gift_card.jpg) bottom no-repeat;
}
#header #nav ul li a.download_gift_card_mobile {
	width:194px;
	background:url(/img/nav/download_gift_card_mobile.jpg) bottom no-repeat;
}
#header #nav ul li a.gift_card_pos_platforms {
	width:179px;
	background:url(/img/nav/gift_card_pos_platforms.jpg) bottom no-repeat;
}
#header #nav ul li a.programs_services {
	width:149px;
	background:url(/img/nav/programs_services.jpg) bottom no-repeat;
}
#header #nav ul li a.about_us {
	width:80px;
	background:url(/img/nav/about_us.jpg) bottom no-repeat;
}
#header #nav ul li a:hover, #header #nav ul li.current a {
	background-position:top;
}

#header #subnav {
	padding:11px 0 0 220px
}
#header #subnav ul {
	list-style:none;
}
#header #subnav ul li {
	display:block;
	float:left;
	margin-right:35px;
}
#header #subnav ul li a {
	display:block;
	float:left;
}
#header #subnav ul li.current a {
	color:#292929;
}

#main {
	width:978px;
	margin:0 auto;
	position:relative;
}
#main div {
	float:left;
}

#footer {
	width:948px;
	clear:left;
	margin:0 auto;
	padding:0 15px 30px 15px;
	font-size:.75em;
	color:#065b9d;
}
