@charset "UTF-8";

/* Browser-CSS Reset */
body,h1,h2,h3,h4,p,blockquote,address {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* disposal of IE6,7 */
div,p,a,ul,li {
	zoom: 1;
}

table,th,td {
	zoom: 1;
	font-size: .7em;
	color: #999999;
}

/* overall layout */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, sans-serif; 
	font-size: .7em;
	text-decoration: none;
	color:#000;
	margin:0; 
	padding:0; 
	background-image: url("images/spectrum.jpg");
	background-repeat: repeat-x;
	background-color: #000;
}

img {border: none;}

p {
	clear:both;
	margin-bottom:10px;
	}

#container {
	width:100%;
	height:100%;	
}

#main{
	background-image: none;
	border-style: none;
	border-color: #111;
	border-width: 0 1px 0 1px;
	display: block;
	width: 950px;
	height: 600px;
    margin: 0 auto 20px auto;
}


/* ========================= header_container  ========================= */
#header_container {
	float:left;
	position: relative;	
	height:114px;
	width:100%;
	margin: 0;
	padding: 0;
}

#logo {
	position:absolute;
	top:0px;
	left:745px;
}


/* ========================= navigation ========================= */

#nav {
	position:absolute;
	width: 500px;
	height:11px;
	top:35px;
	left:35px;
}

#nav ul{
	list-style: none;
	display:inline;	
}

#nav ul li{
	float:left;
	padding-right: 6px;
	display:block;
}

#nav ul li a:hover {
	background-color: #ff7800;
}

#content_container {
	float:left;
	position: relative;	
	min-height:400px;
	width:100%;
	margin: 0;
	padding: 0;
}


/* ========================= content  ========================= */
#content {
	background-color: none;
	position: relative;	
	float:left;
	width: 880px;
	height:100%;
	top: 0;
	margin: 0 35px 30px 35px;
}


.page_title {
	position:relative;
	float: left;
	clear: both;
	color: #fff;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.title {
	position:relative;
	float: left;
	clear: both;
	color: #fff;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	margin-top:30px;
}

.sub_title {
	padding-top: 10px;
	clear:both;	
	color: #ccc;
	font-size: 16px;
	letter-spacing:-1px;
	font-weight: bolder;
	text-transform: uppercase;
}

.content_text {
	margin: 10px 0 0 0;
	line-height:15px;
	clear:both;
	color: #eee;
	font-size: 11px;
	letter-spacing: 0;
}

.content_text a:link, .content_text  a:visited, .content_text  a:hover ,.content_text  a:active{
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}

.content_text  a:hover, .content_text a:active{
	color:#fff;
	text-decoration: none;
	font-weight: bolder;
}

ul.disc {
	list-style-type: disc;
	margin: 10px 0;

}


.footnote{
	position:relative;
	float:left;
	clear:both;
	width: 100%;
	margin: 10px 0 0 0;
	color: #666;
	font-size: .6em;
	letter-spacing:-0.07em;
	font-weight: bolder;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: right;
}


/* ========================= positional  ========================= */
.sp_hr {
	width: 880px;
	height: 1px;
	margin:  0;
	padding: 0;
	background-color: #666; 
	position:relative;
	float: left;
}

#sp_fakespace {
	width: 100%;
	height: 20px;
	margin:  0;
	padding: 0;
	clear:both;
}

#clear {clear:both; margin:0; padding:0;}