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

/* =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: #f5f5f5 url('images/bg.png') repeat-x center top;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	margin-top: 0px;
	border: 0;
}
#header {
	width: 850px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url('images/header.png') center top no-repeat;
}
#main {
	width: 850px;
	margin: 30px auto;
	padding: 0;
	background: #ffffff;
	border: 0;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 0 10px 3px #000;
	-webkit-box-shadow: 0 0 10px 3px #000;
	-khtml-box-shadow:  0 0 10px 3px #000;
	box-shadow: 0 0 10px 3px #000;
}
#content {
	margin: 0 auto;
	padding: 25px 35px;
	background: transparent;
}
#video{
	width: 760px;
	height: 450px;
	margin: 20px auto;
	padding: 0;
	background: transparent;
}
#footer {
	width: 850px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: transparent;
}
#boxwrap {
	display: block;
	width: 700px;
	margin: 0 auto 10px;
	padding: 0;
	border: 0;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 0 10px 3px #000;
	-webkit-box-shadow: 0 0 10px 3px #000;
	-khtml-box-shadow:  0 0 10px 3px #000;
	box-shadow: 0 0 10px 3px #000;
}
#box {
	display: block;
	width: 650px;
	padding: 25px;
	border: 0;
}
.effect {
text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3) 
}
.first {
	display: block;
	float: left;
	width: 380px;
	margin: 0 20px 0 0;
	padding: 10px 0;
	border: 0;
}
.last {
	display: block;
	float: left;
	width: 380px;
	margin: 0;
	padding: 10px 0;
	border: 0;
}
.first p, .last p {
	font: normal 16px/1.2 Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
}
.first h4, .last h4 {
	font: bold 20px/1.2 Tahoma, Geneva, sans-serif;
	color: #000066;
	text-align: justify;
}

/* TYPOGRAPHY */
h1 {
	color: #800000;
	font: bold 48px/1.2 Boogaloo, Tahoma, Geneva, sans-serif;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
	padding:10px 0;

}
h2 {
	color: #000055;
	font: bold 30px/1.2 'Carter One', Verdana, Geneva, Tahoma, sans-serif;
	text-shadow: 0px 0px 1px transparent; /* 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: left;
	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;
}
.bigckeck {
	width: 75px;
	height: 75px;
	padding: 0;
	float: left;
}
.details {
	float: right;
	text-align: justify;
	width: 660px;
	padding: 10px 0;
}
.yellow {
	background: #ffff00;
}
.center {
	text-align:center;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.clear {
	clear:both;
}
.alignright {
	float: right;
	margin-left: 10px;
}
a {
	color:#003366;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

/* 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;
}