@charset "utf-8";

/* CSS Document */
body {
	margin:0;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#398AC9;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
	color:#398AC9;
}
a:visited {
	text-decoration:none;
	color:#398AC9;
}
a:active {
	color:#398AC9;
}
p {  
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
}


/*---------------------------------HEADER STRUCTURE---------------------------*/
#hbar {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	height:20px;
	background-color: #398AC9;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
}
#header {
	position:relative;
	width:800px;
	height:300px;
}
#topbar {
	width:800px;
	height:20px;
	position:relative;
	background:url(images/top-bar.png) top center no-repeat;
}
#banner {
	position:relative;
	top:40px;
	left:30px;
}
#subhead {
	position: absolute;
	bottom:-34px;
	width:800px;
	height:34px;
	left:0px;
	background:url(images/subhead-bg.png) top center no-repeat;
}

/*---------------------------------CONTENT STRUCTURE---------------------------*/
#content {
	position:relative;
	width:800px;
	top:30px;
}
#leftblock {
	position:relative;
	width:520px;
	float:left;
	left:20px;
}
#rightblock {
	position:absolute;
	width:220px;
	right:20px;
}

/*---------------------------------MODULE STRUCTURE---------------------------*/
.module {
	position:relative;
	clear:both;
	padding-bottom:50px;
}
.mheader {
	position:absolute;
	width:140px;
	z-index:1;
}
.mcontent {
	position:relative;
	left:10px;
	top:30px;
	z-index:1;
}
.mbackground {
	position:absolute;
	z-index:0;
	width:100%;
	height:140px;
	top:20px;
}
.mcorner {
	position:absolute;
	z-index:1;
	top:0px;
	right:0px;
	width:4px;
	height:4px;
	background:url(images/r-corner.png) top center no-repeat;
}
.mfoot {
	position:relative;
	clear:both;
	height:50px;
}

.mfootNews {
	position:relative;
	clear:both;
	height:10px;
}
.contact {
	color:#999;
}

/*---------------------------------FOOTER STRUCTURE---------------------------*/
#footer {
	position:relative;
	clear:both;
	padding-top: 100px;
	padding-left:170px;
}
.ftext {
	color:#4D4D4D;
}





	
