﻿body 
{
    background-image: url("images/Gradient_BKGD.gif") ;
	background-repeat: repeat-x;
}
h3
{
	background-color:Navy;
	color: White;
	border: Dashed 2px Black;
	padding: 2px;
	text-align: center;
}
h4
{
	color: Maroon;
	background-color: #BBBBBB;
	margin: 3px 0px 0px 0px;
	border: Dashed 2px Black;
	padding: 2px;
	width: 300px;
	text-align: center;	
}
hr
{
	color: Maroon;
}
p.style1
{
	font-weight: bolder;
}
.stripe
{
	width: 95%;
	float: right;
	background-color: Red;
	margin-top: -20px;
}
.style2
{
	font-size: large;
	font-weight: bolder;
	text-align: center;
}
.phones
{
    background-color:Teal;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
}
.phones a:link 
{
    color: White;
}
.phone2
{
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
}
.red
{
	color: Maroon;
}

.box
{
	border: Solid 2px Black;
	text-align: center;
}
.Top
{
	height: 90px;
	margin: 0px;
	padding: 0px;
}
.Left 
{
	width: 25%;
	margin: 2px;
	padding: 10px;
	float: left;
}
.LNav
{
	margin-top: 5px;
}
.LBottom
{
	margin: 5px;
	padding: 10px;
}
.Mid
{
	width: 45%;
	margin: 5px;
	padding: 10px;
	float: left;
}
.MTop
{
	margin: 5px;
}
.MBottom
{
	margin: 5px;
}
.Right
{
	margin: 2px;
	width: 20%;
	float: right;
}
.RTop
{
	margin: 5px;
	padding: 10px;
}
.RBottom
{
	margin: 5px;
	padding: 10px;
}
.Search
{
	float: right;
	padding-top: 0px;
}
.video
{
	padding:5px;
}
.greeting
{
	padding-left:3px;
}
.signature
{
	font-family:Script MT Bold;
	padding-left:45px;
}
.name
{
	font-weight:bold;
	padding-left:10px;
}
.title
{
	font-weight:bold;
	padding-left:38px;
}
.center
{
	text-align:center;
	color:White;
	background-color:Maroon;
}
.centerplain
{
	text-align: center;
}
.Brockton
{
	padding-left: 10px;
	padding-top: 0px;
}
.Welcome
{
	padding-top: 10px;
}
.copyright
{
	text-align: center;
	font-size: small;
	color: White;
	padding-top: 2px;
}
.bottomnav
{
	text-align: center;
	text-decoration: none;
}
.ImageTitle
{ 
	font-weight:bold;
	font-size:large;
}
.index
{
	font-size: small;
}
.NavLink
{
	 background-color: yellow;
	 font-weight: bold; 
}
.NewsTitle
{
	font-size: large;
	font-weight: bold;
	color: Navy;
}
.NewsDate
{
	color: Red;
}
a:link img { border-style: none; }
a:visited img { border-style: none; }
.accordianHeader
{
	border: 1px solid #2F4F4F;
	color: White;
	background-color: Maroon;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}
.accordianContent
{
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.accordianLink
{
	font-size: large;
	color: white;
}
.NoLink
{
	border-style: none;
	text-decoration: none;
}
.noprint
{
	display: none;
}
.padleft
{
	padding-left: 50px;
}
.prez
{
	font-style: italic;
	font-weight: bold;
}
.button
{
	margin-left: 100px;
}
.popupHover
{
	background-color: Aqua;
	background-position: left top;
	visibility: hidden;
	padding: 2px;
	border: solid 2px black;
}
.accordianHeader2
{
	border: 1px Solid #2F4F4F;
	color: White;
	background-color: #2E4D7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordianContent2
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.accordianLink2
{
	background-color: #D3DEEF;
	color: White;
}
.Status
{
	min-width: 700px;
}
.lineup
{
	padding-left: 90px;
	margin-top: -20px;
}
.floatright
{
	float:right;
	text-align:right;
}
#nav
{
    margin: 0;
    padding: 0;
    background: #0033CC;
    list-style-type: none;
    width: 250px;
    float: left; /* Contain floated list items */
}
#nav li {
margin: 0;
padding: 0;
float: left; /* This corrects the */
width: 100%; /* IE whitespace bug */
}
#nav li.current a {
background: #0033CC;
color: #1A1303;
font-weight: bold;
}
#nav a
{
    display: block; /* to increase clickable area as a’s default
to inline */
    color: #FFF;
    text-decoration: none;
    padding: 0 5px;
    line-height: 1.5;
    border-bottom: 1px solid #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
#nav #nav_con a {
border: none;
}
#nav a:hover
{
    background: #33CCFF;
    color: #000000;
}