@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.eot');
    src: url('raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-semibold-webfont.woff') format('woff'),
         url('raleway-semibold-webfont.ttf') format('truetype'),
         url('raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: none repeat scroll 0 0 #2E3547;
    margin-bottom: 30px;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	clear:both;
}

#header .logo {
    background: url("../images/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 125px;
    margin: 20px 0 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 384px;
}


#header .slogan {
    color: #FFFFFF;
    float: right;
    font-family: 'ralewayregular';
    font-size: 18px;
    font-style: italic;
    margin: 103px 30px 0 0;
}

#content {
  clear: both;
  margin-bottom: 40px;
  text-align: center;
}

#content h2 {
  font-family: "ralewayregular";
  font-size: 30px;
  font-weight: normal;
  margin-bottom:5px;
}

#content h2 a {
  text-decoration:none;
}

#content .embed {
    background: #000;
    border: 20px solid #FFFFFF;
    height: 360px;
    margin: 0 auto;
    width: 640px;
}

#bottom {
    clear: both;
    min-height: 200px;
}

#bottom .box {
    border-left: 1px solid #4EADE1;
    float: left;
    margin-left: 10px;
    margin-right: 45px;
    padding-left: 15px;
    width: 260px;
}


#bottom .box.last {
    margin-right: 0px;
}

#bottom .box h2 {
	color:#4eade1;
    font-family: 'ralewaysemibold';
	font-size:17px;
	line-height:18px;
	margin-top:0px;
	font-weight:normal;
	text-transform:uppercase;
}

#bottom .box p {
	color:#fff;
    font-family: 'ralewayregular';
	font-size:12px;
	line-height:17px;
}

#footer {
	clear:both;
	text-align:center;
}

#footer #contact-line {
    color: #FFFFFF;
    display: inline;
    font-family: 'ralewayregular';
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 auto;
    text-transform: uppercase;
}

#footer #contact-line a {
    border-left: 1px solid #4EADE1;
    color: #FFFFFF;
    margin-left: 6px;
    padding-left: 10px;
    text-decoration: none;
}

#footer #social-media {
    margin-top: 10px;
}

#footer #social-media a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
	width:26px;
	height:26px;
}

#footer #social-media a.youtube {
	background:url('../images/sm-youtube.png') no-repeat top left;
}

#footer #social-media a.twitter {
	background:url('../images/sm-twitter.png') no-repeat top left;
}

#footer #social-media a.facebook {
	background:url('../images/sm-facebook.png') no-repeat top left;
}

#footer #social-media a.youtube:hover {
	background:url('../images/sm-youtube-hover.png') no-repeat top left;
}

#footer #social-media a.twitter:hover {
	background:url('../images/sm-twitter-hover.png') no-repeat top left;
}

#footer #social-media a.facebook:hover {
	background:url('../images/sm-facebook-hover.png') no-repeat top left;
}

#footer #facebook-like {
}

a {
  color:#fff;
}

