@charset "utf-8";
/* CSS Document */
/******************************************************************************************
Created by: PixelSpectrum.com
Date Created: 12 JUN 2014
Last Modified Date:	12 JUN 2014
******************************************************************************************/
html, body {
    height: 100%;
}

ul,ol { list-style:none }

h1 {
	font-size: 28px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

header {
	border-bottom: 2px solid #b52025;
	background: #FFF;
	position: fixed;
	z-index: 12000;
	height: 74px;
	width: 100%;
}
    header .center-in #Logo {
	    margin-top: 20px;
	    float: left;
	}
    header .center-in nav {
		font-weight: bold;
		font-size: 16px;
	    margin-top: 27px;
	    float: right;
    }
    
    
    
.center-in {
    margin: 0 auto;
    max-width: 980px;
    display: block;
}


nav a {
    color: #162a51;
    font-size: 21px;
    text-decoration: none;
}

nav a:hover, nav a:focus {
    text-decoration: none;
    color: #b52025;
}

nav .dropdown-menu > li > a {
    color: #162a51;
    font-size: 16px;
}

nav .dropdown-menu > li > a:hover,
nav .dropdown-menu > li > a.active {
    color: #FFF;
    background-color: #b52025;
}


hr {
    border-color: #b52025;
}

main {
    padding-top: 80px;
    min-height: 92%;
    margin-bottom: 30px;
}

main .news-feed {
    display: inline-block;
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 30px;
}

main .news-feed:last-child {
    margin-right: 0%;
    float: right;
}

main .news-feed .fb_iframe_widget span {
    width: 30% !important;
}


footer {
    width: 100%;
    background: #162a51;
    padding: 30px 0;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #FFF;
    text-decoration: underline;
}


