@charset "UTF-8";
/* CSS Document */

/* Reset
*******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family:'Avenir LT W01 55 Roman';
	font-size:14px;
	color:#444;
	font-weight:normal;
	line-height:1.6em;
}
/* End Reset */


#emslContent h3{
	line-height:1.6em;
	font-family:'Avenir LT W01 85 Heavy';
	color:#d27d12;
	font-size:18px;	
	font-weight:800;
}
#emslContent ul{
	list-style:none;
	margin:0;
	padding:0;	
}
p{
	font-family:'Avenir LT W01 55 Roman';
	font-size:14px;
	color:#444;
	margin-bottom:15px;
	font-weight:normal;
	line-height:1.6em;
}
#emslContent li{
	font-family:'Avenir LT W01 85 Heavy';
	font-size:12px;
	color:#000;
	margin-bottom:10px;
}
a{
	text-decoration:underline;
	color:#7db2d5;
}
a:hover{
	text-decoration:none;
	color:#17305f;
}
#emslContent hr{
	width:128px;
	color:#000;
	padding-bottom:15px;
	height:1px;
}
img{
	padding-bottom: 15px;
	margin: auto;
	display: block;
}
ul{
	margin-left: 35px;
}
.iframe{
	padding-bottom:15px;
}
.flickr_icon{
	float:left;
	padding-right: 7px;
	margin-top: -5px;
}