
html, body {
	background-color:#f6f6f6; 
	color:#0D0D0D;
	font-size:9.5pt;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2";
	text-align:center;
	height:100%;
	margin:0;
	padding:0;
	letter-spacing:0px;
	word-spacing:.5px;
	
}

p {
	color:#1A1A1A;
	font-weight:normal;
}

i {
	
}

em, b, strong {
}

img {
	border:none;
}

h1 {
font-size:48pt;
font-weight:800;
letter-spacing:-4pt;

}

h2.garamond {
		font-family:"adobe-garamond-pro-1","adobe-garamond-pro-2";
		font-size:24pt;
		font-weight:lighter;
		font-style:italic;
}

h1 a:link {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}
h3 {
	font-size:10pt;
	font-weight:bold;
}
hr {
	color: #333333;
	height: 1px;
	background-color:#333333;
	border:0;
}

#page_container {
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:100%;
}

#page_content {
	position:relative;
	top:90px;
	z-index:1;
}

#page_content {
	padding-bottom:150px;
}

#page_content p {
	max-width:600px;
	line-height:1.3em;
	font-size:8pt;
	color:#1F1F1F;
}

#page_content p.news {
	max-width:100%;

}

 p.news_title {
	font-size:9pt;
	color:#191919;
	font-weight:bold;
}

div.news_div {
	clear:left;
	width:960px;
}


div.news_div_img {
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}

div.news_div_content {
	float:left;
}
a:link {
	color:#000;
}


a:visited {
	color:#000;
}

a.video_link {
	width:960px;
	height:540px;
}

h1,h2 {
	font-family:"helvetica";
}

.timestamp {
	font-size:9pt;
	color:#313131;
}
div.thumbnail {
	display:inline;
	float:left;
	margin-right:20px;
}
div.element_info {
	position:relative;
	display:inline;
}





/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:540px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		right:-4px;
		top:560px;
		z-index:1000;
		}	
	#prevBtn, #slider1prev{ 
		right:30px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:30px;
		background:url(../images/previous_arrow.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next_arrow.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */






