@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: AvenirCondensed;
    src: url("../fonts/AvenirCondensed.otf") format("opentype");
}

body {
	background-color: #1f1f1f;
}

#container{
	max-width: 1024px;
	margin: 20px auto;
	min-width: 640px;
}

#topspacer{
	width: 100%;
	height: 30px;
	background-color: #9DB8E0; 
}

#toolbarContainer{
	width: 100%;
	max-width: 1024px;
	height:40px;
	background-color: #1c5ab7;
}

#navbarlogo{
	height: 40px;
	width: 208px;
	float: right;
	margin-right: 5px;
}

#middlespacer{
	width:100%;
	height:7px;
	background-color: #1c5ab7;
	margin-top: 400px;
}

#newscontainer{
	width:100%;
	max-width: 1024px;
	height:700px;
	background-color: #dee7f4;
	padding-top: 10px;
}

#newscontainer p:first-child{
	margin: 25px 30px 5px 30px;
	font-family: AvenirCondensed;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}

#newscontainer p{
	font-family: AvenirCondensed;
	padding-left: 25px;
}

#content ul,
#content ul li {
    font-family: AvenirCondensed !important;
}

#subscribecontainer{
	width:100%;
	max-width: 1024px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9db8e0;
}

#subscribecontainer p{
	padding-left: 5px;
	padding-right: 5px;
	font-family: AvenirCondensed;
}

#footercontainer{
	position: absolute;
	width:100%;
	max-width: 1024px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #BECFEA;
}

#accreditations{
	float: left;
	margin-left: 15px;
}

#accreditations img{
	height: 75px;
	width: auto;
}

#cwnotice{
	position: absolute;
	width: 239px;
	left:0;
	right: 0;
	bottom: 5px;
	font-family: AvenirCondensed;
	font-size: 12px;
	margin: 0 auto;
}

#banner{
	width: 100%;
	max-width: 1024px;
	height:200px;
	margin: 0;
}

#banner img{
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0;
}

#content{
	background-color: #dee7f4;
	width: 100%;
	margin: 0;
	max-width: 1024px;
	padding-bottom: 16px;
	padding-top: 16px;
}

#content p{
	padding-left: 15px;
	padding-right: 15px;
	font-family: AvenirCondensed;
	font-size: 16px;
}

#contactustable{
	padding-left: 15px;
	font-family: AvenirCondensed;
	border-spacing: 5px;
	margin: 0;
	width:60%;
}

#socialmedia{
	width: 40%;
	float: right;
	position: relative;
	top:-170px;
	font-family: AvenirCondensed;
}

#socialmedia img{
	height:30px;
	width:30px;
}

.redtext{
	color: red;
}

.news{
	background-color: #BECFEA;
	margin: 5px 30px 5px 30px;
	display: flex;
}

.news span{
	font-size: 20px;
	font-weight: bold;
}

.newstitle{
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}

