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

@import url(http://fonts.googleapis.com/css?family=Boogaloo);
@import url(http://fonts.googleapis.com/css?family=Lemon);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* LAYOUT */
body {
	background: #cdcdcd url('images/top-bg.png') center top repeat-x;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	border: 0;
}
#header {
	width: 800px;
	height: 215px;
	margin: 0;
	padding: 0;
	background: url('images/header.png') center top no-repeat;
}
#content {
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
	background: #ffffff url('images/body-bg.png') center top repeat-y;
}
#footbg{
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: url('images/foot-bg.png') center bottom repeat-x;
}
#footer {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background: url('images/footer.png') center top no-repeat;
}
#boxwrap {
	display: block;
	width: 650px;
	margin: 20px auto;
	padding: 0;
	border: 5px dotted #336666;
	background: #eeffff;
}
#box {
	display: block;
	width: 600px;
	padding: 25px;
	border: 0;
}

/* TYPOGRAPHY */
h1 {
	color: #800000;
	font: normal 36px/1.25 Lemon, Tahoma, Geneva, sans-serif;
	text-shadow: 2px 2px 0px #fff, 3px 3px 0px rgba(0,0,0,0.5);
	padding:10px 0;

}
h2 {
	color: #000055;
	font: bold 40px/1.25 Boogaloo, Verdana, Geneva, Tahoma, sans-serif;
	text-shadow: 1px 1px 1px #999; /* google font pixelation fix */
	padding:10px 0;
}
h3 {
	color: #cc0000;
	font: bold 20px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	padding:10px 0;
}
h4 {
	font: bold 18px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	padding: 7px 0;
}

h5 {
	font: bold 16px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	padding: 7px 0;
}
h5 {
	font: bold 14px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	padding: 7px 0;
}
p {
	font: normal 16px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	padding: 7px 0;
}
ul {
	font: normal 16px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	list-style:url(images/arrow.gif);
	margin: 10px 0px 10px 50px;
}
ul li {
	margin-bottom:10px;
	margin-left:20px;
}

/* MISCELLANEOUS */
tr {
	padding: 10px 0;
}
.yellow {
	background: #ffff00;
}
.center {
	text-align:center;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.clear {
	clear:both;
}
a {
	color:#003366;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration: none;
}

/* Bullet Checkmark LIST */
ul.check {
	list-style-type: none;
	margin: 20px;
}

ul.check li {
	margin-bottom: 5px;
	padding: 4px;
	background-image: url(images/bulletCheck.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 32px;
}

/* Bullet X LIST */
ul.x {
	list-style-type: none;
	margin: 20px;
}

ul.x li {
	margin-bottom: 5px;
	padding: 4px;
	background-image: url(images/bulletX.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 32px;
}

/* Bullet Checkmark LIST */

ul.arrow {
	list-style-type: none;
	margin: 20px;
}

ul.arrow li {
	margin-bottom: 5px;
	padding: 4px;
	background-image: url(images/bulletArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 32px;
}