/* Reset (Based on http://meyerweb.com/eric/tools/css/reset/) */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */
body, td, th {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #7a7a7a;
}

h7 {
	font-family: 'Metamorphous', cursive;
	font-size: 22px;
	color: #f8e359;
	}

body {
/*	background: #e6e6e6 url(../images/bg-fog.jpg) no-repeat top center;*/
	background-color:#FFF;
}
h11 {
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #CC0000;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
small {
	font-size: 0.75em;
}
img {
	margin-bottom: -3px;
}
a, a:visited {
	color: #aa2a43;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: none;
	height: 2px;
	background: #ab0033;
}
blockquote, q {
	font-family: Georgia, serif;
	font-style: italic;
	color: #9a9a9a;	
}

/* Wrapper */
#wrapper-outer {
	position: absolute;
/*	background: url(../images/bg-texture.png); */
	min-height: 100%;
	width: 100%;
}
#wrapper-inner {
	width: 960px;
	margin: auto;
}

/* Header */
#header {
	padding: 30px 0px;
}
#logo {
	float: left;
	margin-left: 10px;
	background-image: url(../images/logo.png) no-repeat;
}
#logo h1 {
	font-size: 48px;
	color: #002d5b;
	font-weight: normal;
	text-shadow: 0px 2px 0px rgba(2,2,8,0.1);
}
#header .social {
	float: right;
	margin: 0px 10px 0px 0px !important;
}

/* Hero */
#hero {
	margin-bottom: 30px;
}
#slider {
	margin: 0 10px 2px 10px;
	/* All other slider styles can be found in "nivo-slider.css"! */
}
#infobar {
	background: #aa2a43 url(../images/stripes-green.gif);
	height: 39px;
	margin: 0px 10px;
	padding: 11px 0px 0px 20px;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 2px solid #ab0033;
	text-shadow: 0px 2px 0px #ab0033;
	text-align: center;
}
#infobar span {
	margin-left: 35px;
}
#infobar span:first-child {
	margin-left: 0px;
}
#infobar img {
	margin-right: 5px;
}

/* Teasers */
#teasers {
	
}
.teaserbox {
	float: left;
	width: 300px;
	margin: 0px 10px 30px 10px;
}
.teaserbox img {
	margin-bottom: 2px;
	max-width: 100%;
	height: auto;
}
.teaserbox h2 {
	display: block;
	background: #aa2a43 url(../images/stripes-green.gif);
	height: 36px;
	padding: 14px 0px 0px 20px;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 2px solid #ab0033;
	text-shadow: 0px 2px 0px #ab0033;
}

