/**** Eric Meyer 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #ffffff;
	background: #111111;
	font-family: Verdana, Arial, sans-serif, serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**** Main styles ****/
#wrapper {
	width: 100%;
}
span.bullet {color: #fddf38;}
a, a:hover, a:visited {color: #fddf38;}
p {line-height: 1.3em;}
.right_align {float: right;}


/**** Header styles ****/
#header {
	width: 800px;
	margin: 20px auto;
}
#header img.crest {
	margin: -10px 10px 0 0;
	float: left;
}
#header img.social_media {
	margin: 0 0 0 0;
	float: right;
}
#header span.title {
	margin: 0;
	padding: 0;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
}
#header h1 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1em;
	color: #fddf38;
	font-weight: bold;
}



/**** Content styles ****/
#content_wrapper {
	width: 100%;
	height: 450px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#controller {
	width: 800px;
	margin: 0 auto;
	height: 30px;
}
.slide {
	width: 800px;
	height: 350px;
	margin: 10px auto 0 auto;
	background-color: #111111;
}
.slide img {
	float: left;
	margin-right: 10px;
}
.slide h2 {
	padding: 10px 10px 20px 10px;
	font-size: 0.9em;
	color: #fddf38;
	border-bottom: 1px solid #fddf38;
}
.slide p {
	padding: 10px 0 0 0;
	font-size: 0.7em;
	color: #ffffff;
}
.jFlowPrev {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
	cursor: pointer;
}
.jFlowNext {
	float: right;
	margin-top: 8px;
	margin-right: 20px;
	cursor: pointer;
}
.error {
	display: block;
	font-weight: bold;
	color: #fddf38;
}



/**** Footer styles ****/
#footer {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 0.8em;
}
#footer_col_left {
	float: left;
	width: 550px;
}
#footer_col_right {
	float: right;
	margin: 30px 0 0 0;
	width: 180px;
}
#footer h2 {
	margin: 10px 0;
	font-size: 1.4em;
	color: #ffffff;
}
#footer h3 {
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #fddf38;
	font-size: 2em;
	color: #fddf38;
}
#footer p{
	margin: 0 0 15px 0;
}
#contact_form td {
	width: 200px;
	padding: 10px 0;
}
#contact_form .right_align {float: right;}

/**** Copyright styles ****/
#copyright {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 10px 0;
	font-size: 0.6em;
	text-align: right;
}
