
/*-------------------------------------

Specify your site's background color and color (text color) in body, html.  Make sure to test your alt content to make sure text is viewable with your background-color and color choices.

If different than 960px wide, change your site's min-width or safezone
in #wrapper.  (If you change this value, also change in ie6.css)

Your Min-Height will be set in resize.js.  No other customization should be needed.

-------------------------------------*/

/*  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-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  SITE-SPECIFIC FORMATTING   */


body {
	margin: 0px;
	padding: 0px;
	background-color: #0a172d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

.noflashmessage {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
}

#mainwrapper
{
	width: 100%;
	height: 100%;
	min-width: 1000px;
	line-height: 0px;
}

#noflashcontent
{
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 1em;
}

#swfwrapper {
	width: 100%;
	overflow: hidden;
}

.centered {
	text-align: center;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

	.centered img {
	     border-width: 0px;
	}				
	
.expanded {
height: 46px;
visibility: visible;
}
.collapsed {
height: 0px;
position: absolute;
visibility: hidden;
left: -5000px;
}
