@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(/images/bg.jpg) center top repeat-y #d0e5ff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%em;
}

img {
	border:0;
}

#container {
	margin:0 auto;
	background:url(/images/containerBg.jpg) center top repeat-y;
	text-align:left;
	width:928px;
	overflow:hidden;
}

#header {
	width:928px;
	height:189px;
	background:url(/images/header.jpg) center top no-repeat;
	position:relative;
	margin:0 0 -20px 0;

	
}

.imageText {
	position:absolute;
	left:-9999px;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
}
#header strong {
	position:relative;
	left:190px;
	top:132px;
	color:#000062;
	font-size:.8em;
	
}


#content {
	padding:0 0 0 231px;
	position:relative;
	z-index:1;
	color:#2b2b2b;
	font-size:.9em;
	
}

#content h2 {
	color:#000062;
	font-size:1.7em;
	font-weight:normal;
	margin:0 0 10px 0;
}

#content h3  {
	font-size:1.1em;
	margin:0 0 10px 0;
	border-bottom:1px solid #e3e3e3;
}

#content h3 a {
	color:#2b2b2b;
	text-decoration:none;
}

#content h3 a:hover {
	color:#00f;
}

#content h4 a, #content h4{
	margin:0 0 5px 0;
	font-style:italic;
	font-weight:normal;
	font-size:1.1em;
	color:#2b2b2b;
	text-decoration:none;	
}

#content h4 a:hover{
	text-decoration:underline;	
}

#content ul li{
	/*font-size:.9em;*/
	margin:0 0 0 25px;
}

p {
	margin:0 0 15px 0;
	/*font-size:.9em;*/
}

#slideshow {
	background:url(/images/slideshowBg.jpg) left top no-repeat;
	width:624px;
	height:257px;
	margin:5px 0 30px 0;
	overflow:hidden;
	left:38px;
	position:relative;
}

#slideshow object{
	margin:13px 0 0 14px;
}

#buffer {
	padding:0 30px 30px 30px;
}

.centerRed {
	text-align:center;
	color:#f00;
	font-weight:bold;
}

#content p.divider {
	text-align:center;
	margin:0 0 30px 0;
}

#areas {
	list-style-type:none;
	text-align:justify;
}
#areas li{
	background:url(/images/blockBg.jpg) center top no-repeat;;
	width:33%;
	height:175px;
	text-align:center;
	float:left;	
	padding:10px  0 0 0;
}

#areas li h3, #areas li h3 a  {
	font-style:italic;
	font-weight:normal;
	font-size:1em;
	margin:0 0 10px 0;
	text-decoration:none;
	color:#2B2B2B;
}

#areas li h3 a:hover  {
	text-decoration:underline;
}

#areas li img {
	border: 1px solid #787878;
}

/*#areas li img:hover {
	border: 2px solid #787878;
}*/

#associations {
	clear:both;
	list-style-type:none;
}
#associations li {
	display:inline-block;
	float:left;
	margin:0 136px 30px 0;
}

#associations a {
	display:inline-block;
	vertical-align:bottom;
	height:76px;

}

#associations li.last {
	margin:0;
}

#ida {
	background:url(/images/ida.jpg) left bottom no-repeat;
	width:128px;
	height:46px;
}
#ida:hover {
	background:url(/images/ida.jpg) right bottom no-repeat;
}

#neba {
	background:url(/images/neba.jpg) left bottom no-repeat;
	height:59px;
	width:84px;
}
#neba:hover {
	background:url(/images/neba.jpg) right bottom no-repeat;
}

#bbb {
	background:url(/images/bbb.jpg) left bottom no-repeat;
	height:76px;
	width:47px;
}
#bbb:hover {
	background:url(/images/bbb.jpg) right bottom no-repeat;
}

#glcoc {
	background:url(/images/lowellChamber.jpg) left bottom no-repeat;
	height:36px;
	width:199px;
}
#glcoc:hover {
	background:url(/images/lowellChamber.jpg) right bottom no-repeat;
}

#footer {
	background:url(/images/pageBottom.jpg) center top no-repeat;
	text-align:center;
	width:928px;
	margin:0 auto;
	padding:38px 0 0 0;
	color:#a0caf8;	
}

.servicearea {
	font-size:10px;
	text-align:center;
}

#footer a {
	color:#58a1f3;
	text-decoration:none;
}

#footer a:hover {
	color:#58a1f3;
	text-decoration:underline;
}

#legal {
	font-size:.8em;
	font-style:italic;
}

#sidebarIEwrapper {
	float:left;
	margin:0 0 0 33px;
	display:inline;
	clear:none;
	position:relative;
	z-index:2;
	width:190px;
	text-align:center;
}
#sidebar {
	list-style-type:none;
	color:#535353;
	width:190px;
	text-align:left;
	margin:0 0 30px 0;
	position:relative;
	z-index:10000;
}
#sidebar2 {
	list-style-type:none;
	color:#535353;
	width:190px;
	text-align:left;
	margin:0 0 30px 0;
	position:relative;
	z-index:10000;
}
#sidebar li {
	border-bottom:1px solid #e3e3e3;
	height:28px;
	line-height:28px;
	text-indent:2px;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
}