/* Main */
#main {
	background: #FFF;
	margin: 0px 10px 30px 10px;
	padding: 10px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 2px 0px #d2d2d2;
}
#info {
	float: left;
	width: 440px;
}
#video {
	margin-bottom: 18px;
}
#video iframe, #video object {
	max-width: 100%;
}
#accordion div {
	margin-top: 5px;
}
.ui-accordion-content {
	margin-top: 0px;
	padding-bottom: 38px;
}
.ui-accordion-header {
	display: block;
	background: #4d4d4d url(../images/stripes-grey.gif);
	border-bottom: 2px solid #2c2c2c;
	text-shadow: 0px 2px 0px #2c2c2c;	
	text-transform: uppercase;
	font-size: 24px;
	height: 37px;
	padding: 13px 15px 0px 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	color: #FFF;
}
.ui-accordion-header:hover {
	cursor: pointer;
	opacity: 0.7;
}
.ui-state-active {
	background: #aa2a43 url(../images/stripes-green.gif);
	border-bottom: 2px solid #ab0033;
	text-shadow: 0px 2px 0px #ab0033;
}
.ui-state-default .ui-icon {
	display: inline-block;
	width: 32px;
	height: 18px;
	background: url(../images/accordion-plus.png) no-repeat;
	float: right;
	margin-top: 4px
}
.ui-state-active .ui-icon {
	display: inline-block;
	width: 32px;
	height: 18px;
	background: url(../images/accordion-minus.png) no-repeat;
	float: right;
	margin-top: 4px
}
#accordion h3, #accordion h4, #accordion h5, #accordion h6, #accordion p, #accordion ul, #accordion ol, #accordion hr, #accordion blockquote, #accordion q, #accordion table, #accordion iframe, #accordion object, #accordion dt {
	margin-top: 24px;
	line-height: 20px;
}
#accordion h3, #accordion h4, #accordion h5, #accordion h6 {
	text-transform: uppercase;
}
.featureitem {
	border-top: 1px dashed #d2d2d2;
	padding-bottom: 24px;
}
.featureitem:first-child {
	border-top: none;
}
.featureitem:last-child {
	padding-bottom: 0px;
}
.featureitem img {
	float: left;
	margin: 24px 20px 10px 0px;
}
.featureitem:first-child img {
	margin: 0px 20px 10px 0px;
}
.newsitem {
	border-top: 1px dashed #d2d2d2;
	padding-bottom: 24px;
}
.newsitem:first-child {
	border-top: none;
}
.newsitem:last-child {
	padding-bottom: 0px;
}
.newsitem h3 {
	background: url(../images/news-icon.png) no-repeat;
	height: 26px;
	padding-left: 31px;
	padding-top:2px;
}
.newsitem h3 span {
	display: block;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #9A9A9A;
}
.faqitem {
	border-top: 1px dashed #d2d2d2;
	padding-bottom: 24px;
}
.faqitem:first-child {
	border-top: none;
}
.faqitem:last-child {
	padding-bottom: 0px;
}
.faqitem h3 {
	background: url(../images/faq-icon-question.png) no-repeat;
	height: 26px;
	padding-left: 31px;
	padding-top:2px;
}
.faqitem p {
	background: url(../images/faq-icon-answer.png) no-repeat;
	padding-left: 31px;
	padding-top:2px;
}
#accordion blockquote, #accordion q {
	background: url(../images/quote.png) no-repeat;
	min-height: 31px;
	padding: 0px 60px;
	line-height: 20px;
}
#accordion blockquote span, #accordion q span {
	display: block;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-family: 'PT Sans', sans-serif;
	color: #7a7a7a;
	margin-top: 10px;
	font-weight: bold;
}
#pledge {
	float: right;
	width: 440px;
}
#cta {
	margin-bottom: 20px;
}
#cta {
	background: #aa2a43 url(../images/stripes-green.gif);
	border-bottom: 2px solid #ab0033;
	text-shadow: 0px 2px 0px #ab0033;	
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	height: 200px;
	padding-top: 45px;
	font-size: 22px;
	font-weight: bold;
}
#cta a:link, #cta a:visited {
	display: inline-block;
	background: #002d5b;
	border-radius: 5px;
	border-bottom: 2px solid #ab0033;
	padding: 25px;
	text-shadow: 0px 2px 0px #2c5a8b;
	font-size: 36px;
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 30px;
}
#cta a:hover {
	text-decoration: none;
	color: #FFF;
}
#cta a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #fff !important;
}
#rewards {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-shadow: 0px 1px 0px #FFF;
	font-size: 12px;
	line-height: 18px !important;
}
#rewards li {
	background: #EEE url(../images/stripes-lightgrey.gif);
	margin-top: 5px;
	border-bottom: 2px solid #d2d2d2;
	padding: 16px 20px;
}
#rewards li h4 {
	background: url(../images/reward-title-line.gif) repeat-x bottom;
	padding-bottom: 14px;
}
#rewards li h4 a {
	font-size: 16px;
	font-weight: bold;
}
#rewards li h4 span {
	float: right;
}
#rewards li h4 img {
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}
#rewards h5, #rewards h6, #rewards p, #rewards ul, #rewards ol, #rewards hr, #rewards blockquote, #rewards q, #rewards table, #rewards iframe, #rewards object {
	margin-top: 8px;
}
#rewards ul {
	margin-left: 36px;
	padding: 0px;
	list-style: disc;
	margin-top: 12px;
}
#rewards ol {
	margin-left: 36px;
	padding: 0px;
	list-style: decimal;
	margin-top: 12px;
}
#rewards ul li, #rewards ol li {
	border: none;
	padding: 0px;
}

