﻿.container
{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 100%;
	text-align: center;
	background-image: url('images/background-redwhite.png');
}


.header
{
	margin: 0 auto 0 auto;
	width: 770px;
	height: 231px;
	text-align: center;
	background-image:url('images/background-top.png');

}

a:link {
	text-decoration: none;
	color: #0000FF;
}
/* unvisited link */

a:visited {
	color: #0000FF;
}
/* visited link */

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* mouse over link */

a:active {
	color: #0000FF;
}
/* selected link */


a img {
	text-decoration: none;
	border: 0 none;
	}



.content
{
	margin: 0 auto 0 auto;
	width: 770px;
	text-align: center;
	background-image:url('images/background-white.png');
	height: 100%;
}


.header-left
{
	margin: 0;
	text-align:left;
	float: left;
	width: 468px;
	height: 235px;
}


.in-the-boro-logo
{
}


.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	top: 30px;
	position: relative;
	width: 100%;
}


.welcome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	top: 50px;
	position: relative;
	width: 100%;	
}


.welcome-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	top: 55px;
	position: relative;
	width: 95%;
	
}


.bold-yellow
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffc10c;
}

.bold-black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}



.header-right
{
	margin;0;
	text-align:right;
	float: right;
	width: 302px;
	height: 235px;
}


.speech-bubble
{
	top: 100px;
}


.did-you-know
{
	top: -100px;
	width: 300px;
	position: relative;
	height: 75px;
}


.social-logos
{
	padding-left: 6px;
	padding-bottom: 21px;
	padding-right: 1px;
}


.quote-left
{
	padding-left: 10px;
	float: left;
	height: 20px;
}


.quote-text
{
	padding: 10px;
	float: left;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ed1b24;
	text-align: left;
	height: 50px;
}


.quote-right
{
	padding-right: 5px;
	vertical-align: bottom;
	height: 20px;
	left: 0px;
	position: relative;
	top: 40px;
}


.article
{
	width: 770px;
	height: 100%;
}
.article-container
{
	float: left;
}
.article-stack1
{
}
.article-stack2
{
	position: absolute;
}


.article-number
{
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffc10c;
	background-image: url('images/article-title-bg.png');
	background-repeat: repeat-x;
	width: 20px;
	height: 41px;
	vertical-align: top;
	float: left;
	padding-top: 5px;
	position: relative;
}
.article-title
{
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('images/article-title-bg.png');
	background-repeat: repeat-x; /*	height: 41px;*/;
	height: 100%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 20px;
	text-align: left;
	float: left;
}


.article-image
{
	float: right;
	padding-right: 40px;
	margin-top: 20px;
	clip: rect(auto, auto, auto, 147px);
	height: 100%;
}
.article-body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	float: left;
	width: 500px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.article-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	float: left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.article-contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	float: left;
	padding-left: 50px;
}

.article-spacer
{
	width: 100%;
	height: 50px;
}

.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	padding: 0px;
}
.article-table
{
	width: auto;
	height: auto;
	padding-bottom: 20px;
}
.table-col-left
{
	width: 510px;
	vertical-align: top;
}

.table-col-right
{
	width: 260px;
	vertical-align: top;
}


.footer
{
	background-image: url('images/background-footer1.png');
	height: 200px;
}
