/* The Reset ---------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, tr, td { margin: 0; padding: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
/* -------------------------------------------- */


body {
	background:#000000;
}
body * {
	font-family: 'Helvetica Neue', Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#fff;	
	font-size: 14px;
}
#header, #container {
	background:url(../img/bg_green.png) repeat-x #000;
	padding: 1px 0;
}
#container {
	padding-bottom: 0px;
	clear:both;
}
#content {
	width: 720px;
	margin: 0 auto;
	position: relative;
	clear: both;

}
a {
	color: #fff;
	font-weight: normal;
}
a:hover {
	border-bottom:1px solid #666;
}
#footer a:hover {
	background: none;
}

#header {
	padding: 20px 0 0;
}
#header h1 {
	background:url(../img/header.png) top left no-repeat;
	height: 70px;
	width: 720px;
	margin: 0 auto;
	text-indent: -9999px;
}

/* ----- Nav ------ */
h1.nav {
	margin: 0;
}
ul {
	margin: 20px 20px 0 0;
	border-bottom: 1px solid #666;
}
ul li {
	margin: 0;
	padding: 0;
	line-height: 24px;
	list-style-type: none;
	border-top: 1px solid #666;
	text-indent: 6px;
}
ul li a {
	display: block;
	background-color: #000;
	width: auto;
}
ul li a:hover {
	background-color: #222;
	border: 0;
	cursor: pointer;
}

#footer {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto 70px;
	padding-top: 10px;
	width: 720px;
	
	position: absolute;
	clear: both;
}
#footer a {
	color: #fff;
}

.home .wide {
	width: 720px;
	font-size: 14px;
	line-height: 1.6em;
	clear:both;
	margin-top: 11px;
}

#headerwide {
	background:url(../img/header.png) top left no-repeat #000;
	height:246px;
	clear:both;
}

.home .primary {
	width: 460px;
	float: right;
	margin-top: 20px;
}

.home .primary_wide {
	width: 720px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 20px;
	
}

.maintext_container {
	clear:right;
}

.home .primary p {
	margin-bottom: 1em;
}
.home .secondary {
	font-size: 14px;
	width: 250px;
	float:left;
	line-height: 2em;
}

#introduction h2, #introduction p {
	display: inline;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6em;
	height: 246px;
}

.bigblock1 {
	background:#900;
	width:240px;
	font-size:21px;
	font-weight:normal;
	color:#fff;
}

.bigblock1 a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight:normal;
	padding:20px;
	background-color:#900;
}

.bigblock1 a:hover {
	background-color:#C00;
}

.bigblock2 {
	background:#000;
	width:240px;
	font-size:21px;
	font-weight:normal;
	color:#fff;
}

h1 {
	font-size:32px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h2, h3 {
	font-size:16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.orange {
	color:#f60;
}

.green {
	color:#9f0;
}

.black {
	color:#000;
}

.white {
	color:#fff;
}

.bold {
	font-weight:bold;
}

/*ul li {
	color:#fff;
	margin-bottom:15px;
	margin-left: 30px;
	line-height: 1em;
}*/



















	body {
		margin:5px 0px 0px 5px;
		}
	#leftcontent {
		position: absolute;
		left:0%;
		width:25%;
		background:#000;
		}

	#centerleftcontent {
		position: absolute;
		left:25%;
		width:25%;
		background:#000;
		}

	#centerrightcontent {
		position: absolute;
		left:50%;
		width:25%;
		background:#000;
		}

	#rightcontent {
		position: absolute;
		left:75%;
		width:25%;
		background:#000;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		border:1px solid #000;
		}
		
	/*p,h1,pre {
		margin:0px 10px 10px 10px;
		}*/

	
	#centerrightcontent p { font-size:10px}