/* Team */
#team {
	text-shadow: 0px 1px 0px #FFF;
}
#team h2 {
	margin: 0px 10px 20px 10px;
	font-size: 24px;
	text-transform: uppercase;
	color: #002d5b;
	text-shadow: 0px 2px 0px rgba(2,2,8,0.1);
}
.teambox {
	float: left;
	width: 220px;
	margin: 0px 10px 30px 10px;
}
.teambox img {
	margin-bottom: 2px;
	max-width: 100%;
	height: auto;
}
.teambox h3 {
	display: block;
	background: #aa2a43 url(../images/stripes-green.gif);
	height: 39px;
	padding: 11px 0px 0px 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #ab0033;
	text-shadow: 0px 2px 0px #ab0033;
}
.teambox h3 span {
	display: block;
	font-size: 12px;
	color: #b8e321;
	font-weight: normal;
	text-transform: none;
}
.teambox h4, .teambox h5, .teambox h6 {
	text-transform: uppercase;
}
.teambox h4, .teambox h5, .teambox h6, .teambox p, .teambox ul, .teambox ol, .teambox hr, .teambox blockquote, .teambox q, .teambox table, .teambox iframe, .teambox object {
	margin-top: 13px;
	line-height: 20px;
}

/* Contact */
#contact {
	text-shadow: 0px 1px 0px #FFF;
}
#contact h2 {
	margin: 0px 10px 20px 10px;
	font-size: 24px;
	text-transform: uppercase;
	color: #4d4d4d;
	text-shadow: 0px 2px 0px rgba(2,2,8,0.1);
}
#contact-location {
	float: left;
	width: 460px;
	margin: 0px 10px 30px 10px;
}
#contact-form {
	float: left;
	width: 460px;
	margin: 0px 10px 30px 10px;
}
#contact h4, #contact h5, #contact h6 {
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
}
#contact h4, #contact h5, #contact h6, #contact p, #contact ul, #contact ol, #contact hr, #contact blockquote, #contact q, #contact table, #contact iframe, #contact object {
	margin-top: 13px;
	line-height: 20px;
}
#contact iframe {
	max-width: 460px;
}
#contact-location h4:first-child, #contact-form h4:first-child {
	margin-top: 0px !important;
}
#contact-address {
	float: left;
	width: 220px;
	margin-top: 25px !important;
}
#contact-numbers {
	float: left;
	margin-top: 25px !important;
}
#contact-numbers span {
	display: inline-block;
	width: 65px;
}
#contact input, #contact textarea {
	margin: 13px 0px 10px 0px;
	border: none;
	width: 460px;
}
#contact input[type="text"] {
	height: 30px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 2px 0px #d2d2d2;
	width: 458px;
	
}
#contact textarea {
	height: 62px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 2px 0px #d2d2d2;
	width: 458px;
}
#contact-form-submit {
	background: #aa2a43 url(../images/stripes-green.gif) !important;
	border-bottom: 2px solid #ab0033 !important;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	height: 33px;
	text-shadow: 0px 2px 0px #ab0033;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s
}
#contact-form-submit:hover {
	opacity: 0.7;
}

/* Footer */
#footer {
	margin: 0px 10px 0px 10px;
	background: #4d4d4d url(../images/stripes-grey.gif);
	color: #FFF;
	text-align: center;
	border-bottom: 2px solid #2c2c2c;
	text-shadow: 0px 2px 0px #2c2c2c;
	font-size: 12px;
	padding: 23px;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* Misc */
.social {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 18px !important;
}
.social li {
	float: left;
	margin-right: 2px;
	background: #aa2a43 url(../images/stripes-green.gif);
	border-bottom: 2px solid #ab0033;
	width: 32px;
	height: 32px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.social li:hover {
	opacity: 0.7;
}
#toTop {
	background: url(../images/stripes-green.gif) #e94d9f !important;
	border-bottom: 2px solid #ab0033 !important;
	padding: 10px 20px;
	margin: 10px;
}
#toTop a:link, #toTop a:visited {
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 2px 0px #ab0033;
}
#toTop a:hover {
	color: #B8E321 !important;
}
.clearfix {
	clear: both;
}