@charset "utf-8";
/* CSS Document */
html, body	{ height:100%; }
body {

	background: url(/images/background_gradient.png) repeat-x top center #2C0033;
	color:#666;
	font-family:sans-serif;
	font-size:20px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
a {
	color:#ff0000;
}
div#wrapper, div#landing_wrapper {
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
	background: url(/images/squares_bg_03.png) top center no-repeat;
	min-height: 800px;
	text-align: center;
}
div#header {
	width: 960px;
	padding: 0 auto;
	margin: 30px auto;
	margin-bottom: 10px;
	text-align:left;
}

div#landing_wrapper div#header {
	margin-top: 0;
}

div#landing_wrapper #branding {
	margin-top: 120px;
}
div#landing_wrapper #tagline {
	margin-top: 46px;
	float:right;
}

div#landing_wrapper #nav {
	margin: 170px auto;
	padding: 0 auto;
	width: 100%;
	background: url(/images/home_nav_bg_02.png) no-repeat top center;
	min-height: 132px;
	clear:both;
}

div#nav div#links {
	width: 860px;
	margin: 57px auto;
	float: right;
}

div#content, div#footer {
	width: 860px;
	padding: 0 auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

div#content h1.goldcaps {
	clear: both;
	color: #fff;
	font-size: 32px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 32px;
	margin: 0 auto;
	padding: 0 auto;
	text-transform: uppercase;
}

div#branding {
	width: auto;
	float:left;
}

div#branding a, div#branding img {
	outline: none;
}

div#topnav {
	margin-top: 35px;
	float:left;
	text-align:left;

}

div#topnav img {margin-left: -50px;}
#flashContent {
	margin-top: 150px;
	width: 960px;
	height: 555px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	z-index: 1000;
}

object {
	outline: none;
}

/* Float Clear Fix Hack */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}
