﻿/* 
Style Sheet for the news page.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the news page.
-------------------------------------------------------
Copyright (c) 2017, SyntaxNY, Ranta Consulting Inc.

Last Updated By: BJ Nguyen
Date:  */   

/*////////////////////////////////////////////////////////////////////////////////*/
div#page
{

}
div#layout
{
	float: right;
	width: 560px;
}
div#local
{
	display: block;
	float: left;
	width: 187px;
	min-height: 300px;
	margin: 20px 10px;
}
div.backtotop
{
	border-bottom: dashed 1px #03284b;
}
.news-article .article-body-left {
	min-width: 380px;
}
.news-article .article-image img:hover {
	border: 1px solid #0055A4;
}
