@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0; 
	padding: 0;
}
html, body {
	height: 100%;
}
img, div {
	behavior: url(iepngfix.htc)
}
a {
	text-decoration: none;
	color: #0072a4;
}	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	background-color: #000000;	
}
#container {
	position: relative;
	width: 910px;
	/*min-height: 100%;*/
	/*height: auto !important;*/
	/*height: 100%;*/
	margin: 0 auto 0 auto; /* the bottom margin is the negative value of the footer's height */	
}
#header {
	padding-top: 15px;
	height: 60px;
}
#strap {
	margin-top: 15px;
	float: left;
}
#logo {
	margin-top: 20px;
	float: right;
}
#menu {
	
}
#menu ul {
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	font-size: 17px;
	margin-right: 18px;
}
#menu li a {
	color: #FFF;
}
#menu li a:hover {
	/*color: #FFF;*/
	color: #0072a4;
}
#menu li a.active {
	/*color: #FFF;*/
	color: #0072a4;
}
#content {
	position: relative;
	margin-top: 35px;
	width: 910px;
	/*height: 450px;*/
}
.content_back {
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
}
#grid {
	position: absolute;
	left: 0;
	top: 0;
	width: 910px;
	height: 450px;	
	background-repeat: no-repeat;
	z-index: 1;	
}
.grid1 {
	background-image:url(../img/grid1.png);
}
.grid2 {
	background-image:url(../img/grid2.png);	
}
.grid3 {
	background-image:url(../img/grid3.png);	
}
.grid4 {
	background-image:url(../img/grid4.png);	
}
.column {
	float: left;
	width: 260px;
	min-height: 450px;
	background-color: #000;
}
.columnWide {
	float: left;
	background-color: #FFF;
	min-height: 450px;
	/*width: 390px;*/
	width: 389px;
	border-left: solid 1px #000;
}
.copy {
	position: relative;
	padding: 15px;
	z-index: 3;
}

.copy p {
	font-size: 10pt;
	line-height: 150%;
}

.columnWide .copy ul {
	list-style-type: square;
	padding-left: 15px;
	
}
.columnWide .copy li {
	margin-bottom: 5px;
}
#submenu  {
	width: 260px;
	height: 180px;
	background-color: #191919;
}
#submenu ul {
	list-style-type: none;
	font-size: 12px;
}
#submenu ul li {
	margin-bottom: 4px;
}
#submenu ul li a {
	color: #999999;
}
#submenu ul li a:hover {
	color: #ffffff;
}
#submenu ul li a.active {
	color: #ffffff;
}

#in_the_press {
	height: 450px;
}


h2 {
	font-size: 24px;
	margin-bottom: 8px;		
}
p {
	margin-bottom: 8px;
	line-height: 12px;
	}
#footer, #push {
	/*height: 20px;*/ /* .push must be the same height as .footer */
}

	
#footer {
	clear: both;
	padding-top: 10px;
	width: 910px;
	margin: 10px auto;
	color: #FFF;
	z-index: 4;
}

