/*----- global -----*/
body {
	background: #000;
	font: 76%/150% arial, sans-serif;
	color: #fff;
}

/*----- typography -----*/
p {
	color:#000;
	font-size:110%;
	}

	p a {
		color: #3a7b35;
		font-size: 80%;
		font-weight:bold;
		text-decoration: none;
		}
	.date {
		float: right;
		position: relative;
		top: -1px;
		right: 422px;
		color: #7fcdf0;
		font-size: 105%;
		font-family: Georgia, Times, serif;
	}
		.green {color: #79aa36;}
h1 {
	display:block;
	margin-left: 8px;
	width: 440px;
	height: 78px;
	border-bottom: 1px #000 solid;
	background: url("../images/logo2.gif") no-repeat scroll 0 22px #FFFFFF;
	margin-bottom: 15px;
	text-indent:-5000px;
	}
h2 a {
	color: #1f8feb;
	font-weight:bold;
	font-style:italic;
	font-size:133%;
	text-decoration: none;
	}
	h2 a:hover {color: #ff6600;}
	h2 span {color: #535353; font-style: normal;}
h3 {
	display:block;
	width:490px;
	height:45px;
	margin: 15px 0 0 0;
	background: #fff url(../images/related.gif) no-repeat 10px 5px;
	text-indent:-5000px;
}

h4.inthemedia {
	display:block;
	width:490px;
	height:45px;
	margin: 15px 0 0 0;
	background: #fff url(../images/inthemedia.png) no-repeat 10px 5px;
	text-indent:-5000px;
}

/*----- bg image -----*/
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow:hidden;
}

/*----- main body -----*/
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#nav {
	width: 510px;
	height: 36px;
	float: right;
	background: black;
	/* opacity:0.85; */
}
#nav p {
	padding: 8px 0 0 28px;
	color: #ccc;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
	}
	#nav span {margin: 0 10px;}
	#nav p a {color: #fff;}
	#nav p a:hover {color: #1f8feb;}


#main {
	float:right;
	width: 400px;
	/* height: 900px; */
	padding: 5px 90px 20px 20px !important;
	background-color: #fff;
	filter: alpha(opacity:85);
	KHTMLOpacity: 0.85;
	MozOpacity: 0.85;
	opacity: 0.85;
	clear: right;
}

	#main div.container {
		background:#fff;
		padding: 10px 10px 10px 63px;
		color: #000;
	/* 	border-top: 1px dashed #c3c3c3; */
	}
	
	div.container {
		width: 100%;
		text-align: left;
		margin-bottom:1px;
	}
	
	div.footer {
		width:100%;
		background:#fff;
		padding: 20px 20px 10px;
		margin: 30px 0;
		}
	
	div.footer ul {
		list-style:none;
		}

		div.footer li {
			display:inline;
			margin:0 9px 0 0;
			padding-right:9px;
			border-right: 1px solid #848484;
		}
		
		div.footer li a {
			color:#333;
			border-bottom:none !important;
			border-bottom:none;
			text-transform:uppercase;
			font-size:80%;
			text-decoration:none;
			}
	
			div.footer li a:hover {
				color: #1f8fbe;
				}

	