@charset "utf-8";
body {
	margin:0px;
	background-color: #554a44;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration:none;
}
.PageManagerInfoContainer {
	display: none;
}
.bgwrapper {
	background-attachment: scroll;
	background-image: url(/SiteDesign/Images/bg.aspx);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	padding-bottom: 30px;
	float:left;
}

.topdrop_westborough {
	margin: auto;
	width: 955px;
	margin-bottom:10px;
	height:100%;
}
.topdrop_westborough .header {
	float: left;
	height: 85px;
	width: 955px;
}
.header .logo {
	width:433px;
	height:85px;
	float:left;
}
.topdrop_westborough .header .toplogin {
	float: right;
	height: 52px;
	width: 522px;
	padding-top: 33px;
}
.header .currentUserLabelText, .header .cmsdesklink {
	float:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.header .signOutButton {
	height:23px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(/SiteDesign/Images/logoutbg.aspx);
	background-repeat:repeat-x;
	float:right;
	margin-left:20px;
}
.header .signOutButton a {
	color:#FFFFFF;
	text-decoration:none;
}
.topdrop_westborough .westborough_content {
	float: left;
	width: 947px;
	border: 4px solid #3d7294;
}
.topdrop_westborough .westborough_content .nav {
	background-image: url(/SiteDesign/Images/navbg.aspx);
	float: left;
	height: 27px;
	width:947px;
}
.nav .oneCMSMenuItem, .nav .oneCMSMenuHighlightedMenuItem {
	color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #246866;
}
.nav .oneCMSMenuItemMouseOver, .nav .oneCMSMenuHighlightedMenuItemMouseOver {
	background-image:url(/SiteDesign/Images/navbg_hover.aspx);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #246866;
}
.nav .CMSMenuItem, .nav .CMSMenuHighlightedMenuItem {
	color:#FFFFFF;
	background-color:#004b45;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.nav .CMSMenuItemMouseOver, .nav .CMSMenuHighlightedMenuItemMouseOver {
	color:#FFFFFF;
	background-color:#007c59;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.topdrop_westborough .westborough_content .content {
	background-color: #FFFFFF;
	float: left;
	width: 927px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.westborough_content .content h1, .westborough_content .content h2, .westborough_content .content h3 {
	color:#007c59;
}
.footer {
	background-image: url(/SiteDesign/Images/footerbg.aspx);
	background-repeat: repeat-x;
	background-color:#554a44;
	clear:both;
	width:100%;
	bottom:0;
}
.footer .footerwrapper {
	height: 92px;
	width: 955px;
	padding-top: 15px;
	margin:auto;
	font-size:9pt;
	color:#FFFFFF;
}
.footerwrapper .footerimg {
	float:right;
	width:326px;
	height:69px;
}
/*.footerwrapper p {
	color:#FFFFFF;
	height:9pt;
	clear:left;
	float:left;
	width: 600px;
}*/
.footerwrapper a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerwrapper .Footer_Box {
	color:#FFFFFF;
}
.footerwrapper .poweredby {
	color:#FFFFFF;
	clear:left;
	float:left;
}
.footerwrapper .CMSSiteMapList {
	padding-bottom:5px;
	padding-left:0px;
	margin:0px;
	float:left;
}
.footerwrapper .CMSSiteMapList li{
	list-style-type:none;
	float:left;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 5px;
}
/*splash start*/

.topdrop_westborough .splashbanner {
	float: left;
	height: 235px;
	width: 210px;
	background-image:url(/SiteDesign/Images/splashbanner.aspx);
	color:#FFFFFF;
	padding-top:170px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.topdrop_westborough .splashslider {
	float: right;
	height: 352px;
	width: 690px;
	border: 4px solid #3D7294
}
.topdrop_westborough .splashslider .Pager, .topdrop_westborough .splashslider .Thumbnail {
	display:none;
}
.topdrop_westborough .splashbuttons {
	width:955px;
	float:left;
	margin-top:20px;
	margin-bottom:50px;
}
.topdrop_westborough .splashbuttons .space {
	width:10px;
	height:10px;
	float:left;
}
.topdrop_westborough .splashbuttons img {
	/*border: 4px solid #3D7294;*/
	float: left;
	height: 79px;
	width: 223px;
}
.topdrop_westborough .splashlogin {
	float: right;
	height: 35px;
	width: 400px;
	padding-top: 10px;
}
.splashlogin .currentUserLabelText, .splashlogin .cmsdesklink {
	float:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.splashlogin .signOutButton {
	height:23px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(/SiteDesign/Images/logoutbg.aspx);
	background-repeat:repeat-x;
	float:right;
	margin-left:20px;
}
.splashlogin .signOutButton a {
	color:#FFFFFF;
	text-decoration:none;
}
.topdrop_westborough .cs-host{
                border: 0px;
                background-color: transparent;}

.topdrop_westborough .cs-host img{
                Margin: 0px;}
