/* defaults */

html, body, div {
	margin: 0; padding: 0;
	height: 100%;
	width: 100%;
	/* overflow: hidden; */
}

body {
	background-color: #000;	
	width:100%;
	height:100%;
}

embed, object {
	outline: none;
}

/*#wrap {
	overflow: hidden;
	width: 100%; height: 100%;
}*/

/* layout */

#main {
	margin: 0; padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* footer basics */

#footer {
	width: 100%; height: 38px;
	min-width: 960px;
	margin: 0; padding: 0;
	background-color: #1f1f1f;
	position: absolute; bottom: 0;
	text-align: center; /* this is just for IE6.  all for you. */
}
#footer_wrap {
	margin: 0 auto;
	width: 960px; height: 38px;
	padding: 0;
	background-color: #1f1f1f;
	text-align: left; /* this is just for IE6.  all for you. */
}
#footer_wrap .leftside {
	float:left;
	margin: 13px 0 0 8px; padding: 0;	
}
#footer_wrap .rightside {
	float:right;
	margin: 13px 8px 0 0; padding: 0;
}

/* footer TEXT */

#footer_wrap ul {
	display: inline;
	margin: 0; padding: 0;
	font-size: 8pt;
}
#footer_wrap ul li {
	color: #444; font-family: helvetica, verdana, arial, sans;
	list-style-type: none; display: inline;
	font-size: 8pt;
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a, #footer p {
	color: #555; font-family: helvetica, verdana, arial, sans;
	font-size: 8pt;
}

/* flash holder */

#flashWrap {
	margin: 0; padding: 0;
}

/* alternate content */

.grey_header {
	background-color: #1f1f1f;
}
.grey_header h1 {
	font-family: "Arial Black", Arial, Sans; color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto; padding: 10px 0 6px 0;
	width: 960px; /* height: 50px; */
	display: block;
}

.alt_middle {
	width: 960px; margin: 100px auto 30px auto; padding: 0;
}

noscript {
	font-size: 12px; font-family: helvetica, arial, sans;
	color: #a22;
	font-weight: bold;
	margin: 0; padding: 0 0 6px 0;
	display: block;
}

.notice_body {
	color: #aaa;
	margin: 30px 0; padding: 0;
	width: 600px; /* height: 50px; */
}
.notice_body p {
	font-size: 12px; font-family: helvetica, arial, sans;
	color: #aaa;
	margin: 0; padding: 0 0 6px 0;
	line-height: 20px;
}
	.notice_body p a {
		color: #fff;
	}

.seo_text p {
	font-size: 12px; font-family: helvetica, arial, sans;
	color: #888;
	margin: 0; padding: 0 0 6px 0;
	line-height: 20px;
}

.seo_text p a {
	color: #aaa;	
}

.seo_text {
	width: 600px;
	display: block;
	margin: 0; padding: 0;
}
.seo_text h3 {
	font-size: 20px; font-family: helvetica, arial, sans;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0; padding: 10px 0 10px 0;
}

.seo_text h4 {
	font-size: 16px; font-family: helvetica, arial, sans;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0; padding: 20px 0 10px 0;
}

#the_popup_wrap {
	position:absolute;
	background: blue;
	top:30px;
	left:30px;
	display:none;
	width:700px;
	height: 500px;
	padding:0;
	margin:20px auto;
	border:0;
	z-index:900;
}

#the_popup {
	position:relative;
	display:block;
	border:10px solid red;
	background:yellow;
	padding:50px;
	margin:30px auto;
	width:100%;
	z-index:901;
}

/* noscript */

.noscript {
	width:600px;
	border:1px solid #fff;
	padding:50px;
	margin: 100px auto;
	position: relative;
}

.noscript h1, .noscript h3, .noscript p {
	font-face: "Helvetica Neue", Helvetica;
	color: #ff0;
	font-weight: 100;
}
.noscript h1 {
	border-bottom: 1px solid #fff;
}
.noscript h3 {
	color: #fff;
}

.noscript p {
	color: #fff;
}

.noscript .warn {
	background-color: #333; padding: 20px;
}

.noscript p a {
	text-decoration: underline;
}

.noscript .noscript_logo {
	position: absolute;
	top: -50px; right: -45px;
	background-color: #000;
	border: 15px solid #000;

}

/* html junk */


/* HTML news page stufff ........ */

.news_item { margin:0 0 50px; }
.news_item h2 { 
	color:yellow;
	margin:0 0 12px;
} 
.news_item h5 { 
	margin:0 0 12px; 
	text-align:right;
}
.news_item .news_content {
	margin:0;
}

