/* FONT FACES */

@font-face {
	font-family: 'DualityRegular';
	src: url('/_fonts/duality-webfont.eot');
	src: local('Duality'), local('DualityRegular'), url('/_fonts/duality-webfont.woff') format('woff'), url('/_fonts/duality-webfont.ttf') format('truetype'), url('/_fonts/duality-webfont.svg#webfontpDo7lGyD') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* STYLES */

*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 62.5%;
	color: #363636;
	font-family: Arial, sans-serif;
	background: #fffae4;
}

#container
{
	width: 888px;
	margin: 0px auto;
	position:relative;
}

/* HEADER */

#masthead
{
	padding: 20px 0px;
	text-align: center;
}


/* CONTENT */

#middle
{
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #FFFFFF;
}

.content 
{

}

.content a
{
color: #F00064;
}

.content h2
{
	font-size: 20px;
	color: #F00064;
	padding-bottom: 15px;
	font-weight: normal;
}

.content h2 a
{
	color: #F00064;
	text-decoration: none;
}

.content h2 a:hover
{
	text-decoration: underline;
}

.content h4
{
	font-size: 12px;
	color: #F00064;
}

.content h4 a
{
	text-decoration: none;
	color: #F00064;
}

.content h4 a:hover
{
	text-decoration: underline;
}

.content p
{
	padding-bottom: 20px;
		font-size: 12px;
	line-height:19px;

	
}

/* FOOTER */

#footer
{
	padding: 15px 10px;
}

#footer_top
{
	overflow: hidden;
	width: 100%;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 10px 0px;
}

#footer_top ul
{
	float: left;
	width: 200px;
	font-size: 1.15em;
	list-style-type: none;
	line-height: 1.5em;
}

#footer_top a
{
	color: #333333;
	text-decoration: none;
}

#footer_top a:hover
{
	text-decoration: underline;
}

#footer_social li
{
	background: url(/images/footer-top-ebulletin.png) no-repeat;
	padding-left: 23px;
}

#footer_social .twitter
{
	background-image: url(/images/footer-top-twitter.png);
}

#footer_social .facebook
{
	background-image: url(/images/footer-top-facebook.png);
}

#footer_social .flickr
{
	background-image: url(/images/footer-top-flickr.png);
}

#footer_social .youtube
{
	background-image: url(/images/footer-top-youtube.png);
}

#footer_social .instagram
{
	background-image: url(/images/footer-top-instagram.png);
}

#footer_top .title
{
	font-size: 14px;
	color: #666666;
	padding-bottom: 6px;
	padding-left: 0px;
	background: transparent;
}

#footer_bottom
{
	padding: 10px 0px;
	text-align: center;
	color: #666666;
}

#footer_bottom a
{
	color: #666666;
}

#footer_bottom a:hover
{
	text-decoration: none;
}

#video
{
	margin-top:40px;
	margin-bottom:10px;
}