#sidebar li:hover {
	background:#000062;
	color:#fff;
	height:28px;
}

#sidebar li ul{
	display:none;
	list-style-type:none;
}

#sidebar li:hover ul{
	display:block;
	left:100%;
	top:0px;
	position:absolute;
	background:#000062;
	color:#fff;
	z-index:100000;
}

#sidebar li:hover ul li{
	width:190px;
}
#sidebar li:hover ul li a{
	text-decoration:none;
}

#sidebar li:hover ul li a:hover{
	text-decoration:underline;
}

#sidebar li a:hover, #sidebar li:hover a {
	color:#fff;
	background:#000062;
}
#sidebar .currentPage {
	border-bottom:3px solid #e3e3e3;
}

#sidebar a {
	color:#535353;
	text-decoration:none;
	display:inline-block;
	width:100%;
}
#sidebar a:hover {
	color:#fff;
}

.productImages {
	width:230px;
	border: 1px solid #787878;
}
.productsTable {
	width:100%;
	margin:0 0 30px 0;
}
.productsTable td{
	width:50%;
	text-align:center;	
}
.piLeft {
	margin:0 134px 0 0 ;
}

address {
	margin:0 0 20px 0;
	/*font-size:.9em;*/
}

label {
	display:inline-block;
	font-weight:bold;
	font-size:.8em;
	text-align:right;
	width:100px;
	vertical-align:top;
}

#descriptionLabel {
	display:block;
	width:auto;
	text-align:left;
}
form input {
	margin:0 0 5px 0;
	width:150px;
}

.star, .required {
	color:#f00;
	text-align:center;
}
label.required {
	text-align:right;
}

.selectBox {
	position:relative;
	top:5px;
}

#quoteForm textarea {
	width:553px;
	height:200px;
	margin:0 0 5px 0;
	overflow:auto
	
}

.success {
	font-size:1.3em;
	color:#00CCFF;
	text-align:center;
}

.inlineLabel {
	width:auto; 
	display:inline;
}

.elistSelectBox {
	color:#888;
}
#buttonsContainer {
	background:url(/images/buttonsBg.jpg) left top no-repeat;
	width:637px; 
	height:68px;
	margin:0 0 5px 0;
}

#newMessage {
	
	width:200px;
	height:33px;
	display:inline-block;
	margin:17px 198px 0 17px;
}
.buttonLink {
	width:200px;
	height:33px;
}

#exportToExcel {
	width:200px;
	height:33px;
	display:inline-block;
	margin:17px 0 0 0;
}

#rppHolder {
	float:right;
}

#content h3.elistHeader {
	background:#e7e5e5;
	border-bottom:1px solid #c9c9c9;
	height:30px;
	padding:0 10px;
	line-height:30px;
	margin:0 0 20px 0;
}

.elistList {
	list-style-type:none;
	font-size:1em;
	font-weight:normal;
	margin:0 0 30px 0;
	
}
#content .elistList li {
	margin:0 0 10px 0px ;
}
#content .elistList li .address {
	display:inline-block;
	font-weight:bold;
	vertical-align:top;
}
#content .elistList li label {
	font-size:1em;
	font-weight:normal;
	width:110px;
	margin:0 10px 0 0;
	color:#888;
}

.elistAddress {
	background:url(/images/addressIcon.jpg) left top no-repeat;
}

.elistEmail {
	background:url(/images/emailIcon.jpg) left top no-repeat;
	margin:0;
}

.rightSide {
	float:right;
}
.elistPhone {
	background:url(/images/phoneIcon.jpg) left top no-repeat;
	/*float:right;*/	
}
/*.elistPhone li, .elistReferred li {
width:300px;
	
}*/

/*.elistReferred {
	float:right;
	clear:right;
}*/

#content .elistPhone li , #content .elistReferred li {
	width:270px;
}
#content .elistPhone li label, #content .elistReferred li label{
	width:130px;
}

#content h3 a.deleteLink {
	float:right; 
	margin:0 10px 0 0; 
	display:inline;
	font-weight:normal;
	text-decoration:underline;
}



.editLink{
	float:right;
	margin:3px 0 0 0;
}

#privacy {
	font-size:11px;
	color:#aaa;
}
/*------------------------------Photo Gallery--------------------------------*/
.thumbnail {
	border:5px solid #99CCFF;
	margin:0 10px 10px 0;
	display:inline-block;
}

.thumbnail:hover {
	border:5px solid #99FFCC;
}

.tnlast {
	margin-right:0;	
}